body {
  background: #0c0c0c;
  color: #eaeaea;
}
body a {
  text-decoration: none !important;
  color: #eaeaea;
  transition: 0.5s;
  opacity: 1;
  transition: 0.5s;
}
body a:hover {
  text-decoration: none !important;
  opacity: 0.5;
}
body a:hover {
  opacity: 0.5;
}
body .hover {
  transition: 0.5s;
  opacity: 1;
}
body .hover:hover {
  text-decoration: none !important;
  opacity: 0.5;
}
body .line-height-s {
  line-height: 1.6;
}
body .font-weight-ss {
  font-weight: 100;
}
body .font-size-m {
  font-size: 32px !important;
}
body span {
  color: #eaeaea;
  letter-spacing: 0.6px;
}
body p {
  letter-spacing: 0.6px;
}
body h1 {
  color: #eaeaea;
  letter-spacing: 0.8px;
}
body #all {
  overflow: hidden;
}
body #main {
  padding: 0px;
}
body .container-fluid {
  padding: 0px;
}
body .container-fluid #all #back {
  margin: 0px;
  padding: 0px;
}
body .container {
  margin-bottom: 120px;
}
body .mod-list {
  list-style: none;
}
body .fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
}
body .fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}
body .category-module {
  margin-bottom: 120px;
}

.section-title {
  font-size: 16px;
  color: #008775;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}

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

.textjustify {
  text-align: justify;
  text-justify: inter-word;
}

@media (max-width: 767.98px) {
  .sm-non-textjustify {
    text-align: start !important;
  }
}
.menu-wrap .menu .nav-item .nav-header {
  letter-spacing: 0.8px;
}
.menu-wrap .menu .nav-item a {
  display: block;
  width: 100%;
}
.menu-wrap .menu .nav-item a:hover {
  opacity: 1;
  color: #0c0c0c;
}
.menu-wrap .menu .nav-item .target-groups {
  display: block;
  width: 100%;
}
.menu-wrap .menu .nav-item .target-groups:hover {
  opacity: 1;
  color: #0c0c0c;
}

@media (min-width: 768px) {
  .header {
    z-index: 1000000;
    position: fixed;
    top: 0;
    width: 100%;
    height: 66px;
    left: 0;
    margin: 0px;
    padding: 0px;
    background: #0c0c0c !important;
  }
  .header .navbar-toggler {
    display: none;
  }
  .header .bannergroup {
    max-width: 120px;
    width: 100%;
    display: none;
  }
  .header .bannergroup .banneritem {
    width: 100%;
    max-width: 120px;
  }
  .header .bannergroup .banneritem img {
    width: 100%;
  }
  .header .mobile-header-logo {
    display: none;
  }
  .header .navbar-collapse .nav-item {
    list-style: none;
    margin: 0px;
  }
  .header .navbar-collapse .nav-item .home .home {
    width: auto;
    height: auto;
    max-height: 50px;
  }
  .header .navbar-collapse .nav-item .contact {
    background: #008775;
    color: #eaeaea !important;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 8px;
  }
  .header .navbar-collapse .nav-item .nav-child {
    width: -webkit-max-content;
    width: max-content;
  }
  .header .navbar-collapse .nav-item .nav-child .nav-item {
    padding: 8px;
  }
  .header .navbar-collapse .nav-item .nav-child .nav-item:hover {
    background: #97DDD3;
  }
  .header .navbar-collapse .nav-item .nav-child .nav-item .target-groups {
    width: 100%;
    padding: 0px;
  }
  .header .navbar-collapse .nav-item .nav-child .nav-item .target-groups::after {
    content: ">";
    position: absolute;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .header {
    margin: 0px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    width: 100%;
    height: 66px;
    background: #0c0c0c !important;
  }
  .header .navbar-toggler {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    z-index: 10000000;
    background: #0c0c0c;
    display: grid;
  }
  .header .navbar-toggler .navbar-toggler-icon {
    border-top: 4px solid #eaeaea;
    height: auto;
    padding: 4px 0;
  }
  .header button[aria-expanded=true] .navbar-toggler-icon-1 {
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    right: 10px;
  }
  .header button[aria-expanded=true] .navbar-toggler-icon-2 {
    transform: rotate(-45deg);
    position: absolute;
    top: 8px;
    right: 4px;
  }
  .header button[aria-expanded=true] .navbar-toggler-icon-3 {
    display: none;
  }
  .header .mobile-header-logo {
    width: 100%;
    max-width: 100px;
  }
  .header .mobile-header-logo .logo {
    width: 100%;
  }
  .header #navbarSupportedContent {
    padding: 40px;
    display: none;
  }
  .header .menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0px;
    padding: 0px;
  }
  .header .menu-wrap .navbar-collapse {
    display: block;
    width: 100vw;
    height: auto;
    background: #000000bd;
  }
  .header .menu-wrap .navbar-collapse .nav-item {
    padding: 0px;
    margin: 0px 0px 12px 0px;
    text-align: center;
  }
  .header .menu-wrap .navbar-collapse .nav-item a:hover {
    color: #0c0c0c;
  }
  .header .menu-wrap .navbar-collapse .nav-item a img {
    max-height: 40px;
  }
  .header .menu-wrap .navbar-collapse .nav-item .nav-child {
    padding: 0px;
    text-align: center;
    color: #eaeaea;
    margin: 20px 0;
    opacity: 1;
    min-width: auto;
    position: initial;
    border: 0px;
    list-style: none;
    background: transparent;
  }
  .header .menu-wrap .navbar-collapse .nav-item .nav-child a:hover {
    color: #0c0c0c;
  }
  .header .menu-wrap .navbar-collapse .nav-item .nav-child .nav-item {
    font-weight: 100;
    transition: opacity 0.4s ease-in-out;
  }
  .header .menu-wrap .navbar-collapse .nav-item .home-en .home {
    width: 100%;
    max-width: 100px;
    margin-bottom: 20px;
  }
  .header .menu-wrap .navbar-collapse .nav-item .contact {
    background: #008775;
    color: #eaeaea;
  }

  .menu-wrap #navbarSupportedContent .nav-item .is-opne {
    position: inherit;
    background: none;
    border: none;
    display: block;
  }
  .menu-wrap #navbarSupportedContent .nav-item .is-opne .nav-item {
    opacity: 1;
    display: block;
  }

  .menu-wrap .menu .nav-item .nav-header {
    text-align: center;
  }
}
.mod-languages {
  display: block !important;
}

.header .menu-wrap .nav-item .item-173,
.header .menu-wrap .nav-item .item-172,
.header .menu-wrap .nav-item .item-304,
.header .menu-wrap .nav-item .item-305 {
  display: none !important;
}

#footer-sub #footer .footer-logo-wrap {
  width: 100%;
}
#footer-sub #footer .footer-logo-wrap .footer-logo {
  width: 100%;
  margin-bottom: 12px;
}
#footer-sub #footer div .menu > .menu-item:first-child {
  display: none;
}
#footer-sub #footer .nav {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#footer-sub #footer .nav .menu-item {
  margin: 8px 0;
}
#footer-sub #footer .nav .menu-item .accordion {
  margin: 0px;
  padding: 0px;
}
#footer-sub #footer .nav .menu-item a {
  font-size: 16px;
  color: #008775;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
  align-content: initial;
}
#footer-sub #footer .nav .menu-item .nav-header {
  font-size: 16px;
  color: #008775;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
}
#footer-sub #footer .nav .menu-item .nav-child {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#footer-sub #footer .nav .menu-item .nav-child .menu-item a {
  color: #eaeaea;
  font-size: 14px;
  font-weight: initial;
  text-transform: initial;
}
#footer-sub #footer .nav .menu-item .nav-child .item-149 a {
  text-transform: initial;
}
#footer-sub #footer .nav .item-171 a {
  margin: 0px;
  padding: 0px;
}
#footer-sub #footer .bannergroup {
  text-align: center;
}
#footer-sub #footer .bannergroup .banneritem .footer-logo {
  width: 100%;
  max-width: 120px;
}
#footer-sub #footer .footer1 {
  text-align: center;
  font-size: 14px;
}
#footer-sub #footer .footer2 {
  display: none;
}

