/* joomla 5.xx */
/* Variables CSS Document */
/******* COLORS *******/
/*********************/
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PTSans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/PTSans-Regular.ttf") format("truetype");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PTSans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/PTSans-Bold.ttf") format("truetype");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'TitilliumWeb';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/TitilliumWeb-Regular.ttf") format("truetype");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'TitilliumWeb';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/TitilliumWeb-Light.ttf") format("truetype");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'TitilliumWeb';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/TitilliumWeb-Bold.ttf") format("truetype");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
body {
  font-family: "PTSans";
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  display: block;
  text-shadow: none;
  display: block; }

html {
  font-family: "PTSans";
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  display: block;
  text-shadow: none;
  hyphens: auto; }

/* 
::-moz-selection { background: $color-font; color: #fff!important; }
::selection { background: $color-font; color: #fff!important; }
*/
a {
  font-family: "PTSans";
  font-weight: 400;
  font-size: 18px;
  color: #384867;
  line-height: 32px; }

h1 {
  font-family: "TitilliumWeb";
  font-weight: 700;
  font-size: 3.333rem;
  color: #384867;
  line-height: 3.8rem;
  display: block;
  text-shadow: none;
  margin-bottom: 40px; }
  @media (max-width: 1400px) {
    h1 {
      font-family: "TitilliumWeb";
      font-weight: 700;
      font-size: 3rem;
      color: #384867;
      line-height: 3.3rem; } }
  @media (max-width: 1199px) {
    h1 {
      font-family: "TitilliumWeb";
      font-weight: 700;
      font-size: 2.8rem;
      color: #384867;
      line-height: 3.2rem; } }
  @media (max-width: 767px) {
    h1 {
      font-family: "TitilliumWeb";
      font-weight: 700;
      font-size: 2.4rem;
      color: #384867;
      line-height: 2.6rem; } }
  @media (max-width: 412px) {
    h1 {
      font-family: "TitilliumWeb";
      font-weight: 700;
      font-size: 2rem;
      color: #384867;
      line-height: 2.2rem; } }

