.newsflash-horiz.pub,.newsflash-horiz.fach{
  max-width: 1150px;
  margin: 10px auto 100px;
}
.pub_select,.pub_select2 {
  width: 190px;
  height: 35px;
  margin-bottom: 18px;
  border-color: #595959;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 16px;
  font-family: Open Sans;
  padding-left: 10px;
  font-weight: 600;
  background: url(../images/chevronDown.png);
  background-repeat: no-repeat;
  background-position: 160px 12px;
}
/* ------------------ Header Bereich ------------------*/

/* ------------------ Hauptmenü ------------------*/
nav {
  text-align: left;
  max-width: 1150px;
  margin: auto;
  height: 80px;
}
.nav.menu {
  display: inline-block;
  width: 100%;
  top:36px;
}
.nav.menu.fixed,.nav.menu.mobile.fixed {
  position: fixed;
  z-index: 12;
  background: #ffffff;
  max-width: 1150px;
  margin: auto;
  top: 0px;
  transition: top 1s;
  display: block;
}
#navBg {
  top: -90px;
  height: 80px;
  position: fixed;
  background: #ffffff;
  width: 100%;
  z-index: 10;
  transition: top 1s;
  box-shadow: 0 2px 2px 0 #f1f1f1;
}
.nav.menu > li > a {
  text-transform: uppercase;
  font-weight:bold;
  font-size: 15px;
  color: unset;
  letter-spacing: 0;
}
.nav.menu > li {
  list-style-type: none;
  float:left;
  padding: 11px 14px 5px 14px;
  margin: 38px 9px 0px 9px;
}
.nav.menu > li:first-child {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  margin-right: 195px;
  padding-top: 14px;
  padding-bottom: 0;
}
#mainmenu > li:nth-child(7){
  margin-right: 0;
}
.nav.menu li ul {
  display: none;
  position: absolute;
  margin: 0;
  background-color: #fafafa;
  z-index: 10;
  padding: 12px 10px 12px 10px;
  border-radius: 0 0 10px 0;
  margin-top: 18px;
  margin-left: -14px;
}
.nav.menu li:hover ul {
  display: block;
  margin-top: 9px;
}
.nav.menu > li.current, .nav.menu > li:hover{
  border-bottom: solid 4px #123f5f;
  color: #123f5f;
}
.nav.menu li ul li {
  float: none;
  height: 31px;
  margin: 0;
  list-style-type: none;
}
.nav.menu li ul li:hover {
  background-color: #123f5f;
}
.nav.menu li ul li:hover a,.nav.menu li ul li.current a{
  color: #fff;
}
.nav.menu li ul li a {
  color: #828282;
  line-height: 31px;
  margin: 0 36px 0 2px;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
}
.nav.menu li ul li a::before {
  content: "\f105";
  padding-right: 5px;
  font-family: FontAwesome;
}
.nav.menu li ul li.current a{
  color: #143f5f;
}
.nav.menu li ul li.current:hover a {
  color: #ffffff;
}
/* ------------------ Subnav - Sprachumschaltung ------------------*/
#telefonNr,#email {
  float:left;
  text-align: left;
  padding-top: 8px;
  width: 170px;
}
#telefonNr img, #email img {
  float: left;
  padding-top: 2px;
  padding-right: 5px;
}
#social {
  text-align: right;
  height: 35px;
}
#social img {
  border-right: solid 1px #f1f1f1;
  border-left: solid 1px #f1f1f1;
}
.mod-languages {
  text-align: right;
  padding-right: 78px;
  margin-top: -33px;
}
div.mod-languages li {
  margin-left: 0;
  margin-right: 0;
}
.mod-languages a {
  font-weight: bold;
  margin: 0;
  background-color: #cbcbcb;
  color: #fff;
  font-size: 14px;
  line-height: 0;
  padding: 8px;
    margin-right: 1px;
         vertical-align: sub;
    /*vertical-align: -webkit-baseline-middle;*/
}
div.mod-languages li:nth-child(2) > a{
        margin-right: -1px;
}
.mod-languages li.lang-active a{
  background-color: #003d60;
}
/* ------------------ Banner Bereich Anfang ------------------*/
.homeKernbereiche .slide-text {
  text-align: center;
}
.homeKernbereiche .slide-text > p.sliderCaptionBig {
  font-size: 60px;
  font-family: 'Exo 2', 'Open Sans';
  font-weight: 700;
  line-height: 70px;
}
.homeKernbereiche .slide-text > p.sliderCaption {
  font-size: 39px;
  font-family: 'Exo 2', 'Open Sans';
  font-weight: 500;
  line-height: 45px;
  padding-bottom: 50px;
}
.homeKernbereiche .slide-text > p a {
  font-size: 18px;
  font-weight:  400;
  line-height:40px;
  border: 1px solid #618ba9;
  border-radius: 5px;
  text-transform: uppercase;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-max-content;
  width: intrinsic;
  margin: auto;
  color: #ffffff;
  padding: 10px 53px 10px 53px;
        background: #618ba9;
    letter-spacing: 2.5px;
}
#djslider-loader91, #djslider-loader164{
        padding-bottom: 0 !important;
}
.homeKernbereiche .slide-desc-bg-default {
  background: none;
}
.homeKernbereiche .slide-desc {
  left: 50% !important;
  top: 52% !important;
  max-width: 67%;
  pointer-events: all;
}
.homeKernbereiche .slide-desc .slide-desc-in {
  left: -50%;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#navigation91{
  top: 45% !important;
}
#navigation164 {
  top: 45% !important;
}
#naviagtion91 #prev91,#naviagtion91 #next91  {
  margin-top:-35px !important;
}
.slide-text {
  text-align: center;
}
.slide-text > h1,
.slide-text > div {
  font-size: 62px;
  font-family: 'Exo 2', 'Open Sans';
  font-weight: 700;
  line-height: 70px;
  color: #ffffff;
  text-transform: uppercase;
}
.slide-desc-bg-default {
  background: none;
}
.slide-desc {
  left: 50% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
#topBanner .slide-desc{
  top: 56% !important;
}
.slide-desc .slide-desc-in {
  left: -50%;
}
.djslider-default .navigation-container .prev-button {
          margin-left: 70px;
        padding: 30px 30px 30px 5px;
}
.djslider-default .navigation-container .next-button {
          margin-right: 70px;
        padding: 30px 5px 30px 30px;
}
#djslider133 #navigation133 .prev-button,
#djslider189 #navigation189 .prev-button,
#djslider304 #navigation304 .prev-button {
  margin-left: 0;
  margin-top: 42px;
}
#djslider133 #navigation133 .next-button,
#djslider189 #navigation189 .next-button,
#djslider304 #navigation304 .next-button {
  margin-right: 0;
  margin-top: 42px;
}
/* ------------------ Banner Bereich Ende ------------------*/
/* ------------------ Header Bereich Ende ------------------*/
/* ------------------ Content Bereich Anfang ------------------*/
.homeHeadline{
  color: #222222;
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 3px;
}
.homeKernbereiche h4 {
    color: #222222;
}
.text-left {
  width: 50%;
  float:left;
        padding-right: 30px;
}
.contentImgLeft{
  float: left;
  width: 48%;
  line-height: 0;
        margin-right: 20px;
}
.text-right {
  width: 49%;
  float: right;
}
.textRight65 {
  width: 65%;
  float:right;
  margin-top: 32px;
}
.headlineLeft{
  width: 35%;
  max-width: 360px;
  float: left;
}
.headlineLeft h2{
  color: #222222;
  background: #f5f5f5;
  padding: 20px 20px 20px 65px;
  text-align: right;
}
.homeKernbereiche .custom {
  margin: 80px auto;
}
#b2b h2,#strategieberatung h2 {
  font-weight: normal;
  color: #fff;
  font-size: 26px;
  margin-bottom: 0;
}
#b2b img, #strategieberatung img {
  float:left;
  padding-right: 20px;
  padding-bottom: 42px;
}
.contentWrapper ul{
  margin: 18px;
}

.homeExpWrap{
        margin-top: 85px;
    margin-bottom: 85px;
}
.homeExpWrap h2{
        text-align: center;
        margin-bottom: 3px;
}
.homeExpWrap h4{
        text-align: center;
        color: #222222;
}
.homeExpWrap ul {
        display: grid;
        display: -ms-grid;
          grid-template-columns: 32.5% 32.5% 32.5%;
        -ms-grid-columns: 32.5% 32.5% 32.5%;495
          grid-template-rows: 32.5% 32.5% 32.5%;
        -ms-grid-rows: 32.5% 32.5% 32.5%;
          grid-gap: 64px 1.25%;
          text-align: center;
        margin-top: 55px;
}
.homeExpWrap ul li {
  text-align: left;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        /* IE10+ CSS styles go here */
        .homeExpWrap ul li {
                margin-bottom: 64px
        }
        .homeExpWrap ul > li:nth-child(1){
                margin-right: 1.25%;
        }
}