#footer-menu ul {
  display: inline-block;
}

body {
  background-color: #0c0c0c;
}
body #all {
  margin-top: 66px;
}

.archive fieldset.filters {
  display: none;
}

.two-buttons {
  display: flex;
  justify-content: space-between;
  padding: 0px;
}
.two-buttons div {
  width: 100%;
}

.servide-container {
  align-items: center;
}

.edi-services-wrap {
  margin-bottom: 120px;
}
.edi-services-wrap .edi-services {
  display: -ms-flexbox;
  -webkit-box-flex-group: wrap;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
}
.edi-services-wrap .edi-services .edi-hive-iot-framework-content .description-wrap,
.edi-services-wrap .edi-services .customised-digital-product-content .description-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  align-items: center;
  max-width: 460px;
  margin: 0 auto;
}
.edi-services-wrap .edi-services .edi-hive-iot-framework-content .description-wrap p,
.edi-services-wrap .edi-services .customised-digital-product-content .description-wrap p {
  grid-column: 1/3;
  display: inline;
  margin: 0px;
}
.edi-services-wrap .edi-services .edi-hive-iot-framework-content .description-wrap div,
.edi-services-wrap .edi-services .customised-digital-product-content .description-wrap div {
  margin: 0 -15px;
  height: 100%;
}
.edi-services-wrap .edi-services .customised-digital-product-img {
  order: 2;
}
.edi-services-wrap .edi-services .customised-digital-product-content {
  order: 1;
}
.edi-services-wrap .edi-services .h2 {
  max-width: 460px;
  margin: 0 auto;
  display: block;
}
.edi-services-wrap .edi-services .description-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  max-width: 460px;
  margin: 0 auto;
}
.edi-services-wrap .edi-services .description-wrap p {
  margin: 20px 0;
}
.edi-services-wrap .edi-services .description-wrap div {
  margin: 0 -15px;
}

@media (max-width: 767.98px) {
  .edi-services-wrap {
    width: 100%;
  }
  .edi-services-wrap .edi-services .edi-services-item {
    flex: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 30px;
    padding: 0px;
  }
  .edi-services-wrap .edi-services .customised-digital-product-img {
    order: 1;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
  }
  .edi-services-wrap .edi-services .customised-digital-product-content {
    order: 2;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px;
  }
  .edi-services-wrap .edi-services .edi-hive-iot-framework-content {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px;
  }
  .edi-services-wrap .edi-services .edi-hive-iot-framework-content .description-wrap .text-center p {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  #container .container .bannergroup {
    margin: 0px;
  }
  #container .container .bannergroup .center-block {
    max-width: 100%;
    flex: 50%;
  }

  #footer-sub #footer .col-md-2 {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  #footer-sub #footer .col-md-2 .footer-logo-wrap .footer-logo {
    margin-bottom: 42px;
    max-width: 240px;
  }
}
@media (max-width: 575.98px) {
  .banneritem .row .fadein .edi-services {
    margin: 0 15px;
  }

  .edi-services-wrap .edi-services .edi-services-item .description-wrap div {
    display: contents;
  }
  .edi-services-wrap .edi-services .edi-services-item .description-wrap div p .btn {
    padding: 16px 0px;
    margin: 0 0 40px 0;
  }

  .categories-module li a {
    opacity: 1;
  }
  .categories-module li a:hover {
    opacity: 0.5;
  }
  .categories-module li a .img-wrap {
    display: inline-block;
    width: 100%;
  }
  .categories-module li a .title-wrap {
    display: inline-block;
    width: 100%;
  }
}
#main .moduletable h3 {
  font-size: 16px;
  color: #008775;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
#main .owl-carousel {
  margin-bottom: 120px;
}
#main .owl-carousel .reviews-block__text {
  font-size: 32px;
  color: #eaeaea;
}
#main .owl-carousel .owl-stage {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
}
#main .owl-carousel .owl-stage .owl-item {
  height: auto;
  background: #333333;
  display: block;
  margin: 15px;
}

.article-wrap {
  margin-bottom: 0px;
}
.article-wrap .page-header {
  height: auto;
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 280px;
}
.article-wrap .page-header .img-wrap .item-image img {
  opacity: 0.3;
  width: 100%;
}
.article-wrap .page-header .category-title {
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: 3.2rem;
  text-align: center;
  font-weight: 100;
  color: #eaeaea;
  text-shadow: 2px 1px 6px #000000;
}
.article-wrap .content-wrap {
  margin: 0 auto;
}
.article-wrap .content-wrap .employee-img {
  display: none;
}
.article-wrap p.img_caption {
  font-size: 1rem;
  font-style: italic;
  opacity: 0.4;
  margin: 6px 0;
}

.standard-article-wrap .container p {
  display: block;
  text-align: justify;
}

