/*
 Theme Name:     TMG Theme
 Theme URI:      http://www.elegantthemes.com
 Description:  	 TMG Theme
 Author:         aceArt
 Author URI:     https://aceart.de
 Template:       Divi
 Version:        1.0.0
*/

/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-blue: #004b93;
  --color-green: #95c11f;

  --color-darkgrey: #1c1c1c;
  --color-grey: #d0d0d0;
  --color-border: #e3e3e3;
  --color-light-grey: #f8f8f8;
  --color-anthrazit: #222222;

  --font-family-title-bold: "Roboto Bold", Arial, Helvetica, sans-serif;
  --font-family-title-regular: "Roboto Regular", Arial, Helvetica, sans-serif;
  --font-family-light: "Roboto Light", Arial, Helvetica, sans-serif;
  --font-family-text: "Open Sans", Arial, Helvetica, sans-serif;

  --font-size-headline: 80px;
  --font-size-large: 42px;
  --font-size-medium: 34px;
  --font-size-small: 28px;

  --font-size-menu: 18px;
  --font-size-text: 16px;
  --font-size-topline: 14px;
  --font-size-text-link: 12px;

  --line-height-headline: 80px;
  --line-height-large: 52px;
  --line-height-medium: 24px;
  --line-height-small: 33px;
  --line-height-text: 26px;
  --line-height-topline: 18px;
}

.dark {
  --color-blue: #95c11f;
  --color-white: #222222;
  --color-black: #fff;
  --color-light-grey: #1c1c1c;
  --color-darkgrey: #fff;
  --color-blue-blue: #004b93;
}

.dark a {
  color: var(--color-blue);
}

.dark .subline-link a,
.dark .lwp-breadcrumbs span {
  color: var(--color-green);
}

.dark a.more-link,
.dark .subline-link a:hover,
.dark .lwp-breadcrumbs span.current {
  color: var(--color-green);
  opacity: 1;
}

.dark
  :is(p, li, span, h1, h2, h3, .et_pb_text_inner, .et_pb_blurb_description) {
  color: var(--color-black);
}

.dark .et_pb_button_module_wrapper .tmg-button,
.dark .et_pb_slider .et_pb_button.et_pb_more_button {
  border: 1px solid var(--color-black);
  color: var(--color-black);
}

.dark .et_pb_button_module_wrapper .tmg-button::after,
.dark .et_pb_slider .et_pb_button.et_pb_more_button::after {
  background-image: url("../img/green-arrow-1.svg");
}

.dark .tmg-testimonial .et-pb-controllers .et-pb-active-control {
  background-color: var(--color-blue);
}

.dark .footer-icon .twitter {
  content: url("/wp-content/uploads/2023/06/twitter_contrast.svg");
}

.dark .footer-icon .linked {
  content: url("/wp-content/uploads/2023/06/linkedin_contrast.svg");
}

.dark .footer-icon .xing {
  content: url("/wp-content/uploads/2023/06/xing_contrast.svg");
}

.dark .grafik-c {
  content: url("/wp-content/uploads/2023/11/Rauten-Grafik_neu.png") !important;
  width: 100%;
}

:lang(en-US) .dark .grafik-c {
  content: url("/wp-content/uploads/2023/11/Leistungsportfolio_en-1.png") !important;
  width: 100%;
}

.dark .leistungsmenu .mobile_menu_bar::before {
  content: url("/wp-content/uploads/2023/06/menuwhite_1.svg");
}

.dark .leistungsmenu .opened .mobile_menu_bar::before {
  content: url("/wp-content/uploads/2023/06/leistungen-menu_open-1.svg");
}

.dark a.more-link::before,
.dark .text-arrow a::after,
.dark .et_pb_accordion .et_pb_toggle_close h3.et_pb_toggle_title:before,
.dark .et_pb_accordion .et_pb_toggle_open h3.et_pb_toggle_title:before,
.dark .text-arrow a.read-more-link::after {
  background-image: url("../img/green-arrow.svg");
}

.dark .open a.read-more-link::before {
  background-image: url("../img/arrowg_expand.svg");
}

.dark .ap-tele {
  content: url("/wp-content/uploads/2023/06/tele_circle.svg");
}

.dark .ap-mail {
  content: url("/wp-content/uploads/2023/06/mail_circle-2.svg");
}

.dark .ap-link {
  content: url("/wp-content/uploads/2023/06/form_circle-1.svg");
}