.homeExpWrap ul > li:nth-child(1){
        grid-column: 1;
    grid-row: 1;
        -ms-grid-column: 1;
    -ms-grid-row: 1;
}
.homeExpWrap ul > li:nth-child(2){
        grid-column: 2;
    grid-row: 1;
        -ms-grid-column: 2;
    -ms-grid-row: 1;
}
.homeExpWrap ul > li:nth-child(3){
        grid-column: 3;
    grid-row: 1;
        -ms-grid-column: 3;
    -ms-grid-row: 1;
}
.homeExpWrap ul > li:nth-child(4){
        grid-column: 1;
    grid-row: 2;
        -ms-grid-column: 1;
    -ms-grid-row: 2;
}
.homeExpWrap ul > li:nth-child(5){
        grid-column: 2;
    grid-row: 2;
        -ms-grid-column: 2;
    -ms-grid-row: 2;
}
.homeExpWrap ul > li:nth-child(6){
        grid-column: 3;
    grid-row: 2;
        -ms-grid-column: 3;
    -ms-grid-row: 2;
}
.homeExpWrap ul > li:nth-child(7){
        grid-column: 1;
    grid-row: 3;
        -ms-grid-column: 1;
    -ms-grid-row: 3;
}
.homeExpWrap ul > li:nth-child(8){
        grid-column: 2;
    grid-row: 3;
        -ms-grid-column: 2;
    -ms-grid-row: 3;
}
.homeExpWrap ul > li:nth-child(9){
        grid-column: 3;
    grid-row: 3;
        -ms-grid-column: 3;
    -ms-grid-row: 3;
}
.homeExpWrap ul > li a{
    display: block;
    padding-left: 67px;
    padding-top: 24px;
        transition: 0.3s;
}
.homeExpWrap ul > li a::after {
    padding-left: 3px;
    content: "\f101";
    font-family: FontAwesome;
}
.homeExpWrap ul > li:nth-child(1) a{
        background: url(../images/home/icons/b2b_market_off.jpg) no-repeat left top;
}
.homeExpWrap ul > li:nth-child(1) a:hover{
        background: url(../images/home/icons/b2b_market_on.jpg) no-repeat left top;
}
.homeExpWrap ul > li:nth-child(2) a{
        background: url(../images/home/icons/ind_market_off.jpg) no-repeat left top;
}
.homeExpWrap ul > li:nth-child(2) a:hover{
         background: url(../images/home/icons/ind_market_on.jpg) no-repeat left top;
}
.homeExpWrap ul > li:nth-child(3) a{
        background: url(../images/home/icons/mach_market_off.jpg) no-repeat left top;
}
.homeExpWrap ul > li:nth-child(3) a:hover{
          background: url(../images/home/icons/mach_market_on.jpg) no-repeat left top;
}
.homeExpWrap ul > li:nth-child(4) a{
        background: url(../images/home/icons/clean_market_off.jpg) no-repeat left top;
}
.homeExpWrap ul > li:nth-child(4) a:hover{
          background: url(../images/home/icons/clean_market_on.jpg) no-repeat left top;
}
.homeExpWrap ul > li:nth-child(5) a{
          background: url(../images/home/icons/med_market_off.jpg) no-repeat left top;
}
.homeExpWrap ul > li:nth-child(5) a:hover{
          background: url(../images/home/icons/med_market_on.jpg) no-repeat left top;
}
.homeExpWrap ul > li:nth-child(6) a{
          background: url(../images/home/icons/auto_market_off.jpg) no-repeat left top;
}
.homeExpWrap ul > li:nth-child(6) a:hover{
          background: url(../images/home/icons/auto_market_on.jpg) no-repeat left top;
}
.homeExpWrap ul > li:nth-child(7) a{
          background: url(../images/home/icons/log_market_off.jpg) no-repeat left top;
}
.homeExpWrap ul > li:nth-child(7) a:hover{
          background: url(../images/home/icons/log_market_on.jpg) no-repeat left top;
}
.homeExpWrap ul > li:nth-child(8) a{
          background: url(../images/home/icons/ener_market_off.jpg) no-repeat left top;
}
.homeExpWrap ul > li:nth-child(8) a:hover{
          background: url(../images/home/icons/ener_market_on.jpg) no-repeat left top;
}
.homeExpWrap ul > li:nth-child(9) a{
          background: url(../images/home/icons/it_market_off.jpg) no-repeat left top;
}
.homeExpWrap ul > li:nth-child(9) a:hover{
          background: url(../images/home/icons/it_market_on.jpg) no-repeat left top;
}
.homeExpWrap ul li a .expHeadline{
        font-size: 19px;
        margin-bottom: 14px;
        color: #123146;
        font-weight: 600;;
}

.homeExpWrap ul li a .expContent{
        color: #222222;
}
.b2bExpWrap{
        margin-top: 85px;
    margin-bottom: 85px;
}
.b2bExpWrap h2{
        text-align: center;
        margin-bottom: 3px;
}
.b2bExpWrap h4{
        text-align: center;
        color: #222222;
}
.b2bExpWrap ul {
        display: grid;
        display: -ms-grid;
          grid-template-columns: 32.5% 32.5% 32.5%;
        -ms-grid-columns: 32.5% 32.5% 32.5%;495
          grid-template-rows: 32.5% 32.5% 32.5%;
        -ms-grid-rows: 32.5% 32.5% 32.5%;
          grid-gap: 64px 1.25%;
          text-align: center;
        margin-top: 55px;
}
.b2bExpWrap ul li {
  text-align: left;
}
.b2bExpWrap ul > li:nth-child(1){
        grid-column: 1;
    grid-row: 1;
        -ms-grid-column: 1;
    -ms-grid-row: 1;
}
.b2bExpWrap ul > li:nth-child(2){
        grid-column: 2;
    grid-row: 1;
        -ms-grid-column: 2;
    -ms-grid-row: 1;
}
.b2bExpWrap ul > li:nth-child(3){
        grid-column: 3;
    grid-row: 1;
        -ms-grid-column: 3;
    -ms-grid-row: 1;
}
.b2bExpWrap ul > li:nth-child(4){
        grid-column: 1;
    grid-row: 2;
        -ms-grid-column: 1;
    -ms-grid-row: 2;
}
.b2bExpWrap ul > li:nth-child(5){
        grid-column: 2;
    grid-row: 2;
        -ms-grid-column: 2;
    -ms-grid-row: 2;
}
.b2bExpWrap ul > li:nth-child(6){
        grid-column: 3;
    grid-row: 2;
        -ms-grid-column: 3;
    -ms-grid-row: 2;
}
.b2bExpWrap ul > li:nth-child(7){
        grid-column: 1;
    grid-row: 3;
        -ms-grid-column: 1;
    -ms-grid-row: 3;
}
.b2bExpWrap ul > li:nth-child(8){
        grid-column: 2;
    grid-row: 3;
        -ms-grid-column: 2;
    -ms-grid-row: 3;
}
.b2bExpWrap ul > li:nth-child(9){
        grid-column: 3;
    grid-row: 3;
        -ms-grid-column: 3;
    -ms-grid-row: 3;
}
.b2bExpWrap ul > li a{
    display: block;
    padding-left: 67px;
    padding-top: 24px;
        transition: 0.3s;
}
.b2bExpWrap ul > li a::after {
    padding-left: 3px;
    content: "\f101";
    font-family: FontAwesome;
}
.b2bExpWrap ul > li:nth-child(1) a{
        background: url(../images/home/icons/ind_market_off.jpg) no-repeat left top;
}
.b2bExpWrap ul > li:nth-child(1) a:hover{
         background: url(../images/home/icons/ind_market_on.jpg) no-repeat left top;
}
.b2bExpWrap ul > li:nth-child(2) a{
        background: url(../images/home/icons/mach_market_off.jpg) no-repeat left top;
}
.b2bExpWrap ul > li:nth-child(2) a:hover{
          background: url(../images/home/icons/mach_market_on.jpg) no-repeat left top;
}
.b2bExpWrap ul > li:nth-child(3) a{
        background: url(../images/home/icons/clean_market_off.jpg) no-repeat left top;
}
.b2bExpWrap ul > li:nth-child(3) a:hover{
          background: url(../images/home/icons/clean_market_on.jpg) no-repeat left top;
}
.b2bExpWrap ul > li:nth-child(4) a{
          background: url(../images/home/icons/med_market_off.jpg) no-repeat left top;
}
.b2bExpWrap ul > li:nth-child(4) a:hover{
          background: url(../images/home/icons/med_market_on.jpg) no-repeat left top;
}
.b2bExpWrap ul > li:nth-child(5) a{
          background: url(../images/home/icons/auto_market_off.jpg) no-repeat left top;
}
.b2bExpWrap ul > li:nth-child(5) a:hover{
          background: url(../images/home/icons/auto_market_on.jpg) no-repeat left top;
}
.b2bExpWrap ul > li:nth-child(6) a{
          background: url(../images/home/icons/log_market_off.jpg) no-repeat left top;
}
.b2bExpWrap ul > li:nth-child(6) a:hover{
          background: url(../images/home/icons/log_market_on.jpg) no-repeat left top;
}
.b2bExpWrap ul > li:nth-child(7) a{
          background: url(../images/home/icons/ener_market_off.jpg) no-repeat left top;
}
.b2bExpWrap ul > li:nth-child(7) a:hover{
          background: url(../images/home/icons/ener_market_on.jpg) no-repeat left top;
}
.b2bExpWrap ul > li:nth-child(8) a{
          background: url(../images/home/icons/it_market_off.jpg) no-repeat left top;
}
.b2bExpWrap ul > li:nth-child(8) a:hover{
          background: url(../images/home/icons/it_market_on.jpg) no-repeat left top;
}
.b2bExpWrap ul li a .expHeadline{
        font-size: 19px;
        margin-bottom: 14px;
        color: #123146;
        font-weight: 600;;
}

