@charset "UTF-8";
/*variables*/
@font-face {
  font-family: "icon-font";
  src: url("../fonts/busch-jaeger-icons.ttf") format("truetype");
}
@font-face {
  font-family: "Averta";
  font-weight: 400;
  src: url("../fonts/Averta-Regular.woff") format("woff");
}
@font-face {
  font-family: "Averta";
  font-weight: 100;
  src: url("../fonts/Averta-Light.woff") format("woff");
}
@font-face {
  font-family: "Averta";
  font-weight: 700;
  src: url("../fonts/Averta-Bold.woff") format("woff");
}
@font-face {
  font-family: "Averta-Bold";
  font-weight: 700;
  src: url("../fonts/Averta-Bold.woff") format("woff");
}
@font-face {
  font-family: "Averta-Semibold";
  src: url("../fonts/Averta-Semibold.woff") format("woff");
}
@font-face {
  font-family: "Averta-Regular";
  src: url("../fonts/Averta-Regular.woff") format("woff");
}
@font-face {
  font-family: "Averta-Light";
  src: url("../fonts/Averta-Light.woff") format("woff");
}
:root {
  --bje-primary: #009FE3;
  --bje-dark-2: #005072;
  --bje-sky: #E2EEF1;
  --bje-sky-2: #F3F8F9;
  --medium-grey: #A9A9A9;
}
html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  margin: 0;
  font-family: Averta, "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;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  hyphens: none !important;
  font-family: 'Averta-Bold',"Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";;
}

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

h3, h4, h3 a {
  font-size: 1.3125rem;
  line-height: 1.24;
  font-weight: 300;
  color: var(--bje-primary);
}
@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;
  }
}

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

a {
  color: var(--bje-primary);
  text-decoration: underline;
  background-color: transparent;
  font-family: 'Averta';
  font-weight: 700;
}
a:hover {
  color: #006997;
  text-decoration: underline;
  text-decoration-thickness: 0.1em;
}
a.light {
  color: #fff;
}
a.light:hover {
  color: #fff;
}
a.dark {
  color: #000;
}
a.dark:hover {
  color: #9B9B9B;
}

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

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

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

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

@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: 14px;
}

.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: var(--bje-primary);
}

.light {
  color: #fff;
}

.black {
  color: #000;
}

.q-grey {
  color: #9B9B9B;
}

.bottom-dots {
  padding-bottom: 0.2em;
  border-bottom: 1px dotted var(--bje-primary);
}

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

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

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

.q-small-icon {
  width: 20px;
}

.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 #9B9B9B;
}

.top-dots {
  padding-top: 0.2em;
  border-top: 1px dotted var(--bje-primary);
}

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

/*BJE*/
.q-blue-border-left::after {
  content: "";
  position: absolute;
  width: 20px;
  top: -50px;
  height: 65%;
  left: -20px;
  background-color: rgba(0, 159, 227, 0.9);
}
@media screen and (max-width: 1400px) {
  .q-blue-border-left::after {
    width: 15px;
    left: -15px;
  }
}
@media screen and (max-width: 768px) {
  .q-blue-border-left::after {
    display: none;
  }
}

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

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

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

/* Allgemein */
.q-btn {
  position: relative;
  display: flex;
  min-width: 120px;
  height: 49px;
  align-items: center;
  font-family: Averta;
  color: var(--bje-primary);
  text-align: left;
  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;
  padding: 13.8px 20px 12.42px 20px;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 8px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  transition: all 0.15s ease-out;
  /* btn on Hover light */
  /* btn small */
  /* btn smaller */
}
@media screen and (min-width: 1400px) {
  .q-btn {
    padding: 1rem 4rem;
    font-size: 1rem;
    line-height: 1;
  }
}
a.q-btn:not(.disabled):hover, button.q-btn:enabled:hover {
  color: #fff;
  background-color: var(--bje-primary);
  text-decoration: none;
}
.q-btn:enabled:active {
  color: inherit !important;
  background-color: var(--bje-primary) !important;
  border-color: var(--bje-primary) !important;
}
.q-btn-primary.go::before {
  content: url("../img/icons/right-arrow-white.svg");
  margin: auto;
  display: inline-block;
  position: absolute;
}
.q-btn-secondary.go::before {
  content: url("../img/icons/right-arrow-blue.svg");
  margin: auto;
  display: inline-block;
  position: absolute;
}
.q-btn-secondary.go:hover::before {
  content: url("../img/icons/right-arrow-white.svg");
}
@media screen and (min-width: 1400px) {
  .q-btn-secondary::before {
    left: 20px;
    font-size: 310%;
    line-height: 0.3;
  }
  .q-btn-primary::before {
    left: 20px;
    font-size: 310%;
    line-height: 0.3;
  }
}
@media screen and (max-width: 1400px) {
  .q-btn-secondary::before {
    left: 20px;
    font-size: 310%;
    line-height: 0.3;
  }
  .q-btn-primary::before {
    left: 20px;
    font-size: 310%;
    line-height: 0.3;
  }
  .q-btn-secondary.q-small {
    padding: 1rem;
  }
}

