div.wysiwyg-small p {
  font-size: 16px;
}
.breadcrumbs__list a > span {
  color: #9b9da3;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.breadcrumbs__list a:hover > span {
  color: #fff;
}
.breadcrumbs__list li > span {
  color: #fff;
}
.sectionTextRow__content .personCard {
  margin-top: 0;
}
.content__accardeon .sectionTextRow__content .personCard {
  margin-top: 50px;
}
.hero__breadcrumb {
  text-transform: none;
}
.wysiwyg ol li::before,
.wysiwyg ul li::before {
  top: 12px;
}
.single-jobs h5 {
  margin-top: 3rem!important;
}
hr {
  border: none;
  border-top: 1px solid #aaa;
  background: none;
  margin: 2rem 0;
}
.homeSlider__text .h1-title,
.hero__text .h1-title {
  word-break: break-word;
}
.mainNav ul.sub-menu .menu-item .menu-item-description {
  width: 100%;
}
.mainNav ul.sub-menu .menu-item .menu-item-description {
  margin-top: 0;
  padding-top: 20px;
}
.mainNav ul.sub-menu .menu-item .menu-item-description:hover {
  cursor: pointer;
}
.nowrap {
  white-space: nowrap;
}
.readMoreContent {
  display: none;
}
.yellow-gradient,
.wpcf7-submit {
  color: #fff;
  background: #f09200;
  background: linear-gradient(45deg, #f09200 0%, #fccc00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09200', endColorstr='#fccc00', GradientType=1);
}
.wysiwyg-table table td,
.wysiwyg-table table td:last-child {
  text-align: center;
}
.wysiwyg-table table td:first-child {
  text-align: left;
}
.c-font {
  color: #383c45;
}
.videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wysiwyg.text-center iframe {
  width: 100%;
}
.contentTabs__navigation-list {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
ul.newsteaserYears {
  width: 100%;
  border-top: 1px solid #bbb;
  padding: 18px 0;
  margin-bottom: 24px;
}
ul.newsteaserYears li {
  color: #bbb;
  font-size: 20px;
  display: inline-block;
  padding: 2px 24px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  border-right: 1px solid #bbb;
}
ul.newsteaserYears li.active,
ul.newsteaserYears li:hover {
  cursor: pointer;
  color: #383c45;
}
ul.newsteaserYears li.active {
  font-weight: 600;
}
ul.newsteaserYears li:last-child {
  border: none;
}
ul.newsteaserYears li:first-child {
  padding-left: 0;
}
.newsTeaserImage img {
  width: 100%;
  height: auto;
}
.singleNewsteaserRow p,
.singleNewsteaserRow ul li,
.singleNewsteaserRow .wysiwyg {
  line-height: 1.4;
}
.singleNewsteaserRow ul {
  margin-bottom: 8px;
  margin-top: 8px;
}
.singleNewsteaserRow ul li {
  margin-bottom: 4px;
}
.hideYear {
  display: none;
}
.publikationsListenWrap {
  -webkit-transition: 0.2s background-color ease;
  transition: 0.2s background-color ease;
}
.publikationsListenWrap.loading,
.vertriebslaender.loading {
  min-height: 200px;
  background: url(../images/loading.gif);
  background-position: center;
  background-size: 32px;
  background-repeat: no-repeat;
}
.newsteaserDate {
  margin-bottom: 6px;
  font-size: 14px;
  color: #777;
}
.newsteaserSubline {
  margin-top: 6px;
  font-size: 18px;
  color: #777;
}
.newsteaserReadmore {
  text-decoration: underline;
}
.singleNewsPageContent {
  padding-top: 101px;
  padding-bottom: 90px;
}
.singleNewsPageContent h1 {
  margin-bottom: 12px;
}
.newsTeaserImage {
  margin-bottom: 12px;
}
.container-fluid.noRestrictions {
  max-width: 100000px;
  padding-left: 0;
  padding-right: 0;
}
.singleNewsPageDate {
  margin-bottom: 12px;
}
.singleNewsPageHeadImage img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .newsTeaserImage {
    margin-bottom: 0;
  }
  .singleNewsPageHeadline {
    padding-left: calc((100vw - 660px) / 2);
  }
  .singleNewsPageHead {
    background: #383c45;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .singleNewsPageHeadline {
    padding-left: calc((100vw - 900px) / 2);
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .singleNewsPageHeadline {
    padding-left: calc((100vw - 1110px) / 2);
  }
}
@media (min-width: 1600px) {
  .singleNewsPageHeadline {
    padding-left: calc((100vw - 1110px) / 2);
  }
}
.mainNav .menu-hauptmenue-englisch-hecontainer {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content__text-img-row .col-12.imageCol {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.content__navigation-list {
  overflow: hidden;
}
.imageDimension img {
  width: 100%;
  height: auto;
}
.video.is-playing .video__play {
  opacity: 0;
}
.video__placeholder:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #373b44;
  opacity: 0.5;
  display: block;
  z-index: 1;
}
.video__play .ico {
  font-size: 16px;
}
.vertriebssuche {
  position: relative;
}
.searchbar {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  padding: 18px 36px;
  background: rgba(0, 0, 0, 0.2);
}
.searchbar input[type="text"] {
  height: 40px;
  display: inline-block;
  line-height: 40px;
  border: none;
  width: 240px;
  padding: 8px 24px 8px 12px;
  vertical-align: middle;
}
.searchbar input[type="submit"],
.wpcf7-submit {
  vertical-align: middle;
  display: inline-block;
  height: 40px;
  margin-left: 12px;
  line-height: 40px;
  border: none;
  padding: 2px 24px;
  font-weight: 600;
  border-radius: 20px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.searchbar input[type="submit"]:hover,
.wpcf7-submit {
  opacity: 0.8;
  cursor: pointer;
}
.vertriebsgradient {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f0f0f0));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f0f0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#dbdbdb', GradientType=0);
}
.vertriebssuche img {
  width: 100%;
}
.autocomplete-suggestions {
  border: 1px solid #ccc;
  background: #FFF;
  overflow: auto;
}
.autocomplete-suggestion {
  padding: 10px 15px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-selected {
  background: #ddd;
}
.autocomplete-suggestions strong {
  font-weight: 600;
  color: #fbbf1b;
}
.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}
.singleVertriebsland {
  display: none;
}
@media (max-width: 768px) {
  .homeSlider__text {
    -webkit-transform: none;
            transform: none;
  }
}
.contentSocialTab {
  -webkit-box-shadow: 0 0 20px rgba(56, 60, 69, 0.1);
          box-shadow: 0 0 20px rgba(56, 60, 69, 0.1);
}
.contentSocialTab svg {
  width: auto;
  height: 42px;
}
.wpcf7 {
  /* Removes awkward default styles on some inputs for iOS */
}
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="search"],
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 textarea,
.wpcf7 select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="search"],
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 textarea {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 textarea {
  min-height: 105px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="search"]:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="password"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border: 1px solid #f09200;
  outline: 0;
}
.wpcf7 legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}
.wpcf7 fieldset {
  padding: 0;
  border-width: 0;
}
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
  display: inline;
}
.wpcf7 label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}
.wpcf7 .wpcf7-submit:hover {
  opacity: 0.8;
}
.wpcf7 .wpcf7-radio {
  margin-left: 0;
  line-height: 36px;
  margin-right: 12px;
}
.wpcf7 .wpcf7-radio span.wpcf7-list-item.first {
  margin-left: 0;
}
.wpcf7 .col-12 {
  margin-top: 8px;
}
.wpcf7 .row {
  margin-top: 8px;
}
.wpcf7 h5 {
  margin-bottom: 0;
}
.wpcf7 .initiallyHidden {
  display: none;
}
.wpcf7 .wpcf7-submit {
  margin-left: 0;
}
.wpcf7 .cd-upload-btn {
  font-weight: bold;
}
.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 12px;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
  border: 1px solid #f00!important;
  background: #fff1f1!important;
}
.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 12px;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  border: 1px solid #f00;
  margin: 8px 0 0 0;
  padding: 15px 25px;
  background: #fff1f1;
  font-size: 1.4rem;
  color: #323232;
}
.wpcf7 div.wpcf7-mail-sent-ok {
  background-color: #f1fff0;
  border: 1px solid #a8d144;
  font-size: 1.4rem;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 25px;
}
.page-id-5930,
.page-id-5932 {
  background: #f5f5f6 !important;
}
.page-id-9 .hero:first-child .hero__background,
.page-id-4079 .hero:first-child .hero__background {
  background-color: #cdcecf;
}
.page-id-9 .hero:nth-child(2) .hero__background,
.page-id-4079 .hero:nth-child(2) .hero__background {
  background-color: #9a9da2;
}
.page-id-9 .hero:nth-child(3) .hero__background,
.page-id-4079 .hero:nth-child(3) .hero__background {
  background-color: #f5f5f7;
}
.darkoutline {
  border-color: #383c45;
  color: #383c45;
}
.bgLeft {
  background-position: left center;
}
.bgLeft.background-cover-ofit img,
.bgLeft.background-cover-ofit picture {
  -o-object-position: left center;
     object-position: left center;
}
.bgLeft {
  background-position: right center;
}
.bgRight.background-cover-ofit img,
.bgRight.background-cover-ofit picture {
  -o-object-position: right center;
     object-position: right center;
}
.agnewslink {
  margin-top: 8px;
  text-transform: none;
  display: inline-block;
}
@media (max-width: 767px) {
  .page-id-27 .hero__content > .container {
    min-height: 570px!important;
  }
  .singleNewsPageHeadline {
    padding-left: 30px;
    padding-right: 30px;
  }
  .singleNewsPageHeadline h1 {
    font-size: 1.2em;
  }
  .newsteaserYears li:first-child {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  .newsteaserYears li {
    text-align: center;
    width: 33.3333%;
    margin-bottom: 2px;
    background: #eee;
    border: none!important;
    border-right: 2px solid #fff!important;
  }
}
.slider-section__slider .swiper-button-prev,
.slider-section__slider .swiper-button-next {
  display: none;
}
@media (min-width: 768px) and (max-width: 992px) {
  .mainNav ul.menu > li:first-child {
    display: none;
  }
}
.hero--bottom-gradient::after,
.content__navigation-wrapper::after {
  height: 6px;
}
.header__menu-caret.js-main-nav-caret-2lvl {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
/* Info Popup */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 111;
  top: 0;
  left: 0;
  text-align: left;
}
.overlayHeadline {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 24px;
}
.overlayContent {
  border-radius: 5px;
  position: absolute;
  width: 85%;
  max-width: 480px;
  left: 50%;
  top: 50%;
  height: auto;
  padding: 45px 32px;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.popupLink {
  text-transform: uppercase;
  margin-right: 18px;
  text-decoration: underline;
}
.close {
  padding: 0;
  text-align: center;
  position: absolute;
  right: 15px;
  display: inline-block;
  top: 13px;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
}
.close:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  background: rgba(0, 0, 0, 0.6);
}
.close svg {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  width: 10px;
}
.close svg path {
  fill: #fff;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.overlayContent p:last-child {
  margin-bottom: 0;
}
.overlayContent .btn-black {
  margin-top: 12px;
}
.overlayContent .btn-black:hover {
  color: #fff;
  background: #222;
}
.service--prefooter {
  margin-top: -1px;
}


.commentsection {
  margin-top: 50px;
  line-height: 1.5;
  font-weight: 300;
}
ol.commentlist {
  padding: 0;
}
li.comment {
  position: relative;
  margin: 0;
  padding: 35px 0;
  list-style-position: inside;
  border-bottom: 1px solid #ccc;
}
li.comment:last-of-type {
  margin-bottom: 35px;
}
div.comment-body {
  display: inline;
} 
.comment-author, .comment-meta {
  display: inline-block;
}
img.avatar {
  position: absolute;
  right: 0;
  top: 35px;
}
cite.fn {
  font-style: normal;
  font-weight: 600;
}
.comment-meta {
  font-size: 14px;
  position: absolute;
  right: 45px;
}
.commentsection a {
  margin-top: 30px;
  font-weight: 600;
}

.comment-form-comment label {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.comment-form-comment textarea#comment {
  font-family: Titillium Web,sans-serif;
  font-size: 16px;
  width: 100%;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-submit input#submit {
  height: auto;
  border: 0;
  background: #e5e5e5;
  padding: 15px 25px;
  color: #373b45;
  border-radius: 2px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  font-family: Titillium Web,sans-serif;
}
.form-submit input#submit:hover {
  background: #383c45;
  color: #fff;
}