.b2bExpWrap ul li a .expContent{
        color: #222222;
}
.readmore {
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-max-content;
  width: intrinsic;
}
.readmore a.readmoreLink {
  border: solid 2px #595959;
  border-radius: 5px;
  height: 100%;
  display: block;
  line-height: 34px;
  padding: 0 25px;
}
.readmore a.readmoreLink:hover {
  background: #123f5f;
  color: #ffffff;
}
/*
.homeService ul {
  padding-top: 120px;
  text-align: center;
}
.homeService ul li {
  display: inline-block;
  width: 24.5%;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-right: 60px;
  max-width: 350px;
}
.homeService ul > li:nth-child(1){
  background: url("/images/home/grafiken/12_HOME_Icon-B2Bl.png") no-repeat center 0;
  transition: 0.3s;
  background-size: 96px;
}
.homeService ul > li:nth-child(2){
  background: url("/images/home/grafiken/08_HOME_Icon-Industry.png") no-repeat center 0;
  transition: 0.3s;
  background-size: 96px;
}
.homeService ul > li:nth-child(3){
  background: url("/images/home/grafiken/09_HOME_Icon-Machinery.png") no-repeat center 0;
  transition: 0.3s;
  background-size: 96px;
}
.homeService ul > li:nth-child(4){
  background: url("/images/home/grafiken/10_HOME_Icon-Cleaning.png") no-repeat center 0;
  transition: 0.3s;
  background-size: 96px;
}
.homeService ul > li:nth-child(5){
  background: url("/images/home/grafiken/11_HOME_Icon-Medical.png") no-repeat center 0;
  transition: 0.3s;
  background-size: 96px;
  margin-right: 0;
}
.homeService ul > li:hover {
  background-size: 100px;
}
.homeService ul > li > a.mod-articles-category-title {
  color: #000;
  font-size: 24px;
  font-weight: 600;
}
.homeService > ul > li > p.mod-articles-category-readmore > a {
  border: solid 1px #595959;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 34px;
}
.homeService > ul > li > p.mod-articles-category-readmore > a:hover {
  background: #123f5f;
  color: #ffffff;
}
.readmore {
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-max-content;
  width: intrinsic;
}
.readmore a.readmoreLink {
  border: solid 2px #595959;
  border-radius: 5px;
  height: 100%;
  display: block;
  line-height: 34px;
  padding: 0 25px;
}
.readmore a.readmoreLink:hover {
  background: #123f5f;
  color: #ffffff;
}
.homeService > ul > li > p.mod-articles-category-readmore{
  width: 132px;
  height: 34px;
  margin: auto;
  padding-top: 35px;
}
*/
.homeSlider {
  /*background-image: linear-gradient(to bottom, #618ba9, #4d7794);*/
  width: 100%;
}
.homeSlider #slider96 li {
  display: block;
  height: 600px !important;
}
#djslider96 {
  pointer-events: none;
  background: #618BA9;
}
.homeSlider #slider96 li .slide-desc {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin-bottom: 3px;
  position: static;
}
.homeSlider #slider96 li .slide-desc h2 {
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 0;
}
.homeSlider #slider96 .slide-desc-bg-default {
  background:none !important;
}
.homeSlider #slider96 .slide-desc-text.slide-desc-text-default {
  padding: 55px 0 0 68px !important;
  margin-right: 200px;
}
.homeSlider #slider96 .slide-desc-text-default {
}
.homeSlider #slider96 .slide-desc .slide-desc-in {
  height: 100%;
}
.homeSlider .slide-desc .slide-desc-in {
  left: 0;
}
.homeSlider #slider96 li .dj-image {
  width: 42% !important;
  float: left;
  margin-right: 55px !important;
}
#cust-navigation96 {
  left: 41.5%;
  padding-left: 68px;
  top: inherit;
  pointer-events: all;
  bottom: 20px;
  padding-top: 20px;
}
#cust-navigation96 .load-button {
  width: 40px;
  height: 7px;
  background: #fff;
  border: none;
  border-left: 1px solid #829fb4;
  border-right: 1px solid #829fb4;
  border-radius: 0%;
  opacity: 1;
}
#cust-navigation96 .load-button.load-button-active {
  background: #123f5f;
  border: none;
}
.homeSlider #slider191 li {
  display: block;
  height: 600px !important;
}
#djslider191 {
  pointer-events: none;
  background: #618BA9;
}
.homeSlider #slider191 li .slide-desc {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin-bottom: 3px;
  position: static;
}
.homeSlider #slider191 li .slide-desc h2 {
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 0;
}
.homeSlider #slider191 .slide-desc-bg-default {
  background:none !important;
}
.homeSlider #slider191 .slide-desc-text.slide-desc-text-default {
  padding: 55px 0 0 68px !important;
  margin-right: 200px;
}
.homeSlider #slider191 .slide-desc-text-default {
}
.homeSlider #slider191 .slide-desc .slide-desc-in {
  height: 100%;
}
.homeSlider #slider191 li .dj-image {
  width: 42% !important;
  float: left;
  margin-right: 55px !important;
}
#cust-navigation191 {
  left: 41.5%;
  padding-left: 68px;
  top: inherit;
  pointer-events: all;
  bottom: 20px;
  padding-top: 20px;
}
#cust-navigation191 .load-button {
  width: 40px;
  height: 7px;
  background: #fff;
  border: none;
  border-left: 1px solid #829fb4;
  border-right: 1px solid #829fb4;
  border-radius: 0%;
  opacity: 1;
}
#cust-navigation191 .load-button.load-button-active {
  background: #123f5f;
  border: none;
}
.homeSlider .slide-text {
  text-align: left;
}
.djslider-loader-default {
  overflow: visible;
}
#slider133 > li > img,
#slider189 > li > img,
#slider304 > li > img{
  width: 22% !important;
  left: 0px;
  position: absolute;
}
#slider133 > li > div > div > div > div.slide-text p,
#slider189 > li > div > div > div > div.slide-text p,
#slider304 > li > div > div > div > div.slide-text p {
  color: #222;
}
#navigation133,
#navigation189,
#navigation304 {
  top: 62% !important;
  margin: 0 67% 0 25% !important;
}
#djslider133,
#djslider189,
#djslider304 {
  height: 300px!important;
}
#slider133 > li > div.slide-desc,
#slider189 > li > div.slide-desc,
#slider304 > li > div.slide-desc{
  max-width: 850px;
}
#slider133 > li > div.slide-desc,
#slider189 > li > div.slide-desc,
#slider304 > li > div.slide-desc {
  left: 24% !important;
  top: 36% !important;
}
#slider133 .slide-text > h3,
#slider189 .slide-text > h3,
#slider304 .slide-text > h3 {
  font-size: 35px;
  font-weight: 400;
  color: #222222;
}
#slider133 .slide-text h4,
#slider189 .slide-text > h4,
#slider304 .slide-text > h4 {
  font-size: 20px;
  font-weight: normal;
  color: #222222;
}
#slider133 .slide-text p,
#slider189 .slide-text p,
#slider304 .slide-text p {
  font-style: italic;
}
#djslider133,
#djslider189,
#djslider304 {
  margin-top: 100px;
  margin-bottom: 100px;
}
#cust-navigation133,
#cust-navigation189,
#cust-navigation304 {
  top: inherit !important;
  pointer-events: all;
  bottom: 10px;
}
#cust-navigation133 .load-button,
#cust-navigation189 .load-button,
#cust-navigation304 .load-button {
  width: 40px;
  height: 7px;
  background: #e3e3e3;
  border: none;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  border-radius: 0%;
  opacity: 1;
}
#cust-navigation133 .load-button.load-button-active,
#cust-navigation189 .load-button.load-button-active,
#cust-navigation304 .load-button.load-button-active {
  background: #123f5f;
  border: none;
}
.referenceSlider {
  position: relative;
}
.referenceSliderWrapper{
  margin: 0 auto;
}
.referenceSlider .djslider-default ul.djslider-in > li{
  width: auto !important;
}
.referenceSlider img{
  height: inherit !important;
}
.referenceSliderWrapper{
  width: 95%;
  margin: 0 auto;
}
#djslider-loader95 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 0px !important;
}
#djslider-loader157 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 0px !important;
}
.homeNews {
  margin: auto;
  overflow: hidden;
  max-width: 1150px;
}
.homeNews .custom{
  max-width: 1150px;
  text-align: center;
  margin: 80px auto 40px auto;
}
.homeNews .custom h2{
        margin-bottom: 3px;
}
.homeNews .custom h4{
        color: #222222;
}
.homeNews #newsflash_prev {
  position: absolute;
  margin-top: 242px;
  margin-left: -600px;
  cursor: pointer;
}
.homeNews #newsflash_next {
  position: absolute;
  margin-top: 242px;
  margin-left: 580px;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .homeNews{
    position: relative;
  }
  .homeNews #newsflash_prev {
    margin-left: 0;
  }
  .homeNews #newsflash_next {
    margin-left: 0;
    right: 0;
  }
}
.homeNews > ul li {
  position: relative;
  transition: left 2s;
  -webkit-transition: left 2s; /* For Safari 3.1 to 6.0 */
  left: 0px;
}