.q-btn.q-bg-transparent:hover {
  background-color: var(--bje-primary) !important;
}
.q-btn.q-btn-multilines {
  padding: 12.5px 40px 13.75px 60px;
  line-height: 1.4;
}
.q-btn.q-hover-light:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.q-btn.q-hover-light:active {
  background-color: #fff !important;
  color: var(--bje-primary) !important;
  border-color: #fff !important;
}
.q-btn.q-small::before {
  display: none;
}
@media screen and (max-width: 980px) {
  .q-btn.q-small::before {
    font-size: 210%;
    line-height: 0.5;
  }
}
.q-btn.q-small.q-dropdown-icon {
  padding: 6px 20px 6px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.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;
  }
}

/* Primary */
.q-btn-primary {
  color: #fff;
  background-color: var(--bje-primary);
  border-color: var(--bje-primary);
  font-weight: 700;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}
.q-btn-primary.go {
  justify-content: unset;
  padding-left: 4rem;
}
.q-btn-primary:hover {
  color: #fff;
  background-color: #33b2e9;
  border-color: #33b2e9;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 159, 227, 0.3) 0px 16px 24px -16px
}
.q-btn-primary:active {
  color: #fff !important;
  background-color: var(--bje-primary) !important;
  border-color: var(--bje-primary) !important;
}

.q-btn-primary:disabled {
  color: #A9A9A9;
  background-color: #F0F0F0;
  border: none;
  cursor: default;
}

/* Secondary */
.q-btn-secondary {
  color: var(--bje-primary);
  border-color: var(--bje-primary);
  font-weight: 600;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}
.q-btn-secondary.go {
  justify-content: unset;
  padding-left: 4rem;
}
.q-btn-secondary.go.disabled, .q-btn-secondary.go:disabled {
  padding-left: 2rem;
  padding-right: 2rem;
}
.q-btn-secondary.q-small {
  justify-content: center;
  width: 30%;
}
a.q-btn-secondary:not(.disabled):hover, button.q-btn-secondary:enabled:hover {
  color: #fff;
  background-color: var(--bje-primary);
  border-color: #FFFFFF;
}
.q-btn-secondary:enabled:active {
  color: #fff !important;
  background-color: var(--bje-primary) !important;
  border-color: var(--bje-primary) !important;
}
.q-btn-secondary.q-btn-checked {
  display: flex;
  width: 70%;
  align-items: center;
  justify-content: space-between;
}
.q-btn-secondary:disabled {
  color: #A9A9A9;
  background-color: #FFFFFF;
  border: 1px solid #F0F0F0;
  cursor: default;
}

/* Tertiary */
.q-btn-tertiary {
  color: #000;
  border-bottom: 2px var(--bje-primary) solid;
  font-weight: 700;
  padding-bottom: 16px;
  padding-top: 12px;
  padding-right: 4rem;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  width: max-content;
  font-family: Averta;
}
a.q-btn-tertiary {
  display: block;
  text-decoration: none;
}
.q-btn-tertiary:hover {
  color: var(--bje-primary);
  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: var(--bje-primary);
}

@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: var(--bje-primary);
}