@media (min-width: 1200px) {
  .article-wrap .page-header .item-image {
    position: relative;
    bottom: 100px;
  }

  .standard-article-wrap .container img {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}
.Case-studies-wrap {
  /* 11 Feb 2021 - Change H2 tag to H1 tag */
}
.Case-studies-wrap .h2 {
  font-size: 48px;
}
.Case-studies-wrap h5 {
  margin-bottom: 20px;
}
.Case-studies-wrap .img-wrap {
  margin-bottom: 40px;
}
.Case-studies-wrap .img-wrap .item-image img {
  width: 100% !important;
}
.Case-studies-wrap .published {
  display: none;
}
.Case-studies-wrap .fields-container {
  margin-bottom: 40px;
}
.Case-studies-wrap .fields-container .projectAim1 {
  margin-top: 40px;
}
.Case-studies-wrap .fields-container .projectAim1::before {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px;
}
.Case-studies-wrap .fields-container .Benefit1 {
  margin-top: 40px;
}
.Case-studies-wrap .fields-container .Benefit1::before {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px;
}
.Case-studies-wrap .fields-container .field-entry {
  display: grid;
}
.Case-studies-wrap .fields-container .field-entry .field-label {
  font-size: 20px;
  font-weight: bold;
}
.Case-studies-wrap .related-items-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.de-de .projectAim1::before {
  content: "Ziel";
}
.de-de .Benefit1::before {
  content: "Mehrwert";
}

.en-gb .projectAim1::before {
  content: "Aim";
}
.en-gb .Benefit1::before {
  content: "Benefit";
}

.article-page-wrap {
  width: 100%;
  max-width: 100%;
}
.article-page-wrap .category-desc {
  overflow: hidden;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.main-content {
  /* 11 Feb 2021 - Change H2 tag to H1 tag */
}
.main-content dl.article-info.muted {
  display: none;
}
.main-content .h2 {
  font-size: 48px;
}
.main-content img {
  width: 100%;
  height: auto;
}
.main-content .caption {
  font-size: 12px;
  margin-bottom: 20px;
}
.main-content p {
  line-height: 1.8;
  font-size: 20px;
  margin-bottom: 20px;
}
.main-content ol li {
  font-size: 20px;
}
.main-content ul li {
  font-size: 20px;
}
.main-content pre {
  color: #eaeaea;
  background: #0c0c0c;
  border-radius: 8px;
  padding: 20px;
}
.main-content table {
  margin-bottom: 20px;
}
.main-content table tbody tr td {
  border: 1px solid;
  padding: 12px;
}
.main-content div[itemprop=articleBody] a {
  color: #008775;
}
.main-content .impressum, .main-content .imprint, .main-content .data-protection, .main-content .datenschutz {
  margin-bottom: 100px;
}

.standard-article-wrap {
  /* 11 Feb 2021 - Change H2 tag to H1 tag */
}
.standard-article-wrap .container .intro-img-wrap {
  margin: 60px 0;
}
.standard-article-wrap .article-head-wrap {
  height: 280px;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  /* 11 Feb 2021 - Change H2 tag to H1 tag */
}
.standard-article-wrap .article-head-wrap::before {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
}
.standard-article-wrap .article-head-wrap h2 {
  font-weight: 100;
  color: white;
  z-index: 1000000;
}
.standard-article-wrap .article-head-wrap .h2 {
  text-align: center;
}
.standard-article-wrap .h2 {
  font-size: 48px;
}
.standard-article-wrap img {
  width: 100%;
  height: auto;
}
.standard-article-wrap .caption {
  font-size: 12px;
  margin-bottom: 20px;
}
.standard-article-wrap p {
  line-height: 1.8;
  font-size: 20px;
  margin-bottom: 20px;
}
.standard-article-wrap ol li {
  font-size: 20px;
}
.standard-article-wrap ul li {
  font-size: 20px;
}
.standard-article-wrap pre {
  color: #ffffff;
  background: #0c0c0c;
  border-radius: 8px;
  padding: 20px;
}
.standard-article-wrap table {
  margin-bottom: 20px;
}
.standard-article-wrap table tbody tr td {
  border: 1px solid;
  padding: 12px;
}
.standard-article-wrap .img-wrap {
  margin: 0 -30px;
  margin-bottom: 60px;
  overflow: hidden;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.standard-article-wrap .img-wrap .item-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  align-content: center;
}
.standard-article-wrap .img-wrap .item-image::before {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
}
.standard-article-wrap .img-wrap .item-image h2 {
  font-weight: 100;
  color: white;
  z-index: 1000000;
}

.standard-article-wrap .article-head-wrap .h2 {
  font-size: 48px;
  color: white;
  z-index: 999;
  font-weight: 100;
}

.content-category {
  position: relative;
}
.content-category .category-desc {
  overflow: hidden;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* 11 Feb 2021 - Change H2 tag to H1 tag */
}
.content-category .category-desc img {
  width: 100%;
  height: auto;
}
.content-category .category-desc .h2 {
  position: absolute;
  font-size: 48px;
  font-weight: 100;
}
.content-category .category-desc .search .form-inline {
  margin: 20px 0;
}
.content-category .category-desc .search .form-inline .element-invisible {
  display: none;
}
.content-category .category-desc .search .form-inline .search-query {
  width: 100%;
  padding: 6px;
  border: 0px;
  background: #e0e0e0;
  border-radius: 6px;
}
.content-category .breadcrumbs {
  margin-top: 20px;
}
.content-category .breadcrumbs .breadcrumbs {
  padding: 0px;
}

@media (min-width: 768px) {
  .content-category {
    /* 11 Feb 2021 - Change H2 tag to H1 tag */
  }
  .content-category .h2 {
    font-size: 48px;
  }
}
.category-desc {
  background-position: center center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  position: relative;
}
.category-desc::before {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
}
.category-desc h2 {
  font-weight: 100;
  color: white;
  z-index: 1000000;
}

.Release-list-wrap .content-category .form-inline .article-item-wrap,
.News-list-wrap .content-category .form-inline .article-item-wrap,
.Driving-list-wrap .content-category .form-inline .article-item-wrap,
.Intelligence-list-wrap .content-category .form-inline .article-item-wrap,
.Validation-list-wrap .content-category .form-inline .article-item-wrap,
.Kit .content-category .form-inline .article-item-wrap,
.Aerospace-wrap .content-category .form-inline .article-item-wrap,
.Control .content-category .form-inline .article-item-wrap {
  margin-bottom: 100px;
}
.Release-list-wrap .content-category .form-inline .article-item-wrap .article-item,
.News-list-wrap .content-category .form-inline .article-item-wrap .article-item,
.Driving-list-wrap .content-category .form-inline .article-item-wrap .article-item,
.Intelligence-list-wrap .content-category .form-inline .article-item-wrap .article-item,
.Validation-list-wrap .content-category .form-inline .article-item-wrap .article-item,
.Kit .content-category .form-inline .article-item-wrap .article-item,
.Aerospace-wrap .content-category .form-inline .article-item-wrap .article-item,
.Control .content-category .form-inline .article-item-wrap .article-item {
  margin-bottom: 40px;
}
.Release-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title,
.News-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title,
.Driving-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title,
.Intelligence-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title,
.Validation-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title,
.Kit .content-category .form-inline .article-item-wrap .article-item .list-title,
.Aerospace-wrap .content-category .form-inline .article-item-wrap .article-item .list-title,
.Control .content-category .form-inline .article-item-wrap .article-item .list-title {
  background-color: #333333;
  height: 100%;
  transition: 0.5s;
}
.Release-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title:hover,
.News-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title:hover,
.Driving-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title:hover,
.Intelligence-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title:hover,
.Validation-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title:hover,
.Kit .content-category .form-inline .article-item-wrap .article-item .list-title:hover,
.Aerospace-wrap .content-category .form-inline .article-item-wrap .article-item .list-title:hover,
.Control .content-category .form-inline .article-item-wrap .article-item .list-title:hover {
  opacity: 0.5;
}
.Release-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap,
.News-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap,
.Driving-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap,
.Intelligence-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap,
.Validation-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap,
.Kit .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap,
.Aerospace-wrap .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap,
.Control .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap {
  padding: 20px;
}
.Release-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .item-title,
.News-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .item-title,
.Driving-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .item-title,
.Intelligence-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .item-title,
.Validation-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .item-title,
.Kit .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .item-title,
.Aerospace-wrap .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .item-title,
.Control .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .item-title {
  display: block;
  color: #eaeaea;
  font-weight: bold;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.Release-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .item-introtext,
.News-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .item-introtext,
.Driving-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .item-introtext,
.Intelligence-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .item-introtext,
.Validation-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .item-introtext,
.Kit .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .item-introtext,
.Aerospace-wrap .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .item-introtext,
.Control .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .item-introtext {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #eaeaea;
}
.Release-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .Information,
.News-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .Information,
.Driving-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .Information,
.Intelligence-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .Information,
.Validation-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .Information,
.Kit .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .Information,
.Aerospace-wrap .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .Information,
.Control .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .Information {
  display: none;
}
.Release-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .item-aim,
.News-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .item-aim,
.Driving-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .item-aim,
.Intelligence-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .item-aim,
.Validation-list-wrap .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .item-aim,
.Kit .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .item-aim,
.Aerospace-wrap .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .item-aim,
.Control .content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .item-aim {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #eaeaea;
}

.content-category .form-inline .article-item-wrap {
  margin-bottom: 100px;
}
.content-category .form-inline .article-item-wrap .article-item {
  margin-bottom: 40px;
}
.content-category .form-inline .article-item-wrap .article-item .list-title {
  background-color: #333333;
  height: 100%;
  transition: 0.5s;
}
.content-category .form-inline .article-item-wrap .article-item .list-title:hover {
  opacity: 0.5;
}
.content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap {
  padding: 20px;
}
.content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .item-title {
  display: block;
  color: #eaeaea;
  font-weight: bold;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .item-introtext {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #eaeaea;
}
.content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .Information {
  display: none;
}
.content-category .form-inline .article-item-wrap .article-item .list-title .article-text-wrap .item-aim {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #eaeaea;
}

.Industry-wrap .category-name {
  display: none;
}
.Industry-wrap .published {
  display: none;
}

.card-list-wrap {
  padding: 0px;
}
.card-list-wrap .headline-style {
  display: none;
}

.target-group-list-wrap {
  margin: 0px;
  padding: 0px;
}
.target-group-list-wrap .target-group-list-item .mod-articles-category-title {
  background: #333333;
  display: block;
}
.target-group-list-wrap .target-group-list-item .target-group-list-content-wrap {
  padding: 20px;
  color: white;
  display: block;
  font-size: 1rem;
  background: #333333;
}
.target-group-list-wrap .target-group-list-item .target-group-list-content-wrap .title {
  font-weight: bold;
  margin-bottom: 16px !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.target-group-list-wrap .target-group-list-item .target-group-list-content-wrap .project-aim1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.target-group-list-wrap .target-group-list-item .target-group-list-content-wrap span {
  display: block;
}

.tags {
  display: flex;
  list-style: none;
  padding: 0px;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1140px;
  margin: 0 auto;
}
.tags .app {
  background: #333333;
  margin: 15px;
  padding: 20px;
  width: 240px;
  height: 240px;
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  justify-items: center;
  align-items: center;
  align-content: center;
  display: inline-grid;
}
.tags .app img {
  max-width: 40px;
}
.tags .app .tag-title {
  display: block;
  color: #eaeaea;
  margin: 16px 0 0 0;
}
.tags .label-info {
  display: none;
}

.new .content-category .form-inline {
  display: block;
}
.new .content-category .form-inline .pagination {
  margin: 0 auto;
  max-width: 1140px;
  justify-content: center;
  margin-bottom: 120px;
}
.new .content-category .form-inline .pagination .pull-right {
  padding: 6px 16px;
}
.new .content-category .form-inline .pagination ul {
  display: flex;
  list-style: none;
}
.new .content-category .form-inline .pagination ul li {
  margin: 0 8px;
}
.new .content-category .form-inline .pagination ul li a {
  background: #008775;
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 16px;
  border-radius: 6px;
  text-align: center;
  color: #eaeaea;
}
.new .content-category .form-inline .pagination ul li span {
  background: #e0e0e0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 16px;
  border-radius: 6px;
  text-align: center;
  color: #eaeaea;
}
.new .content-category .form-inline .container .article-item-wrap {
  display: block;
  margin-bottom: 60px;
}
.new .content-category .form-inline .container .article-item-wrap .article-item {
  width: 100%;
  padding: 20px 0;
  margin: 0;
  border-top: 1px solid #0c0c0c;
  max-width: 100%;
}
.new .content-category .form-inline .container .article-item-wrap .article-item:last-child {
  border-bottom: 1px solid #0c0c0c;
}
.new .content-category .form-inline .container .article-item-wrap .article-item .list-title .article-text-wrap span {
  display: block;
}
.new .content-category .form-inline .container .article-item-wrap .article-item .list-title .article-text-wrap .item-title {
  font-size: 20px;
}
.new .content-category .form-inline .container .article-item-wrap .article-item .list-title .item-img {
  display: none;
}

.Contact-wrap .category-name {
  display: none;
}
.Contact-wrap .published {
  display: none;
}
.Contact-wrap .jd-simple-contact-form {
  margin-bottom: 120px;
}

.article-wrap .container .solutions-section h3 {
  display: none;
}

.Services-wrap .category-name {
  display: none;
}
.Services-wrap .published {
  display: none;
}

.us-wrap .container .category-name {
  display: none;
}
.us-wrap .container .published {
  display: none;
}

@media (max-width: 991.98px) {
  .content-category form .container .article-item-wrap .article-item {
    width: 50%;
    max-width: 50%;
    flex: 50%;
  }

  .Events-list-wrap .content-category form .container .article-item-wrap .article-item {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }
}
.apps-wrap .container h1, .Services-wrap .container h1 {
  margin-top: 100px;
}
.apps-wrap .container p, .Services-wrap .container p {
  font-weight: 100;
}
.apps-wrap .container .title, .Services-wrap .container .title {
  font-weight: bold;
}
.apps-wrap .container .card-list-wrap, .Services-wrap .container .card-list-wrap {
  margin-top: 100px;
}
.apps-wrap .container .card-list-wrap .article-item-wrap .article-item-item .mod-articles-category-introtext, .Services-wrap .container .card-list-wrap .article-item-wrap .article-item-item .mod-articles-category-introtext {
  display: none !important;
}
.apps-wrap .container .card-list-wrap .article-item-wrap .article-item-item .mod-articles-category-title .introtext, .Services-wrap .container .card-list-wrap .article-item-wrap .article-item-item .mod-articles-category-title .introtext {
  display: none;
}

@media (max-width: 767.98px) {
  .content-category .category-desc {
    height: 160px !important;
    background-size: cover;
    /* 11 Feb 2021 - Change H2 tag to H1 tag */
  }
  .content-category .category-desc .h2 {
    text-align: center;
  }
  .content-category .form-inline .article-item-wrap .article-item {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .target-group-list-wrap .target-group-list-item {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    margin-bottom: 30px;
  }

  .standard-article-wrap .article-head-wrap {
    height: 160px;
    background-size: cover;
  }
  .standard-article-wrap .container .breadcrumbs-wrap .breadcrumbs {
    padding-left: 0px;
  }
  .standard-article-wrap .container p {
    text-align: start;
  }

  .card-list-wrap .article-item-wrap .article-item-item {
    max-width: 100%;
    flex: 100%;
  }
}
.careers-wrap .container {
  margin-bottom: 0px;
}
.careers-wrap .container ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 120px;
}
.careers-wrap .container ul li {
  padding: 20px 0;
  border-top: 1px solid #ffffff2b;
  border-bottom: 1px solid #ffffff2b;
}
.careers-wrap .container ul li ul {
  margin-bottom: 0px;
}
.careers-wrap .container ul li ul li {
  border: none;
  padding: 16px 0px 0px 0px;
  font-weight: 100;
}

@media (max-width: 575.98px) {
  .content-category .category-desc .h2 {
    font-size: 1.6rem;
  }
}
.Events-list-wrap .content-category h2 {
  color: #eaeaea;
}
.Events-list-wrap .content-category .form-inline .container .article-item-wrap {
  display: block;
  margin-bottom: 160px;
}
.Events-list-wrap .content-category .form-inline .container .article-item-wrap .article-item {
  border-top: 1px solid #ffffff2b;
  max-width: 100%;
  padding: 20px 0;
  margin: 0px;
}
.Events-list-wrap .content-category .form-inline .container .article-item-wrap .article-item .list-title {
  background: #0c0c0c;
}
.Events-list-wrap .content-category .form-inline .container .article-item-wrap .article-item .list-title a .item-img {
  display: none;
}
.Events-list-wrap .content-category .form-inline .container .article-item-wrap .article-item .list-title a:hover {
  color: #008775;
}
.Events-list-wrap .content-category .form-inline .container .article-item-wrap .article-item:last-child {
  border-bottom: 1px solid #ffffff2b;
}
.Events-list-wrap .content-category .form-inline .container .article-item-wrap .article-text-wrap .item-title {
  font-size: 20px;
  font-weight: bold;
  color: #eaeaea;
}
.Events-list-wrap .content-category .form-inline .container .article-item-wrap .article-text-wrap .item-title:hover {
  color: #008775;
}
.Events-list-wrap .content-category .form-inline .container .article-item-wrap .article-text-wrap span {
  display: block;
}

.container .event-list {
  padding: 0px;
}
.container .event-list .event-list-rap {
  padding: 20px 0;
  border-top: 1px solid #ffffff2b;
}
.container .event-list .event-list-rap:last-child {
  border-bottom: 1px solid #ffffff2b;
}
.container .event-list .event-list-rap .event-list-wrap .mod-articles-category-title {
  color: #008775;
  opacity: 1;
  transition: 0.5s;
  display: block;
}
.container .event-list .event-list-rap .event-list-wrap .mod-articles-category-title:hover {
  opacity: 0.5;
}
.container .event-list .event-list-rap .event-list-wrap .mod-articles-category-title .event-description {
  display: block;
  font-size: 0.9rem;
  margin-top: 16px;
}
.container .event-list .event-list-rap .event-list-wrap .mod-articles-category-title .event-date {
  display: block;
  font-size: 0.9rem;
  margin-top: 16px;
  opacity: 0.6;
}
.container .event-list .event-list-rap .mod-articles-category-date {
  display: block;
  margin-top: 16px;
  font-size: 0.9rem;
}

.benefit-wrap .benefit-item {
  transition: 0.5s;
}
.benefit-wrap .benefit-item:hover {
  opacity: 0.5;
}
.benefit-wrap .benefit-item .benefit-content-wrap {
  background: #333333;
  padding: 20px;
  color: #eaeaea;
}
.benefit-wrap .benefit-item .benefit-content-wrap .title {
  font-size: 24px;
  color: #eaeaea;
  text-align: center;
  display: block;
}

.company-information .jd-row .jd-team-columns .jd-team-items {
  background: #0c0c0c;
}

@media (max-width: 576px) {
  .company-information .jd-row .jd-team-columns .jd-team-items .team-mamber-image-wrapper {
    max-width: 60%;
    margin-bottom: 40px;
  }
}
#main .events .content-categoryevents .category-desc {
  overflow: hidden;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  position: relative;
  /* 11 Feb 2021 - Change H2 tag to H1 tag */
}
#main .events .content-categoryevents .category-desc::before {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
}
#main .events .content-categoryevents .category-desc h2 {
  font-weight: 100;
  color: white;
  z-index: 1000000;
}
#main .events .content-categoryevents .category-desc img {
  width: 100%;
}
#main .events .content-categoryevents .category-desc .h2 {
  position: absolute;
  font-weight: 100;
}
#main .events .content-categoryevents .form-inline .article-item-wrap .row .article-item {
  max-width: 100% !important;
  flex: auto;
  padding: 20px 0;
  border-bottom: 1px solid #ffffff2b;
  border-top: 1px solid #ffffff2b;
}
#main .events .content-categoryevents .form-inline .article-item-wrap .row .article-item .list-title .img-fluid {
  display: none;
}
#main .events .content-categoryevents .form-inline .article-item-wrap .row .article-item .list-title .article-text-wrap .item-title {
  display: block;
  margin-bottom: 16px;
}