.homeNews > ul li.active{
  position: absolute;
  left: 748px;
  visibility: visible !important;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out; /** Chrome & Safari **/
  -moz-transition: all 1s ease-in-out; /** Firefox **/
  -o-transition: all 1s ease-in-out; /** Opera **/
  transform: translate(-350px,0);
  -webkit-transform: translate(-350px,0); /** Chrome & Safari **/
  -o-transform: translate(-350px,0); /** Opera **/
  -moz-transform: translate(-350px,0); /** Firefox **/
}
#aktBG{
        background: #f8f8f8;
}
.homeNews > ul li {
  width: 348px;
  display: inline-flex;
  background-color: #ffffff;
  flex-flow: row;
  flex-direction: column;
  margin: 0 15px 0 15px;
  height: 460px;
}
.homeNews .news {
  width: 348px;
}
.homeNews > ul {
  margin: auto;
  margin-bottom: 100px;
  width: 3455px;
}
.homeNews > ul li h4.newsflash-title {
  display: flex;
  order: 3;
  padding-top: 10px;
  font-size: 20px;
}
.homeNews > ul li h4.newsflash-title a {
  color: #000;
  padding-left: 15px;
}
.homeNews > ul li > p {
  order: 4;
  padding-left: 15px;
        padding-right: 15px;
}
.homeNews > ul li > p:nth-child(3) {
  order: 1;
  padding-left: 0;
        padding-right: 0;
}
.homeNews .newsflashDate {
  order: 2;
  padding: 25px 0 0px 15px;
  font-size: 14px;
  color: #618ba9;
}
.homeNews > ul li > p > img {
  height: auto;
  width: 360px;
}
.homeNews .article-separator {
  display: none;
}
.homeNews > ul li > p.newsTxt::after{
  content: "\f101";
  font-family: FontAwesome;
  padding-left: 4px;
}
.contentWrapper{
  max-width: 1150px;
  margin: 100px auto;
}
.contentWrapperZF{
  max-width: 1150px;
  margin: 60px auto;
}
.numbersFacts ul, .numbersFacts{
  margin: 0;
  text-align: center;
}
.numbersFacts ul li,.numbersFacts li{
  display: inline-block;
  width: 17.0%;
  text-align: left;
}
.numbersFacts ul > li:nth-child(1),.numbersFacts > li:nth-child(1){
  background: url("/images/kernbereiche/14_Icon-Stuhl.png") no-repeat 0 12px;
  padding-left: 82px;
}
.numbersFacts ul > li:nth-child(2),.numbersFacts > li:nth-child(2){
  background: url("/images/kernbereiche/15_Icon-Personenl.png") no-repeat 0 12px;
  padding-left: 87px;
}
.numbersFacts ul > li:nth-child(3),.numbersFacts > li:nth-child(3){
  background: url("/images/kernbereiche/16_Icon-Blatt.png") no-repeat 0 12px;
  padding-left: 80px;
}
.numbersFacts ul > li:nth-child(4),.numbersFacts > li:nth-child(4){
  background: url("/images/kernbereiche/13_Icon-Sprechblasen.png") no-repeat 0 12px;
  padding-left: 101px;
}
.numbersFacts ul li p.numberTxt,.numbersFacts li p.numberTxt{
  font-size: 45px;
  font-weight: 600;
  color: #222222;
  line-height: 34px;
  padding-bottom: 7px;
}
.numbersFacts ul li p.factsTxt,.numbersFacts li p.factsTxt{
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}
.CtAbackground{
  background: #123f5f;
  padding: 42px 0 28px 0;
}
.contentWrapperCtA{
  max-width: 1150px;
  margin: 0 auto;
}
.contentWrapperCtA h2{
  color: #ffffff;
  font-size: 45px;
  font-weight: normal;
  margin-bottom: 10px;
}
.contentWrapperCtA p{
  color: #ffffff;
}
.contentWrapperCtA a{
  color: #ffffff;
}
.contentWrapperCtA a.btnCtA{
  font-size: 15px;
  font-weight: 400;
  border-radius: 2px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 25px;
  line-height: 120px;
  background: #618ba9;
}   
.contentWrapperCtA a.btnCtA:hover{
  color: #123f5f;
  background: #ffffff;
}
.contentWrapper a.btnCtA{
  font-size: 18px;
  font-weight: 400;
  border: 2px solid #123f5f;
  border-radius: 5px;
  text-transform: uppercase;
  color: #123f5f;
  padding: 15px 25px;
  line-height: 120px;
}
.contentWrapper a.btnCtA:hover{
  color: #ffffff;
  background: #123f5f;
}
.studies{
  background: #f5f5f5;
  text-align: right;
  max-height: 600px;
}
.studies .studienTxt{
  width: 35%;
  display: inline-block;
  text-align: left;
  padding: 60px 0 0 16%;
}
.studies .studienImg{
  width: 49%;
  display: inline-block;
}
.container {
  float: left;
}
.horizontal .studiesSubhead{
  font-size: 18px;
  font-weight: 600;
  width: 95%;
  float: left;
}
.horizontal .studiesSubhead:nth-child(2){
  margin-left: 5%;
}
.horizontal .progress-bar {
  float: left;
  height: 45px;
  width: 100%;
  padding: 12px 0;
  margin-bottom: 1%;
}