@media (max-width: 991px) {
  .comment-meta {
    position: relative;
    right: auto;
  }
  img.avatar {
    display: none;
  }
}
.contentIcons__element-icon img {
  max-width: 40px;
  max-height: 40px;
  width: 100%;
}
.contentIcons__element-content p:last-child {
  display: none;
  font-size: 15px;
  margin-top: 0.5em;
}
.video.is-playing .video__placeholder, .video.is-playing {
     opacity: 1 !important;
}
.uc-embedding-container  img {
	display:none;
}
p.p-main.f-300.w-750{
	text-align: center; 
}

.left-background-color ul{
	background: #383c45;
    padding: 15px;
}
.col-12.col-sm-4.col-lg-4 .content_1{
	background: #383c45;
    padding: 15px;	
}
.investor.heroNews__datetime, .investor.heroNews__title, .investor.heroNews__description{
		color: white;

}

.contentCaption__content{
	padding: 20px 0;
}
.showMorePup{
	font-size: 30px;
	text-align: center;
	margin-top: 15px;	
}
.showLessPup{
	font-size: 30px;
	text-align: center;
	margin-top: 15px;	
}
.page-id-12867 .content__holder {
    margin: 0px;
 }
 .page-id-1173 .sectionTextRow__heading{
   max-width: 290px
 }