/* 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;
}
.q-toggle .btn.off .toggle-handle {
  background-color: #FFFFFF;
}

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

.q-toggle .btn.toggle {
  border: 2px solid var(--bje-primary);
  background-color: var(--bje-primary);
}
.q-toggle .btn.toggle.off {
  border: 2px solid #002839;
  background-color: #002839;
}
.q-toggle .btn:focus, .q-toggle .btn:active {
  border-color: var(--bje-primary) !important;
  background-color: var(--bje-primary) !important;
}
.q-toggle .toggle-on {
  background-color: var(--bje-primary);
}
.q-toggle .toggle-off {
  background-color: #002839;
}
.q-toggle .toggle-handle {
  background-color: #FFFFFF;
  width: 60px;
}
.form .form-group .q-toggle label {
  margin-bottom: unset;
}
.q-toggle.q-teaser-toggle .btn {
  line-height: 0;
}
.q-toggle.q-teaser-toggle .toggle {
  min-width: 40px;
  min-height: 25px;
}
.q-toggle.q-teaser-toggle .toggle-handle {
  width: 40px;
}

.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: var(--bje-primary);
  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: 845px) {
  .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;
  }
}
@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: 6%;
}

form .form-input {
  outline: 0;
  height: 50px;
  margin-bottom: 10px;
  padding: 10px 12px;
  position: relative;
  border-radius: 8px;
  padding-left: 25px;
  border: 2px solid #ffffff;
}
form .form-input:hover, 
form .form-control:hover {
  border: 2px solid #99d9f4 !important;
  background-color: #FFFFFF !important;
}
form .form-input:focus,
form .form-control:focus,
form .form-input:active,
form .form-control:active {
  border: 2px solid var(--bje-primary) !important;
}
form .form-input.error:hover,
form .form-control.error:hover,
form .form-input.error:focus,
form .form-control.error:focus,
form .form-input.error:active,
form .form-control.error:active {
  border: 2px solid #FF0000 !important;
  background-color: #FFFFFF;
}
form .form-input:hover::placeholder, 
form .form-control:hover::placeholder, 
form .form-input:focus::placeholder, 
form .form-control:focus::placeholder, 
form .form-input:active::placeholder, 
form .form-control:active::placeholder {
  color: var(--bje-primary);
}
form .form-input::placeholder, form .form-control::placeholder {
  color: #000000;
}

.form-group .errorBox {
  color: #ff000f;
  font-style: italic;
}
.form-group .errorBox ul li:only-child {
  list-style: none;
  padding-inline-start: 0;
}

.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 {
  border: 2px solid #ffffff;
  background-color: #F2F2F2;
  outline: 0;
  height: 50px;
  margin-bottom: 10px;
  padding: 10px 12px;
  position: relative;
  border-radius: 8px;
  padding-left: 25px;
}

.form .form-group .form-control:not(:placeholder-shown),
.form .form-group .form-input:not(select):not(:placeholder-shown),
.form .form-group select.form-input:valid {
   background-color: #FFFFFF;
   border: 2px solid var(--bje-primary);
   color: #000000;
 }
 .form .form-group label {
   display: block;
   font-size: 14px;
   margin-bottom: 12px;
 }
 .form-control:disabled, .form-control[readonly] {
   pointer-events: none;
 }
 
 .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;
 }
 .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 ~ .radiomark::after {
   display: block;
 }
 .custom-check-wrapper .radiomark {
   position: absolute;
   top: 0;
   left: 0;
   height: 28px;
   width: 28px;
   border: 2px solid #6E6E6E;
   place-content: center;
   border-radius: 15px;
 }
.custom-check-wrapper.checked .radiomark { 
  border-color: #99D9F4;
}
 .custom-check-wrapper .radiomark.light {
   border-color: #fff;
 }
 .custom-check-wrapper .radiomark.light:after {
   border-color: #fff;
 }
 .custom-check-wrapper .radiomark::after {
   content: "";
   width: 16px;
   height: 16px;
   border-radius: 50%;
   transform: scale(1);
   transition: 120ms transform ease-in-out;
   background-color: var(--bje-primary);
   display: none;
 }
 
 .custom-check-wrapper input:checked ~ .checkmark::after {
   display: block;
 }
 .custom-check-wrapper .checkmark {
   position: absolute;
   top: 0;
   left: 0;
   height: 28px;
   width: 28px;
   border: 2px solid #000000;
   border-radius: 8px;
   place-content: center;
 }
 .custom-check-wrapper .checkmark.light {
   border-color: #fff;
 }
 .custom-check-wrapper .checkmark.light:after {
   border-color: #fff;
 }
 .custom-check-wrapper .checkmark::after {
   content: "";
   width: 16px;
   height: 16px;
   border-radius: 4px;
   transform: scale(1);
   transition: 120ms transform ease-in-out;
   background-color: var(--bje-primary);
   display: none;
 }

 .custom-check-wrapper {
   margin-right: 2rem;
 }
.custom-check-wrapper.checked .checkmark {
  border-color: #99D9F4;
}
 
 @media screen and (min-width: 1400px) {
   .login-form {
     width: 85%;
   }
 }
 .login-form .form-input {
   width: 100%;
 }
 
 header#page-nav {
   position: sticky;
   width: 100%;
   top: 0;
   background-color: #fff;
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
   /* &.q-nav-shrink
   *  @media screen and (min-width: $break-mobile)
   *    .logo
   *      height: 50px
   *      display: flex
   *      justify-content: center
   *      align-items: center
   *      img
   *        transform: scale(0.7)
   *        margin-top: -15px
   *    .navigation-main-list
   *      .nav-item
   *        .nav-link
   *          padding: 15px 18px !important
   *          font-size: 0.75rem
   *    .navigation-meta-list
   *      .navigation-meta-item
   *        .navigation-meta-link
   *          padding-top: 7px !important
   *          padding-bottom: 7px !important
   *          font-size: 11px
   *          &.navigation-meta-link--lang
   *            &::after
   *              top: 5px
   * */
}
.top-nav ul {
  width: 100%;
  height: inherit !important;
}
.top-nav ul li:not(.language-picker li) {
  height: inherit !important;
}

