/*
Theme Name: DanubeWeb Child Theme
Theme URI: https://www.danubeweb.at
Version: 1.0
Author: DanubeWeb
Author URI: https://www.danubeweb.at
template: bb-theme
*/
/* Add your custom styles here... */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u-w4BMUTPHjxsIPy-v.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u_w4BMUTPHjxsI9w2PHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u8w4BMUTPHjxswWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u_w4BMUTPHjxsI5wqPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u_w4BMUTPHjxsI3wiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u8w4BMUTPHh30wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHvxk.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh50Xew8.ttf) format('truetype');
}
:root {
  --site-text-color: #000000;
  --button-color: #000000;
  --button-hover-color: #090b16;
  --button-text-color: #ffffff;
  --image-border-color: #b7a279;
}
.medicalcolors {
  --button-color: #492a62;
  --button-hover-color: #422658;
  --button-text-color: #ffffff;
  --image-border-color: #492a62;
}
.financecolors {
  --button-color: #235a60;
  --button-hover-color: #1f5156;
  --button-text-color: #ffffff;
  --image-border-color: #235a60;
}
.itcolors {
  --button-color: #3d4d69;
  --button-hover-color: #37455e;
  --button-text-color: #ffffff;
  --image-border-color: #3d4d69;
}
body {
  font-size: 10px;
}
p {
  font-size: 1.6rem;
}
#fl-main-content .container {
  background-color: black;
}
.dwdefaultwidth .fl-row-fixed-width {
  max-width: 1200px;
}
.jobtyp-1660 {
  --site-text-color: #6f9b9f;
}
.jobtyp-1659 {
  --site-text-color: #6c88b4;
}
.jobtyp-1661 {
  --site-text-color: #b7a279;
}
header {
  background-color: #000000;
}
#mega-menu-header {
  background-color: #000000 !important;
}
#mega-menu-header a {
  font-family: "Lato", sans-serif !important;
  color: white !important;
  font-weight: bold !important;
  font-size: 1.8rem !important;
}
.mega-toggle-animated-inner,
.mega-toggle-animated-inner:before,
.mega-toggle-animated-inner:after {
  background-color: white !important;
}
.mega-menu-toggle {
  margin-bottom: 20px;
}
#dw-header-cta .fl-col-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mega-menu-logo {
  width: 200px !important;
  width: auto !important;
}
.cta {
  width: auto !important;
}
.cta .fl-button-wrap a {
  border-radius: 100px;
  font-family: "Lato", sans-serif !important;
  color: white !important;
  font-weight: bold !important;
  font-size: 1.7rem !important;
  padding: 5px 25px !important;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  border: unset !important;
}
.cta.button-finance .fl-button-wrap a {
  background-color: #6f9b9f;
  border: unset !important;
}
.cta.button-finance .fl-button-wrap a:hover {
  background-color: #588083;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.cta.button-it .fl-button-wrap a {
  background-color: #6c88b4;
  border: unset !important;
}
.cta.button-it .fl-button-wrap a:hover {
  background-color: #506e9d;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.cta.button-oebb .fl-button-wrap a {
  background-color: #c90025;
  border: unset !important;
}
.cta.button-oebb .fl-button-wrap a:hover {
  background-color: #96001c;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.cta.button-technik .fl-button-wrap a {
  background-color: #D6C9B1;
  border: unset !important;
}
.cta.button-technik .fl-button-wrap a:hover {
  background-color: #c4b290;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.cta.button-medical .fl-button-wrap a {
  background-color: #C5B6D3;
  border: unset !important;
}
.cta.button-medical .fl-button-wrap a:hover {
  background-color: #ac96c0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.cta.button-contact .fl-button-wrap a {
  background-color: #b7a279;
  border: unset !important;
}
.cta.button-contact .fl-button-wrap a:hover {
  background-color: #a58b58;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.dw-blob-border a {
  border: 1px solid gray !important;
}
#mega-menu-header .dw-blob a {
  border-radius: 100px !important;
}
#mega-menu-header .dw-blob a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#mega-menu-header .dw-blob.dw-it a {
  background-color: #6c88b4 !important;
}
#mega-menu-header .dw-blob.dw-it a:hover {
  background-color: #506e9d !important;
}
#mega-menu-header .dw-blob.dw-finance a {
  background-color: #6f9b9f !important;
}
#mega-menu-header .dw-blob.dw-finance a:hover {
  background-color: #588083 !important;
}
#mega-menu-header .dw-blob.dw-oebb a {
  padding-left: 25px !important;
  padding-right: 25px !important;
  font-size: 17px !important;
  margin-right: 20px !important;
  background-color: #c90025 !important;
}
#mega-menu-header .dw-blob.dw-oebb a:hover {
  background-color: #96001c !important;
}
#mega-menu-header .dw-blob.dw-technik a {
  background-color: #D6C9B1 !important;
}
#mega-menu-header .dw-blob.dw-technik a:hover {
  background-color: #c4b290 !important;
}
#mega-menu-header .dw-blob.dw-medical a {
  background-color: #C5B6D3 !important;
}
#mega-menu-header .dw-blob.dw-medical a:hover {
  background-color: #ac96c0 !important;
}
#mega-menu-header .dw-blob.dw-anfrage a {
  padding-left: 25px !important;
  padding-right: 25px !important;
  font-size: 17px !important;
  margin-right: 20px !important;
  background-color: #b7a279 !important;
}
#mega-menu-header .dw-blob.dw-anfrage a:hover {
  background-color: #a58b58 !important;
}
.primary-button a {
  border-radius: 100px!important;
  font-family: "Lato", sans-serif !important;
  color: var(--button-text-color) !important;
  font-weight: bold !important;
  font-size: 2.4rem !important;
  padding: 20px 80px !important;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  background-color: var(--button-color) !important;
  border: unset !important;
}
.primary-button a:hover {
  background-color: var(--button-hover-color) !important;
  -webkit-transform: scale(1.05) !important;
          transform: scale(1.05) !important;
}
.cta-button a {
  border-radius: 100px!important;
  font-family: "Lato", sans-serif !important;
  color: white !important;
  font-weight: bold !important;
  font-size: 2.4rem !important;
  padding: 20px 80px !important;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  background-color: #b7a279 !important;
  border: unset !important;
}
.cta-button a:hover {
  background-color: #a58b58 !important;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.cta-button-a {
  margin-top: 20px;
  display: inline-block;
  border-radius: 100px;
  font-family: "Lato", sans-serif !important;
  color: white !important;
  font-weight: normal !important;
  font-size: 1.4rem !important;
  padding: 10px 15px !important;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease !important;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease !important;
  transition: background-color 0.3s ease, transform 0.2s ease !important;
  transition: background-color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease !important;
  background-color: #b7a279;
  border: unset !important;
}
.cta-button-a:hover {
  background-color: #a58b58;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 768px) {
  .cta {
    width: auto !important;
  }
  .cta .fl-button-wrap a {
    padding: 5px 18px !important;
  }
  .cta-button a {
    font-size: 2rem !important;
    padding: 20px 40px !important;
  }
  .primary-button a {
    font-size: 2rem !important;
    padding: 20px 40px !important;
  }
}
.megatron,
.megatron span {
  font-family: "Lato", sans-serif !important;
  font-weight: bold !important;
  font-size: 10.6rem !important;
}
.fontstyle1,
.fontstyle1 span {
  font-family: "Lato", sans-serif !important;
  font-weight: bold !important;
  font-size: 4.6rem !important;
  line-height: 1.2em;
}
.fontstyle1-normal,
.fontstyle1-normal span {
  font-family: "Lato", sans-serif !important;
  font-weight: normal !important;
  font-size: 3rem !important;
  line-height: 1.2em;
}
.copytext,
.copytext span,
.copytext p {
  font-family: "Lato", sans-serif !important;
  font-size: 1.9rem !important;
}
.copytextheader,
.copytextheader span {
  font-family: "Lato", sans-serif !important;
  font-weight: bold !important;
  font-size: 2.4rem !important;
}
.boxheader,
.boxheader span {
  font-family: "Lato", sans-serif !important;
  font-weight: bold !important;
  font-size: 3.2rem !important;
}
.portfolioheader span {
  font-family: "Lato", sans-serif !important;
  font-weight: bold !important;
  font-size: 1.8rem !important;
  color: white !important;
}
.portfoliotext span {
  font-family: "Lato", sans-serif !important;
  font-weight: normal !important;
  font-size: 1.6rem !important;
  color: white !important;
}
.detailblockheader,
.detailblockheader span {
  font-family: "Lato", sans-serif !important;
  font-weight: bold !important;
  font-size: 2rem !important;
}
.detailblocktext span {
  font-family: "Lato", sans-serif !important;
  font-weight: normal !important;
  font-size: 1.8rem !important;
}
.subtext span {
  font-family: "Lato", sans-serif !important;
  font-weight: normal !important;
  font-size: 1.4rem !important;
}
.eisbergtext span {
  font-family: "Lato", sans-serif !important;
  font-weight: normal !important;
  font-size: 1.8rem !important;
}
.kontaktext span {
  font-family: "Lato", sans-serif !important;
  font-size: 1.8rem !important;
}
.kontaktlist h3 {
  font-family: "Lato", sans-serif !important;
  font-size: 1.8rem !important;
  color: white !important;
}
.stehtfuercallout-header {
  font-family: "Lato", sans-serif !important;
  font-size: 2.1rem !important;
  font-weight: bold !important;
  color: black;
}
.stehtfuercallout-text {
  font-family: "Lato", sans-serif !important;
  font-size: 1.8rem !important;
  color: #000000 !important;
}
.color-white,
.color-white span,
.color-white p {
  color: white !important;
}
.color-primary,
.color-primary span,
.color-primary p,
.color-primary li {
  color: #000000 !important;
}
.color-cta,
.color-cta span,
.color-cta p {
  color: #b7a279 !important;
}
.color-finance,
.color-finance span,
.color-finance p {
  color: #6f9b9f !important;
}
.color-it,
.color-it span,
.color-it p {
  color: #6c88b4 !important;
}
.color-oebb,
.color-oebb span,
.color-oebb p {
  color: #c90025 !important;
}
.color-technik,
.color-technik span,
.color-technik p {
  color: #D6C9B1 !important;
}
.color-medical,
.color-meedical,
.color-medical span,
.color-meedical span,
.color-medical p,
.color-meedical p {
  color: #C5B6D3 !important;
}
.bold-cta strong span {
  color: #b7a279 !important;
}
.bold-primary strong span {
  color: #000000 !important;
}
.footerheader span {
  font-family: "Lato", sans-serif !important;
  font-size: 1.8rem !important;
  font-weight: bold !important;
}
.footercopy span {
  font-family: "Lato", sans-serif !important;
  font-size: 1.2rem !important;
}
.biglistheader {
  font-family: "Lato", sans-serif !important;
  font-weight: bold !important;
  font-size: 2.4rem !important;
}
.biglistcopy {
  font-family: "Lato", sans-serif !important;
  font-weight: normal !important;
  font-size: 1.8rem !important;
}
.dynamiccounter .fl-number-string {
  font-family: "Lato", sans-serif !important;
  font-weight: bold !important;
  font-size: 4.6rem !important;
  color: #000000 !important;
}
.dynamiccounter .fl-number-string > span {
  font-family: "Lato", sans-serif !important;
  font-weight: bold !important;
  font-size: 4.6rem !important;
  color: #000000 !important;
}
.dynamiccounter .fl-number-after-text {
  font-family: "Lato", sans-serif !important;
  font-weight: bold !important;
  font-size: 2rem !important;
  color: #000000 !important;
}
.gformtext,
.gformtext span,
.gformtext p {
  font-family: "Lato", sans-serif !important;
  font-size: 1.6rem !important;
}
.bg-cta {
  background-color: #b7a279;
}
.bg-finance {
  background-color: #6f9b9f;
}
.bg-it {
  background-color: #6c88b4;
}
.bg-oebb {
  background-color: #c90025;
}
.bg-technik {
  background-color: #D6C9B1;
}
.bg-medical {
  background-color: #C5B6D3;
}
.bg-prim {
  background-color: #000000;
}
.splitcolorbg {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #000000), color-stop(50%, #b7a279));
  background: linear-gradient(to bottom, #000000 50%, #b7a279 50%);
}
@media (max-width: 768px) {
  .eisbergtext span {
    font-family: "Lato", sans-serif !important;
    font-weight: normal !important;
    font-size: 2.5rem !important;
  }
}
@media (max-width: 768px) {
  .megatron,
  .megatron span {
    font-size: 6.6rem !important;
  }
  .fontstyle1,
  .fontstyle1 span {
    font-size: 3.2rem !important;
  }
  .boxheader,
  .boxheader span {
    font-size: 2.8rem !important;
  }
}
.trenner-cta {
  border-top: 1px solid #b7a279;
}
.trenner-cta-bottom {
  border-bottom: 1px solid #b7a279;
}
.dwrelative {
  position: relative;
}
.dwboxwapper {
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 40px;
}
.dwboxwapper.left {
  border-right: 10px solid white;
  border-left: 10px solid white;
}
.dwboxwapper.right {
  border-left: 10px solid white;
  border-right: 10px solid white;
}
.boxportrait {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 30%;
}
.boxportrait img {
  border: 1px solid #b7a279;
}
.mega-sub-menu {
  background-color: transparent !important;
  padding-top: 10px !important;
  margin-bottom: 20px !important ;
}
.stehtfuercallout .fl-callout-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stehtfuercallout .fl-icon {
  padding: 35px;
  background-color: #000000;
  border-radius: 100px;
  aspect-ratio: 1;
  font-size: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stehtfuercallout .fl-icon i:before {
  color: white;
  font-size: 50px;
}
.stehtfuercallout .fl-callout-title-text {
  font-family: "Lato", sans-serif !important;
  font-size: 2.1rem !important;
  font-weight: bold !important;
  color: black;
}
.stehtfuercallout .fl-callout-text {
  font-family: "Lato", sans-serif !important;
  font-size: 1.8rem !important;
  color: #000000 !important;
  text-align: center;
}
.color-primary li::marker {
  color: #000000;
}
.color-white li::marker {
  color: white;
}
.pp-post-filters {
  margin-bottom: 0;
}
.pp-post-filters .pp-post-filter {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.pp-post-filters .pp-post-filter.pp-filter-active {
  font-weight: bold;
  text-decoration: underline;
}
.pp-post-filters .pp-post-filter:hover {
  text-decoration: underline;
}
.dwportfoliobox {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .dwportfoliobox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (max-width: 768px) {
  .dwboxwapper {
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 120px;
  }
  .dwboxwapper.left {
    border-right: 0px solid white;
    border-left: 0px solid white;
  }
  .dwboxwapper.right {
    border-left: 0px solid white;
    border-right: 0px solid white;
  }
  .boxportrait {
    width: 50%;
  }
}
.eisberg {
  position: absolute;
  bottom: -50%;
  width: 270px;
}
.rahmen {
  padding-left: 50px;
}
.rahmen .fl-photo-content {
  position: relative;
  display: inline-block;
}
.rahmen .fl-photo-content img {
  display: block;
  position: relative;
  z-index: 1;
}
.rahmen .fl-photo-content::after {
  content: '';
  position: absolute;
  top: 10%;
  left: -10%;
  width: calc(100%);
  height: calc(100%);
  border: 4px solid var(--image-border-color);
  z-index: 0;
}
.puzzleimg img {
  width: 60%;
}
.dwlevellist .pp-list-item-content {
  background-color: #000000;
  border-radius: 10px;
  padding: 10px;
}
.dwlevellist .pp-list-connector {
  border-left-color: #b7a279 !important;
  border-left-width: 3px !important;
}
.dwlevellist .pp-icon-wrapper {
  background-color: white;
  border-radius: 100px;
}
.dwlevellist .pp-icon-wrapper .pp-infolist-icon-inner {
  width: 60px;
  height: 60px;
}
.dwlevellist .pp-icon-wrapper span.pp-icon:before {
  font-size: 2rem;
  color: #b7a279;
}
.dwlevellist .pp-infolist-title-text {
  color: #b7a279;
  font-family: "Lato", sans-serif !important;
  font-weight: bold !important;
  font-size: 2.4rem !important;
}
.dwlevellist .pp-infolist-description {
  color: white;
  font-family: "Lato", sans-serif !important;
  font-weight: normal !important;
  font-size: 1.8rem !important;
}
.dwfaq .pp-faq-button {
  color: white;
  background-color: #000000 !important;
}
.dwfaq .pp-faq-button .pp-faq-button-label,
.dwfaq .pp-faq-button .pp-faq-button-label span,
.dwfaq .pp-faq-button .pp-faq-button-label p {
  font-family: "Lato", sans-serif !important;
  font-size: 2rem !important;
}
.dwfaq .pp-faq-content {
  color: #000000 !important;
}
.dwfaq .pp-faq-content,
.dwfaq .pp-faq-content span,
.dwfaq .pp-faq-content p {
  font-family: "Lato", sans-serif !important;
  font-size: 2rem !important;
}
.dwjobliste .pp-content-grid-post-text {
  padding-bottom: 5px;
  padding-top: 0px;
  border-bottom: 1px solid #b7a279;
}
.dwjobliste .jobheader {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.color-dynamisch span,
.color-dynamisch div,
.color-dynamisch p {
  color: var(--site-text-color) !important;
}
.pp-list-connector {
  left: 39px !important;
}
@media (max-width: 576px) {
  .boxportrait {
    width: 60%;
  }
}
.testimonialwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pp-content-post {
  overflow: visible;
}
.testimonial,
.testimonial span,
.testimonial p {
  font-family: "Lato", sans-serif !important;
  font-size: 2rem !important;
}
.testimonial,
.testimonial span,
.testimonial p,
.testimonial li {
  color: #000000 !important;
}
.testimonial li::marker {
  color: #000000;
}
.testimonial .leftclip {
  width: 80%;
  height: 80%;
}
.testimonial .rightclip {
  width: 80%;
  height: 80%;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.testimonial.left {
  position: relative;
}
.testimonial.left:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/uploads/2025/04/4.png");
  background-size: cover;
  display: block;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.testimonial.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonial.right {
  position: relative;
}
.testimonial.right:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/uploads/2025/04/4.png");
  background-size: cover;
  display: block;
  top: -40px;
  right: 0px;
  -webkit-transform: translateX(100%) rotate(180deg);
          transform: translateX(100%) rotate(180deg);
}
.erfolgimgauftraggeber {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.erfolgimgauftragnehmer {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.zitat.zitat-rechts {
  position: relative;
}
.zitat.zitat-rechts:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/uploads/2025/04/4.png");
  background-size: cover;
  display: block;
  top: 0;
  right: -30px;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
}
.zitat.zitat-links.zitat-small {
  position: relative;
}
.zitat.zitat-links.zitat-small:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("/wp-content/uploads/2025/04/4.png");
  background-size: cover;
  display: block;
  top: 15px;
  left: -30px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.zitat.zitat-links {
  position: relative;
}
.zitat.zitat-links:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/uploads/2025/04/4.png");
  background-size: cover;
  display: block;
  top: 15px;
  left: -30px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 768px) {
  .testimonialwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .zitat.zitat-rechts {
    position: relative;
  }
  .zitat.zitat-rechts:before {
    position: relative;
    float: right;
    top: 0;
    right: 0;
  }
  .zitat.zitat-links.zitat-small {
    position: relative;
  }
  .zitat.zitat-links.zitat-small:before {
    position: relative;
    left: 0;
    top: 0;
  }
  .zitat.zitat-links:before {
    left: 0px;
  }
  .testimonial p {
    font-size: 1.8rem !important;
  }
  .testimonial.left:after {
    left: 10px;
  }
  .testimonial.right:before {
    right: 15px;
  }
  .erfolgimgauftraggeber {
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .erfolgimgauftragnehmer {
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .zitat.zitat-rechts {
    position: relative;
  }
  .zitat.zitat-rechts:before {
    position: relative;
    float: right;
    top: 0;
    right: 0;
  }
  .zitat.zitat-links.zitat-small {
    position: relative;
  }
  .zitat.zitat-links.zitat-small:before {
    position: relative;
    left: 0;
    top: 0;
  }
  .zitat.zitat-links:before {
    left: 0px;
  }
}
.portfoliowrapper .fl-col-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
.portfolio {
  position: relative;
  padding: 40px 20px;
  padding-bottom: 60px;
  background-color: #000000;
  width: calc(33% - 10px);
}
.portfolio .fl-callout-title span {
  font-family: "Lato", sans-serif !important;
  font-weight: bold !important;
  font-size: 1.8rem !important;
  color: white !important;
}
.portfolio .fl-callout-text span {
  font-family: "Lato", sans-serif !important;
  font-weight: normal !important;
  font-size: 1.6rem !important;
  color: white !important;
}
.portfolio .fl-callout-button {
  position: absolute;
  bottom: 33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.portfolio .fl-callout-button a {
  background-color: #b7a279 !important;
  border-radius: 100px !important;
  border: 0px solid transparent !important;
  padding: 4px 40px !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.portfolio .fl-callout-button a span {
  font-family: "Lato", sans-serif !important;
  font-weight: normal !important;
  font-size: 1.6rem !important;
  color: white !important;
}
.portfolio .fl-callout-button a:hover {
  background-color: #a58b58 !important;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.detailblock .fl-callout-title {
  color: #b7a279 !important;
}
.detailblock .fl-callout-title,
.detailblock .fl-callout-title span {
  font-family: "Lato", sans-serif !important;
  font-weight: bold !important;
  font-size: 2rem !important;
}
.detailblock .fl-callout-text {
  color: #000000 !important;
}
.detailblock .fl-callout-text span {
  font-family: "Lato", sans-serif !important;
  font-weight: normal !important;
  font-size: 1.8rem !important;
}
.portfolioiconswrapper img {
  height: 100px !important;
  width: auto !important;
}
.portfolioicons .fl-callout-title-text {
  color: white;
}
.portfolioicons .fl-callout-title-text,
.portfolioicons .fl-callout-title-text span,
.portfolioicons .fl-callout-title-text p {
  font-family: "Lato", sans-serif !important;
  font-size: 2rem !important;
}
@media (max-width: 768px) {
  .portfolio {
    width: 100%;
  }
}
.logomarqueewrapper {
  margin-top: 5px;
}
.logomarqueewrapper .pp-photo-gallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  gap: 30px;
}
.logomarqueewrapper .pp-photo-gallery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto !important;
  margin: 0;
  padding: 0;
  position: relative;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.logomarqueewrapper .pp-photo-gallery-item .pp-photo-gallery-content {
  height: 50px;
}
.logomarqueewrapper .pp-photo-gallery-item img {
  height: 100% !important;
  width: auto !important;
  max-width: unset !important;
}
.logomarqueewrapper .pp-photo-gallery-item:last-child {
  margin-right: 30px;
}
.logomarqueewrapper svg path {
  fill: #b7a279 !important;
}
.logoliste {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default;
}
.logoliste .fl-node-content {
  width: 80%;
}
.logoliste .pp-photo-gallery-item .pp-photo-gallery-content {
  height: 50px;
}
.logoliste .pp-photo-gallery-item img {
  height: 50px !important;
  width: auto !important;
  max-width: unset !important;
  cursor: pointer;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.logoliste .pp-photo-gallery-item img:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.gallery {
  margin-top: 5px;
}
.gallery .pp-photo-gallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.gallery .pp-photo-gallery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto !important;
  margin: 0;
  padding: 0;
  position: relative;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.gallery .pp-photo-gallery-item img {
  height: 100% !important;
  width: auto !important;
  max-width: unset !important;
}
.footergallery {
  margin-top: 5px;
}
.footergallery .pp-photo-gallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.footergallery .pp-photo-gallery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto !important;
  margin: 0;
  padding: 0;
  position: relative;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.footergallery .pp-photo-gallery-item img {
  height: 100% !important;
  width: auto !important;
  max-width: unset !important;
}
.kontakformwrapper {
  color: #000000 !important;
}
.kontakformwrapper select {
  font-size: 2rem !important;
  padding: 10px 10px;
  width: 100%;
}
.kontakformwrapper textarea,
.kontakformwrapper input {
  color: #000000 !important;
}
.kontakformwrapper .wpcf7-submit {
  width: 100%;
  border-radius: 100px;
  font-family: "Lato", sans-serif !important;
  color: #000000 !important;
  font-weight: bold !important;
  font-size: 2rem !important;
  padding: 5px 20px !important;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  background-color: white;
  border: unset !important;
}
.kontakformwrapper .wpcf7-submit:hover {
  background-color: #e6e6e6;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.kontakformwrapper .kontaktfile {
  border-radius: 4px;
  background-color: white;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.kontakformwrapper .ihrname,
.kontakformwrapper .ihrunternehmen {
  width: 100%;
}
.kontakformwrapper .contexthidden {
  display: none;
}
.formulardoppelreihe {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 10px;
}
.gform_confirmation_message_1,
.gform_confirmation_message_1 span,
.gform_confirmation_message_1 p {
  font-family: "Lato", sans-serif !important;
  font-size: 2rem !important;
}
#gform_1 input,
#gform_3 input,
#gform_1 select,
#gform_3 select {
  border: 1px solid #000000;
  border-radius: unset;
  color: black;
}
#gform_1 input,
#gform_3 input,
#gform_1 select,
#gform_3 select,
#gform_1 input span,
#gform_3 input span,
#gform_1 select span,
#gform_3 select span,
#gform_1 input p,
#gform_3 input p,
#gform_1 select p,
#gform_3 select p {
  font-family: "Lato", sans-serif !important;
  font-size: 1.6rem !important;
}
#gform_1 input::-webkit-input-placeholder, #gform_3 input::-webkit-input-placeholder, #gform_1 select::-webkit-input-placeholder, #gform_3 select::-webkit-input-placeholder {
  color: grey;
}
#gform_1 input::-moz-placeholder, #gform_3 input::-moz-placeholder, #gform_1 select::-moz-placeholder, #gform_3 select::-moz-placeholder {
  color: grey;
}
#gform_1 input:-ms-input-placeholder, #gform_3 input:-ms-input-placeholder, #gform_1 select:-ms-input-placeholder, #gform_3 select:-ms-input-placeholder {
  color: grey;
}
#gform_1 input::-ms-input-placeholder, #gform_3 input::-ms-input-placeholder, #gform_1 select::-ms-input-placeholder, #gform_3 select::-ms-input-placeholder {
  color: grey;
}
#gform_1 input::placeholder,
#gform_3 input::placeholder,
#gform_1 select::placeholder,
#gform_3 select::placeholder {
  color: grey;
}
#gform_1 input[type=file],
#gform_3 input[type=file] {
  padding: 10px 10px;
}
#gform_1 label,
#gform_3 label {
  color: #000000;
  font-weight: normal;
}
#gform_1 label,
#gform_3 label,
#gform_1 label span,
#gform_3 label span,
#gform_1 label p,
#gform_3 label p {
  font-family: "Lato", sans-serif !important;
  font-size: 1.6rem !important;
}
#gform_1 .ginput_container_consent,
#gform_3 .ginput_container_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#gform_1 .gform_button.button,
#gform_3 .gform_button.button {
  margin-top: 20px;
  display: inline-block;
  border-radius: 100px;
  font-family: "Lato", sans-serif !important;
  color: white !important;
  font-weight: normal !important;
  font-size: 2rem !important;
  padding: 10px 30px !important;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease !important;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease !important;
  transition: background-color 0.3s ease, transform 0.2s ease !important;
  transition: background-color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease !important;
  background-color: var(--site-text-color);
  border: unset !important;
}
#gform_1 .gform_button.button:hover,
#gform_3 .gform_button.button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.gform_confirmation_message_1 {
  color: #000000;
}
.dwkontaktform {
  --gf-form-gap-y: 10px;
}
.dwkontaktform select {
  font-size: 2rem !important;
  font-family: "Lato", sans-serif !important;
}
.dwkontaktform textarea,
.dwkontaktform input {
  color: #000000 !important;
  font-family: "Lato", sans-serif !important;
}
.dwkontaktform .gform-field-label {
  padding: 8px;
  background-color: white;
  border: 1px solid gray;
}
.dwkontaktform .gform_button {
  width: 100%;
  border-radius: 100px;
  font-family: "Lato", sans-serif !important;
  color: #000000 !important;
  font-weight: bold !important;
  font-size: 2rem !important;
  padding: 5px 20px !important;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  background-color: white !important;
  border: 1px solid #000000 !important;
}
.dwkontaktform .gform_button:hover {
  background-color: #e6e6e6;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.gform_confirmation_message {
  color: #000000;
}
.gform_confirmation_message,
.gform_confirmation_message span,
.gform_confirmation_message p {
  font-family: "Lato", sans-serif !important;
  font-size: 2rem !important;
}
@media (min-width: 640px) {
  .gform-theme--foundation .gfield--width-third {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
.footerlogos {
  margin-bottom: 40px;
}
.footerlogos .pp-photo-gallery {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  padding: 10px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footerlogos .pp-photo-gallery-item {
  margin: 0;
}
.footerlogos a,
.footerlogos .pp-photo-gallery-content {
  height: 30px;
}