.dark .application::before {
  background-color: var(--color-black);
}

@media (max-width: 980px) {
  :root {
    --font-size-numbers: 48px;
    --font-size-headline: 50px;
    --font-size-large: 34px;
    --font-size-topline: 14px;

    --line-height-headline: 45px;
    --line-height-large: 40px;
    --line-height-topline: 18px;
  }
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Roboto Light";
  src: url("../fonts/RobotoCondensed-Light.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Roboto Regular";
  src: url("../fonts/RobotoCondensed-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Roboto Bold";
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-display: swap;
}

h1 {
  font-family: "Roboto Bold";
  font-size: var(--font-size-headline);
  line-height: var(--line-height-headline);
}

h2 {
  font-family: var(--font-family-title-bold);
  font-size: var(--font-size-large) !important;
  line-height: var(--line-height-large);
  /* text-transform: uppercase; */
}

h3 {
  font-family: var(--font-family-title-bold);
  font-size: var(--font-size-small) !important;
  line-height: var(--line-height-small);
  /* text-transform: uppercase; */
}

.white-background {
  background-color: var(--color-white);
}

.grey-background {
  background-color: var(--color-light-grey);
}

p.blue-subline,
.blue-subline :is(p, .et_pb_text_inner) {
  font-family: var(--font-family-title-regular);
  color: var(--color-blue);
  font-size: var(--font-size-topline);
  line-height: var(--line-height-topline);
  text-transform: uppercase;
}

.subline-link a {
  color: #004b93;
  opacity: 0.6;
}

.subline-link a:hover {
  color: #004b93;
  opacity: 1;
}

.blue-text h1 {
  color: var(--color-blue);
}

.green-text h1,
span.green-text {
  color: var(--color-green);
  text-transform: uppercase;
}

.startheadline .blue-text {
  margin-left: -145px;
}

@media (max-width: 980px) {
  .custom_row {
    display: flex;
    flex-direction: column;
  }

  .second-mobile {
    order: 2;
  }

  .first-mobile {
    order: 1;
  }

  .startheadline .blue-text {
    margin-left: 0px;
  }

  body.et_fixed_nav.et_divi_theme #page-container {
    padding-top: 125px !important;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: var(--font-size-large) !important;
    line-height: var(--line-height-large);
  }
}

#top-menu li.current-menu-item > a {
  color: var(--color-darkgrey);
}

.et_pb_text ul {
  list-style: none;
  padding: 0px;
}

.et_pb_text ul li {
  background-image: url(../img/Icon_Haken.svg);
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: center left;
  padding: 4px 40px;
  background-position-y: 8px;
}

.et_pb_text ol li {
  list-style-position: outside;
  margin-left: 17px;
  padding-bottom: 20px;
  margin-left: 57px;
}

/* #region Text Arrow*/
.text-arrow a {
  font-size: var(--font-size-text-link);
  font-family: var(--font-family-title-regular);
  color: var(--color-blue);
  text-transform: uppercase;

  display: flex;
  align-items: center;
  line-height: 1em;
  cursor: pointer;
}

.text-arrow a:hover {
  color: var(--color-green);
}

.text-arrow a::after {
  display: inline-block;
  content: "";
  background-image: url("../img/blue-arrow.svg");
  background-size: 7px;
  background-repeat: no-repeat;
  width: 9px;
  height: 13px;
  margin-left: 13px;
}

.text-arrow a:hover::after {
  background-image: url("../img/green-arrow.svg");
}

.read-more {
  width: fit-content;
}

.text-arrow a.read-more-link {
  font-size: var(--font-size-text-link);
  font-family: var(--font-family-title-regular);
  color: var(--color-blue);
  text-transform: uppercase;

  display: flex;
  align-items: center;
  line-height: 1em;
  cursor: pointer;
  width: fit-content;
  white-space: nowrap;
}

.text-arrow a.read-more-link::after {
  display: inline-block;
  content: "";
  background-image: url("../img/blue-arrow.svg");
  background-size: 7px;
  background-repeat: no-repeat;
  width: 9px;
  height: 13px;
  margin-left: 13px;
  transform: rotate(90deg);
}

/* .open .text-arrow a.read-more-link::after{
    display: inline-block;
    content: "";
    background-image: url('../img/blue-arrow.svg');
    background-size: 7px;
    background-repeat: no-repeat;
    width: 9px;
    height: 13px;
    margin-left: 13px;
    transform: rotate(90deg);
    visibility: visible;
} */