header#page-nav .navbar-nav {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header#page-nav ul.navbar-nav  {
  font-size: 18px;
  font-weight: 700;
}
header#page-nav .navbar-nav .navbar-brand {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
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;
  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: center;
  padding-bottom: 0px;
  align-items: flex-start;
}
header#page-nav .navigation-meta-list .navigation-meta-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
header#page-nav .navigation-meta-list.nav-main .navigation-meta-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: unset;
}
@media screen and (max-width: 980px) {
  header#page-nav .navigation-meta-list .navigation-meta-item.portalLogin-loggedout {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
header#page-nav .navigation-meta-list .navigation-meta-item.portalLogin-loggedout .navigation-meta-link {
  color: var(--bje-primary);
  padding: 12px;
  transition: all 0.4s ease;
}
header#page-nav .navigation-meta-list .navigation-meta-item.portalLogin-loggedout .navigation-meta-link::before {
  content: "";
  display: block;
  background: url("../img/icons/login.svg") no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  float: left;
  margin: 0 6px 0 0;
}
@media screen and (max-width: 980px) {
  header#page-nav .navigation-meta-list .navigation-meta-item.portalLogin {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
header#page-nav .navigation-meta-list .navigation-meta-item.portalLogin .navigation-meta-link {
  background-color: #F2F2F2;
  color: var(--bje-primary);
  padding-right: 40px;
  padding-left: 15px;
}
header#page-nav .navigation-meta-list .navigation-meta-item.portalLogin .navigation-meta-link::before {
  content: "";
  display: block;
  background: url("../img/icons/login.svg") no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  float: left;
  margin: 0 6px 0 0;
}
@media screen and (max-width: 980px) {
  header#page-nav .navigation-meta-list .navigation-meta-item.portalLogin .navigation-meta-link.loggedIn {
    display: flex;
    align-items: center;
  }
}
header#page-nav .navigation-meta-list .navigation-meta-item.portalLogin .navigation-meta-link.loggedIn::after {
  position: absolute;
  right: 15px;
  top: 10px;
  content: "";
  font-family: icon-font;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: inherit;
}
@media screen and (max-width: 980px) {
  header#page-nav .navigation-meta-list .navigation-meta-item.portalLogin .navigation-meta-link.loggedIn::after {
    position: relative;
    right: auto;
    top: 0;
  }
}
#navbarNav ul li a {
  font-family: Averta;
}
.dotted-border-bje-bottom {
  border-bottom: 1px dotted var(--bje-primary);
}
@media screen and (min-width: 992px) {
  .dotted-border-bje-bottom {
    border-bottom: none;
  }
  #navbarNav ul li.dotted-border {
    border-bottom: 0px;
  }
  header#page-nav .navigation-meta-list .navigation-meta-item .navigation-meta-link {
    font-family: Averta-Bold;
    width: 100%;
    padding: 15px 10px;
    color: #000000 !important;
    font-size: 18px;
    white-space: nowrap;
    line-height: 1.67;
    transition: all 0.4s ease;
  }
  #navbarNav ul li a {
    font-family: Averta;
  }
}
@media screen and (max-width: 980px) {
  header#page-nav .navigation-meta-list .navigation-meta-item .navigation-meta-link {
    font-size: 18px;
  }
}
header#page-nav .navigation-meta-list .navigation-meta-item .navigation-meta-link {
  transition: none;
}
header#page-nav .navigation-meta-list .navigation-meta-item .navigation-meta-link:hover,
header#page-nav .navigation-meta-list .navigation-meta-item .notification-count:hover{
  text-decoration: none;
  background-color: #F2F2F2;
  transition: none;
  border-radius: 10px;
}
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--submenu {
  color: #fff;
  background-color: var(--bje-primary);
  text-decoration: none;
}
header#page-nav .navigation-meta-list .navigation-meta-item .navigation-meta-link--submenu:hover {
  color: #fff;
  background-color: var(--bje-primary);
  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 {
  font-size: 0.875rem;
}
header#page-nav .header-content .header-navigation .nav-item .nav-link {
  display: block;
  padding: 23px 18px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  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 {
  border-bottom: 3px solid var(--bje-primary);
}
header#page-nav .header-content .header-navigation .nav-item.logged-out {
  background-image: url("/assets/themes/buschjaeger/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: var(--bje-primary);
  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: var(--bje-primary);
  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 var(--bje-primary);
  }
  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 {
  border: none;
}
.navbar-toggler .navbar-toggler-icon {
  height: 48px;
  width: 48px;
  content: url("../img/icons/menu.svg");
  background-image: none;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  height: 30px;
  width: 60px;
  content: url("../img/icons/close-blue.svg");
  background-image: none;
}
.navbar-toggler.collapsed .navbar-toggler-icon {
  height: 48px;
  width: 48px;
  content: url("../img/icons/menu.svg");
}
header#page-nav .header-content .disabled {
  display: block;
  padding: 23px 20px;
  color: #9B9B9B;
  font-weight: 700;
  text-transform: uppercase;
  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: 120px;
  background-color: #fff;
  padding-bottom: 15px;
}
.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 tbody tr {
  border-bottom: 1px dotted #9B9B9B;
}