.article-item .list-title a .article-image {
  height: 150px;
}
.article-item .list-title .article-text-wrap .publish-date {
  text-align: right;
  display: block;
  margin-top: 14px;
  font-size: 0.8rem;
}

.standard-article-wrap .container .breadcrumbs-wrap .breadcrumbs a {
  color: #008775;
  opacity: 1;
  transition: 0.5s;
}
.standard-article-wrap .container .breadcrumbs-wrap .breadcrumbs a:hover {
  opacity: 0.5;
}
.standard-article-wrap .container iframe {
  width: 100%;
}
.standard-article-wrap .container p a {
  color: #008775;
  opacity: 1;
  transition: 0.5s;
}
.standard-article-wrap .container p a:hover {
  opacity: 0.5;
}

@media (max-width: 575.98px) {
  .row .article-item .list-title a .article-image {
    height: 190px;
  }
}
.careers-wrap .title, .Contact-wrap .title {
  display: none;
}
.careers-wrap .intro-img-wrap, .Contact-wrap .intro-img-wrap {
  display: none;
}
.careers-wrap .fields-container, .Contact-wrap .fields-container {
  display: none;
}

.careers-wrap .container ul li {
  letter-spacing: 1.6px;
}

@media (min-width: 768px) {
  .imprint p {
    text-align: start;
  }
}
@media (min-width: 992px) {
  .imprint p {
    text-align: justify;
  }
}
.btn-outline-primary {
  border: 1px #008775 solid;
  color: #008775;
}
.btn-outline-primary:hover {
  background-color: #008775;
  color: #eaeaea;
  border: 1px #008775 solid;
  opacity: 1;
}