.horizontal .progress-track {
  position: relative;
  width: 95%;
  height: 24px;
  background: #c3c3c3;
  display: inline-block;
  color: #fff;
}
.progressLeft {
  margin-right: 5%;
}
.horizontal .progress-fill {
  position: relative;
  height: 20px;
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  padding: 2px 0;
}
.horizontal .medGreen{
  background: #079597;
}
.horizontal .indBlue{
  background: #004489;
}
.horizontal .machBlue{
  background: #0b5f8b;
}
.horizontal .cleanBlue{
  background: #2597d0;
}
.horizontal .valueLeft{
  padding-left: 2%;
}
.horizontal .valueRightLeftBar {
  float: right;
  margin-top: -22px;
  margin-right: 2%;
  position: relative;
}
.legende{
  clear: both;
}
.legende .legendeLeft {
  width: 20px;
  height: 20px;
  float: left;
  margin-top: 12px;
  margin-bottom: 12px;
}
.legende .legendeRight {
  width: 20px;
  height: 20px;
  background: #c3c3c3;
  float: left;
  margin-top: 12px;
}
.legende .legendeText {
  float: left;
  padding-right: 20px;
  padding-left: 7px;
  margin-top: 12px;
}
/* ------------------ Management Bereich ------------------*/
#slider123 > li > div > div > div.slide-desc-text.slide-desc-text-default > div.slide-text {
  font-size: 62px;
}
#management_header_wrapper,#fachbeirat_header_wrapper{
  background: #f5f5f5;
  height: 534px;
  width: 100%;
  position: relative;
}
#management_header,#fachbeirat_header {
  max-width: 1150px;
  height: 63%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#management_header_text,#fachbeirat_header_text {
  width: 50%;
  float: left;
}
#management_content,#fachbeirat_content {
  max-width: 1180px;
  margin: 85px auto 100px auto;
}
#management_content h2,#fachbeirat_content h2 {
 padding-left: 15px;
}
.fachbeiratWrapper{
        text-align: center;
}
.manager1, .manager2, .manager3 {
  text-align: center;
}
.manager {
  display: inline-block;
  margin: 15px;
        padding: 15px 0;
  width: 262px;
  height: 377px;
  position: relative;
}
.managerImg {
  line-height: 0;
}
.fachbeirat {
  display: inline-block;
  padding: 15px;
  width: 360px;
  height: auto;
}
#management_content .manager1 > div:nth-child(1),#management_content .manager1 > div:nth-child(2){
         width: 555px;
    height: 377px;
}
.hover_info {
  background: rgba(82,131,166,.8);
  color: #fff;
  height: 297px;
  float: left;
  text-align: left;
  padding: 15px;
  transition: 1.0s ease;
  opacity: 0;
  position: absolute;
  top: 15px;
  left: 0;
}
.manager:hover .hover_info {
  display: block;
  opacity: 1;
}
.hover_info h3{
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 5px;
}
.hover_info h4{
        font-size: 16px;
        font-style: italic;
        font-weight: normal;
}
.hover_info p{
        margin-top: 36px;
}
.manager:hover .management_name {
        background: #123f5f;
    color: #fff;
}
.management_name, .fachbeirat_name{
        text-align: center;
    background: #5283a6;
    color: #ffffff;
    padding: 10px 0;
}
.fachbeirat .management_name{
        padding: 10px 4px;
}
.managName{
        font-size: 18px;
}
.beiratName{
        font-size: 18px;
}
.additional_questions {
        background: #123f5f;
        width: 100%;
}
  /* #additional_content {
  max-width: 1150px;
  color: #fff;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
#additional_content h2, #additional_content .btn, #additional_content a {
color: #fff;
}
#additional_content .btn {
line-height: 80px;
border: 2px solid #fff;
border-radius: 5px;
padding: 15px 25px;
margin-top: 28px;
}*/
.karriere_header,.kunden_header {
  max-width: 1150px;
  width: 100%;
  margin: auto;
  margin-top: 100px;
}
.kunden_header {
  display: flow-root;
}
.karriere_header h1,.kunden_header h1 {
  clear: both;
  padding-top: 100px;
  padding-bottom: 30px;
  color: #222;
}
.karriere_header .left,.kunden_header .left {
  text-align: right;
  float: left;
  background: #f5f5f5;
  height: 290px;
  width: 360px;
  margin-right: 28px;
  padding-right: 28px;
}
.karriere_header .left h2{
  width: 64%;
  float: right;
}
.kunden_header .left h2{
  width: 80%;
  float:right;
}
.karriere_header .right {
}
.kunden_wrapper {
  width: 100%;
  background: #f5f5f5;
  padding:100px 0 100px 0;
  margin-top: 100px;
}
.kontakt_wrapper {
  width: 100%;
  background: #f5f5f5;
  padding: 50px 0 50px 0;
}
.kunden_wrapper .accordeon {
  margin-bottom: 0px;
}
.accordeon {
  max-width: 1150px;
  margin: auto;
  width: 100%;
  margin-bottom: 100px;
}
.kunden_wrapper .slide img{
  padding: 0 20px 20px 0;
}
.slide_wrapper h2{
  background: #e3e3e3;
  cursor: pointer;
  margin-bottom: 2px;
  padding: 17px 15px;
  font-size: 16px;
  position: relative;
  transition: 1.5s;
}
.slide_wrapper h2.active{
  background: #222222;
  color: #ffffff;
}
.slide_wrapper h2:hover{
  background: #777777;
  color: #ffffff;
}
.slide_wrapper h2::after{
  content: "";
  position: absolute;
  right: 0;
  margin-right: 26px;
  margin-top: 10px;
  background: url("/images/chevron.png");
  width: 13px;
  height: 7px;
  background-repeat: no-repeat;
        -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -o-transform:rotate(180deg);
  transform:rotate(180deg);
}
.slide_wrapper h2.active::after{
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}
.slide_wrapper:first-child h2 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.slide_wrapper:last-child h2 {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.slide {
  height:0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-left: 15px;
  overflow: hidden;
  background: #ffffff;
}
.clear{
  clear: both;
  height: 0;
}
.slide.active {

}
/* ------------------ Management Bereich Ende ------------------*/
.bannerCntUnt{
  background: url(../images/ueber_uns/02_Bild-1-Content_Unternehmen.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.bannerCntKunden{
  background: url(../images/unsere_kunden/02_Unsere-Kunden-Content-Bild-2.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.bannerCntNews{
  background: url(../images/aktuelles/02_News-Content-Bild-1.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.bannerCntB2b{
  background: url(../images/kernbereiche/b2b_bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.bannerCntUntTxt{
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 140px 0;
}
.bannerCntUntTxt .seperatorBannerTxt{
  height: 2px;
  background: #fff;
  border: none;
  width: 153px;
}
.bannerCntUntTxt h2{
  font-size: 45px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
.bannerCntUntTxt h3{
  font-size: 20px;
  color: #ffffff;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  line-height: 42px;
}
.contentGrey{
  background: #f5f5f5;
}
.contentGreyWrapper{
  max-width: 1150px;
  margin: 0 auto;
  padding: 100px 0;
}
.textLeft65{
  width: 55%;
  float: left;
  margin-right: 50px;
}
.imageRight35{
  width: 40%;
  float: right;
}
.headlineSpacing{
  margin-top: 55px;
}
.slide p{

}
.slide ul {
  list-style-type: disc;
  margin: 0 0 10px 20px;
}
.slide ul li {

}
.presse{
  background: url(../images/aktuelles/icon-pdf.png) no-repeat;
  margin: 10px 0;
  padding: 3px 0 3px 37px;
}
.presse a{
  text-decoration: underline;
}
.presse a:hover{
  text-decoration: none;
}
.contactData{
  max-width: 1150px;
  margin: 0 auto;
}
.contactDataBlock{
  float: left;
  width: 251px;
  height: 72px;
  padding: 14px 0 14px 109px;
  color: #ffffff;
}
.contactDataBlock h3{
  color: #ffffff;
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 6px;
  line-height: 1.0;
}
.contactDataBlockp{
  line-height: 1.5;
}
.contactDataBlock a{
  color: #ffffff;
}
.kontakt_wrapper .icon1{
  background: #618ba9 url(../images/kontakt/03_Icon-Location.png) 35px 17px no-repeat;
  margin-right: 30px;
}
.kontakt_wrapper .icon2{
  background: #618ba9 url(../images/kontakt/04_Icon-Telefon.png) 35px 18px no-repeat;
  margin-right: 30px;
}
.kontakt_wrapper .icon3{
  background: #618ba9 url(../images/kontakt/05_Icon-Envelope.png) 35px 18px no-repeat;
}
.leftContainerKontakt{
  display: inline-block;
  width: 60%;
  margin-right: 8%;
}
.rightContainerKontakt{
  display: inline-block;
  width: 31%;
  vertical-align: top;
}
iframe{
  max-width: 100%;
}
.contentColumn1{
  float: left;
  width: 57%;
  margin-bottom: 50px;
}
.contentColumn2{
  float: right;
  width: 34%;
  margin-bottom: 10px;
}
.contentColumn3{
  float: left;
  width: 40%;
  margin-bottom: 10px;
        margin-top: 124px;
}
.contentColumn4{
        float: right;
        width: 50%;
        margin-bottom: 95px;
        margin-top: 90px;
        padding: 47px 40px 40px 65px;
        background: #f5f5f5;
}
.b2bLeistungen{
        display: inline-block;
    background: #618ba9;
    text-align: center;
    width: 221px;
    max-width: 221px;
    height: 50px;
    margin-right: 25px;
    margin-bottom: 20px;
    color: #ffffff;
    padding-top: 25px;
}
.contentColumn4 > div:nth-child(3){
        margin-top: 35px;
}
.contentSubline{
        font-style: italic;
        margin-bottom: 35px;
}
.b2bMoreCoreAreas{
        display: inline-block;
    padding-top: 0px;
    padding-bottom: 53px;
    padding-left: 76px;
    margin-right: 3%;
    width: 38%;
    max-width: 540px;
}
.b2bMoreContainer > div:nth-child(1){
        margin-top: 66px;
        background: url("/images/home/icons/ind_market_off.jpg") no-repeat left 0;
}
.b2bMoreContainer > div:nth-child(2){
        background: url("/images/home/icons/mach_market_off.jpg") no-repeat left 0;
}
.b2bMoreContainer > div:nth-child(3){
        background: url("/images/home/icons/clean_market_off.jpg") no-repeat left 0;
}
.b2bMoreContainer > div:nth-child(4){
        background: url("/images/home/icons/med_market_off.jpg") no-repeat left 0;
}
/*.b2bMoreContainer > div:nth-child(1){
        margin-top: 66px;
        background: url("/images/home/grafiken/08_HOME_Icon-Industry.png") no-repeat left 0;
}
.b2bMoreContainer > div:nth-child(2){
        background: url("/images/home/grafiken/09_HOME_Icon-Machinery.png") no-repeat left 0;
}
.b2bMoreContainer > div:nth-child(3){
        background: url("/images/home/grafiken/10_HOME_Icon-Cleaning.png") no-repeat left 0;
}
.b2bMoreContainer > div:nth-child(4){
        background: url("/images/home/grafiken/11_HOME_Icon-Medical.png") no-repeat left 0;
}*/
.b2bMoreContainer a{
        color: #222222;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
        text-decoration: underline;
}
.b2bMoreCoreAreas p{
        margin-top: 18px;
}
/*
.contentColumn2 ul{
list-style-image: url(../images/kernbereiche/icon-dot15px.png);
margin-top: 0;
}
.contentColumn2 ul li{
padding: 0px 0 10px 5px;
}
*/
.contentColumn2 ul{
  list-style: none;
  margin-top: 0;
}
.contentColumn2 ul li {
  padding: 0px 0 10px 28px;
  background: url(../images/kernbereiche/icon-dot15px.png) 0 4px no-repeat;
}
/* ------------------ Formular Bereich Anfang ------------------ */
.bfQuickMode input[type=text], .bfQuickMode textarea, .bfQuickMode .uneditable-input {
  margin: 0 0 13px 0;
  border-bottom: 1px solid #a7a7a7;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0 !important;
        padding: 10px 0 10px 2%;
    width: 98%;
  max-width: 100%;
  font-size: 16px;
}
.form-actions .bfNextButton, .form-actions .btn, .form-actions .backButton {
  float: none !important;
  background-color: #285a7e;
  border: 1px solid #285a7e;
  border-radius: 2px;
  font-size: 16px;
  padding: 7px 0;
  color: #ffffff;
  cursor: pointer;
  margin: 7px 0 0 0;
  width: 132px;
}
.form-actions .btn {
  margin-top: 17px;
}
.form-actions .btn:hover {
  background-color: #123f5f;
  border: 1px solid #123f5f;
  color: #ffffff;
}
::-webkit-input-placeholder {
  color: #595959;
  font-family: 'Open Sans';
  font-size: 16px;
}
::-moz-placeholder {
  color: #595959;
  font-family: 'Open Sans';
  font-size: 16px;
}
:-ms-input-placeholder {
  color: #595959;
  font-family: 'Open Sans';
  font-size: 16px;
}
:-moz-placeholder {
  color: #595959;
  font-family: 'Open Sans';
  font-size: 16px;
}
.alert-danger, .alert-error {
  background-color: #ffffff;
  margin-bottom: 20px;
  border: 1px solid #123f5f;
}
.bfError {
  padding: 10px 0 2px 10px;
  color: #123f5f;
}
/* ------------------ Formular Bereich Ende ------------------ */
a.backLink{
  border: solid 2px #595959;
  border-radius: 5px;
  height: 100%;
  display: block;
  line-height: 34px;
  padding: 0 40px;
  width: 52px;
}
a.backLink:hover {
  background: #123f5f;
  color: #ffffff;
}
.imgShortlistContainer{
  margin-bottom: 50px;
}
.imgShortlistContainer h4{
  font-size: 25px;
  font-weight: 600;
  border-bottom: 1px solid #222222;
  padding-bottom: 10px;
  margin-bottom: 14px;
  color: #222222;
}
.NewsBeitragImg{
  width: 65.6%;
  display: inline-block;
  margin-right: 30px;
}
.newsBeitragShortlist{
  width: 31%;
  display: inline-block;
  vertical-align: top;
}
.newsBeitragShortlist .mod-articles-category-title{
  display: block;
  font-weight: 600;
  color: #222222;
  margin-bottom: 5px;
}
.newsBeitragShortlist .mod-articles-category-date{
  color: #628ba9;
}
.newsBeitragShortlist ul{
  margin: 0;
}
.newsBeitragShortlist ul li{
  border-bottom: 1px dotted #d0d0d0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.blogNewsListe{
  max-width: 1150px;
  margin: 100px auto;
}
.blogNewsListe .items-leading .leading-0, .blogNewsListe .items-row .span6 .item {
  display: grid;
  display: -ms-grid;
  grid-template-rows: 32px auto auto auto;
  grid-template-columns: 390px auto;
  margin-bottom: 50px;
  -ms-grid-rows: 32px auto 1fr 38px;
  -ms-grid-columns: 390px auto;
}
.blogNewsListe .items-leading .leading-0 .page-header, .blogNewsListe .items-row .span6 .item .page-header{
  grid-column: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}
.blogNewsListe .page-header h2{
  font-size: 22px;
  margin: 0 0 0 0;
}
.blogNewsListe .items-leading .leading-0 p, .blogNewsListe .items-row .span6 .item p{
  grid-column: 2;
  grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-row: 3;
}
.blogNewsListe .items-leading .leading-0 p:nth-child(4), .blogNewsListe .items-row .span6 .item p:nth-child(4){
  grid-column: 1;
  grid-row: 1 / 5;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  margin-right: 30px;
}
.blogNewsListe .items-leading .leading-0 .article-info, .blogNewsListe .items-row .span6 .item .article-info{
  grid-column: 2;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  margin: 0;
  color: #618ba9;
  margin-top: 8px;
}
.blogNewsListe .items-leading .leading-0 .readmore, .blogNewsListe .items-row .span6 .item .readmore{
  grid-column: 2;
  grid-row: 4;
  -ms-grid-column: 2;
  -ms-grid-row: 4;
}
.blogNewsListe .btn{
  background-color: #285a7e;
  border: 1px solid #285a7e;
  border-radius: 2px;
  padding: 8px 26px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
}
.blogNewsListe .btn:hover{
  background: #123f5f;
  color: #ffffff;
}
.blogNewsListe .items-leading .article-info-term, .blogNewsListe .items-row .span6 .item .article-info-term {
  display: none;
}
.blogNewsListe .items-leading .published, .blogNewsListe .items-row .span6 .item .published{
  margin: 0;
}
.blogNewsListe .pagination ul li{
  display: inline-block;
  color: #222222;
  font-weight: 600;
  margin-right: 30px;
}
.blogNewsListe .pagination ul li.pagination-start, .blogNewsListe .pagination ul li.pagination-end{
  display: none;
}
.blogNewsListe .pagination ul li.pagination-prev{
  margin-right: 30px;
}
.blogNewsListe .pagination ul li.pagination-next{
  margin-left: 0;
}
.blogNewsListe .pagination ul li a{
  display: inline-block;
  color: #222222;
  font-weight: 600;
}
.blogNewsListe .pagination ul li a:hover{
  text-decoration: underline;
}
.bCaseBeitragImg{
  width: 100%;
  display: block;
  margin-bottom: 50px;
}
.blogBusinessCasesListe{
  max-width: 1150px;
  margin: 100px auto;
}
.blogBusinessCasesListe .items-leading .leading-0, .blogBusinessCasesListe .items-row .span6 .item {
  display: grid;
  display: -ms-grid;
  grid-template-rows: 67px auto auto;
  grid-template-columns: 390px auto;
  -ms-grid-rows: 67px 1fr 38px;
  -ms-grid-columns: 390px 1fr;
  margin-bottom: 50px;
}
.blogBusinessCasesListe .items-leading .leading-0 .page-header, .blogBusinessCasesListe .items-row .span6 .item .page-header{
  grid-column: 2;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.blogBusinessCasesListe .page-header h2{
  font-size: 22px;
  margin: 0 0 0 0;
}
.blogBusinessCasesListe .items-leading .leading-0 p, .blogBusinessCasesListe .items-row .span6 .item p{
  grid-column: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}
.blogBusinessCasesListe .items-leading .leading-0 p:nth-child(4), .blogBusinessCasesListe .items-row .span6 .item p:nth-child(3){
  grid-column: 1;
  grid-row: 1 / 4;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  margin-right: 30px;
}
.blogBusinessCasesListe .items-leading .leading-0 .readmore, .blogBusinessCasesListe .items-row .span6 .item .readmore{
  grid-column: 2;
  grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-row: 3;
}
.blogBusinessCasesListe .btn{
  background-color: #285a7e;
  border: 1px solid #285a7e;
  border-radius: 2px;
  padding: 8px 26px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
}
.blogBusinessCasesListe .btn:hover{
  background: #123f5f;
  color: #ffffff;
}
.blogBusinessCasesListe .items-leading .article-info-term, .blogBusinessCasesListe .items-row .span6 .item .article-info-term {
  display: none;
}
.blogBusinessCasesListe .items-leading .published, .blogBusinessCasesListe .items-row .span6 .item .published{
  margin: 0;
}
.blogBusinessCasesListe .pagination ul li{
  display: inline-block;
  color: #222222;
  font-weight: 600;
  margin-right: 30px;
}
.blogBusinessCasesListe .pagination ul li.pagination-start, .blogBusinessCasesListe .pagination ul li.pagination-end{
  display: none;
}
.blogBusinessCasesListe .pagination ul li.pagination-prev{
  margin-right: 30px;
}
.blogBusinessCasesListe .pagination ul li.pagination-next{
  margin-left: 0;
}
.blogBusinessCasesListe .pagination ul li a{
  display: inline-block;
  color: #222222;
  font-weight: 600;
}
.blogBusinessCasesListe .pagination ul li a:hover{
  text-decoration: underline;
}

.newsflash-horiz.pub li,.newsflash-horiz.fach li{
  display: none;
  margin-bottom: 50px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 390px auto;
  -ms-grid-rows: 40px 1fr 38px;
  -ms-grid-columns: 390px 1fr;
}
.newsflash-horiz.pub li h4,.newsflash-horiz.fach li h4{
  grid-column: 2;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
        font-size: 22px;
}
.newsflash-horiz.pub li p:nth-child(2),.newsflash-horiz.fach li p:nth-child(2){
  grid-column: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}
.newsflash-horiz.pub li p:nth-child(3),.newsflash-horiz.fach li p:nth-child(3){
  grid-column: 1;
  grid-row: 1 / 4;
  margin-right: 30px;
  -ms-grid-column: 1;
  -ms-grid-row: 1 / 4;
}
.newsflash-horiz.pub li p:nth-child(4),.newsflash-horiz.fach li p:nth-child(4){
  grid-column: 2;
  grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-row: 3;
}
.newsflash-horiz.pub li p:nth-child(4) a,.newsflash-horiz.fach li p:nth-child(4) a{
  background: url(../images/aktuelles/icon-pdf.png) no-repeat;
  margin: 10px 0;
  padding: 3px 0 3px 37px;
}
.newsflash-horiz.pub li p img,.newsflash-horiz.fach li p img  {
  width: 100%;
  height: auto;
}
.newsflash-horiz.pub li .newsflashDate,.newsflash-horiz.fach li .newsflashDate{
  display: none;
}
.newsflash-horiz.pub li .article-separator,.newsflash-horiz.fach li .article-separator {
  display: none;
}
body div.easy-tooltip-wrapper { display: none !important; }
body div.tooltip.fade.top { display: none !important; }
.publikationenListe{
  max-width: 1150px;
  margin: 54px auto;
}
form input.backLink{
  border: solid 2px #285a7e;
  border-radius: 2px;
  display: block;
  line-height: 34px;
  padding: 0 40px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  background: #285a7e;
}
form input.backLink:hover{
  background: #123f5f;
  color: #ffffff;
}
.mod-articles-category-introtext{
  height: 70px;
}
.contentSubline{
        font-style: italic;
}
/* ------------------ Content Bereich Ende ------------------ */

/* ------------------ Footer Bereich Anfang ------------------ */
.footer {
  text-align:center;
}
.footer p{
  font-size: 14px;
}
#sitemap {
  margin: 0;
  width: 23%;
  padding-bottom: 65px;
}
#sitemap > li {
  float: none;
  padding: 0;
  margin: 0;
}
#sitemap > li a {
  font-size: 14px;
  font-weight: normal;
}
#sitemap > li a::before {
  padding-right: 2px;
  content: "\f101";
  font-family: FontAwesome;
}
#sitemap > li:nth-child(1) {
  padding-bottom: 15px;
  padding-top: 45px;
}
#sitemap > li:nth-child(1), .customright h2, .customleft h2 {
  font-size: 25px;
  color: #fff;
  font-weight: normal;
  padding-bottom: 15px;
  margin-bottom: 0;
}
#sitemap > li:nth-child(6) {
  padding-bottom: 42px;
}
#sitemap > li:nth-child(7) a, #sitemap > li:nth-child(8) a,#sitemap > li:nth-child(9) a,#sitemap > li:nth-child(11) a{
  text-transform: none;
  text-decoration: underline;
}
#sitemap > li:nth-child(7) a::before, #sitemap > li:nth-child(8) a::before,#sitemap > li:nth-child(9) a::before,#sitemap > li:nth-child(11) a::before {
  content: "";
}
#sitemap > li:hover a,#sitemap > li a,#sitemap > li:hover,#sitemap > li.active{
  color: #fff;
  border: none;
}
.customleft {
  width: 25%;
  padding-top: 45px;
}
.customleft p a {
  color: #fff;
  text-decoration: none;
}
.customright {
  width: 25%;
  padding-top: 45px;
}
.customleft,#sitemap,.customright {
  float: left;
  text-align: left;
  color: #ffffff;
}
#sitemap a {
  text-transform: none;
}
.customright img {
  padding: 0 10px 10px 0;
}
.copyright {
  background-color: #123f5f;
  text-align: left;
  color: #ffffff;
  height: 35px;
  clear: both;
}
.copyright .customcopy p {
  line-height: 35px;
  font-size: 14px;
}
#resMenuButton{
  display:none;
}
select::-ms-expand {
    display: none;
}
#slider-container133, #slider-container189{
  overflow-y: visible;
}
.cc_container{
        background: #003d60 !important;
           font-family: 'Open Sans' !important;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited{
        color: #003d60 !important;
    background-color: #ffffff !important;
}
.cc_container a, .cc_container a:visited {
    text-decoration: none !important;
    color: #ffffff !important;
}
.cc_container a:hover, .cc_container a:active {
    color: #618ba9 !important;
        text-decoration: none !important;
}
.customfooter3 h2{
  font-size: 25px;
    color: #fff;
    font-weight: normal;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.customfooter3 {
  padding-top: 45px;
  float: left;
  text-align: left;
  padding-right: 5%;
}
.customfooter3 a {
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: normal;
}
.customfooter3 a::before {
  padding-right: 2px;
  content: "\f101";
  font-family: FontAwesome;
}
#footernav_fsvo {
    padding-top: 45px;
    float: left;
    text-align: left;
    padding-right: 5%;
          display: block;
          width: auto;
}
#footernav_fsvo a {
          color: #fff;
    border: none;
    font-size: 14px;
    font-weight: normal;
          text-transform: none;
          line-height: 25px;
    letter-spacing: -0.3px;
}
#footernav_fsvo a::before{
          padding-right: 2px;
    content: "\f101";
    font-family: FontAwesome;
}
#footernav_fsvo li:hover, #footernav_fsvo li.current {
          text-decoration: none;
          border: none;
}
#footernav_fsvo li{
  float: none;
  margin: 0;
  padding: 0;
}
#footernav_fsvo .nav-header {
    font-size: 25px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0;
}
#footernav_fsvo li:first-child {
  padding-bottom: 15px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        /* IE10+ CSS styles go here */
        .b2bExpWrap ul li {
                margin-bottom: 64px
        }
        .b2bExpWrap ul > li:nth-child(1){
                margin-right: 1.25%;
        }
        .mod-languages a{
                padding: 10px;
        }
}