/*MODAL MATRIX TABLE*/
.q-table-matrix {
  color: #fff;
}
.q-table-matrix thead tr {
  border-bottom: 1px dotted #fff !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 thead tr th.q-hover {
  border-bottom: 2px solid #fff !important;
}
.q-table-matrix tbody tr {
  border-bottom: 1px dotted #fff !important;
}
.q-table-matrix tbody tr th {
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px;
  text-align: right;
  text-transform: uppercase;
}
.q-table-matrix tbody tr td {
  border-left: 1px dotted #fff;
  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 #fff;
  height: 20px;
  width: 20px;
  padding: 0;
  position: relative;
}
.q-table-matrix tbody tr td .round label:after {
  content: "✕";
  font-size: 28px;
  position: absolute;
  color: var(--bje-primary);
  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: #fff;
}
.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: var(--bje-primary);
  color: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: none;
}
.modal .modal-content h1, .modal .modal-content h2, .modal .modal-content h3 {
  color: inherit;
}
.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: #fff;
  text-shadow: none;
  opacity: 1;
}
.modal .modal-content .modal-body {
  padding: 0 50px 50px 50px;
}
.modal.q-fullscreen-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal.q-fullscreen-modal .modal-dialog {
  max-width: 100%;
  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: var(--bje-primary);
}
@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-fullscreen-modal .modal-dialog .modal-content .modal-header {
  width: 100%;
  top: 0;
  background-color: var(--bje-primary);
  z-index: 9;
}
@media screen and (max-width: 1400px) {
  .modal.q-fullscreen-modal .modal-dialog .modal-content .modal-header {
    margin-bottom: 25px;
  }
  .modal.q-fullscreen-modal .modal-dialog .modal-content .modal-header img {
    max-height: 50px;
  }
}
.modal.q-fullscreen-modal .modal-dialog .modal-content .modal-header .close {
  position: fixed;
  top: 20px;
  right: 50px;
}
@media screen and (max-width: 980px) {
  .modal.q-fullscreen-modal .modal-dialog .modal-content .modal-header .close {
    right: 30px;
  }
}
.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 {
  aspect-ratio: 16 / 9;
  width: 100%;
}
.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: var(--bje-primary);
  font-size: 4.5rem;
}
.modal.show {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.q-blue-modal-backdrop .modal-backdrop.show {
  background-color: var(--bje-primary);
  opacity: 1;
  height: 100%;
}

/* MODAL WHITE */

.modal.modal-white {
  background-color: rgba(0, 0, 0, 0.5);
}

.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: var(--bje-primary);
  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 .q-collapse-link {
  text-transform: uppercase;
}
.q-collapse-wrapper .q-collapse .q-collapse-link:hover {
  text-decoration: none;
}
.q-collapse-wrapper.q-v2 .q-collapse-link {
  text-transform: none;
  font-size: 28px;
  font-weight: lighter;
  display: flex;
  justify-content: space-between;
}
.q-collapse-wrapper.q-v2 .q-close-button-wrapper .q-close-button {
  position: absolute;
  line-height: 0.7;
  right: 0;
}
.q-collapse-wrapper.q-v2 .q-close-button-wrapper .q-close-button::after {
  font-size: 58px;
  display: block;
}

.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: 38px;
  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;
  }
}

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