.btn {
  text-transform: uppercase;
  height: 100%;
  display: inline-grid;
  align-content: center;
  padding: 0px;
}

@media (min-width: 768px) {
  .header .nav-child {
    border: 0px !important;
  }
  .header .nav-child .nav-child {
    width: 220px;
    left: 0px;
    top: 0;
    margin-inline-start: -220px;
  }
  .header .menu-wrap .nav .nav-item .nav-child .nav-item {
    display: block;
  }
  .header .menu-wrap .nav .item-144 .nav-child {
    width: 300px;
  }
  .header .menu-wrap .nav .item-144 .nav-child .nav-item .nav-child {
    width: auto;
  }
}
@media (min-width: 992px) {
  .header .nav-child .nav-child {
    width: 220px;
    left: 0;
    top: 0;
    margin-left: -220px;
    border: 0px;
  }
  .header .menu-wrap .nav .nav-item .nav-child .nav-item {
    display: block;
  }
  .header .menu-wrap .nav .item-144 .nav-child {
    width: 300px;
  }
  .header .menu-wrap .nav .item-144 .nav-child .nav-item .nav-child {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .header .nav-child .nav-child {
    width: 220px;
    left: 0;
    top: 0;
    margin-left: 100%;
    border: 0px;
  }
}
.header .navbar-collapse > {
  margin: 34px 0 0 0;
}
.header .nav-child {
  border: 1px #ffffff2b solid;
  box-shadow: 1px 3px 6px #00000042;
  border-radius: 6px;
  position: absolute;
  background-color: #0c0c0c;
  min-width: 220px;
  padding: 12px 16px;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease;
  display: none;
}
.header .nav-child .nav-item a :hover {
  background-color: #97DDD3;
  color: #0c0c0c;
}
.header .nav-child .nav-item a :hover a {
  color: #0c0c0c;
}
.header .nav-child .nav-item .nav-header {
  transition: all 0.5s ease;
}
.header .nav-item:hover > .nav-child {
  display: block;
  opacity: 1;
  visibility: visible;
}

.headline-style {
  text-align: center;
  font-size: 32px;
  font-weight: 100;
  margin-bottom: 40px;
}

.jd-profiler-wrapper h3 {
  font-size: 16px;
  color: #008775;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}

.headline-style2 {
  font-size: 32px;
  color: #008775;
}

.yendifplayers {
  padding: 0px !important;
  margin: 0xp !important;
}
.yendifplayers iframe {
  width: 100%;
  height: auto;
}

@media (min-width: 769px) {
  .yendifplayers iframe {
    min-height: 360px;
  }
}
@media (max-width: 768px) {
  .yendifplayers iframe {
    min-height: 280px;
  }
}
@media (max-width: 576px) {
  .yendifplayers iframe {
    min-height: 194px;
  }
}
.ok-card3-panel .ok-card3 {
  margin-bottom: 30px !important;
}
.ok-card3-panel .ok-card3 .card-title {
  font-weight: 100;
}
.ok-card3-panel .ok-card3 .ok-card3-content .list-group .list-group-item {
  background: transparent;
}
.ok-card3-panel .ok-card3 .ok-card3-content .list-group .list-group-item a {
  color: #eaeaea;
}

.solutions-section h3 {
  font-size: 16px;
  color: #008775;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}

.cards {
  margin-bottom: 30px;
}
.cards span {
  height: 100%;
  display: grid;
  background: #333333;
  align-content: baseline;
}
.cards span .card-content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.cards span .card-content div .card-list-wrap {
  margin: 0px;
  padding: 0px;
}
.cards span .card-content div .card-list-wrap .col-12 {
  display: none;
}
.cards span .card-content div .card-list-wrap .target-group-list-wrap {
  margin: 0px;
  padding: 0px;
}
.cards span .card-content div .card-list-wrap .target-group-list-wrap .target-group-list-item {
  display: block;
  width: 100%;
  max-width: 100%;
  flex: 100%;
}
.cards span .card-content div .card-list-wrap .target-group-list-wrap .target-group-list-item:hover {
  transition: 0.5s;
}
.cards span .card-content div .card-list-wrap .target-group-list-wrap .target-group-list-item:hover:hover {
  opacity: 0.5;
}
.cards span .card-content div .card-list-wrap .target-group-list-wrap .target-group-list-item .mod-articles-category-title .image-wrap {
  display: none;
}
.cards span .card-content div .card-list-wrap .target-group-list-wrap .target-group-list-item .mod-articles-category-title .target-group-list-content-wrap {
  color: #eaeaea;
}
.cards span .card-content div .card-list-wrap .target-group-list-wrap .target-group-list-item .mod-articles-category-title .target-group-list-content-wrap span {
  margin-bottom: 16px;
}
.cards span .card-content div .card-list-wrap .target-group-list-wrap .target-group-list-item .mod-articles-category-title .target-group-list-content-wrap .introtext {
  display: none;
}
.cards span .card-content div .card-list-wrap .target-group-list-wrap .target-group-list-item .mod-articles-category-title .target-group-list-content-wrap .project-aim1 {
  display: none;
}
.cards span .card-content div .card-list-wrap .target-group-list-wrap .target-group-list-item .mod-articles-category-title .target-group-list-content-wrap .custom-text {
  display: none;
}
.cards span .card-content div .card-list-wrap .target-group-list-wrap .target-group-list-item .mod-articles-category-title .target-group-list-content-wrap .okm-image-match {
  display: none;
}
.cards span .card-content div .card-list-wrap .target-group-list-wrap .target-group-list-item .mod-articles-category-title .target-group-list-content-wrap p {
  display: none;
}
.cards span .card-content .card-title {
  color: #eaeaea;
  font-weight: 100;
}
.cards span .card-content .list-group-item {
  background: transparent;
}
.cards span .card-content .list-group-item .mod-articles-category-title {
  color: #eaeaea;
}
.cards span img {
  transition: 0.5s;
}
.cards span img:hover {
  opacity: 0.5;
}

.benefit-wrap {
  padding-left: 0px;
  margin-bottom: 120px;
}
.benefit-wrap .benefit-item .introtext {
  display: none;
}
.benefit-wrap .benefit-item .card-list-wrap {
  display: none;
}

.card-list-wrap {
  margin-bottom: 120px;
}
.card-list-wrap .col-12 .headline-style {
  text-transform: initial;
}
.card-list-wrap .category-module .article-item-item {
  margin-bottom: 30px;
}
.card-list-wrap .category-module .article-item-item .mod-articles-category-title {
  background: #333333;
  display: block;
  height: 100%;
  margin-bottom: 30px;
}
.card-list-wrap .category-module .article-item-item .mod-articles-category-title .article-item-content-wrap {
  padding: 20px;
  padding-bottom: 0px;
}
.card-list-wrap .category-module .article-item-item .mod-articles-category-title .article-item-content-wrap span {
  color: #eaeaea;
  display: block;
}
.card-list-wrap .category-module .article-item-item .mod-articles-category-title .article-item-content-wrap .title {
  font-weight: bold;
  padding-bottom: 20px;
}
.card-list-wrap .category-module .article-item-item .mod-articles-category-title .article-item-content-wrap .project-aim1 {
  font-weight: 100;
}

.article-wrap .container .card-list-wrap .mod-list {
  padding: 0px;
}

.z-depth-05 .ok-match-cards {
  height: auto !important;
}
.z-depth-05 .ok-match-cards a {
  opacity: 1;
  transition: 0.5s;
}
.z-depth-05 .ok-match-cards a:hover {
  opacity: 0.5;
}
.z-depth-05 .ok-match-cards .okm-card-content {
  background: #333333;
  padding: 20px;
}

/* Home Target group */
.target-group-list-wrap .target-group-list-item {
  margin-bottom: 16px;
}
.target-group-list-wrap .target-group-list-item .target-group-list-content-wrap .okm-image-match {
  display: none;
}
.target-group-list-wrap .target-group-list-item .target-group-list-content-wrap .title {
  margin-bottom: 0px !important;
}
.target-group-list-wrap .project-aim1 {
  display: none;
}

@media (max-width: 768px) {
  .article-wrap h2 {
    font-size: 1.6rem;
  }
  .article-wrap .uk-grid {
    margin: 0px;
  }
  .article-wrap .uk-grid .uk-width-medium-1-1 .col-4 {
    width: 100%;
    flex: 100%;
    max-width: 100%;
    padding: 0px;
  }
  .article-wrap .uk-grid .uk-width-medium-1-1 .col-4 .ok-match-cards .okm-card-content .okm-card-title {
    font-size: 1.2rem;
  }
}
.event-banner {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.event-banner .event-banner-item {
  padding: 20px 0;
  background-color: #008775;
}
.event-banner .event-banner-item a .event-name {
  text-align: center;
  display: block;
  color: #eaeaea;
}

.event-btn-wrap {
  padding: 0px;
}
.event-btn-wrap .event-btn-rap {
  background: #008775;
  height: 100%;
  justify-content: center;
  justify-items: center;
  align-items: center;
  align-content: center;
  display: flex;
}
.event-btn-wrap .event-btn-rap .event-btn {
  margin: 0 15px;
  border: 1px solid #eaeaea;
  color: #eaeaea;
}

@media (max-width: 767.98px) {
  #contentarea2 .event-banner {
    width: 100%;
    flex: 100%;
    max-width: 100%;
  }
  #contentarea2 .event-btn-wrap {
    display: none;
  }
}
.testimonials h3 {
  font-size: 16px;
  color: #008775;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}

#container .owl-nav .owl-stage-outer .owl-stage {
  align-items: stretch;
}
#container .owl-nav .owl-stage-outer .owl-stage .owl-item {
  align-items: center;
  align-content: center;
  display: flex;
}
#container .owl-nav .owl-stage-outer .owl-stage .owl-item .set_testimon .reviews-block__slide {
  background: #333333;
}