/*Anpassungen Januar 2020*/
.newsflash-horiz .readmore {
  background-color: #285a7e;
  border: 1px solid #285a7e;
  border-radius: 2px;
  padding: 8px 26px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  margin: 0 0 auto 0;
}

.newsflash-horiz .readmore:hover {
  background-color: #123f5f;
}



@media screen and (min-width:860px) {
  .imageLeft35 {
      width: 40%;
      float: left;
  }

  .textRight55 {
      width: 55%;
      float: right;
      margin-left: 50px;
  }
}



@media screen and (min-width:850px) {
  .flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .flexbox > * {
    flex: 0 0 auto;
  }

  .flexbox.flex-50-50 > * {
    flex: 0 0 48%;
    min-width: 300px;
  }

}

/*Formular Checkbox*/
#bfElemWrap145 .form-inline div,
#bfElemWrap202 .form-inline div {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#bfElemWrap145 .form-inline div span,
#bfElemWrap202 .form-inline div span {
  flex: 0 0 20px;
}

#bfElemWrap145 .form-inline div label,
#bfElemWrap202 .form-inline div label {
  flex: 0 0 95%;
}

#bfElemWrap145 .form-inline div label a,
#bfElemWrap202 .form-inline div label a {
  text-decoration: underline;
}


.nomarginbottom {
  margin-bottom: 0;
}