/* &.q-v2
 *  .q-collapse-link
 *    text-transform: none
 *    font-size: 28px
 *    font-weight: lighter
 *    display: flex
 *    justify-content: space-between
 *    .q-close-button
 *      $size: 40px
 *      height: 22px
 *      width: $size !important
 *      margin-right: 10px
 *      &::before, &::after
 *        $width: 35px
 *        width: $width !important
 *        $height: 3px
 *        height: $height !important
 *
 * .q-close-button-wrapper
 *  position: relative
 *  margin-left: 10px
 *  .q-close-button
 *    $size: 20px
 *    height: 12px
 *    width: $size
 *    position: relative
 *    box-sizing: border-box
 *    line-height: $size
 *    display: inline-block
 *    &::before, &::after
 *      $width: 15px
 *      $height: 1px
 *      transform: rotate(-45deg)
 *      content: ''
 *      position: absolute
 *      top: 50%
 *      left: 50%
 *      margin-top: -$height/2
 *      margin-left: -$width/2
 *      display: block
 *      height: $height
 *      width: $width
 *      background-color: $main
 *      transition: all 0.15s ease-out
 *    &:after
 *      transform: rotate(-135deg)
 *
 * .collapsed
 *  text-decoration: none
 *  .q-close-button
 *    &::before, &::after
 *      transform: rotate(0deg) !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;
}

.q-accordion .q-accordion-card {
  border-bottom: 2px solid #E2EEF1;
}
.q-accordion .q-accordion-card:nth-child(1) {
  border-top: 2px solid #E2EEF1;
}
.q-accordion .q-accordion-card .q-accordion-card-header.q-big-header .accordion-toggle p {
  font-size: 2.0625rem;
  font-weight: 300;
  margin-bottom: 0;
  padding: 15px 0;
}
@media screen and (max-width: 1400px) {
  .q-accordion .q-accordion-card .q-accordion-card-header.q-big-header .accordion-toggle p {
    font-size: 1.6rem;
  }
}
@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 .accordion-title {
  color: #005072;
  font-size: 1.4rem;
  margin-right: 15px;
  font-family: Averta;
}
.history.q-accordion .q-accordion-card .q-accordion-card-header .accordion-toggle .accordion-title {
  font-size: 18px;
}
.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: 58px;
  color: var(--bje-primary);
}
@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: 38px;
  }
}
.q-accordion .q-accordion-card .q-accordion-card-header .accordion-toggle:hover {
  text-decoration: none;
}
.q-accordion .q-accordion-card .q-accordion-card-body {
  padding-top: 20px;
}
.q-accordion.dark .q-accordion-card .q-accordion-card-header.q-big-header p {
  font-weight: 600;
}
.q-accordion.q-light {
  color: #fff;
}
.q-accordion.q-light .q-accordion-card {
  border-bottom: 1px dotted #fff;
}
.q-accordion.q-light .q-accordion-card .q-accordion-card-header {
  border-bottom: none;
}
.q-accordion.q-light .q-accordion-card .q-accordion-card-header p {
  color: #fff;
}
.q-accordion.q-light .q-accordion-card .q-accordion-card-header .q-close-button-wrapper .q-close-button {
  line-height: 0.7;
  right: 0;
}
.q-accordion.q-light .q-accordion-card .q-accordion-card-header .q-close-button-wrapper .q-close-button::after {
  font-size: 58px;
  color: #fff;
}

.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: 14px;
  text-transform: uppercase;
  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-image-col .q-image::after {
  content: "";
  position: absolute;
  width: 50px;
  top: -50px;
  bottom: 90px;
  background-color: rgba(0, 159, 227, 0.9);
}
@media screen and (max-width: 768px) {
  .q-image-text .q-image-col .q-image::after {
    display: none;
  }
}
.q-image-text.q-has-bg .q-image-text-col:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 1000000px;
  margin-left: 0;
  right: 0;
  background-color: #F2F2F2;
  z-index: -1;
  top: 20%;
  bottom: -65px;
}
@media screen and (max-width: 768px) {
  .q-image-text.q-has-bg .q-image-text-col:nth-child(2)::before {
    top: -25px;
    bottom: -25px;
  }
}
.q-image-text.q-has-bg .q-image-text-col .q-map-row {
  bottom: -95px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .q-image-text.q-has-bg .q-image-text-col .q-map-row {
    bottom: 0;
    margin: 0;
    margin-top: 30px;
    text-align: center;
  }
}
.q-image-text.q-has-bg .q-image-text-col .q-map-row .q-map {
  width: 100%;
}
.q-image-text .q-text-right .q-image-col .q-image::after {
  left: 0;
}

/*IMAGE GRID bsp. /620-detailServiceTools.html */
.q-image-grid.q-has-bg .col-12:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 100000000px;
  margin-right: 0;
  right: 0;
  left: -60%;
  background-color: #F2F2F2;
  z-index: -1;
  top: 25%;
  bottom: -100px;
}
@media screen and (max-width: 980px) {
  .q-image-grid.q-has-bg .col-12:nth-child(2)::before {
    top: -40px;
    bottom: -35px;
  }
}
@media screen and (max-width: 768px) {
  .q-image-grid.q-has-bg .col-12:nth-child(2)::before {
    top: -15px;
  }
}