.owl-carousel .owl-nav .owl-prev {
  margin-left: 30px !important;
}
.owl-carousel .owl-nav .owl-next {
  margin-right: 30px !important;
}

@media (max-width: 576px) {
  #main .owl-nav .owl-stage-outer .owl-stage .owl-item {
    margin: 0px;
  }
  #main .owl-nav .owl-stage-outer .owl-stage .owl-item .set_testimon .reviews-block__slide {
    padding: 20px;
  }
  #main .owl-nav .owl-stage-outer .owl-stage .owl-item .set_testimon .reviews-block__slide .reviews-block__text {
    font-size: 24px;
  }
  #main .owl-nav .owl-stage-outer .owl-stage .owl-item .set_testimon .reviews-block__slide .reviews-block__text:after {
    right: 16px;
    bottom: 0;
  }
  #main .owl-nav .owl-stage-outer .owl-stage .owl-item .set_testimon .reviews-block__slide .reviews-block__person {
    display: block;
    margin: 0px;
    padding: 0px;
  }
  #main .owl-nav .owl-stage-outer .owl-stage .owl-item .set_testimon .reviews-block__slide .reviews-block__person .reviews-block__person-image {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 120px;
    height: 120px;
  }
  #main .owl-nav .owl-stage-outer .owl-stage .owl-item .set_testimon .reviews-block__slide .reviews-block__person .reviews-block__person-data .reviews-block__person-name {
    font-size: 20px;
    line-height: 1.4;
  }

  .small-text {
    font-size: 1.2rem !important;
  }
}
/* Employee section for home page */
.team-wrap h3 {
  font-size: 16px;
  color: #008775;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
.team-wrap .mod-list {
  padding: 0px;
  justify-content: center;
}
.team-wrap .mod-list .team-item {
  margin-bottom: 30px;
}
.team-wrap .mod-list .team-item a {
  transition: 0.5s;
}
.team-wrap .mod-list .team-item a:hover {
  opacity: 0.5;
}
.team-wrap .mod-list .team-item a img {
  transition: 0.3s ease-out;
}
.team-wrap .mod-list .team-item a:hover img {
  opacity: 0.5;
}
.team-wrap .category-module {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.team-wrap .category-module .team-item {
  margin-bottom: 30px;
}
.team-wrap .category-module .not-active {
  pointer-events: none;
  cursor: default;
}

.Team .content-wrap {
  margin-bottom: 160px;
}
.Team .content-wrap .article-info {
  display: none;
}
.Team .content-wrap .employee-img {
  display: block;
  width: 33%;
  margin: 0 15px 0 0;
}
.Team .content-wrap .employee-img img {
  width: 100%;
}
.Team .content-wrap .main-content .fields-container .introduction {
  display: block;
  text-align: justify;
}

/* Employee page */
.Team .content-wrap {
  display: flex;
}
.Team .content-wrap .article-info {
  display: none;
}
.Team .content-wrap .employee-img {
  display: block;
  width: 33%;
  margin: 0 15px 0 0;
}
.Team .content-wrap .employee-img img {
  width: 100%;
}
.Team div[itemprop=articleBody] table tbody tr .employee-title {
  padding-bottom: 20px;
}
.Team div[itemprop=articleBody] table tbody tr .employee-introduction {
  padding-bottom: 20px;
}
.Team div[itemprop=articleBody] h3 {
  font-size: 1rem;
  font-weight: bold;
}
.Team div[itemprop=articleBody] a {
  color: #008775;
}
.Team div[itemprop=articleBody] ul li {
  padding: 0 0 16px 0;
}
.Team div[itemprop=articleBody] ul li p {
  margin: 0px;
}

.page-header .item-image {
  width: 100%;
  overflow: hidden;
}
.page-header .item-image img {
  width: 100%;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* Employee list */
.team-list-wrap {
  list-style: none;
}
.team-list-wrap .mod-list {
  list-style: none;
  margin: auto;
  padding: 0px;
}
.team-list-wrap .mod-list .all-team-wrap {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.team-list-wrap .mod-list .all-team-wrap .mod-articles-category-group {
  font-weight: 200;
}
.team-list-wrap .mod-list .all-team-wrap .team-wrap {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.team-list-wrap .mod-list .all-team-wrap .team-wrap .team-item .mod-articles-category-title .employee-name {
  font-weight: bold;
}
.team-list-wrap .mod-list .all-team-wrap .team-wrap .team-item .mod-articles-category-title .employee-info {
  display: block;
  font-size: 1rem;
}
.team-list-wrap .mod-list .all-team-wrap .team-wrap .team-item .mod-articles-category-title .employee-img-wrap {
  margin-bottom: 1rem;
}
.team-list-wrap .mod-list .all-team-wrap .team-wrap .team-item .mod-articles-category-title .employee-img-wrap img {
  width: 100%;
}
.team-list-wrap .mod-list .team-item {
  margin-bottom: 30px;
}
.team-list-wrap .mod-list .team-item .mod-articles-category-title .image-wrap img {
  width: 100%;
}

.Team-list-wrap {
  display: none;
}

.content-category {
  display: block;
}

.team-image-wrap {
  overflow: hidden;
  height: 280px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
.team-image-wrap .team-head-image {
  background-size: cover;
  background-position: center;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-image-wrap .team-head-image .headline-style {
  margin-bottom: 0px;
  color: #eaeaea;
}

.no-active:hover, .deactivate:hover {
  color: #eaeaea;
  cursor: default;
  opacity: 1;
}

.activate:hover {
  color: #008775;
}
.activate:hover .employee-img-wrap {
  transition: 0.5s;
}
.activate:hover .employee-img-wrap:hover {
  opacity: 0.5;
}

@media (max-width: 767.98px) {
  .team-wrap .category-module .team-item {
    width: 33.333333%;
    max-width: 33.333333%;
    flex: 33.333333%;
  }
  .team-wrap .category-module .team-item .mod-articles-category-title .image-wrap img {
    width: 100%;
  }

  #main .Team {
    padding: 0 15px;
  }
  #main .Team .breadcrumbs .breadcrumbs {
    padding: 0 15px;
  }
  #main .Team .content-wrap {
    display: block;
  }
  #main .Team .content-wrap .employee-img {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    margin-bottom: 20px;
  }
  #main .Team .content-wrap .main-content {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    margin: 0px;
  }
  #main .Team .content-wrap .main-content .introduction {
    text-align: start !important;
  }
  #main .Team .content-wrap .main-content div[itemprop=articleBody] ul li {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .team-wrap .category-module .team-item {
    width: 50%;
    max-width: 50%;
    flex: 50%;
  }
  .team-wrap .category-module .team-item .mod-articles-category-title .image-wrap img {
    width: 100%;
  }
}
.flexslider {
  border: 0px;
  max-height: 800px;
  background: #0c0c0c;
}
.flexslider .slides {
  width: 100%;
}
.flexslider .slides li {
  position: relative;
}
.flexslider .slides li video {
  width: 100%;
  height: auto;
  background: #0c0c0c;
}
.flexslider .slides li video source {
  width: 100%;
  height: auto;
}
.flexslider .slides li .slide-texts {
  position: absolute;
  top: 40px;
  left: 40px;
  color: #eaeaea;
}
.flexslider .slides li .slide-texts .slogan-style {
  padding: 16px;
}
.flexslider .slides li .slide-texts .slogan1 {
  background: #008775a3;
  margin-bottom: 20px;
  display: table;
}
.flexslider .slides li .slide-texts .slogan1 h1 {
  margin: 0px;
}
.flexslider .slides li .slide-texts .slogan2 {
  background: #000000a3;
  display: inline-block;
}
.flexslider .slides li .slide-texts .slogan2 h3 {
  margin: 0px;
}
.flexslider .flex-control-nav {
  bottom: 20px;
  z-index: 1000;
}

