@import 'lightcase.css';
/* fira-sans-regular - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts_21/fira-sans-v11-latin-regular.eot');
  src: local(''), url('../fonts_21/fira-sans-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts_21/fira-sans-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts_21/fira-sans-v11-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts_21/fira-sans-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts_21/fira-sans-v11-latin-regular.svg#FiraSans') format('svg');
  font-display: swap;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'icons';
  src: url('../fonts_21/icons.eot?8569502');
  src: url('../fonts_21/icons.eot?8569502#iefix') format('embedded-opentype'), url('../fonts_21/icons.woff2?8569502') format('woff2'), url('../fonts_21/icons.woff?8569502') format('woff'), url('../fonts_21/icons.ttf?8569502') format('truetype'), url('../fonts_21/icons.svg?8569502#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-hook:before {
  content: '\e800';
}
.icon-at:before {
  content: '\e801';
}
.icon-phone:before {
  content: '\e802';
}
.icon-home:before {
  content: '\e805';
}
.icon-facebook:before {
  content: '\e806';
}
.icon-person:before {
  content: '\e807';
}
.icon-instagram:before {
  content: '\e808';
}
.icon-nav-arrow:before {
  content: '\e80a';
}
.icon-hamburger:before {
  content: '\e80b';
}
.icon-xing:before {
  content: '\e80c';
}
.icon-linkedin:before {
  content: '\e80d';
}
.icon-youtube:before {
  content: '\e803';
}
.icon-nav_plus:before {
  content: '\e812';
}
.navArrow:before {
  font-family: icons;
  content: '\e80a';
  font-size: .7em;
  font-weight: normal;
  float: left;
  margin: .3em 1.5em 0 0;
}
.blau1 {
  color: #124b97;
}
html,
body {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 180px;
}
body {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  color: #323232;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body#grau1 .content {
  background: #f4f4f4;
}
/* Styles für Editmode */
.editmode {
  color: #f00;
  font-size: 16px;
}
a {
  color: #124b97;
}
a:hover {
  color: #124b97;
}
.staticTop {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.staticTop .header {
  transition: .5s;
  height: 150px;
  top: 0;
  padding-top: 12px;
  border-bottom: solid 2px #bcbcbc;
}
@media screen and (max-width: 767px) {
  .staticTop .header {
    height: 100px;
  }
}
.staticTop .header .row .logo_left,
.staticTop .header .row .claim {
  transition: .5s;
}
.staticTop .header .row .logo_left {
  height: 98px;
  width: auto;
  margin-top: 10px;
  display: block;
  aspect-ratio: 2.5;
}
@media screen and (max-width: 767px) {
  .staticTop .header .row .logo_left {
    height: 50px;
  }
}
.staticTop .header .row .claim {
  height: 46px;
  width: auto;
  aspect-ratio: 8.9;
}
@media screen and (max-width: 767px) {
  .staticTop .header .row .claim {
    height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .staticTop .header .row .claim {
    height: 20px;
    padding: 8px 0 0 0;
  }
}
.staticTop .header .row > div.d-flex {
  align-items: end;
  justify-content: end;
}
@media screen and (max-width: 575px) {
  .staticTop .header .row > div.d-flex {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.staticTop.shrinked .header {
  height: 70px;
  padding-top: 0;
}
.staticTop.shrinked .header .row .logo_left {
  height: 50px;
}
.staticTop.shrinked .header .row .claim {
  height: 20px;
  margin-top: -70px;
}
@media screen and (max-width: 575px) {
  .staticTop.shrinked .header .row .claim {
    margin-top: 10px;
  }
}
.staticTop .header,
.staticTop .navigation {
  background: #fff;
}
.staticTop .navigationBox {
  background: #fff;
  border-bottom: solid 2px #bcbcbc;
}
.staticTop .navigationBox .navigation {
  height: 50px;
}
.staticTop .navigationBox .navigation .row {
  height: 100%;
}
.staticTop .navigationBox .navigation a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .staticTop .navigationBox .navigation [class*="col"] {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .staticTop .navigationBox .navigation [class*="col"] ul {
    list-style: none;
  }
  .staticTop .navigationBox .navigation [class*="col"] ul > li > ul {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
  }
  .staticTop .navigationBox .navigation [class*="col"] ul.level_0 {
    display: grid;
    grid-template-columns: auto auto auto auto auto 120px;
    align-items: center;
    margin: 0;
    height: 50px;
    position: relative;
    padding-left: 0;
    line-height: 1;
    width: 100%;
  }
  .staticTop .navigationBox .navigation [class*="col"] ul.level_0 > li:last-child {
    text-align: right;
  }
  .staticTop .navigationBox .navigation [class*="col"] ul.level_0 > li {
    margin-right: 2.5em;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
  }
  .staticTop .navigationBox .navigation [class*="col"] ul.level_0 > li:last-child {
    margin-right: 0;
  }
  .staticTop .navigationBox .navigation [class*="col"] ul.level_0 > li > a:not(.lang),
  .staticTop .navigationBox .navigation [class*="col"] ul.level_0 > li span {
    color: #124b97;
    font-size: 1.3em;
  }
  .staticTop .navigationBox .navigation [class*="col"] ul.level_0 > li > a:not(.lang):hover,
  .staticTop .navigationBox .navigation [class*="col"] ul.level_0 > li span:hover {
    cursor: pointer;
    color: #bcbcbc;
    padding-bottom: 2px;
    border-bottom: solid 3px #124b97;
  }
  .staticTop .navigationBox .navigation [class*="col"] ul.level_0 > li > ul.level_1 {
    display: grid;
    top: 52px;
    left: -15px;
    width: calc(100% + 30px);
    background: #fff;
    position: absolute;
    z-index: 0;
    grid-gap: 30px;
    row-gap: 0;
    padding: 15px;
    grid-template-columns: repeat(4, calc(25% - 22.5px));
    padding-left: .9em;
    font-size: .9em;
    text-transform: none;
    line-height: 1.5;
    border: solid 2px #bcbcbc;
    border-top: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s linear;
  }
  .staticTop .navigationBox .navigation [class*="col"] ul.level_0 > li > ul.level_1 span {
    font-size: 1.1em;
  }
  .staticTop .navigationBox .navigation [class*="col"] ul.level_0 > li > ul.level_1 span:hover {
    border-bottom: 0;
    color: #124b97;
  }
  .staticTop .navigationBox .navigation [class*="col"] ul.level_0 > li > ul.level_1.fadeIn {
    visibility: visible;
    opacity: 1;
  }
  .staticTop .navigationBox .navigation [class*="col"] ul.level_0 > li > ul.level_1.fadeOut {
    opacity: 0;
  }
  .staticTop .navigationBox .navigation [class*="col"] ul.level_0 > li > ul.level_1 > li {
    border-top: solid 2px #f4f4f4;
    border-bottom: solid 2px #f4f4f4;
    padding: 15px;
    font-size: .9em;
    text-indent: -.9em;
  }
  .staticTop .navigationBox .navigation [class*="col"] ul.level_0 > li > ul.level_1 > li:nth-child(n+5) {
    border-top: 0;
  }
  .staticTop .navigationBox .navigation [class*="col"] ul.level_0 > li > ul.level_1 > li a {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 1em;
    display: block;
    color: #124b97;
  }
  .staticTop .navigationBox .navigation [class*="col"] ul.level_0 > li > ul.level_1 > li a:hover {
    color: #bcbcbc;
  }
  .staticTop .navigationBox .navigation [class*="col"] ul.level_0 > li > ul.level_1 > li:before {
    font-family: icons;
    content: '\e80a';
    font-size: .7em;
    font-weight: normal;
    float: left;
    margin: .3em 1.5em 0 0;
  }
  .staticTop .navigationBox .navigation [class*="col"] ul.level_0 > li > ul.level_1 > li:first-line {
    font-weight: bold;
  }
  .staticTop .navigationBox .navigation [class*="col"] ul.level_0 > li > ul.level_1 ul.level_2 {
    padding: 1em 0 0 .9em;
  }
  .staticTop .navigationBox .navigation [class*="col"] ul.level_0 > li > ul.level_1 ul.level_2 > li:before {
    font-family: icons;
    content: '\e80a';
    font-size: .7em;
    font-weight: normal;
    float: left;
    margin: .3em 1.5em 0 0;
  }
  .staticTop .navigationBox .navigation [class*="col"] ul.level_0 a.lang img {
    width: 45px;
    aspect-ratio: auto 1.95652174;
  }
}
@media screen and (max-width: 1200px) {
  .staticTop .navigationBox .navigation > .row {
    width: 100vw;
    position: absolute !important;
    height: inherit;
    left: 0;
    margin: 0;
    padding: 0;
  }
  .staticTop .navigationBox .navigation > .row > div {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .staticTop .navigationBox .navigation ul.level_0 {
    border-bottom: solid 1px #bcbcbc;
    padding-left: 1em;
  }
  .staticTop .navigationBox .navigation ul.level_0 > li > a {
    font-size: 1.5em;
  }
  .staticTop .navigationBox .navigation ul.level_0 > li:before {
    font-size: 1em;
  }
  .staticTop .navigationBox .navigation ul.level_0 > li .level_1 {
    margin-left: .8em;
  }
  .staticTop .navigationBox .navigation ul.level_0 > li .level_1 > li > a {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 399px) {
  .staticTop .navigationBox .navigation ul.level_0 > li > a {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 1199px) {
  .staticTop .navigationBox .navigation ul.level_0 {
    overflow-y: auto;
  }
}
.lightcase_link {
  display: inline-block;
  position: relative;
}
.lightcase_link .lightcase_magnifier {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 25px;
}
.lightcase_link:hover .lightcase_magnifier {
  width: 50px;
}
@media screen and (max-width: 575px) {
  div.home,
  div.phone,
  div.mail {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  i.icon-hamburger {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .navigation > .row > .col-12:first-child {
    text-align: right;
  }
  .navigation > .row > .col-12:first-child i.icon-hamburger {
    font-size: 2.5em;
    color: #124b97;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: -3px;
  }
  ul {
    padding-left: 0;
  }
  ul img[src*="svg"] {
    max-width: 60px;
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  ul img[alt="deutsch"],
  ul img[alt="english"] {
    margin-left: 1.1em;
  }
  li {
    list-style: none;
  }
  li a {
    color: #124b97;
  }
  ul[class*="level_0"] {
    padding-top: 10px !important;
    background: rgba(255, 255, 255, 0.9);
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 1.2rem;
  }
  ul[class*="level_0"] > li > i {
    position: absolute;
    right: 21px;
    font-size: 1.5em;
  }
  ul[class*="level_0"] ul {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
  }
  ul[class*="level"] {
    padding: 0 0 15px 15px;
  }
  .level_0 {
    display: none;
    text-align: left;
    background: #fff;
    position: relative;
    top: 52px;
  }
  .level_0 li > span {
    display: none;
  }
  .level_0 > li:before {
    font-family: icons;
    content: '\e80a';
    font-size: .7em;
    font-weight: normal;
    float: left;
    margin: .3em 1.5em 0 0;
  }
  .level_0 > li:before {
    margin: .2em .5em 0 0;
  }
  .level_0 > li:last-child:before {
    content: '';
    margin: 0;
  }
  .level_1,
  .level_2 {
    display: none;
  }
  .level_1 > li > a {
    display: inline-block;
    width: calc(100% - 15px);
  }
  .level_1 > li > a > i {
    float: right;
  }
  .icon-nav_plus {
    color: #124b97;
    cursor: cell;
  }
}
[name="Tier"] {
  position: absolute;
  left: -4000px;
}
.sideNavArrow {
  color: #323232;
  font-family: icons;
  content: '\e80a';
  font-size: .7em;
  font-weight: normal;
  float: left;
  margin: .1em .5em 0 .25em;
  transition: .1s;
}
.sideNav ul li {
  list-style: none;
}
.sideNav ul li a {
  color: #124b97;
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  margin-left: -1.2rem;
  position: relative;
  left: 1.2rem;
}
.sideNav ul.level_1 {
  padding-bottom: 1em;
  line-height: 1.5;
  padding-left: 0;
}
.sideNav ul.level_1 > li:before {
  color: #323232;
  font-family: icons;
  content: '\e80a';
  font-size: .7em;
  font-weight: normal;
  float: left;
  margin: .1em .5em 0 .25em;
  transition: .1s;
}
.sideNav ul.level_1 > li > ul > li:last-child {
  padding-bottom: .5em;
}
.sideNav ul.level_1 > li:active:before,
.sideNav ul.level_1 > li.active:before,
.sideNav ul.level_1 > li:hover:before {
  transform: rotate(-45deg);
  margin: .3em .5em 0 .25em;
}
.sideNav ul.level_1 > li:active > a,
.sideNav ul.level_1 > li.active > a,
.sideNav ul.level_1 > li:hover > a {
  color: #323232;
  text-decoration: none;
}
.sideNav ul.level_1 > li .level_2 > li:before {
  color: #323232;
  font-family: icons;
  content: '\e80a';
  font-size: .7em;
  font-weight: normal;
  float: left;
  margin: .1em .5em 0 .25em;
  transition: .1s;
}
.sideNav ul.level_1 > li .level_2 > li:active:before,
.sideNav ul.level_1 > li .level_2 > li.active:before,
.sideNav ul.level_1 > li .level_2 > li:hover:before {
  transform: rotate(-45deg);
  margin: .3em .5em 0 .25em;
}
.sideNav ul.level_1 > li .level_2 > li:active > a,
.sideNav ul.level_1 > li .level_2 > li.active > a,
.sideNav ul.level_1 > li .level_2 > li:hover > a {
  color: #323232;
  text-decoration: none;
}
.sideNav ul.level_1 > li {
  border-top: solid 1px gray;
  padding: .5em 0 0 0;
}
.sideNav ul.level_1 > li:last-child {
  border-bottom: solid 1px gray;
}
.sideNav ul [src*=".svg"] {
  width: 45px;
  height: auto;
}
.sideNav .level_1 span {
  display: none;
}
.content {
  position: relative;
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .content {
    margin-top: 152px;
  }
}
.shrinked + .content {
  margin-top: 200px;
}
.bg_start {
  background-image: url(/include/img/bg_start.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1999px) {
  .bg_start {
    background-size: cover;
  }
}
.phone,
.mail {
  position: fixed;
  top: 200px;
  border: solid 1px #fff;
  border-right: 0;
  display: grid;
  grid-template-columns: 50px 14em;
  align-items: center;
  background: #e64b14;
  box-shadow: 0px -1px 7px -2px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px -1px 7px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -1px 7px -2px rgba(0, 0, 0, 0.75);
  -webkit-transition: .7s;
  transition: .7s;
  right: -14em;
}
.phone img,
.mail img {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.phone > div,
.mail > div {
  padding-right: 10px;
}
.phone > div a,
.mail > div a {
  color: #fff !important;
  text-decoration: none;
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
}
.phone {
  top: calc(216px + 63px);
}
.phone.floatOut {
  right: -1em;
}
.mail {
  top: calc(216px + 126px);
}
.mail.floatOut {
  right: 0;
}
h1,
h2,
h3,
h4,
.likeH1,
.likeH2,
.likeH3,
.likeH4 {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
}
h1,
.h1 {
  line-height: 1.05;
  font-size: 2.8em;
  letter-spacing: -.007em;
  transition: .3s;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.3em;
  }
}
.h3,
h3,
.likeH3 {
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .h3,
  h3,
  .likeH3 {
    font-size: 1.55rem;
  }
}
.h3.bgBlue,
h3.bgBlue,
.likeH3.bgBlue {
  background: #124b97;
  color: #fff;
  padding: 10px 14px;
  font-size: 1.4em;
  margin: 30px 0;
}
.title h1 {
  color: #124b97;
  margin: 1em 0 .7em;
}
.title p {
  font-size: 1.15em;
  color: #1e1e1e;
}
.container-fluid.breadcrumb {
  margin-bottom: 0;
  background: #fff !important;
  position: sticky;
  z-index: 500;
  top: 202px;
  transition: .45s;
}
@media screen and (max-width: 800px) {
  .container-fluid.breadcrumb {
    display: none;
  }
}
.container-fluid.breadcrumb #breadcrumb {
  display: flex;
  padding-left: 0;
  margin-top: .3rem;
  margin-bottom: 0rem;
  position: relative;
  z-index: 10;
}
.container-fluid.breadcrumb #breadcrumb li {
  list-style: none;
}
.container-fluid.breadcrumb #breadcrumb li:last-of-type:after {
  content: '';
  margin: 0;
}
.container-fluid.breadcrumb #breadcrumb li a:hover {
  color: #124b97;
}
.container-fluid.breadcrumb #breadcrumb li:before {
  content: '';
}
.container-fluid.breadcrumb #breadcrumb li,
.container-fluid.breadcrumb #breadcrumb a {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  font-size: .85rem !important;
  color: #bcbcbc;
}
.container-fluid.breadcrumb #breadcrumb li:after {
  font-family: icons;
  content: '\e80a';
  font-size: .7em;
  font-weight: normal;
  display: inline-block;
  transform: rotate(-45deg);
  margin: 0 1rem;
}
.container-fluid.breadcrumb.shrinked {
  top: 121px;
}
.container.weiss {
  padding-top: 15px;
  background: #fff;
  margin-bottom: 30px;
}
.container-fluid.whiteBar > .container {
  /*height: 8.3em;*/
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.container-fluid.whiteBar > .container * {
  margin: 0;
  padding: 0;
}
.container-fluid.ochre {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #f5efe8;
}
.container-fluid .white {
  margin-top: 30px;
  padding-top: 45px;
  padding-bottom: 45px;
  background: #fff;
}
.imgL-textR h3,
.stellena h3,
.imgL-textR .h3,
.stellena .h3 {
  margin-top: 0;
  margin-bottom: .6rem;
}
.imgL-textR [class*="col-"]:nth-child(odd) > div,
.stellena [class*="col-"]:nth-child(odd) > div {
  padding: 10px;
  background: #f5efe8;
  margin-bottom: 30px;
}
.imgL-textR ul,
.stellena ul {
  padding-left: 0;
}
.imgL-textR ul li,
.stellena ul li {
  list-style: none;
  text-indent: -.425rem;
  margin-left: .85rem;
  line-height: 1.4;
  margin-bottom: .25rem;
}
.imgL-textR ul li:before,
.stellena ul li:before {
  content: '■';
  color: #124b97;
  position: relative;
  display: inline-block;
  top: -.1rem;
  margin-right: .2rem;
}
.content.bgLightgray {
  background-color: #f4f4f4;
}
.content.bgLightgray > .breadcrumb {
  background: #f4f4f4 !important;
}
.content img {
  max-width: 100%;
}
.container.up img {
  width: 34px;
  height: 34px;
  display: block;
  margin: 15px auto;
  cursor: pointer;
}
.footer {
  padding-top: 40px;
  padding-bottom: 50px;
  background: #124b97;
}
.footer h3 {
  margin: 0;
  color: #fff;
}
.footer .bgWhite {
  background: #fff;
  min-height: 52px;
}
@media screen and (max-width: 991px) {
  .footer .bgWhite:not(.flagContainer) span {
    width: 100%;
  }
  .footer .bgWhite:not(.flagContainer) a {
    display: block;
    padding: .5em .6em;
  }
}
.footer [class*="col-"] {
  margin-bottom: 30px;
  font-size: 1.3em;
}
.footer [class*="col-"] span {
  background: #edf1f7;
  text-transform: uppercase;
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
  color: #124b97;
  padding: .5em .6em;
  display: inline-flex;
  align-items: center;
  letter-spacing: .0086em;
  white-space: nowrap;
}
.footer [class*="col-"] span.ick {
  padding: 0 !important;
  float: left;
  display: block;
  margin-right: 5px;
}
.footer [class*="col-"] span img {
  height: 52px;
  width: 52px;
}
.footer a {
  color: #1e1e1e;
  font-size: 1.1em;
}
.footer a > [class^="icon-"] {
  margin-right: .15em;
}
.footer a.icka {
  line-height: 52px;
}
.footer .flagContainer {
  display: grid;
  grid-template-columns: 12.5em auto;
  grid-gap: 1em;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .footer .flagContainer {
    grid-template-columns: 100%;
    grid-gap: 0;
  }
}
.footer .flagContainer .flags {
  display: inline-grid;
  align-items: center;
  grid-template-columns: repeat(11, 38px);
  grid-gap: 15px;
}
@media screen and (max-width: 991px) {
  .footer .flagContainer .flags {
    justify-content: space-around;
  }
}
@media screen and (max-width: 767px) {
  .footer .flagContainer .flags {
    grid-template-columns: repeat(9, 38px);
  }
}
@media screen and (max-width: 575px) {
  .footer .flagContainer .flags {
    grid-template-columns: repeat(5, 38px);
  }
}
.footer .flagContainer .flags a {
  box-sizing: border-box;
}
.footer .flagContainer .flags a img {
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .footer .flagContainer .flags {
    padding: 10px;
  }
}
.footer + .footer {
  padding: 0;
  background: #f4f4f4;
  border-bottom: solid 1px #124b97;
}
.footer + .footer .row.bottomNav {
  height: 50px;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .footer + .footer .row.bottomNav {
    height: 72px;
    padding-top: 10px;
  }
}
.footer + .footer ul {
  padding-left: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .footer + .footer ul {
    justify-content: space-around;
  }
}
@media screen and (max-width: 575px) {
  .footer + .footer ul {
    height: initial;
    justify-content: space-around;
    gap: 10px;
    flex-flow: wrap;
    line-height: 1;
    padding-top: 15x;
    padding-bottom: 15x;
  }
}
.footer + .footer ul li {
  list-style: none;
  margin-left: 0;
  margin-right: 1.5em;
}
@media screen and (max-width: 767px) {
  .footer + .footer ul li {
    margin-right: 0;
  }
}
.footer + .footer ul li a {
  color: #124b97;
  text-transform: uppercase;
  font-size: .6em;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.footer + .footer ul li:last-child {
  margin-left: 0;
}
.footer + .footer [class*="col-"] {
  margin-top: 0;
  margin-bottom: 0;
}
.footer + .footer [class*="col-"]:nth-child(even) {
  font-size: .95em;
  letter-spacing: normal;
  height: 50px;
  display: flex;
  align-items: center;
  margin-top: -16px;
}
@media screen and (max-width: 575px) {
  .footer + .footer [class*="col-"]:nth-child(even) {
    margin-top: 0;
  }
}
.xbuttonImg {
  content: url('/include/img/strpiesAndLink.svg');
  display: block;
  height: auto;
  width: 60px;
  margin: -50px 0 50px 16px;
  position: relative;
  z-index: 100;
  cursor: pointer;
}
.xbuttons > [class*="col"] {
  margin-bottom: 30px;
}
.xbuttons > [class*="col"] > div {
  display: block;
  padding: 5px;
  background-color: #f5efe8;
}
.xbuttons > [class*="col"] > div:hover {
  text-decoration: none;
}
.xbuttons > [class*="col"].blau2 > a {
  background: #edf1f7;
}
.xbuttons > [class*="col"].blau2 > a h2 a {
  color: #124b97;
}
.xbuttons .imagetext {
  margin-top: 30px;
  padding: 0 15px 30px;
  height: 350px;
}
@media screen and (max-width: 1199px) {
  .xbuttons .imagetext {
    height: 400px;
  }
}
@media screen and (max-width: 991px) {
  .xbuttons .imagetext {
    height: 370px;
  }
}
@media screen and (max-width: 767px) {
  .xbuttons .imagetext {
    height: 280px;
  }
}
@media screen and (max-width: 575px) {
  .xbuttons .imagetext {
    height: 328px;
  }
}
.xbuttons .imagetext h2 {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 1.45em;
  color: #124b97;
  margin-bottom: .45em;
  hyphens: auto;
}
.xbuttons .imagetext h2 + p {
  font-size: 1.15em;
  color: #1e1e1e;
}
.xbuttons .imagebutton {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.xbuttons .imagebutton img {
  /*height: 220px;*/
  width: auto;
  aspect-ratio: 1.55;
}
.sysOverview {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-gap: 15px;
  margin-bottom: 15px;
  background: #f5efe8;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sysOverview {
    display: block;
  }
  .sysOverview > .hasXbutton {
    padding: 0 15px 45px;
  }
}
.sysOverview > div:nth-child(odd) {
  padding: 10px;
}
.sysOverview > div:nth-child(odd) > div {
  overflow: hidden;
  display: grid;
  align-content: center;
}
.sysOverview > div:nth-child(odd) > div > img {
  width: 100%;
  height: auto;
}
.sysOverview .hasXbutton {
  position: relative;
  padding-right: 20px;
  padding-bottom: 45px;
}
.sysOverview .hasXbutton h4,
.sysOverview .hasXbutton .likeH4 {
  margin-top: 1.3rem;
  font-size: 1.4rem;
  color: #124b97;
  font-weight: bold;
}
.sysOverview .hasXbutton:after {
  content: url('/include/img/strpiesAndLink.svg');
  display: block;
  height: auto;
  width: 60px;
  margin: -50px 0 50px 16px;
  position: relative;
  z-index: 100;
  cursor: pointer;
  position: absolute;
  bottom: -46px;
  left: -20px;
}
@media screen and (max-width: 767px) {
  .sysOverview .hasXbutton:after {
    left: 0;
  }
}
.floatLeft-md {
  float: left;
  display: block;
  padding: 0 30px 30px 0;
}
@media screen and (max-width: 767px) {
  .floatLeft-md {
    float: none;
    padding: 0;
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 767px) {
  .floatLeft-md img {
    display: block;
    margin: auto;
  }
}
/* Glossar */
.navABC:after {
  content: '';
  display: table;
  white-space: pre;
  clear: both;
}
.navABC span {
  cursor: pointer;
  background: #124b97;
  color: #fff;
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  padding: 8.5px 0;
  width: 2.7rem;
  text-align: center;
  display: inline-block;
  margin: 0 0 2px 2px;
}
.navABC span:hover {
  background: rgba(18, 75, 151, 0.5);
}
.contentABC .rowGlossar {
  display: grid;
  grid-template-columns: 200px auto;
  grid-template-rows: auto;
  grid-template-areas: "index index" "idiom description";
}
@media screen and (max-width: 575px) {
  .contentABC .rowGlossar {
    grid-template-columns: 100%;
    grid-template-areas: "index" "idiom" "description";
  }
}
.contentABC .rowGlossar div:nth-child(1) {
  grid-area: index;
}
.contentABC .rowGlossar div:nth-child(2) {
  grid-area: idiom;
}
.contentABC .rowGlossar div:nth-child(3) {
  grid-area: description;
}
.contentABC .rowGlossar .glossar_anker {
  font-size: 3rem;
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
}
.contentABC .rowGlossar .bold {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
  color: #124b97;
}
.contentABC .rowGlossar *:hover {
  text-decoration: none;
}
.XbuttonAbso {
  display: block;
  width: 75px;
  height: 33px;
  text-decoration: none;
  position: absolute;
  bottom: 10px;
  left: -5px;
  z-index: 500;
}
.ImgBez {
  display: block;
  text-align: center;
  font-size: 14px;
  padding-top: 5px;
}
.ProDetail {
  position: relative;
  padding-bottom: 30px;
}
a.link_pdf {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: transparent url('../img/link-pdf.png') right center no-repeat;
  padding: 0 40px 0 0;
  text-decoration: underline;
  line-height: 2em;
}
a.link_pdf_lp {
  background: transparent url('../img/link-pdf.png') right center no-repeat;
  padding: 0 40px 0 0;
  text-decoration: underline;
  line-height: 2em;
  display: inline-block;
  margin-top: 20px;
}
.x_inner {
  margin: 5px 0;
}
.accordion .panel {
  background: transparent;
  border: none;
  box-shadow: none;
}
.accordion .panel-heading {
  background-color: #fff;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  color: #124b97;
}
.accordion .panel-heading a:not(.collapsed) {
  display: block;
  font-family: 'FiraBold', sans-serif;
  background-color: #124b97;
  border: none;
  color: #fff;
  padding: 5px 12px 5px 12px;
  outline: none;
}
.accordion .panel-heading a:not(.collapsed).first {
  margin-top: 21px;
}
.accordion .panel-heading a.collapsed {
  display: block;
  color: #124b97;
  font-family: 'FiraBold', sans-serif;
  line-height: 1em;
  background-color: #fff;
  border-top: 0px;
  border-radius: 0;
  border-bottom: 1px dotted #323232;
  padding: 15px 12px 15px 12px;
  outline: none;
}
.accordion .panel-heading a.collapsed.first {
  margin-top: 21px;
  border-top: 1px dotted #323232;
}
.accordion a:active.collapsed {
  outline: none;
}
.accordion .panel-collapse[aria-expanded=true] {
  border-bottom: 1px dotted #323232;
}
.accordion .panel-body {
  padding: 24px 13px 26px 13px;
}
.accordion h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #004a99;
  padding: 0 0 4px 0;
  margin-bottom: 10px;
}
.accordion h3,
.accordion h4 {
  margin-bottom: 10px;
}
.accordion .col_x3 {
  width: 49.5%;
  float: left;
}
@media (max-width: 767px) {
  .accordion .col_x3 {
    width: 99.9%;
    margin-bottom: 20px;
  }
}
.accordion .col_x5 {
  width: 19%;
  float: left;
}
.accordion .col_x6 {
  width: 80%;
  float: left;
}
.col_x1 {
  width: 35%;
  float: left;
}
.col_x1 img {
  max-width: 100%;
}
.col_x1 .img_desc {
  padding: 8px 20px 16px 20px;
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .col_x1 {
    width: 100%;
    float: none;
    max-width: 270px;
    margin: 0 auto;
  }
}
.col_x2 {
  width: 61%;
  float: right;
  margin-bottom: 20px;
}
.col_x2 img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .col_x2 {
    width: 100%;
    float: none;
  }
}
.likeH4 {
  margin-top: 1.3rem;
  font-size: 1.4rem;
  color: #124b97;
  font-weight: bold;
}
.text-image {
  width: 370px;
  max-width: 100%;
}
.text-image img {
  max-width: 100%;
}
.text-image.pull-right {
  margin: 0 0 30px 30px;
  float: right !important;
}
.img_desc {
  text-align: center;
  font-size: 12px;
  line-height: 25px;
}
.sysAnwendung {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-gap: 15px;
  padding-right: 20px;
  margin-bottom: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sysAnwendung {
    display: block;
    padding: 0 20px;
  }
}
.sysAnwendung .stellena h3 {
  margin-top: 5px;
}
.sysAnwendung > div:nth-child(odd) {
  padding: 10px;
}
.sysAnwendung > div:nth-child(odd) > div {
  max-height: auto;
  margin-bottom: 20px;
  display: grid;
  align-content: center;
}
.sysAnwendung > div:nth-child(odd) > div > img {
  width: 100%;
  height: auto;
}
.cBlack {
  display: inline !important;
  color: #1e1e1e;
}
.xbuttons_start {
  position: absolute;
  width: 60px !important;
  height: 30px !important;
  bottom: 22px;
  aspect-ratio: 2;
}
[class*="-5"] a.beratung {
  font-size: 1.75em;
  top: .75em;
}
[class*="-4"] a.beratung {
  font-size: 1.25em;
}
[class*="-4"] a.beratung:after {
  content: url('/include/img/ic_beratuung_after_small.svg');
  width: 40px;
  height: auto;
  top: .55em;
}
a.beratung {
  display: flex;
  align-items: center;
  line-height: 1;
  height: 2.4em;
  color: #fff;
  text-decoration: none;
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 1.85em;
  background: #e64b14;
  padding-left: .75em;
  padding-right: 3em;
  max-width: 540px;
  width: 100%;
  box-shadow: 0px -1px 7px -2px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px -1px 7px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -1px 7px -2px rgba(0, 0, 0, 0.75);
  border: solid 1px #fff;
  position: relative;
  margin-bottom: 1em;
  float: right;
}
a.beratung:after {
  content: url('/include/img/ic_beratuung_after.svg');
  position: absolute;
  top: .25em;
  right: .5em;
}
[class*="-3"] a.beratung {
  font-size: 1em;
}
[class*="-3"] a.beratung:after {
  content: url('/include/img/ic_beratuung_after_small.svg');
  top: 0.424em;
  right: 1.1em;
  width: 30px;
  height: auto;
}
.bu_center {
  text-align: center;
}
a.kontakt_bu {
  display: flex;
  align-items: center;
  line-height: 1;
  height: 2.4em;
  color: #fff;
  text-decoration: none;
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 1.45em;
  background: #124b97;
  padding-left: .75em;
  padding-right: 2em;
  max-width: 320px;
  width: 100%;
  box-shadow: 0px -1px 7px -2px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px -1px 7px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -1px 7px -2px rgba(0, 0, 0, 0.75);
  border: solid 1px #fff;
  position: relative;
  margin: 1.5em auto;
  cursior: pointer;
}
a.kontakt_bu:after {
  content: url('/include/img/ic_beratuung_after_blue.svg');
  position: absolute;
  top: 0em;
  right: .5em;
}
a.kontakt_bu.ma0 {
  margin: 1.5em 0;
}
/*------------------------------------*\
ANIMATION
\*------------------------------------*/
.comeIn {
  right: -14em;
  animation-name: example;
  animation-duration: .5s;
  transition-timing-function: linear;
}
@keyframes example {
  0% {
    right: -14em;
  }
  12.5% {
    right: -13em;
  }
  25% {
    right: -12em;
  }
  37.5% {
    right: -11em;
  }
  50% {
    right: -10em;
  }
  62.5% {
    right: -11em;
  }
  75% {
    right: -12em;
  }
  87.5% {
    right: -13em;
  }
  100% {
    right: -14em;
  }
}
.stellena h3 {
  font-size: 1.3rem;
}
.fontWhite {
  color: #fff;
}
.flags img {
  width: 38px;
  height: 23px;
}
.img_video {
  aspect-ratio: 1.55;
}
.bgImgContent {
  background-image: url(/include/img/Hintergrund.webp);
  background-repeat: repeat-y;
  background-position: top center;
  background-attachment: fixed;
}
.bgImgContent2 {
  background-image: url(/include/img/Hintergrund2.webp);
  background-repeat: repeat-y;
  background-position: top center;
  background-attachment: fixed;
}
/* Verbesserung CLS */
.body.noccm-blocked {
  overflow: visible !important;
}
/* FAQ Accordions */
.faq .accordion > .card > .card-header {
  margin-bottom: 0;
}
.faq .btn-link {
  color: #124b97;
  font-family: 'FiraBold', sans-serif;
  line-height: 1em;
  font-size: 16px;
  font-weight: bolder;
}
.faq .card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px dotted #646464;
}
.faq .card {
  border: none;
}
.faq .card-body {
  border-bottom: 1px dotted #646464;
}
.faq .accordion {
  border-top: 1px dotted #646464;
}
.p_overview {
  margin-bottom: 150px;
}
.bg_white {
  background-color: rgba(255, 255, 255, 0.95);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
/* Youtube Videos responsive einbinden ##############  */
#ContentVideos iframe {
  max-width: 100%;
}
.embed-container {
  position: relative;
  /* ratio 16x9 */
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  max-width: 743px;
  height: auto !important;
  aspect-ratio: 1.777777;
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 45%;
}
/*@media only screen 
and (max-width : 990px){
#ContentVideos div{margin:10px auto;}
.embed-container {padding-bottom: 42%;}
}*/