.section-reference-logo-swiper{
	position: relative;
}
.section-reference-logo-swiper .slider-section__slide-content>.container{
	min-height: 350px;
	padding-top: 0;
	padding-bottom: 0;
	display: block;
}
@media (max-width: 767px) {
	.section-reference-logo-swiper .slider-section__slide-content>.container{
		min-height: 300px;
	}
}
.section-reference-logo-swiper .slider-section__slide-background.background-cover-ofit{
    background-image: none!important;	
}
.section-reference-logo-swiper img.is-loaded{
	object-fit: contain;
	padding: 20px;
}
@media (max-width: 767px) {
	.section-reference-logo-swiper img.is-loaded{
		padding: 10px;
	}	
}
@media only screen and (max-width: 575px){
	.slider-section__slide-background:after {
		background: none;	
	}
}
.reference-logos-pagination{
	display: none!important;
}
.reference-logos-button-prev{
	display: block!important;
	z-index: 10;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}
.reference-logos-button-next{
	display: block!important;
	position: absolute;
    right: -15px;
    top: 50%;
	z-index: 10;
    transform: translateY(-50%);
}
@media (max-width: 575px) {
	.reference-logos-button-prev{
		left: -10px;
	}
	.reference-logos-button-next{
		right: -10px;
	}
}
@media (min-width: 2050px) {
	.reference-logos-button-prev{
		left: -30px;
	}
	.reference-logos-button-next{
		right: -30px;
	}
}
.section-reference-logo{
	margin-top: 100px;
    margin-bottom: 40px;	
}
@media (max-width: 767px) {
	.section-reference-logo{
		margin-top: 40px;
	    margin-bottom: 10px;	
	}	
}
@media (max-width: 991px) {
	.section-reference-logo{
		margin-top: 60px;
	    margin-bottom: 20px;	
	}
}

.tableCard.tableCard--bg-light-gray.aos-init.aos-animate {
    background: #f5f5f6;
    color: #383c45;
}
.content__section-row{
	width: 100%; 
}

/* Adding style to Langingpage to fix the Header 2024-02-26 */

@media (min-width: 768px) {
  .page-template-page-landingpage .header .container .header__wrapper .header__logo {
      padding: 0 0 16px 0;
  }
}
.nav-landingpage{
	height:81px;
	padding-top: 21px !important;
}