@media (max-width: 767.98px) {
  .flexslider .slides {
    width: 100%;
  }
  .flexslider .slides li {
    position: relative;
  }
  .flexslider .slides li video {
    width: 100%;
  }
  .flexslider .flex-direction-nav .flex-prev {
    margin-left: 0px;
  }
  .flexslider .flex-direction-nav .flex-next {
    margin-right: 0px;
  }
  .flexslider .flex-control-nav {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .flexslider .slides li .slide-texts {
    top: 0px;
    left: 0px;
    padding: 20px;
  }
  .flexslider .slides li .slide-texts .slogan-style h1, .flexslider .slides li .slide-texts .slogan-style h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .flexslider {
    overflow: hidden;
  }
  .flexslider .flex-direction-nav li a {
    height: 60px;
  }
  .flexslider .flex-direction-nav li .flex-prev {
    margin-left: 30px;
  }
  .flexslider .flex-direction-nav li .flex-next {
    margin-right: 30px;
  }
}
.partnars-wrap h3 {
  font-size: 16px;
  color: #008775;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
.partnars-wrap h1 {
  text-transform: none !important;
}
.partnars-wrap .bannergroup {
  align-items: center;
}
.partnars-wrap .bannergroup .banneritem {
  text-align: center;
  padding: 0px;
  background: white;
  margin-bottom: 30px;
  height: 88px;
  position: relative;
}
.partnars-wrap .bannergroup .banneritem a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.partnars-wrap .bannergroup .banneritem a img {
  margin: 20px 0;
  opacity: 1;
  transition: 0.3s;
  width: 100%;
  height: auto;
}
.partnars-wrap .bannergroup .banneritem a img:hover {
  opacity: 0.5;
}

.related-item-list-wrap {
  list-style: none;
  margin: 0px -15px;
  padding: 0px;
}
.related-item-list-wrap .related-item-list .related-item {
  background: #333333;
  text-align: center;
  color: #eaeaea;
  height: 100%;
}
.related-item-list-wrap .related-item-list .related-item .app-name {
  display: block;
  font-weight: bold;
}
.related-item-list-wrap .related-item-list .related-item .app-introtext {
  display: block;
}

.tab-wrap {
  align-items: center;
  margin-bottom: 120px;
}
.tab-wrap .tab-item:nth-of-type(n+3) {
  display: none;
  animation: fadeEffect 1s;
  transition: 0.3s;
}
.tab-wrap .tab-item:first-of-type {
  display: block !important;
}
.tab-wrap .tabs .w3-bar-item {
  border: 1px solid #ffffff2b;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px;
  background: #333333;
  color: #eaeaea;
}
.tab-wrap .tabs .w3-bar-item h5 {
  font-weight: bold;
}
.tab-wrap .tabs .w3-bar-item p {
  margin: 0px;
  font-size: 16px;
  font-weight: 200;
}
.tab-wrap .tabs .active {
  border: 1px solid #eaeaea;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.edi-hive-applications-wrap {
  padding-left: 0px;
}
.edi-hive-applications-wrap .edi-hive-applications-item {
  margin-bottom: 30px;
}
.edi-hive-applications-wrap .edi-hive-applications-item .mod-articles-category-title {
  display: block;
  height: 100%;
  padding: 20px;
  background: #333333;
}
.edi-hive-applications-wrap .edi-hive-applications-item .mod-articles-category-title .image-wrap {
  text-align: center;
}
.edi-hive-applications-wrap .edi-hive-applications-item .mod-articles-category-title .image-wrap img {
  max-width: 28px;
  margin-bottom: 20px;
}
.edi-hive-applications-wrap .edi-hive-applications-item .mod-articles-category-title .benefit-content-wrap {
  text-align: center;
}
.edi-hive-applications-wrap .edi-hive-applications-item .mod-articles-category-title .benefit-content-wrap span {
  color: #eaeaea;
  display: block;
}
.edi-hive-applications-wrap .edi-hive-applications-item .mod-articles-category-title .benefit-content-wrap .title {
  margin-bottom: 20px;
}
.edi-hive-applications-wrap .edi-hive-applications-item .mod-articles-category-title .benefit-content-wrap .introtext {
  font-size: 16px;
}
.edi-hive-applications-wrap .edi-hive-applications-item .image-wrap {
  text-align: center;
  background: #333333;
  height: 100%;
  padding: 20px;
}
.edi-hive-applications-wrap .edi-hive-applications-item .image-wrap img {
  max-width: 28px;
  margin-bottom: 20px;
}
.edi-hive-applications-wrap .edi-hive-applications-item .image-wrap .title {
  color: #eaeaea;
  margin-bottom: 16px;
}
.edi-hive-applications-wrap .edi-hive-applications-item .image-wrap .introtext {
  font-size: 16px;
  color: #eaeaea;
  font-weight: 200;
}

.service-points .edi-hive-applications-item .image-wrap img {
  max-width: 120px;
}

.decision-making-suite {
  list-style: none;
}
.decision-making-suite .edi-hive-applications-item .decision-making-suite {
  text-align: center;
  color: #eaeaea;
}
.decision-making-suite .edi-hive-applications-item .decision-making-suite span {
  display: block;
}
.decision-making-suite .edi-hive-applications-item .decision-making-suite .title {
  color: #eaeaea;
  margin-bottom: 16px;
  font-weight: bold;
}
.decision-making-suite .edi-hive-applications-item .decision-making-suite .project-aim1 {
  display: none;
}

@media (max-width: 767.98px) {
  article .container .category-module .edi-hive-applications-item {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100%;
  }
  article .container .category-module .benefit-item {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100%;
    margin-bottom: 30px;
  }
}
.jdscf-row .jdscf-col-md-6, .jdscf-row .jdscf-col-md-12 {
  margin-bottom: 20px;
}
.jdscf-row .jdscf-col-md-6 .form-group, .jdscf-row .jdscf-col-md-12 .form-group {
  display: grid;
}
.jdscf-row .jdscf-col-md-6 .form-group .form-control, .jdscf-row .jdscf-col-md-12 .form-group .form-control {
  background-color: #333333;
  padding: 16px;
  height: auto;
  color: #eaeaea;
}
.jdscf-row .jdscf-col-md-6 .form-group .custom-file, .jdscf-row .jdscf-col-md-12 .form-group .custom-file {
  /* contact form */
  /* apply form */
}
.jdscf-row .jdscf-col-md-6 .form-group .custom-file .custom-file-label, .jdscf-row .jdscf-col-md-12 .form-group .custom-file .custom-file-label {
  background-color: #333333;
  padding: 16px;
  height: auto;
}
.jdscf-row .jdscf-col-md-6 .form-group .custom-file .custom-file-label::after, .jdscf-row .jdscf-col-md-12 .form-group .custom-file .custom-file-label::after {
  height: auto;
  padding: 16px;
}
.jdscf-row .jdscf-col-md-6 .form-group .custom-file label[for=Attachfile-209]::after, .jdscf-row .jdscf-col-md-12 .form-group .custom-file label[for=Attachfile-209]::after {
  content: "Durchsuchen";
}
.jdscf-row .jdscf-col-md-6 .form-group .custom-file label[for=CV-210]::after, .jdscf-row .jdscf-col-md-12 .form-group .custom-file label[for=CV-210]::after {
  content: "Durchsuchen";
}
.jdscf-row .jdscf-col-md-6 .form-group .custom-file label[for=Portfolio-210]::after, .jdscf-row .jdscf-col-md-12 .form-group .custom-file label[for=Portfolio-210]::after {
  content: "Durchsuchen";
}
.jdscf-row .jdscf-col-md-6 .form-group .d-block, .jdscf-row .jdscf-col-md-12 .form-group .d-block {
  margin-bottom: 8px;
}
.jdscf-row .jdscf-col-md-6 .form-group .form-check, .jdscf-row .jdscf-col-md-12 .form-group .form-check {
  margin-bottom: 20px;
}
.jdscf-row .jdscf-col-md-6 .form-group .text-danger, .jdscf-row .jdscf-col-md-12 .form-group .text-danger {
  margin-bottom: 8px;
}
.jdscf-row .jdscf-col-md-6 .form-group .text-danger li.parsley-required, .jdscf-row .jdscf-col-md-12 .form-group .text-danger li.parsley-required {
  border-top: none !important;
  border-bottom: none !important;
  padding: 0px !important;
}
.jdscf-row .jdscf-submit-btn {
  margin-top: 40px;
}

.company-information {
  margin-bottom: 0px !important;
}
.company-information .jd-row .jd-team-columns .jd-team-items {
  border: 0px;
  align-items: center;
}
.company-information .jd-row .jd-team-columns .jd-team-items .card-team-body {
  padding: 0 0 0 40px;
}
.company-information .jd-row .jd-team-columns .jd-team-items .card-team-body .team-member-content-wrapper .contact-info li a {
  color: #008775;
  transition: 0.5s;
}
.company-information .jd-row .jd-team-columns .jd-team-items .card-team-body .team-member-content-wrapper .contact-info li a:hover {
  opacity: 0.5;
}
.company-information .jd-row .jd-team-columns .jd-team-items .card-team-body .social-profile-wrapper .social-profile li a {
  color: #008775;
  padding: 0;
  width: auto;
  height: auto;
  font-size: 40px;
}

.jdscf-col-md-6 .form-group .input-group .text-danger {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -28px;
}

.jd-simple-contact-form {
  margin-top: 60px;
}

.jb.cookie-decline {
  border: 1px #33333329 solid;
  width: 240px;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0px 0px 16px 6px #00000040;
  z-index: 10000000000000002000000;
  position: fixed;
  bottom: 12px;
  right: 12px;
  background: white;
  display: none;
}
.jb.cookie-decline p {
  margin: 0px;
}
.jb.cookie-decline .link {
  display: block;
  padding: 12px !important;
  border: 1px solid #008775;
  margin-top: 16px;
}

.breadcrumbs-wrap .breadcrumbs {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #eaeaea;
}

.article-wrap .breadcrumbs {
  margin-bottom: 40px;
}
.article-wrap .breadcrumbs .breadcrumbs {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #eaeaea;
}
.article-wrap .breadcrumbs .breadcrumbs a {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

@media (min-width: 768px) {
  .article-wrap .breadcrumbs {
    padding: 0px;
  }
}
.mod_osdownloadsfiles ul {
  padding: 0px;
}
.mod_osdownloadsfiles ul .osdownloadsaction .btn {
  text-align: left;
  padding: 0px;
}

#main #osdownloads-thankyou .contentopen h2 {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}