html[lang="en-gb"] .footer:after {
  content: "";
  display: table;
  clear:both;
}

html[lang="en-gb"] .footer {
  padding-bottom: 3em;
}



.contactDataBlock {
  width: 280px;
  height: 190px;
  padding: 14px 5px 14px 45px !important;
}


.kontakt_wrapper .icon1 {
	background: #618ba9 url(../images/kontakt/03_Icon-Location.png) 10px 17px no-repeat;
    background-size: auto;
	margin-right: 30px;
	background-size: 25px;
}

@media screen and (max-width:1220px) {
	.kontakt_wrapper .icon1 {
		width: 300px;
		margin-right: 30px !important;
		margin: 0 30px 30px 0;
	}
}

@media screen and (max-width:430px) {
	.contactDataBlock {
	  width: 100%;
	  height: 240px;
	  padding: 14px 14px 14px 50px !important;
	}

	.kontakt_wrapper .icon1 {
		width: 78%;
		margin-right: 0 !important;
		background: #618ba9 url(../images/kontakt/03_Icon-Location.png) 10px 17px no-repeat;
		background-size: 25px;
	}
}

@media screen and (max-width:850px) {
	.moduletable {
		margin-bottom: 50px;
	}
}

/*.page-header {
  display: none;
}*/

.bc-listfix .item {
	margin-bottom: 50px;
}
@media screen and (min-width:1035px) {
.bc-listfix .item {
  display: grid;
  display: -ms-grid;
  grid-template-rows: 80px auto auto;
  grid-template-columns: 390px auto;
  -ms-grid-rows: 67px 1fr 38px;
  -ms-grid-columns: 390px 1fr;
  margin-bottom: 50px;
}

}
@media screen and (min-width:700px) and (max-width:1035px) {
	.bc-listfix .item {
	  display: grid;
	  display: -ms-grid;
	  grid-template-rows: 1fr auto auto;
	  grid-template-columns: 1fr 1fr;
	  -ms-grid-rows: 67px 1fr 38px;
	  -ms-grid-columns: 390px 1fr;
	  margin-bottom: 50px;
	}
}