.q-hero-section.login {
  margin-top: 300px;
}
@media screen and (max-width: 1400px) {
  .q-hero-section.login {
    margin-top: 150px;
  }
}
@media screen and (max-width: 980px) {
  .q-hero-section.login {
    margin-top: 0;
  }
}
.q-hero-section.login .q-hero-image {
  max-height: 900px;
}

.q-hero-section {
  display: flex;
  align-items: flex-end;
  height: auto;
  max-height: 100%;
  margin-bottom: 80px;
  margin-top: 150px;
}
@media screen and (min-width: 1400px) {
  .q-hero-section {
    max-width: 1200px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 980px) {
  .q-hero-section {
    margin-bottom: 50px;
    margin-top: 0;
  }
}
.q-hero-section .q-hero-content {
  margin-top: 0;
  margin-bottom: 0;
  bottom: 0;
  position: relative;
}
.q-hero-section.q-small-box {
  margin-bottom: 50px;
}
.q-hero-section.q-small-box .q-blue-box {
  min-height: 450px;
}
@media screen and (max-width: 1400px) {
  .q-hero-section.q-small-box .q-blue-box {
    min-height: auto;
    margin-left: 0;
  }
}
.q-hero-section .q-hero-image {
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  width: 100vw;
  max-width: 100%;
  max-height: 570px;
  overflow: hidden;
}
.q-hero-section .q-hero-image img {
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .q-hero-section .q-hero-image {
    top: 0;
    max-height: 400px;
  }
}
@media screen and (max-width: 980px) {
  .q-hero-section .q-hero-image {
    width: 100%;
    top: 0;
    position: relative;
  }
}
.q-hero-section .q-hero-image-small {
  position: absolute;
  top: 120px;
  right: 0;
  width: 65vw;
  max-width: 1990px;
}
@media screen and (min-width: 1990px) {
  .q-hero-section .q-hero-image-small {
    right: auto;
    margin-left: 100px;
    max-width: 1250px;
  }
  .q-hero-section .q-blue-box {
    margin-left: -220px !important;
  } 
}
.q-hero-section .q-hero-image-small img {
  min-width: 100%;
}

.q-hero-section .q-hero-image-small.q-hero-image-left {
  left: 0;
}
@media screen and (min-width: 1990px) {
  .q-hero-section .q-hero-image-small.q-hero-image-left {
    left: auto;
    margin-left: 0;
    max-width: 950px;
  }
}
@media screen and (max-width: 980px) {
  .q-hero-section .q-hero-image-small {
    width: 100%;
    max-height: 350px;
    top: 0;
    position: relative;
  }
}
.q-hero-section .q-hero-image-small.q-max-h {
  max-height: 550px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .q-hero-section .q-hero-image-small.q-max-h img {
    width: 100%;
  }
}
.q-hero-section .q-hero-btn-wrapper {
  margin-bottom: 60px;
}
.q-hero-section .q-hero-btn-wrapper .q-btn {
  min-width: 40%;
}
@media screen and (max-width: 1400px) {
  .q-hero-section .q-hero-btn-wrapper .q-btn {
    min-width: 50%;
  }
}
@media screen and (max-width: 980px) {
  .q-hero-section .q-hero-btn-wrapper .q-btn {
    min-width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .q-hero-section .q-hero-image-small img {
    min-width: auto;
  }
  .q-hero-section .q-hero-image-small.q-max-h {
    max-height: 340px;
  }
}
@media screen and (max-width: 980px) {
  .q-hero-section .q-hero-image-small img {
    width: 100%;
  }

  .q-hero-section .q-hero-image-small.q-max-h {
    max-height: 340px;
  }
}
.q-hero-section .q-blue-box {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  min-height: 575px;
  margin-left: -50px;
  background-color: rgba(0, 159, 227, 0.93);
  padding: 50px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .q-hero-section .q-blue-box {
    min-height: auto;
    margin-left: 0;
  }
}
.q-hero-section .q-blue-box .q-blue-box-header {
  color: inherit;
  font-size: 3.141rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .q-hero-section .q-blue-box .q-blue-box-header {
    font-size: 1.425rem;
  }
}
.q-hero-section .q-blue-box a:hover {
  color: #fff;
}
.q-hero-section .q-blue-box .q-blue-box-logo {
  margin-bottom: 80px;
}
@media screen and (max-width: 1400px) {
  .q-hero-section .q-blue-box .q-blue-box-logo {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .q-hero-section .q-blue-box .q-blue-box-logo {
    margin-bottom: 20px;
  }
}
.q-hero-section .q-blue-box .q-blue-box-logo img {
  width: auto;
  height: 100%;
  max-height: 100px;
}
@media screen and (max-width: 768px) {
  .q-hero-section .q-blue-box .q-blue-box-logo img {
    max-height: 60px;
  }
}

/* img.parallax
 *  position: absolute
 *  top: 0
 *  left: 0
 *  width: 100%
 *  height: auto
 *  z-index: -1
 *  transform: scale(1.0)
 * */
/*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: -5px 10px 10px rgb(0 0 0 / 25%);
}
.q-video {
  height: 100%;
}
@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: 60%;
  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 {
  background-color: #FFFFFF;
  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;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
  transition: background-color 0.2s ease-out;
  text-align: center;
  font-size: .67rem !important;
  hyphens: none;
}
.q-add:hover {
  text-decoration: none;
  background-color: #eaeaea;
}
.q-add .q-add-icon {
  height: 18px;
  width: 18px;
  margin-bottom: 5px;
}

.page-footer {
  background-color: #005072;
  color: #fff;
}
.page-footer p.extern a {
  text-decoration: underline !important;
}
.page-footer a {
  text-decoration: none;
}
.page-footer-stripe {
  background-color: var(--bje-primary);
  margin: auto;
  text-align: center;
}
.page-footer-stripe span {
  font-size: .875rem;
  line-height: 1.125rem;
  letter-spacing: .4375rem;
}
.page-footer-socials {
  display: flex;
  justify-content: center;
}
.page-footer-socials ul {
  list-style: none;
  display: flex;
  column-gap: 6rem;
  row-gap: 1.5rem;
  margin-bottom: -2rem;
  padding-inline-start: 0;
}
.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: #002839;
  color: #fff;
}
.page-footer .footer-meta .links a {
  color: #fff;
  text-decoration: underline;
}
.page-footer .footer-meta .links a:hover {
  color: inherit;
}
.page-footer .footer-meta .links span, .page-footer .footer-meta .links a {
  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: #9B9B9B;
}

.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: var(--bje-primary);
}

.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;
  }
  .page-footer-socials ul {
    column-gap: 2rem;
  }
  .page-footer-stripe span {
    font-size: 0.625rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 0.75rem;
    letter-spacing: 0.3125rem;
  }
  .page-footer-socials {
    max-width: 75%;
    margin: 0px auto;
  }
}
.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: var(--bje-primary);
}
.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;
}