h2 {
  font-family: "TitilliumWeb";
  font-weight: 700;
  font-size: 2.333rem;
  color: #384867;
  line-height: 2.8rem;
  display: block;
  text-shadow: none;
  margin-bottom: 60px; }
  @media (max-width: 1199px) {
    h2 {
      font-family: "TitilliumWeb";
      font-weight: 700;
      font-size: 2rem;
      color: #384867;
      line-height: 2.4rem; } }
  @media (max-width: 767px) {
    h2 {
      font-family: "TitilliumWeb";
      font-weight: 700;
      font-size: 1.8rem;
      color: #384867;
      line-height: 2.2rem;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    h2 {
      font-family: "TitilliumWeb";
      font-weight: 700;
      font-size: 1.6rem;
      color: #384867;
      line-height: 2.0rem;
      margin-bottom: 20px; } }

h3 {
  font-family: "TitilliumWeb";
  font-weight: 700;
  font-size: 1.667rem;
  color: #384867;
  line-height: 2.2rem;
  display: block;
  text-shadow: none;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    h3 {
      font-family: "TitilliumWeb";
      font-weight: 700;
      font-size: 1.4rem;
      color: #384867;
      line-height: 1.8rem; } }

@media (max-width: 412px) {
  .sppb-empty-space {
    height: 180px !important; } }
.pre-yellow p {
  font-family: "PTSans";
  font-weight: 500;
  font-size: 1.333rem;
  color: #C58D27;
  line-height: 1.8rem;
  margin-bottom: 8px; }

.color-ocker h3 {
  color: #C58D27; }

.padding-top5 {
  padding-top: 5%; }

.padding-bottom5 {
  padding-bottom: 5%; }

.padding-top40 {
  padding-top: 40px; }

.padding-bottom40 {
  padding-bottom: 40px; }

.padding-bottom80 {
  padding-bottom: 80px; }

.padding-top80 {
  padding-top: 80px; }

.bg-hellsilber {
  background-color: #F9F9F8; }

.page-101 #contents {
  margin-top: 0px; }

.yellow-buttons a.sppb-btn {
  background-color: #C58D27;
  border-radius: 30px;
  color: #ffffff;
  border: 1px solid #C58D27;
  text-decoration: none; }
  .yellow-buttons a.sppb-btn:hover {
    background-color: transparent;
    color: #C58D27; }

.impact-list .sppb-row {
  border-top: 1px solid #384867;
  padding-top: 28px;
  padding-bottom: 28px; }
.impact-list .sppb-addon-header h3::before {
  margin-right: 30px;
  display: inline-block;
  content: "";
  width: 28px;
  height: 28px;
  position: relative;
  top: 0px;
  background: url("/images/template-dateien/ymerge-pfeil-blaugrau.svg");
  background-size: cover; }
.impact-list:hover .sppb-row {
  border-top: 1px solid #C58D27; }
  .impact-list:hover .sppb-row h3 {
    color: #C58D27; }
    .impact-list:hover .sppb-row h3::before {
      background: url("/images/template-dateien/ymerge-pfeil-ocker.svg"); }
  .impact-list:hover .sppb-row .sppb-addon-content p strong {
    color: #C58D27; }

.sppb-addon-text-block ul li {
  list-style-type: none; }
  .sppb-addon-text-block ul li::before {
    content: "";
    width: 21px;
    height: 3px;
    background-color: #C58D27;
    display: block;
    position: relative;
    left: -36px;
    top: 12px; }

.target-markets-row .sppb-row {
  background-color: #F9F9F8;
  padding: 26px; }
  .target-markets-row .sppb-row h3 {
    color: #C58D27; }
  @media (max-width: 767px) {
    .target-markets-row .sppb-row .sppb-addon-content {
      text-align: center;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .target-markets-row .sppb-row .sppb-addon-single-image-container img {
      width: 160px;
      height: auto; } }

.quote-row .sppb-addon-content p {
  font-family: "PTSans";
  font-weight: 700;
  font-size: 1.6rem;
  color: #384867;
  line-height: 1.8rem;
  font-style: italic; }

.buttontotop {
  position: fixed;
  bottom: 20px;
  z-index: 99999;
  right: 20px;
  background-color: #C58D27;
  width: 28px;
  height: 28px; }
  @media (max-width: 992px) {
    .buttontotop {
      bottom: 68px; } }
  .buttontotop a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none; }
    .buttontotop a i {
      color: #ffffff;
      position: relative; }

header {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 99;
  /*#################scrolled#################################*/
  /*--------------breadcrumb--------*/ }
  header .main-header-wrapper {
    padding-top: 25px;
    padding-bottom: 30px; }
    header .main-header-wrapper .header-logo a {
      display: inline-block;
      height: auto;
      padding: 4px; }
      header .main-header-wrapper .header-logo a img {
        width: 240px;
        height: auto; }
        @media (max-width: 1399px) {
          header .main-header-wrapper .header-logo a img {
            width: 200px; } }
    header .main-header-wrapper .header-right {
      flex-direction: column;
      display: flex;
      padding-right: 0px;
      justify-content: center;
      align-items: flex-end;
      /*------------dj-mega-----------------*/ }
      header .main-header-wrapper .header-right ul#dj-megamenu111 li a {
        padding: 0px;
        margin: 0px 18px;
        font-family: "PTSans";
        font-weight: 400;
        font-size: 1.2rem;
        color: #384867;
        height: 40px !important; }
        header .main-header-wrapper .header-right ul#dj-megamenu111 li a span {
          height: 40px !important; }
        header .main-header-wrapper .header-right ul#dj-megamenu111 li a:hover {
          color: #C58D27; }
        header .main-header-wrapper .header-right ul#dj-megamenu111 li a .arrow {
          right: 0px; }
          header .main-header-wrapper .header-right ul#dj-megamenu111 li a .arrow::before {
            border: solid #384867;
            border-width: 0 2px 2px 0;
            padding: 4px; }
      header .main-header-wrapper .header-right ul#dj-megamenu111 li.itemid117 {
        background-color: #384867;
        border-radius: 30px;
        padding: 0px 20px !important;
        color: #ffffff;
        border: 1px solid #384867;
        text-decoration: none; }
        header .main-header-wrapper .header-right ul#dj-megamenu111 li.itemid117 a {
          color: #ffffff; }
          header .main-header-wrapper .header-right ul#dj-megamenu111 li.itemid117 a:hover {
            color: #C58D27; }
      header .main-header-wrapper .header-right ul#dj-megamenu111 li.active a {
        color: #C58D27; }
      header .main-header-wrapper .header-right ul#dj-megamenu111 li .dj-subwrap .dj-subwrap-in {
        background-color: #384867; }
        header .main-header-wrapper .header-right ul#dj-megamenu111 li .dj-subwrap .dj-subwrap-in .dj-subcol ul.dj-submenu li a {
          padding: 10px;
          margin: 0px;
          font-family: "PTSans";
          font-weight: 400;
          font-size: 1rem;
          color: #ffffff;
          line-height: 32px;
          text-transform: uppercase; }
          header .main-header-wrapper .header-right ul#dj-megamenu111 li .dj-subwrap .dj-subwrap-in .dj-subcol ul.dj-submenu li a:hover {
            background-color: #384867; }
          header .main-header-wrapper .header-right ul#dj-megamenu111 li .dj-subwrap .dj-subwrap-in .dj-subcol ul.dj-submenu li a .arrow::before {
            border: solid #384867; }
      header .main-header-wrapper .header-right #dj-megamenu111mobile .dj-mobile-open-btn {
        margin-right: 20px;
        background: none; }
        header .main-header-wrapper .header-right #dj-megamenu111mobile .dj-mobile-open-btn span {
          background-color: #384867; }
          header .main-header-wrapper .header-right #dj-megamenu111mobile .dj-mobile-open-btn span::before, header .main-header-wrapper .header-right #dj-megamenu111mobile .dj-mobile-open-btn span::after {
            background-color: #384867; }
      header .main-header-wrapper .header-right #dj-megamenu111mobile .dj-accordion .dj-accordion-in {
        width: 220px;
        background: none; }
        header .main-header-wrapper .header-right #dj-megamenu111mobile .dj-accordion .dj-accordion-in ul.dj-mobile-nav li a {
          padding: 16px 20px;
          background-color: #384867;
          font-family: "PTSans";
          font-weight: 400;
          font-size: 1rem;
          color: #ffffff;
          line-height: 32px;
          border-top: 1px solid #ffffff; }
  header.scrolled .breadcrumb {
    display: none; }
  header.scrolled .main-header-wrapper {
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: #384867; }
    header.scrolled .main-header-wrapper .header-logo a {
      display: inline-block;
      height: auto;
      padding: 4px;
      background-color: #384867; }
      header.scrolled .main-header-wrapper .header-logo a img {
        width: 240px;
        height: auto; }
        @media (max-width: 1399px) {
          header.scrolled .main-header-wrapper .header-logo a img {
            width: 200px; } }
    header.scrolled .main-header-wrapper .header-right {
      flex-direction: column;
      display: flex;
      justify-content: center;
      align-items: flex-end; }
      header.scrolled .main-header-wrapper .header-right ul#dj-megamenu111 li a {
        font-family: "PTSans";
        font-weight: 400;
        font-size: 1.3rem;
        color: #ffffff;
        line-height: 32px; }
  header .breadcrumb {
    display: flex;
    margin-bottom: 0px;
    justify-content: flex-end; }
    header .breadcrumb nav ol li {
      color: #ffffff; }
      header .breadcrumb nav ol li.breadcrumb-item::before {
        color: #ffffff; }
      header .breadcrumb nav ol li span, header .breadcrumb nav ol li a {
        color: #ffffff;
        font-family: "PTSans";
        font-weight: 400;
        font-size: 16px;
        color: #ffffff;
        line-height: 22px; }

footer {
  background-color: #384867;
  color: #ffffff;
  padding-top: 80px;
  padding-bottom: 14px; }
  footer .footer-wrapper .footer-info1 .footer-11 a {
    color: #ffffff;
    text-decoration: none; }
    footer .footer-wrapper .footer-info1 .footer-11 a:hover {
      color: #C58D27; }
  footer .footer-wrapper .footer-info1 .footer-11 img {
    width: 240px;
    height: auto; }
  footer .footer-wrapper .footer-info1 .linkedin img {
    width: 40px;
    height: 40px; }
  footer .footer-wrapper .footer-rechtlich {
    margin-top: 30px; }
    @media (max-width: 767px) {
      footer .footer-wrapper .footer-rechtlich .footer2-1 {
        text-align: center; } }
    footer .footer-wrapper .footer-rechtlich .footer2-2 ul.mod-menu {
      justify-content: flex-end; }
      @media (max-width: 767px) {
        footer .footer-wrapper .footer-rechtlich .footer2-2 ul.mod-menu {
          justify-content: center;
          margin-bottom: 20px; } }
      footer .footer-wrapper .footer-rechtlich .footer2-2 ul.mod-menu li {
        margin-left: 15px; }
        footer .footer-wrapper .footer-rechtlich .footer2-2 ul.mod-menu li a {
          color: #ffffff;
          text-decoration: none; }
          footer .footer-wrapper .footer-rechtlich .footer2-2 ul.mod-menu li a:hover {
            text-decoration: underline; }