.bc-listfix .item .page-header {
  grid-column: 2;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}


.bc-listfix .item p {
    grid-column: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
}


.bc-listfix .item p:nth-child(3) {
    grid-column: 1;
    grid-row: 1 / 4;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    margin-right: 30px;
}

.bc-listfix .item .readmore {
    grid-column: 2;
    grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-row: 3;
}

.fach h2,
.pub h2 {
	font-size: 22px;
  margin-bottom: 0;
}

.owl-carousel {
    padding: 4em 0;
}

.owl-carousel .owl-item img{
/*  height: 30px !important;*/
  width: auto !important;
  max-width: 100px !important;
}

.button-contact {
  display: inline-block;
  padding: .5em 1em;
  background-color: #6fac50;
  color: #fff;
}

.button-contact:visited {
  color: #fff;
}

.flex-box-start {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.flex-box-start > * {
  flex: 0 0 auto;
  margin-right: 1em;
}

.item-pagefachartikel h1,
.item-page h1 {
	color: #222222;
	font-weight: 600;
	font-size: 34px;
	margin-bottom: 18px;
}

.blogBusinessCasesListe h1 {
	color: #222222;
	font-weight: 600;
	font-size: 34px;
	margin-bottom: 18px;
}

@media screen and (max-width: 480px) {

  #topBanner .slide-text > div {
      font-size: 20px;
      line-height: 1.0;
  }

}

.item-pagefachartikel h2  {
	color: #222222;
font-size: 22px;
font-weight: 600;
margin-bottom: 18px;
}

.homeNews .newsflash-horiz {
    height: 460px;
    overflow: hidden;
}

@media screen and (max-width: 860px)
.homeExpWrap ul {
    grid-template-columns: 48% 48%;
    -ms-grid-columns: 48% 48%;
    grid-template-rows: none !important;
    -ms-grid-rows: none;
    grid-gap: 64px 4%;
}

.manager a {
  color: #fff !important;
}

.manager a:hover {
  text-decoration: underline;
}


.pagination li span {
  color: #618ba9;
  font-weight: bold !important;

}

.pagination li a {
  text-decoration: underline;
  color: #bbb !important;
}

.pagination li.pagination-prev span,
.pagination li:last-child span {
  color: #bbb;
  font-weight: bold !important;

}

.item-pageNewsListe .article-info {
  display: none;
}

.item-pageNewsListe .page-header {
  display: none;
}


.item-pageNewsListe h1 {
    color: #222222;
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 18px;
}


.item-pageNewsListe h2 {
    color: #222222;
    font-weight: 600;
    font-size: 25px;
}

.item-pageNewsListe .pager.pagenav {
  display: none;
}

.footer .customleft {
	padding-bottom: 65px;
}

.mod-languages a {
	margin-right: 1px !important;
}

#navigation267 {
    top: 45% !important;
}

html[lang="fr-fr"] .b2bLeistungen p {
  font-size: 14px;
}



@media screen and (min-width:1025px) {
	html[lang="fr-fr"] .nav.menu > li:not(:first-child) {
		padding: 11px 0 5px 0;
		margin: 38px 9px 0px 9px;
		float: none;
	}


	html[lang="fr-fr"] .nav.menu > li:first-child {
		margin-right: 30px !important;
	}

	html[lang="fr-fr"] .nav.menu {
		text-align: right;
	}


	html[lang="fr-fr"] .nav.menu .parent ul {
		text-align: left;
	}

	html[lang="fr-fr"] .nav.menu > li {
		display: inline-block;
	}

	html[lang="fr-fr"] .nav.menu.mobile > li {
		display: block;
		margin: 0 !important;
		padding: 10px 0 10px 5% !important;
		display: auto !important;
	}

}
@media screen and (min-width:1126px) {
	html[lang="fr-fr"] .nav.menu > li:not(:first-child) {
		padding: 11px 4px 5px 4px;
	}
}

@media screen and (min-width:1126px) {
	html[lang="fr-fr"] .nav.menu > li:not(:first-child) {
		padding: 11px 8px 5px 8px;
	}
}



.download-cta {
    background: #c5d7e3;
    padding: 60px 0 25px 0;
}

.download-cta .contentWrapperCtA {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.download-cta .download-image {
    flex: 0 0 21%;
    margin-right: 57px;
    padding-top: .5em;
}


.download-cta .download-textbox {
    flex: 0 0 70%;
}

.download-cta .download-textbox p,
.download-cta .download-textbox li,
.download-cta .download-textbox strong {
  color: #000;
  font-size: 27px;
  line-height: 36px;
}

.download-cta .btnCtA {
  background: #0b5f8b !important;
  margin-bottom: 0;
}

.download-cta .btnCtA:hover {
  background: #618ba9 !important;
  color: #fff !important;
}


@media screen and (max-width:900px) {

  .download-cta .download-image {
    flex: 0 0 25%;
  }

  .download-cta .download-textbox {
    flex: 0 0 60%;
  }
}

@media screen and (max-width:500px) {

  .download-cta .download-image {
    flex: 0 0 100%;
/*    text-align: center;
    background: #123f5f;*/
    margin-bottom: 1em;
  }

  .download-cta .download-textbox {
    flex: 0 0 100%;
  }
  
  .download-cta .btnCtA {
   display: block;
    line-height: 1.6 !important;
    margin-top: 1em;
    text-align: center;
  }
}


.video-startseite {
  background: #d6e7f2;
  padding: 80px 0;

}

@media screen and (max-width:1270px) {
  .video-startseite {
    padding: 80px 30px;
  }
}

.video-startseite .inner {
  max-width: 1150px;
  margin: 0 auto;
}

.embed-container {
  position: relative;
  padding-bottom: 28%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

@media screen and (max-width:849px) {
  .embed-container {
    padding-bottom: 56%;
    margin-top: 60px;
  }
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Webinare FEed anpassen*/
.videofeed li[style="display: grid;"] {
    display: block !important;
}

.videofeed li .video-startseite {
  padding: 0;
  background: none;

}

.videofeed li .video-startseite .embed-container {
  margin-bottom: 2rem;
}

/*Fachartikel Download*/

.download-cta.fachartikel-download {
    padding: 28px 0 28px 0;
}

.download-cta.fachartikel-download .contentWrapperCtA {
    align-items: center
}

.download-cta.fachartikel-download .download-image {
    padding-top: 0;
    flex: 0 0 auto;
    margin-right: 65px;
}

.download-cta.fachartikel-download .download-image a {
    display: block; 
}

.download-cta.fachartikel-download .download-textbox p {
    font-size: 26px;
    line-height: 33px;
    margin-top: 38px;
}