.hiddentext {
  display: none;
}

.open .hiddentext {
  display: block;
  padding-bottom: 30px;
  transition: 0.2s ease;
}

.open .text-arrow a.read-more-link {
  visibility: hidden;
  position: relative;
}

.open a.read-more-link::before {
  content: "Weniger lesen";
  background-image: url("../img/arrow_expand.svg");

  background-size: 13px;
  background-repeat: no-repeat;
  background-position-x: right;
  position: inherit;
  visibility: visible;
  left: 0;
  top: 0;
  transform: rotate(360deg);
  width: fit-content;
  padding-right: 22px;
  margin-left: 0px;
}

*:lang(en-US) .open a.read-more-link::before {
  content: "read less";
}

/* #endregion Text Arrow*/

/* #region Person-Module*/

.person-module .talkto p {
  font-size: var(--font-size-text-link);
  line-height: var(--line-height-medium);
  color: var(--color-blue);
  text-transform: uppercase;
}

.person-module .personal-name p {
  font-size: var(--font-size-medium);
  line-height: var(--line-height-small);
  font-family: var(--font-family-title-regular);
  text-transform: uppercase;
}

.person-module table tbody tr td {
  border-top: none;
  padding: 0px 15px;
  text-align: center;
}

.person-module table tbody tr td img {
  width: 50px;
}

.person-module table:not(.variations) {
  border: none;
  width: 240px;
  margin: auto;
}

.person-module .dvmd_image_box.mask

/*imagebox*/ {
  height: 170px;
  object-fit: cover;
}

.person-module::before {
  content: "";
  /* background: linear-gradient(30deg, rgba(198,198,198,1) 0%, rgba(9,9,121,0) 40%, rgba(2,160,221,0) 60%, rgba(0,75,144,1) 100%); */
  background-image: url(../img/gradient_o.svg);
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  width: 100%;
  height: 170px;
  position: absolute;
  z-index: 200;
}

/* .person-module.dvmd_ib_image{
    transition: 0.5s;
}
.person-module:hover .dvmd_ib_image{
    transform: scale(1.2);
    transition: all 0.5s;
} */

@media (max-width: 980px) {
  .person-module .personal-name p {
    font-size: 32px;
  }
}

/* #endregion Person-Module*/

/* #region Gradient Image / Mask*/

.et_pb_video.mask,
.mask .fluid-width-video-wrapper {
  width: 460px;
  height: 422px;
}

.header-image .gradient::before {
  content: "";
  /* background: linear-gradient(30deg, rgba(198,198,198,1) 0%, rgba(9,9,121,0) 40%, rgba(2,160,221,0) 60%, rgba(0,75,144,1) 100%); */
  background-image: url(../img/gradient_o.svg);
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  width: 140%;
  height: 120%;
  position: absolute;
  z-index: 200;
  right: 0;
  top: -75px;
}

.gradient::before,
.tmg-testimonial .et_pb_slide_image::before {
  content: "";
  /* background: linear-gradient(30deg, rgba(198,198,198,1) 0%, rgba(9,9,121,0) 40%, rgba(2,160,221,0) 60%, rgba(0,75,144,1) 100%); */
  background-image: url(../img/gradient_o.svg);
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;

  z-index: 200;
}

.tmg-testimonial .et_pb_slide_image::before {
  background-position: top center;
}

/* Header (Type Bild) half-mask */
.header-half .gradient {
  width: 31% !important;
}

.header-half .gradient::before {
  content: "";
  /* background: linear-gradient(30deg, rgba(198,198,198,1) 0%, rgba(9,9,121,0) 40%, rgba(2,160,221,0) 60%, rgba(0,75,144,1) 100%); */
  background-image: url(../img/mask_b.svg);
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 200;
}

.mask-half {
  height: 600px;
}

/* .header-half .mask-half {
  position: relative;
  -webkit-mask-image: url(./mask_half.svg);
  -webkit-mask-position: top left;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
} */

.mask-half .et_pb_image_wrap,
.mask-half.dvmd_image_box .et_pb_module_inner,
.mask-half.dvmd_image_box .et_pb_module_inner .dvmd_ib_image {
  height: 100%;
  width: 100%;
}

.mask-half .et_pb_image_wrap img {
  height: 100%;
  object-fit: cover;
  object-position: right;
}

@media (max-width: 980px) {
  .header-half .gradient {
    width: 100% !important;
  }

  .mask-half .et_pb_image_wrap img {
    object-position: center;
    height: initial;
  }

  .header-half .gradient::before {
    content: "";
    /* background: linear-gradient(30deg, rgba(198,198,198,1) 0%, rgba(9,9,121,0) 40%, rgba(2,160,221,0) 60%, rgba(0,75,144,1) 100%); */
    background-image: url(../img/gradient_o.svg);
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 200;
    height: 360px;
  }

  .mask-half {
    height: initial;
  }

  /* .header-half .mask-half {
    position: relative;
    -webkit-mask-image: url(/wp-content/uploads/2023/06/masked_o.svg);
    -webkit-mask-position: top center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    height: 360px;
  } */
}

/**/

/* .header-image .mask img{
    position: relative;

    -webkit-mask-image:url(/wp-content/uploads/2023/06/maske_vT.svg);
    -webkit-mask-position:top center;
    -webkit-mask-repeat:no-repeat;
    -webkit-mask-size:contain;

} */

/* .mask,
.tmg-testimonial .et_pb_slide_image img {
  position: relative;

  -webkit-mask-image: url(/wp-content/uploads/2023/06/masked_o.svg);
  -webkit-mask-position: top left;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
} */

.tmg-testimonial .et_pb_slide_image img {
  -webkit-mask-position: top center;
}

.mask.img-centered {
  -webkit-mask-position: top center;
}

/* .mask-full {
  position: relative;

  -webkit-mask-image: url(/wp-content/uploads/2023/10/masked_02.svg);
  -webkit-mask-position: top center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
} */

/* .et_pb_video.mask-full, */
.mask-full .fluid-width-video-wrapper {
  width: 460px;
  height: 422px;
}

.mask-full .et_pb_video_box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tmg-testimonial .et_pb_slide_image img {
  height: 260px;
  max-height: 260px !important;
  object-fit: cover;
}

.dvmd_image_box.mask

/*imagebox*/ {
  margin-bottom: 0px !important;
}

.person-module .dvmd_image_box.mask

/*imagebox*/ {
  margin-bottom: 30px !important;
}

.dvmd_image_box.mask {
  max-height: 360px;
  object-fit: cover;
  position: relative;
}

.dvmd_image_box.mask img,
/*imagebox*/
.mask img {
  /* max-height: 360px; */
  object-fit: cover;
}

.chef-module .dvmd_image_box.mask {
  max-height: 360px;
  object-fit: cover;
  max-width: 400px;
}

.person-module .mask img {
  transform: none !important;
  /* width: -webkit-fill-available;*/
  height: 170px !important;
  object-fit: scale-down !important;
}

.career-row .mask img {
  height: 320px;
  object-fit: cover;
}

.career-row .gradient::before {
  background-size: 100%;
  height: 250px;
}

@media (max-width: 980px) {
  /*imagebox*/
  .mask.img-centered.dvmd_image_box {
    -webkit-mask-position: top center;
    width: 100%;
    max-width: 300px;
    margin: auto;
  }

  .career-row .gradient::before {
    background-size: 350px;
    background-position: top center;
  }

  .career-row .mask {
    -webkit-mask-position: top center;
    height: 330px;
  }

  .career-row .dvmd_image_box.mask

    /*imagebox*/ {
    background-size: 350px;
  }

  .dvmd_image_box.mask {
    max-width: 400px;
  }
}

@media (max-width: 412px) {
  .career-row .gradient::before {
    background-size: 100%;
  }

  .career-row .mask {
    height: 285px;
  }
}

/* .headermask{
    position: relative;

    -webkit-mask-image:url(/wp-content/uploads/2023/06/maske_vT.svg);
    -webkit-mask-position:center center;
    -webkit-mask-repeat:no-repeat;
    -webkit-mask-size:contain;
  
    mask-image:url(/wp-content/uploads/2023/06/maske_vT.svg);
    mask-position:center center;
    mask-repeat:no-repeat;
    mask-size:cover;

}

.header-section{
    position: relative;
    height: 660px;
}

.header-section .et_pb_module.headermask {
    position: absolute;
    left: -20%;
    top: -100px;
    height: 100%;
    width: 760px;
    max-height: 860px;
}

.header-section .headermask{
    height: 100%;
}

.headermask .et_pb_image_wrap,
.headermask .et_pb_image_wrap img{
    height: 100%;
    width: 100%;
    object-fit: cover;
} */

@media (max-width: 980px) {
  /* .mask img{
        height: initial;
    } */
  .person-module .mask .et_pb_image_wrap {
    text-align: center;
    width: 100%;
  }

  /* .header-section.et_pb_row_0{
        width: 80%;
    } */

  .et_pb_video.mask-full,
  .mask-full .fluid-width-video-wrapper {
    width: 100%;
    height: 320px;
    overflow: hidden;
    transform: none;
  }
}

/* #endregion Gradient Image*/

/* #region Video*/

.video-blue::before {
  content: "";
  /* background: linear-gradient(30deg, rgba(198,198,198,1) 0%, rgba(9,9,121,0) 40%, rgba(2,160,221,0) 60%, rgba(0,75,144,1) 100%); */
  background-image: url(../img/gradient_o.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 73%;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0px;
  margin: auto;
  left: 0;
  right: 0;
}

.mask-full .et_pb_video_box video {
  max-width: initial;
  width: 680px !important;
  height: 360px !important;
}

/* #endregion Video */

/* #region line subtitle*/
.topline {
  font-family: var(--font-family-title-bold);
  font-size: var(--font-size-topline);
  line-height: var(--line-height-topline);
  text-transform: uppercase;
  color: var(--color-black);
  margin-bottom: 10px;
}

.topline p:before {
  background-color: var(--color-blue);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50px;
  right: 0;
  top: -2px;
  margin-right: 10px;
}

/* #endregion line subtitle*/

/* #region TMG-Button*/
.tmg-button,
.et_pb_slider .et_pb_button.et_pb_more_button {
  border-radius: 26px;
  border: 1px solid #3c3c3c;
  font-size: var(--font-family-text);
  font-family: var(--font-family-title-regular);
  color: var(--color-darkgrey);
  width: fit-content;
  padding: 5px 50px 5px 30px;
  white-space: nowrap;
}

.tmg-button:after,
.et_pb_slider .et_pb_button.et_pb_more_button::after {
  content: "";
  background-image: url("../img/arrow.svg");
  display: block;
  width: 23px;
  height: 11px;
  background-size: 23px;
  background-repeat: no-repeat;

  opacity: 1;
  right: 16px;
  top: 14px;
}

.tmg-button.arrow-down::after {
  content: "";
  background-image: url("../img/arrow.svg");
  display: block;
  width: 23px;
  height: 11px;
  background-size: 18px;
  background-repeat: no-repeat;

  opacity: 1;
  right: 16px;
  top: 14px;

  transform: rotate(90deg);
}

.et_pb_button_module_wrapper .tmg-button:hover,
.et_pb_slider .et_pb_button.et_pb_more_button:hover {
  border-radius: 26px !important;
  border: 1px solid var(--color-blue);
  font-size: var(--font-family-text);
  font-family: var(--font-family-title-regular);
  color: var(--color-white);
  background-color: var(--color-blue);

  width: fit-content;
  padding: 5px 50px 5px 30px;
}

.et_pb_button_module_wrapper .tmg-button:hover:after,
.et_pb_slider .et_pb_button.et_pb_more_button:hover:after {
  content: "";
  background-image: url("../img/arrow_w.svg");
  display: block;
  width: 23px;
  height: 11px;
  background-size: 23px;
  background-repeat: no-repeat;

  opacity: 1;
  right: 16px;
  top: 14px;
}

.tmg-button.arrow-down:hover:after {
  content: "";
  background-image: url("../img/arrow_w.svg");
  display: block;
  width: 23px;
  height: 11px;
  background-size: 18px;
  background-repeat: no-repeat;

  opacity: 1;
  right: 16px;
  top: 14px;

  transform: rotate(90deg);
}

@media (max-width: 767px) {
  .et_pb_button_module_wrapper .tmg-button:hover,
  .et_pb_slider .et_pb_button.et_pb_more_button:hover,
  .et_pb_button_module_wrapper .tmg-button,
  .et_pb_slider .et_pb_button.et_pb_more_button {
    padding: 5px 50px 5px 10px;
  }
}

/* #endregion TMG-Button*/

/* #region Application*/
.application::before {
  content: "";
  width: 80%;
  height: 2px;
  background-color: var(--color-light-grey);
  display: block;
  position: absolute;
  top: 86px;
  margin: auto;
  left: 0px;
  right: 0px;
}

@media (max-width: 980px) {
  .application .et_pb_main_blurb_image {
    position: absolute;
    right: 0;
    top: 32px;
  }

  .application .et_pb_blurb .et_pb_main_blurb_image {
    width: 68px;
  }

  .application .et_pb_blurb_description p,
  .application .et_pb_blurb_description h3 {
    text-align: left !important;
    width: 70%;
  }

  .application .et_pb_blurb_description p.blue-subline {
    padding-bottom: 10px;
  }

  .application::before {
    content: none;
  }
}

/* #endregion Application*/

/* #region Accordion*/
.et_pb_accordion h3.et_pb_toggle_title {
  font-family: var(--font-family-title-bold);
  font-size: var(--font-size-text) !important;
  text-transform: initial;
  color: var(--color-black);
  border-bottom: 2px solid var(--color-border);
}

.et_pb_toggle_content {
  font-family: var(--font-family-text);
  color: var(--color-black);
}

.et_pb_accordion .et_pb_toggle {
  padding: 10px 0px 20px 0px;
  border: none;
}

.et_pb_toggle_close {
  padding: 20px 0px;
  background-color: transparent;
}

.et_pb_accordion .et_pb_module.et_pb_accordion_item {
  margin-bottom: 0px;
  background-color: transparent;
}

.et_pb_accordion .et_pb_toggle_close h3.et_pb_toggle_title:before {
  display: block !important;
  content: "" !important;
  background-image: url("../img/blue-arrow.svg");
  background-size: 8px;
  background-repeat: no-repeat;
  width: 9px;
  height: 15px;
  transform: rotate(90deg);
  right: 4px;
}

.et_pb_accordion .et_pb_toggle_open h3.et_pb_toggle_title:before {
  display: block !important;
  content: "" !important;
  background-image: url("../img/blue-arrow.svg");
  background-size: 8px;
  background-repeat: no-repeat;
  width: 9px;
  height: 15px;
  transform: rotate(270deg);
  right: 4px;
}

/* #endregion FAQ*/

/* #region Testimonialslider*/
.tmg-testimonial {
  width: 80%;
}

.tmg-testimonial .et_pb_slide {
  padding: 0px;
}

.tmg-testimonial .et_pb_container {
  height: 260px !important;
}

.tmg-testimonial .et_pb_slide_description h2.et_pb_slide_title,
.tmg-testimonial .et_pb_slide_content {
  color: var(--color-darkgrey) !important;
  text-shadow: none;
  font-size: var(--font-size-text) !important;
}

.tmg-testimonial .et_pb_slide_description h2.et_pb_slide_title {
  font-size: 32px !important;
  font-family: var(--font-family-title-regular);
  color: var(--color-darkgrey) !important;
  text-shadow: none;
  line-height: 1em;
}

.tmg-testimonial .et_pb_slide_image {
  width: 30%;
  margin-top: 0px !important;
  top: 0px;
}

.tmg-testimonial .et_pb_slide_with_image .et_pb_slide_description {
  width: 60%;
  padding-top: 0px;
  padding-bottom: 70px;
}

.tmg-testimonial .et-pb-controllers {
  bottom: 0px;
  width: 60%;
  right: 0;
  left: initial;
  text-align: left;
}

.tmg-testimonial .et-pb-controllers a {
  width: 52px;
  height: 4px;
  background-color: var(--color-grey);
  margin-right: 19px;
}

.tmg-testimonial .et-pb-controllers .et-pb-active-control {
  width: 52px;
  height: 4px;
  background-color: var(--color-darkgrey);
}

@media (max-width: 980px) {
  .tmg-testimonial .et_pb_slider_container_inner {
    display: flex;
    flex-direction: column;
  }

  .tmg-testimonial .et_pb_slide_image {
    display: block !important;
    margin-top: 0px !important;
    width: 100%;
    position: relative;
  }

  .tmg-testimonial {
    width: 100%;
  }

  .tmg-testimonial .et_pb_slide_description h2.et_pb_slide_title,
  .tmg-testimonial .et_pb_slide_content,
  .tmg-testimonial .et_pb_button_wrapper {
    text-align: left;
  }

  .tmg-testimonial .et_pb_slide_with_image .et_pb_slide_description {
    width: 100%;
    padding-bottom: 50px;
  }

  .tmg-testimonial .et-pb-controllers {
    width: 100%;
  }

  .tmg-testimonial .et-pb-controllers .et-pb-active-control,
  .tmg-testimonial .et-pb-controllers a {
    width: 37px;
  }

  .et_pb_accordion h3.et_pb_toggle_title {
    line-height: 19px;
    padding-bottom: 10px;
  }

  /*production*/
  .tmg-testimonial.slider-production
    .et_pb_slide_description
    h2.et_pb_slide_title {
    font-size: 24px !important;
    text-align: left;
    font-family: var(--font-family-title-bold);
  }
}

@media (max-width: 767px) {
  .tmg-testimonial .et_pb_slide_image {
    width: 140px;
  }

  .tmg-testimonial .et_pb_slide_image img {
    height: 140px;
    object-fit: cover;
  }

  .tmg-testimonial .et_pb_slide_description h2.et_pb_slide_title {
    font-size: 24px !important;
    text-align: center;
  }

  .tmg-testimonial .et-pb-controllers {
    text-align: center;
  }
}

/*image slider*/

.flat-image .et_pb_slides {
  margin-bottom: 60px;
}

.flat-image .et-pb-controllers {
  bottom: 0px;
}

.flat-image .et-pb-controllers .et-pb-active-control {
  width: 52px;
  height: 4px;
  background-color: var(--color-darkgrey);
}

.flat-image .et-pb-controllers a {
  width: 52px;
  height: 4px;
  background-color: var(--color-grey);
  margin-right: 19px;
}

.dark .flat-image .et-pb-controllers .et-pb-active-control {
  background-color: var(--color-blue);
}

/* #endregion Testimonialslider*/

/* #region Chef*/
.chef-person-module::before {
  content: "";
  /* background: linear-gradient(30deg, rgba(198,198,198,1) 0%, rgba(9,9,121,0) 40%, rgba(2,160,221,0) 60%, rgba(0,75,144,1) 100%); */
  background-image: url(../img/gradient_o.svg);
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  width: 100%;
  height: 360px;
  position: absolute;
  z-index: 200;
}

.chef-person-module .talkto p {
  font-size: var(--font-size-text-link);
  line-height: var(--line-height-medium);
  color: var(--color-blue);
  text-transform: uppercase;
}

/* #endregion Chef*/

/* #region Zahlen*/
.et_pb_number_counter {
  display: flex;
  align-items: center;
}

.et_pb_number_counter .percent-value {
  font-size: var(--font-size-large);
  font-family: var(--font-family-title-bold);
  color: var(--color-blue);
}

.et_pb_number_counter .title {
  font-family: var(--font-family-light);
  font-size: var(--font-size-text);
  color: var(--color-darkgrey);
  text-align: left;
  margin-left: 20px;
  line-height: 22px;

  padding-bottom: 0px;
}

body .slick-slider .et_pb_number_counter {
  display: flex !important;
}

body .slick-slider .et_pb_number_counter.et_pb_with_title .percent {
  width: 56%;
}

body .et_pb_number_counter .title {
  margin-left: 10px;
  hyphens: auto;
}

body .slick-slide.nextSlide,
body .slick-slide.active {
  width: 250px !important;
}

body .slick-slider .slick-track {
  width: 100%;
}

body .et_pb_column[class*="pac_dcm_column_"] {
  overflow: hidden;
}

body .zahlen .pac_dcm_column_1 .slick-dots li button {
  height: 6px;
  width: 20px;
}

@media screen and (max-width: 1170px) {
  body .slick-slider .et_pb_number_counter.et_pb_with_title .percent {
    width: initial;
  }

  body .slick-slide.active {
    width: initial !important;
  }

  .zahlen {
    flex-direction: row;
    flex-wrap: inherit;
    overflow-x: scroll;
  }

  /* .zahlen::-webkit-scrollbar {
        height: 3px;
        width:5px;
    }

    .zahlen::-webkit-scrollbar-track {
        background-color: lightgray;
    }
    
    .zahlen::-webkit-scrollbar {
        width: 0.25rem;
        border-radius: 0.125rem;
    }     */
}

@media (max-width: 980px) {
  .et_pb_number_counter .percent-value {
    font-size: var(--font-size-numbers);
    font-family: var(--font-family-title-bold);
    color: var(--color-blue);
  }

  .et_pb_number_counter .title {
    margin-left: 16px;
  }

  .et_pb_number_counter {
    margin-right: 40px;
  }
}

/* #endregion Zahlen*/

/* #region Footer*/
footer p {
  font-size: var(--font-size-topline);
  line-height: var(--line-height-topline);
}

footer .blue-subline a {
  color: var(--color-blue);
}

.nle p {
  font-size: 8vw;
  font-family: var(--font-family-title-bold);
  color: var(--color-grey);
  text-transform: uppercase;
  line-height: 1em;
  opacity: 0.3;
}

.footer-icon img {
  margin-right: 30px;
}

.footer-communicate table,
.footer-communicate td {
  border: none;
  padding-bottom: 15px;
}

.footer-communicate p {
  font-size: var(--font-size-text-link);
}

.footer-communicate a {
  color: var(--color-grey);
  font-family: var(--font-family-title-regular);
  font-size: var(--font-size-text-link);
}

.footer-links a {
  font-family: var(--font-family-title-bold);
  font-size: var(--font-family-text);
  color: var(--color-darkgrey);
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .copyrights {
    display: flex;
    flex-direction: column;
  }

  .footer-communicate td {
    padding-bottom: 3px;
  }
}

@media (max-width: 767px) {
  .nle p {
    font-size: 10vw;
  }
}

/* #endregion Footer*/

/* #region Tabmodule*/
ul.tabs li {
  background: none;
  color: var(--color-grey);
  display: inline-block;
  padding: 10px 0px 50px 0px;
  margin-right: 20px;
  cursor: pointer;
  font-size: var(--font-size-large);
  font-family: var(--font-family-title-bold);
  text-transform: uppercase;
}

.tab-link.current {
  border-bottom: 2px solid var(--color-blue);
  color: var(--color-blue);
}

.tab-content {
  display: none !important;
}

.tab-content.current {
  display: block !important;
}

@media (max-width: 440px) {
  ul.tabs li {
    padding-bottom: 30px;
    margin-right: 10px;
  }
}

/* #endregion Tabmodule*/

/* #region Job - Detail*/
.no-pad h2 {
  padding-bottom: 0px;
}

/* #endregion Job - Detail*/

/* #region Breadcrumb*/
.lwp-breadcrumbs span {
  font-size: var(--font-size-text-link);
  font-family: var(--font-family-title-regular);
  text-transform: uppercase;
  color: var(--color-blue);
  margin-right: 4px;
}

.lwp-breadcrumbs span.current {
  color: var(--color-blue);
}

.separator.et-pb-icon {
  visibility: hidden;
}

.lwp-breadcrumbs .et-pb-icon.separator {
  vertical-align: unset;
}

.separator.et-pb-icon::before {
  content: "|";
  display: block;
  position: absolute;
  visibility: visible;
  color: var(--color-blue);
  /* bottom: 9px; */
  font-family: none;
}

/* #endregion Breadcrumb*/

.et_pb_slide:first-child .et_pb_slide_image img.active,
.et-pb-active-slide .et_pb_slide_image {
  animation-name: none !important;
  animation-timing-function: ease;
}

.et-pb-active-slide .et_pb_slide_image {
  animation-delay: 0s;
}

@media (max-width: 980px) {
  .custom_row .blue-subline {
    margin-top: 0px !important;
  }

  .custom_row .second-mobile {
    margin-top: 30px;
  }

  .two-head .blue-subline {
    margin-top: 30px;
  }

  .header-half {
    padding-bottom: 40px !important;
    margin-top: 0px !important;
    padding-top: 50px !important;
  }
}

/*fixed carrer*/
.fixed-career.et_pb_row {
  display: flex;
  justify-content: center;
}

.fixed-career .et_pb_column {
  max-width: 227px;
  width: 100%;
  hyphens: auto;
}

.et_pb_gutters3 .fixed-career .et_pb_column_1_3 {
  margin-right: 15.5%;
}

@media (max-width: 980px) {
  .fixed-career.et_pb_row {
    justify-content: space-between;
  }

  .et_pb_gutters3 .fixed-career .et_pb_column_1_3 {
    margin-right: 6%;
  }

  .career-row.fixed-career .gradient::before {
    background-size: 100%;
    background-position: top center;
  }

  .career-row.fixed-career .gradient::before {
    height: 100%;
  }

  .career-row.fixed-career .mask {
    -webkit-mask-position: top center;
    height: 100%;
  }

  .fixed-career .et_pb_column {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .fixed-career.et_pb_row {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .fixed-career .et_pb_column {
    max-width: 296px;
    width: 100% !important;
    hyphens: auto;
    margin-right: 0px !important;
  }
}
