.panel-btn-toggle,
.panel-btn,
.popup-section .box,
.popup .close-btn,
.use-cases-row-title,
.tap-container .tap {
  cursor: pointer;
}
.popup-open {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.panel .panel-content,
.panel .panel-content-fade {
  padding-right: 50px;
  min-height: 300px;
  overflow: hidden;
  position: relative;
  height: 0px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.panel .panel-content {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  min-height: 0px;
  display: block !important;
}
.panel .panel-content-fade::after {
  content: "";
  height: 70px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  bottom: 0;
  position: absolute;
}
.panel .panel-btn,
.panel .panel-btn-toggle {
  cursor: pointer;
}
.panel.panel-open .panel-content-fade::after {
  opacity: 0;
}
.panel.panel-open .panel-btn {
  display: none !important;
}
.side-menu {
  width: 150px;
  border: 3px solid #daedea;
  border-right: none;
  position: relative;
  padding: 25px;
  position: fixed;
  right: -150px;
  top: 150px;
  z-index: 1000000;
  background-color: #fff;
  box-shadow: 1px 20px 45px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.side-menu.side-menu-open {
  right: 0;
}
.side-menu.side-menu-open .side-menu-button::before {
  content: '\e905';
}
.side-menu .side-menu-title {
  display: none;
  font-size: 28px;
  line-height: 38px;
  font-weight: bold;
}
.side-menu .side-menu-button {
  border: 3px solid #daedea;
  border-bottom: none;
  transform: rotate(-90deg);
  position: absolute;
  left: -251px;
  width: 200px;
  top: -3px;
  padding: 15px 30px;
  padding-left: 60px;
  padding-bottom: 17px;
  display: block;
  background-color: #fff;
  font-weight: bold;
  transform-origin: right top;
  box-shadow: 1px -75px 75px 10px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.side-menu .side-menu-button::before {
  font-family: 'invertoIconFont';
  content: '\e901';
  position: absolute;
  color: #f2910a;
  font-size: 18px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.side-menu .side-menu-button:hover {
  cursor: pointer;
}
.side-menu .side-menu-content a {
  position: relative;
  display: block;
  margin-bottom: 25px;
  box-shadow: 1px 1px 15px 2px rgba(0, 0, 0, 0.2);
}
.side-menu .side-menu-content a:last-child {
  margin-bottom: 0;
}
.side-menu .side-menu-content a::before {
  font-family: 'invertoIconFont';
  content: '\e901';
  position: absolute;
  color: #f2910a;
  font-size: 17px;
  bottom: -5px;
  left: 10px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1px;
}
.side-menu .side-menu-content a img {
  width: 100%;
  height: auto;
  display: block;
}
.open-accordeon .section-accordeon-inner {
  max-height: 100% !important;
  height: auto;
}
.open-accordeon .section-accordeon-inner::after {
  display: none;
}
.open-accordeon .accordeon-btn {
  display: none !important;
}
HTML,
BODY {
  width: 100vw;
  overflow-x: hidden;
  padding-bottom: 0px;
}
.page-template-landingpage-capex section {
  margin-bottom: 150px;
}
.page-template-landingpage-capex section p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin: 30px 0;
  padding: 0;
  font-family: 'open_sansregular';
}
.page-template-landingpage-capex section h1 {
  font-size: 120px;
  line-height: 130px;
  font-family: 'Brandon Grotesque';
}
.page-template-landingpage-capex section h2 {
  font-size: 75px;
  line-height: 85px;
}
.page-template-landingpage-capex header #topnav {
  width: 100vw;
}
.page-template-landingpage-capex header #topnav .container {
  margin-bottom: 10px;
}
.page-template-landingpage-capex header #topnav .container .lg-9 .lg-8,
.page-template-landingpage-capex header #topnav .container .lg-9 .lg-4,
.page-template-landingpage-capex header #topnav .container .lg-9 .social-link {
  display: none;
}
.page-template-landingpage-capex header #topnav .container .lg-9 .lg-12 {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-top: 50px;
}
.page-template-landingpage-capex header #topnav .container .lg-9 .lg-12 .menu li .sub-menu {
  display: none;
}
.page-template-landingpage-capex header #topnav.bar-fixed .container .lg-12 {
  margin-top: 0px;
}
.page-template-landingpage-capex header #mainslider {
  display: none;
}
.page-template-landingpage-capex .heading-section {
  height: 100vh;
  width: 100%;
  min-height: 900px;
}
.page-template-landingpage-capex .heading-section .heading-section-inner {
  position: relative;
  width: 100%;
  height: calc(100% - 100px);
}
.page-template-landingpage-capex .heading-section .heading-section-inner .heading-image {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  top: 0;
}
.page-template-landingpage-capex .heading-section .heading-section-inner .heading-image.animate img {
  transform: scale(1.2);
}
.page-template-landingpage-capex .heading-section .heading-section-inner .heading-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: all 1s;
  z-index: -1;
}
.page-template-landingpage-capex .heading-section .heading-section-inner .heading-content {
  max-width: 1200px;
  width: 100%;
  transform: translate3d(calc(( 50% + 30px) * -1), -50%, 1px);
  left: 50%;
  top: 50%;
  position: relative;
  margin: 0 30px;
}
.page-template-landingpage-capex .heading-section .heading-section-inner .heading-content .heading-content-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page-template-landingpage-capex .heading-section .heading-section-inner .heading-content .heading-content-inner .heading-title {
  color: #68c0b5;
}
.page-template-landingpage-capex .heading-section .heading-section-inner .heading-content .heading-content-inner .heading-title span {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.page-template-landingpage-capex .heading-section .heading-section-inner .heading-content .heading-content-inner .heading-box span {
  display: block;
  color: #fff;
  font-size: 34px;
  line-height: 44px;
  font-family: 'Brandon Grotesque';
  font-weight: 500;
}
.page-template-landingpage-capex .heading-section .anchor-container {
  position: relative;
  background-color: #f2910a;
  padding: 20px 0;
  min-height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 100000;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.page-template-landingpage-capex .heading-section .anchor-container .anchor-container-inner {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.page-template-landingpage-capex .heading-section .anchor-container .anchor-container-inner a {
  color: #000;
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
  position: relative;
  margin: 0 30px;
  font-family: 'Brandon Grotesque';
}
.page-template-landingpage-capex .heading-section .anchor-container .anchor-container-inner a::before {
  content: '\e900';
  font-family: 'invertoIconFont';
  font-size: 1em;
  position: absolute;
  left: -20px;
}
.page-template-landingpage-capex .heading-section .anchor-container .anchor-container-inner a::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: -5px;
}
.page-template-landingpage-capex .heading-section .anchor-container.fixed {
  position: fixed;
  padding: 0px;
  min-height: 76px;
  top: 0px;
}
.page-template-landingpage-capex .heading-section .anchor-container.fixed .anchor-container-inner a {
  font-size: 16.5px;
  line-height: 25.5px;
}
.page-template-landingpage-capex .content-section {
  padding: 0 0 100px 0;
}
.page-template-landingpage-capex .content-section .section-inner .section-title {
  max-width: 1200px;
  margin: 0 auto;
  color: #000;
  font-weight: bold;
  font-family: 'Brandon Grotesque';
}
.page-template-landingpage-capex .content-section .section-inner .section-content {
  max-width: calc(1200px - 70px);
  margin: 0 auto;
  padding-left: 70px;
}
.page-template-landingpage-capex .content-section .section-inner .section-content h3 {
  color: #68c0b5;
  font-size: 30px;
  line-height: 40px;
  font-family: 'Brandon Grotesque';
  margin: 30px 0;
}
.page-template-landingpage-capex .content-section .section-inner .section-content .accordeon {
  border: 3px solid #daedea;
  margin-top: 80px;
  position: relative;
}
.page-template-landingpage-capex .content-section .section-inner .section-content .accordeon .accordeon-title-container #animation_container {
  position: absolute;
  left: 20px;
  top: -30px;
}
.page-template-landingpage-capex .content-section .section-inner .section-content .accordeon .accordeon-title-container img {
  position: absolute;
}
.page-template-landingpage-capex .content-section .section-inner .section-content .accordeon .accordeon-title-container .accordeon-title {
  padding: 20px 100px;
  display: block;
  position: relative;
}
.page-template-landingpage-capex .content-section .section-inner .section-content .accordeon .accordeon-title-container .accordeon-title::before {
  font-family: 'invertoIconFont';
  content: '\e901';
  position: absolute;
  right: 10px;
  color: #f2910a;
  font-size: 3em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.page-template-landingpage-capex .content-section .section-inner .section-content .accordeon .accordeon-title-container .accordeon-title p {
  color: #004d91;
  font-size: 30px;
  line-height: 40px;
  margin: 0;
  position: relative;
  padding-left: 15px;
}
.page-template-landingpage-capex .content-section .section-inner .section-content .accordeon .accordeon-title-container .accordeon-title p::before {
  content: "/";
  color: #f2910a;
  font-weight: bold;
  margin-right: 10px;
  font-size: 0.9em;
  position: absolute;
  top: -3px;
  left: 0;
}
.page-template-landingpage-capex .content-section .section-inner .section-content .accordeon .accordeon-title-container .accordeon-title p > span {
  font-weight: 600;
}
.page-template-landingpage-capex .content-section .section-inner .section-content .accordeon .accordeon-content {
  padding: 20px;
  display: none;
}
.page-template-landingpage-capex .content-section .section-inner .section-content .accordeon.panel-open .accordeon-title-container .accordeon-title::before {
  content: '\e905';
}
.page-template-landingpage-capex .diagram-section {
  display: flex;
}
.page-template-landingpage-capex .diagram-section .content {
  width: 60%;
  background-color: #daedea;
  padding: 100px 0;
  padding-right: 40px;
  position: relative;
}
.page-template-landingpage-capex .diagram-section .content .content-inner {
  height: 100%;
  width: calc(100% - ( (100vw - 1200px) / 2 ));
  float: right;
}
.page-template-landingpage-capex .diagram-section .content .content-inner .title-box {
  display: flex;
  align-items: center;
}
.page-template-landingpage-capex .diagram-section .content .content-inner .title-box .diagram-title {
  font-size: 40px;
  line-height: 50px;
  color: #000;
  width: 100%;
  padding: 0;
  font-family: 'Brandon Grotesque';
  font-weight: bold;
}
.page-template-landingpage-capex .diagram-section .content .content-inner .title-box span {
  color: #f2910a;
  font-size: 90px;
  line-height: 90px;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  letter-spacing: -5px;
  font-family: 'Brandon Grotesque';
}
.page-template-landingpage-capex .diagram-section .content .content-inner .source-text {
  font-size: 22px;
  line-height: 32px;
  font-family: 'Brandon Grotesque';
}
.page-template-landingpage-capex .diagram-section .content .textbox {
  position: absolute;
  right: -400px;
  background-color: #004d91;
  padding: 100px 40px 50px 40px;
  top: -100px;
  max-width: 400px;
  text-align: center;
}
.page-template-landingpage-capex .diagram-section .content .textbox hr {
  width: 50px;
  height: 4px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  border: none;
}
.page-template-landingpage-capex .diagram-section .content .textbox hr::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f2910a;
  transform: skew(-45deg);
  display: block;
}
.page-template-landingpage-capex .diagram-section .content .textbox p {
  color: #fff;
  font-family: 'Brandon Grotesque';
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
}
.page-template-landingpage-capex .diagram-section .image-container {
  position: relative;
  width: 40%;
}
.page-template-landingpage-capex .diagram-section .image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 100px;
  position: relative;
  z-index: -1;
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-content {
  padding: 0 70px;
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-content h3 {
  font-size: 40px;
  line-height: 50px;
  margin: 0;
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-content .section-highlighted-content p {
  font-size: 30px;
  line-height: 40px;
  font-family: 'Brandon Grotesque';
  color: #004d91;
  position: relative;
  padding-left: 15px;
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-content .section-highlighted-content p::before {
  content: "/";
  color: #f2910a;
  font-weight: bold;
  margin-right: 10px;
  font-size: 0.9em;
  position: absolute;
  top: -3px;
  left: 0;
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-boxes {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  margin-bottom: 100px;
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-boxes .box {
  width: calc(33.33% - 15px);
  padding: 30px;
  border: 3px solid #daedea;
  position: relative;
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-boxes .box::before {
  content: "";
  position: absolute;
  left: 4px;
  top: -27px;
  display: block;
  color: #f2910a;
  font-size: 54px;
  width: 70px;
  height: 60px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  font-family: 'Brandon Grotesque';
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-boxes .box:nth-child(1)::before {
  content: "1.";
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-boxes .box:nth-child(2)::before {
  content: "2.";
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-boxes .box:nth-child(3)::before {
  content: "3.";
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-boxes .box .box-header {
  display: flex;
  align-items: center;
  min-height: 150px;
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-boxes .box .box-header .box-icon {
  min-width: 80px;
  margin-right: 20px;
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-boxes .box .box-header .box-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-boxes .box .box-header .box-title {
  width: 100%;
  display: block;
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-boxes .box .box-header .box-title p {
  margin: 0;
  font-size: 28px;
  line-height: 38px;
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-boxes .box .box-header .box-title p.capex {
  font-weight: bold;
  text-transform: uppercase;
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-boxes .box .box-content {
  padding-top: 20px;
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-boxes .box .box-content p {
  margin: 0;
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-accordeon-container {
  display: flex;
  justify-content: space-between;
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-accordeon-container .section-accordeon {
  width: calc(66.66% - 15px + (2 * 3px));
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-accordeon-container .section-accordeon .section-accordeon-inner h2 {
  font-size: 40px;
  line-height: 50px;
  padding: 0;
  color: #000;
  font-weight: bold;
  font-family: 'Brandon Grotesque';
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-accordeon-container .section-accordeon .accordeon-btn {
  font-size: 16px;
  line-height: 26px;
  color: #004d91;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 50px;
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-accordeon-container .section-accordeon .accordeon-btn::before {
  font-family: 'invertoIconFont';
  content: '\e901';
  position: relative;
  color: #f2910a;
  font-size: 2.1em;
  margin-right: 15px;
  font-weight: 400;
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-accordeon-container .section-accordeon .accordeon-btn:hover {
  cursor: pointer;
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-accordeon-container .section-text-on-the-side {
  width: calc(33.33% - 15px);
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-accordeon-container .section-text-on-the-side .quote::before {
  content: '\e904';
  font-family: 'invertoIconFont';
  display: block;
  color: #f2910a;
  font-size: 40px;
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-accordeon-container .section-text-on-the-side p {
  color: #004d91;
  font-size: 26px;
  line-height: 38px;
  margin-top: 10px;
}
.page-template-landingpage-capex .tap-container-section {
  background-color: #daedea;
  padding: 50px 30px 100px 30px;
  min-height: 700px;
  margin-bottom: 0;
}
.page-template-landingpage-capex .tap-container-section .section-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
.page-template-landingpage-capex .tap-container-section .section-inner .tap-container {
  max-width: 300px;
  min-width: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.page-template-landingpage-capex .tap-container-section .section-inner .tap-container .tap {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  border-left: 4px solid #68c0b5;
  color: #68c0b5;
  padding: 15px 20px;
  margin-bottom: 20px;
  font-family: 'Brandon Grotesque';
}
.page-template-landingpage-capex .tap-container-section .section-inner .tap-container .tap.active {
  background-color: #fff;
  border-left: 4px solid #f2910a;
  color: #000;
  box-shadow: 10px 20px 20px -15px rgba(0, 0, 0, 0.1);
}
.page-template-landingpage-capex .tap-container-section .section-inner .tap-container .tap:hover {
  cursor: pointer;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content {
  width: 100%;
  display: flex;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap {
  display: none;
  flex-direction: column;
  align-items: flex-end;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap.active {
  display: flex;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-title {
  font-size: 30px;
  line-height: 40px;
  font-family: 'Brandon Grotesque';
  color: #004d91;
  margin: 0;
  max-width: calc(100% - 150px - 50px);
  position: relative;
  padding-left: 15px;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-title::before {
  content: "/";
  color: #f2910a;
  font-weight: bold;
  margin-right: 10px;
  font-size: 0.9em;
  position: absolute;
  top: -3px;
  left: 0;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .table {
  width: 100%;
  padding-left: 25px;
  margin: 50px auto;
  margin-top: 100px;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .table .table-headlines {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  margin-bottom: 20px;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .table .table-headlines:before {
  content: '';
  display: block;
  flex: 1 0 25%;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .table .table-headlines .table-header {
  height: 50px;
  width: 100%;
  border-right: 1px solid #000;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  flex: 4 0 18.75%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .table .table-headlines .table-header big {
  display: contents;
  font-size: 18px;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .table .table-headlines .table-header:nth-child(1) {
  background: #ececec;
  border-left: 1px solid #000;
  font-weight: bold;
  font-size: 18px;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .table .table-headlines .table-header:nth-child(2) {
  flex-direction: column;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .table .table-headlines .table-header:nth-child(2) big {
  display: block;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .table .table-headlines .table-header:nth-child(4) {
  flex-direction: column;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .table .table-headlines .table-header:nth-child(4) big {
  display: block;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .table .table-lines {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  min-height: 400px;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .table .table-lines .table-line {
  position: relative;
  flex: 1 0 25%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
  padding: 0 2px;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .table .table-lines .table-line p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .table .table-lines .table-line p {
  margin: 0;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .table .table-lines .table-line p.strong {
  font-weight: bold;
  margin-top: 30px;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .table .table-lines .table-line p:first-child.strong {
  margin-top: 15px;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .table .table-lines .table-slider {
  display: flex;
  flex: 4 0 75%;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .table .table-lines .table-slider .table-line {
  position: relative;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 70%, #ffffff 90%);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
  padding: 0 2px;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .table .table-lines .table-slider .table-line p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .table .table-lines .table-slider .table-line p {
  margin: 0;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .table .table-lines .table-slider .table-line p.strong {
  font-weight: bold;
  margin-top: 30px;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .table .table-lines .table-slider .table-line p:first-child.strong {
  margin-top: 15px;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .table .table-lines .table-slider .table-line:nth-child(1) {
  background: linear-gradient(to bottom, #ececec 60%, #ffffff 90%);
  border-left: 1px solid #000;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-inner {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-inner .icon-container {
  min-width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-inner .icon-container .icon {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  padding-left: 50px;
  margin-bottom: 100px;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-inner .icon-container .icon::before {
  font-family: 'invertoIconFont';
  color: #004d91;
  margin-right: 20px;
  min-width: 50px;
  font-size: 2em;
  position: absolute;
  left: 0;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-inner .icon-container .icon.maturity {
  color: #004d91;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-inner .icon-container .icon.maturity::before {
  color: #004d91;
  content: '\e906';
  top: 15px;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-inner .icon-container .icon.risk {
  color: #f2910a;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-inner .icon-container .icon.risk::before {
  color: #f2910a;
  content: '\e907';
  left: 10px;
  top: 15px;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-inner #chart2 {
  background-color: transparent;
  width: 100%;
  height: 400px;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-inner #chart2 .chart-background .chart-lines .chart-line {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 70%, #ffffff 90%);
  border-right: 1px solid #000;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-inner #chart2 .chart-background .chart-lines .chart-line:nth-child(1) {
  background: linear-gradient(0deg, #ececec 60%, #ffffff 70%);
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-inner #chart2 .chart-background .chart-lines .chart-line:nth-child(1) .chart-header {
  background: #ececec;
  font-weight: bold;
  font-size: 18px;
  border-left: 1px solid #000;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-inner #chart2 .chart-background .chart-lines .chart-line:nth-child(2) .chart-header {
  flex-direction: column;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-inner #chart2 .chart-background .chart-lines .chart-line:nth-child(2) .chart-header big {
  display: block;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-inner #chart2 .chart-background .chart-lines .chart-line:nth-child(4) .chart-header {
  flex-direction: column;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-inner #chart2 .chart-background .chart-lines .chart-line:nth-child(4) .chart-header big {
  display: block;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-inner #chart2 .chart-background .chart-lines .chart-line .chart-header {
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 1px solid #000;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-inner #chart2 .chart-background .chart-lines .chart-line .chart-header big {
  display: contents;
  font-size: 18px;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-inner #chart2 .chart-background .chart-lines .chart-line .chart-footer {
  font-weight: bold;
  font-size: 13px;
  bottom: -8px;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-inner #chart2 .chart-background .chart-values .chart-value {
  font-weight: bold;
  font-size: 13px;
}
.page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-inner #chart2 .chart-background .chart-values .chart-value:nth-child(3) {
  transform: translate3d(20px, 20px, 0);
}
.page-template-landingpage-capex .baloon-section {
  position: relative;
  overflow: hidden;
  padding-top: 150px;
}
.page-template-landingpage-capex .baloon-section .baloon-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
}
.page-template-landingpage-capex .baloon-section .baloon-container .baloon-container-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-template-landingpage-capex .baloon-section .baloon-container .baloon-container-inner img {
  position: absolute;
}
.page-template-landingpage-capex .baloon-section .baloon-container .baloon-container-inner img.baloon {
  width: 60%;
  top: -200px;
  left: -100px;
  z-index: 0;
}
.page-template-landingpage-capex .baloon-section .baloon-container .baloon-container-inner img.cloud {
  width: 100%;
  top: 150px;
  max-height: 600px;
  height: 100%;
}
.page-template-landingpage-capex .baloon-section .section-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-template-landingpage-capex .baloon-section .section-inner h2 {
  font-size: 40px;
  line-height: 50px;
  padding: 0;
  color: #000;
  font-weight: bold;
  font-family: 'Brandon Grotesque';
}
.page-template-landingpage-capex .baloon-section .section-inner .section-content {
  display: flex;
}
.page-template-landingpage-capex .baloon-section .section-inner .section-content .image {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-landingpage-capex .baloon-section .section-inner .section-content .image img {
  max-width: 300px;
  display: block;
  width: 100%;
  transform: translateY(-70px);
}
.page-template-landingpage-capex .baloon-section .section-inner .section-content .content {
  width: 50%;
  margin-bottom: 100px;
}
.page-template-landingpage-capex .accordion-section .section-heading {
  position: relative;
  margin-bottom: 200px;
}
.page-template-landingpage-capex .accordion-section .section-heading img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.page-template-landingpage-capex .accordion-section .section-heading .textbox {
  max-width: 1200px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-end;
  bottom: 0;
}
.page-template-landingpage-capex .accordion-section .section-heading .textbox .textbox-inner {
  width: 50vw;
  background-color: #daedea;
  padding: 70px;
  padding-bottom: 50px;
  position: relative;
  bottom: -100px;
}
.page-template-landingpage-capex .accordion-section .section-heading .textbox .textbox-inner .quote::before {
  content: '\e904';
  font-family: 'invertoIconFont';
  display: block;
  color: #f2910a;
  font-size: 40px;
}
.page-template-landingpage-capex .accordion-section .section-heading .textbox .textbox-inner p {
  color: #004d91;
  font-size: 26px;
  line-height: 36px;
}
.page-template-landingpage-capex .accordion-section .section-content {
  max-width: 1200px;
  margin: 0 auto;
}
.page-template-landingpage-capex .accordion-section .section-content .section-inner .accordion-container {
  margin-bottom: 50px;
}
.page-template-landingpage-capex .accordion-section .section-content .section-inner .accordion-container .accordion-content h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  padding: 0;
  color: #000;
  font-family: 'Brandon Grotesque';
}
.page-template-landingpage-capex .accordion-section .section-content .section-inner .accordion-container .accordeon-btn {
  font-size: 16px;
  line-height: 26px;
  color: #004d91;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 50px;
}
.page-template-landingpage-capex .accordion-section .section-content .section-inner .accordion-container .accordeon-btn::before {
  font-family: 'invertoIconFont';
  content: '\e901';
  position: relative;
  color: #f2910a;
  font-size: 2.1em;
  margin-right: 15px;
  font-weight: 400;
}
.page-template-landingpage-capex .accordion-section .section-content .section-inner .accordion-container .accordeon-btn:hover {
  cursor: pointer;
}
.page-template-landingpage-capex .lever-section {
  display: flex;
}
.page-template-landingpage-capex .lever-section .section-inner {
  background-color: #68c0b5;
  width: calc(50% + 100px);
  display: flex;
  justify-content: flex-end;
}
.page-template-landingpage-capex .lever-section .section-inner .lever-container {
  width: calc(100% - ((100vw - 1200px) / 2));
  padding: 100px;
  padding-left: 0;
  padding-right: 200px;
}
.page-template-landingpage-capex .lever-section .section-inner .lever-container .lever-icon-container {
  width: 150px;
  height: 150px;
}
.page-template-landingpage-capex .lever-section .section-inner .lever-container .lever-icon-container .lever-icon {
  width: 100%;
  height: 100%;
}
.page-template-landingpage-capex .lever-section .section-inner .lever-container .lever-icon-container .lever-icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.page-template-landingpage-capex .lever-section .section-inner .lever-container h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  padding: 0;
  color: #000;
  font-family: 'Brandon Grotesque';
}
.page-template-landingpage-capex .lever-section .section-inner .lever-container .accordeon-row {
  margin: 20px 0;
}
.page-template-landingpage-capex .lever-section .section-inner .lever-container .accordeon-row .accordeon-row-header {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #000;
  font-family: 'Brandon Grotesque';
  display: flex;
  align-items: center;
}
.page-template-landingpage-capex .lever-section .section-inner .lever-container .accordeon-row .accordeon-row-header::before {
  font-family: 'invertoIconFont';
  content: '\e901';
  position: relative;
  color: #f2910a;
  font-size: 1.1em;
  margin-right: 15px;
  font-weight: 400;
}
.page-template-landingpage-capex .lever-section .section-inner .lever-container .accordeon-row .accordeon-content {
  display: none;
}
.page-template-landingpage-capex .lever-section .section-inner .lever-container .accordeon-row .accordeon-content ol {
  padding: 20px;
  padding-left: 50px;
  counter-reset: section;
}
.page-template-landingpage-capex .lever-section .section-inner .lever-container .accordeon-row .accordeon-content ol li {
  font-size: 18px;
  line-height: 35px;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}
.page-template-landingpage-capex .lever-section .section-inner .lever-container .accordeon-row .accordeon-content ol li::before {
  counter-increment: section;
  content: counters(section, ".") ".";
  color: #f2910a;
  position: absolute;
  left: 0;
}
.page-template-landingpage-capex .lever-section .section-inner .lever-container .accordeon-row.panel-open .accordeon-row-header::before {
  content: '\e905';
}
.page-template-landingpage-capex .lever-section .section-image {
  width: 50%;
  margin-left: -100px;
  z-index: -1;
  transform: translateY(100px);
  position: relative;
}
.page-template-landingpage-capex .lever-section .section-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.page-template-landingpage-capex .textbox-section {
  padding-top: 100px;
  margin-bottom: 0;
}
.page-template-landingpage-capex .textbox-section .section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 100px;
}
.page-template-landingpage-capex .textbox-section .section-inner .section-content {
  border: 3px solid #daedea;
  padding: 100px;
  position: relative;
}
.page-template-landingpage-capex .textbox-section .section-inner .section-content .light-bulb-container {
  width: 120px;
  height: 120px;
  position: absolute;
  background-color: #fff;
  left: 80px;
  top: -60px;
}
.page-template-landingpage-capex .textbox-section .section-inner .section-content .light-bulb-container .light-bulb-container-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-template-landingpage-capex .textbox-section .section-inner .section-content .light-bulb-container .light-bulb-container-inner .light-bulb,
.page-template-landingpage-capex .textbox-section .section-inner .section-content .light-bulb-container .light-bulb-container-inner .glow {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.page-template-landingpage-capex .textbox-section .section-inner .section-content .light-bulb-container .light-bulb-container-inner .light-bulb {
  background-image: url('https://baseplus-projekte.de/invertodotcom/wp-content/themes/inverto/landingpage-capex/images/lightbulb-off.svg');
}
.page-template-landingpage-capex .textbox-section .section-inner .section-content .light-bulb-container .light-bulb-container-inner .glow {
  background-image: url('https://baseplus-projekte.de/invertodotcom/wp-content/themes/inverto/landingpage-capex/images/lightbulb-radiance.svg');
}
.page-template-landingpage-capex .textbox-section .section-inner .section-content .textbox-title {
  color: #f2910a;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  padding: 0;
  font-family: 'Brandon Grotesque';
}
.page-template-landingpage-capex .textbox-section .section-inner .section-content p {
  font-size: 26px;
  line-height: 36px;
  color: #004d91;
}
.page-template-landingpage-capex .textbox-section .section-inner .section-content p:last-child {
  margin-bottom: 0;
}
.page-template-landingpage-capex .member-section .section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px;
  padding-bottom: 0;
  position: relative;
}
.page-template-landingpage-capex .member-section .section-inner::before {
  content: "";
  display: block;
  position: absolute;
  border-left: 17px solid #f2910a;
  border-top: 17px solid #f2910a;
  width: 80px;
  height: 80px;
}
.page-template-landingpage-capex .member-section .section-inner::after {
  content: "";
  display: block;
  position: absolute;
  border-right: 17px solid #f2910a;
  border-bottom: 17px solid #f2910a;
  width: 80px;
  height: 80px;
  bottom: 0;
  right: 100px;
}
.page-template-landingpage-capex .member-section .section-inner .member-title {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  padding: 0;
  color: #000;
  font-family: 'Brandon Grotesque';
  margin-left: 40px;
  margin-top: 40px;
}
.page-template-landingpage-capex .member-section .section-inner .section-content {
  display: flex;
  justify-content: space-between;
}
.page-template-landingpage-capex .member-section .section-inner .section-content .member-box {
  width: calc(50% - 100px);
}
.page-template-landingpage-capex .member-section .section-inner .section-content .member-box img {
  max-width: 250px;
  height: auto;
  display: block;
  margin: 40px 0;
}
.page-template-landingpage-capex .member-section .section-inner .section-content .member-box .member-name {
  font-family: 'Brandon Grotesque';
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  color: #000;
}
.page-template-landingpage-capex .member-section .section-inner .section-content .member-box a {
  color: #f2910a;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.page-template-landingpage-capex .member-section .section-inner .section-content .member-box a::before {
  font-family: 'invertoIconFont';
  content: '\e909';
  color: #f2910a;
  font-size: 1.1em;
  margin-right: 10px;
  font-weight: 400;
}
.page-template-landingpage-capex .use-cases-section {
  background-color: #daedea;
  padding: 100px 0;
}
.page-template-landingpage-capex .use-cases-section .section-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-template-landingpage-capex .use-cases-section .section-inner .section-heading {
  margin-bottom: 50px;
}
.page-template-landingpage-capex .use-cases-section .section-inner .section-heading .section-title {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  padding: 0;
  color: #000;
  font-family: 'Brandon Grotesque';
}
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-heading-row .use-cases-column-wrapper {
  background-image: none !important;
}
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-row {
  margin-bottom: 20px;
}
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-heading-row,
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-row {
  display: flex;
}
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-heading-row .use-cases-row-title,
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-row .use-cases-row-title {
  width: 19%;
  font-size: 28px;
  line-height: 38px;
  padding-right: 50px;
  font-family: 'Brandon Grotesque';
  padding-top: 40px;
}
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-heading-row .use-cases-row-title span,
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-row .use-cases-row-title span {
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-heading-row .use-cases-column-title,
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-row .use-cases-column-title {
  width: 33%;
  text-align: center;
}
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-heading-row .use-cases-column-title.erreichte-ziele,
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-row .use-cases-column-title.erreichte-ziele {
  padding-left: 30px;
}
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-heading-row .use-cases-column-title span,
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-row .use-cases-column-title span {
  margin-bottom: 20px;
  display: block;
  padding-left: 20px;
}
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-heading-row .use-cases-column-title span::before,
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-row .use-cases-column-title span::before {
  font-size: 100px;
}
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-heading-row .use-cases-column-title h2,
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-row .use-cases-column-title h2 {
  font-size: 28px;
  line-height: 38px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  padding-left: 18px;
}
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-heading-row .use-cases-column-wrapper,
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-row .use-cases-column-wrapper {
  width: 81%;
  display: flex;
  justify-content: space-between;
  background-image: url('https://baseplus-projekte.de/invertodotcom/wp-content/themes/inverto/landingpage-capex/images/case-boxen.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right;
}
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-heading-row .use-cases-column-wrapper .use-cases-column-title-mobile,
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-row .use-cases-column-wrapper .use-cases-column-title-mobile {
  display: none;
}
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-heading-row .use-cases-column-wrapper .use-cases-column,
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-row .use-cases-column-wrapper .use-cases-column {
  width: 33%;
  min-height: 350px;
  display: flex;
  align-items: center;
}
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-heading-row .use-cases-column-wrapper .use-cases-column ul,
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-row .use-cases-column-wrapper .use-cases-column ul {
  padding: 50px;
  padding-left: 85px;
}
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-heading-row .use-cases-column-wrapper .use-cases-column ul li,
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-row .use-cases-column-wrapper .use-cases-column ul li {
  list-style: disc;
  margin: 16px 0;
  line-height: 1.2;
  font-weight: 600;
}
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-heading-row .use-cases-column-wrapper .use-cases-column.box-1 ul,
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-row .use-cases-column-wrapper .use-cases-column.box-1 ul {
  padding-left: 65px;
}
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-heading-row .use-cases-column-wrapper .use-cases-column.box-2 ul,
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-row .use-cases-column-wrapper .use-cases-column.box-2 ul {
  padding-left: 80px;
}
.page-template-landingpage-capex .popup-section .section-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-template-landingpage-capex .popup-section .section-inner .section-heading {
  margin-bottom: 70px;
  position: relative;
}
.page-template-landingpage-capex .popup-section .section-inner .section-heading .section-title {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  padding: 0;
  color: #000;
  font-family: 'Brandon Grotesque';
}
.page-template-landingpage-capex .popup-section .section-inner .section-heading::after {
  content: '\e904';
  font-family: 'invertoIconFont';
  display: block;
  position: absolute;
  right: 70px;
  top: -20px;
  color: #f2910a;
  font-size: 12em;
}
.page-template-landingpage-capex .popup-section .section-inner .section-content {
  display: flex;
  flex-wrap: wrap;
}
.page-template-landingpage-capex .popup-section .section-inner .section-content .box {
  width: 50%;
  position: relative;
  margin-bottom: 70px;
}
.page-template-landingpage-capex .popup-section .section-inner .section-content .box:hover {
  cursor: pointer;
}
.page-template-landingpage-capex .popup-section .section-inner .section-content .box .image {
  width: calc(100% - 200px);
  display: block;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .page-template-landingpage-capex .popup-section .section-inner .section-content .box .image {
    width: 70%;
  }
}
.page-template-landingpage-capex .popup-section .section-inner .section-content .box .image::after {
  content: "";
  width: 200px;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.9));
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 0;
}
.page-template-landingpage-capex .popup-section .section-inner .section-content .box .image::before {
  content: '\e901';
  font-family: 'invertoIconFont';
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 50px;
  color: #000;
  z-index: 1;
}
.page-template-landingpage-capex .popup-section .section-inner .section-content .box .image img {
  display: block;
  width: 100%;
  height: auto;
}
.page-template-landingpage-capex .popup-section .section-inner .section-content .box .textbox {
  font-family: 'Brandon Grotesque';
  font-size: 36px;
  line-height: 46px;
  color: #f2910a;
  font-weight: bold;
  position: absolute;
  right: 0px;
  top: 50px;
  width: 300px;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .page-template-landingpage-capex .popup-section .section-inner .section-content .box .textbox {
    top: 10%;
    max-width: 45%;
  }
}
.page-template-landingpage-capex .popup-section .section-inner .section-content .box .textbox span {
  color: #000;
  display: block;
  font-weight: bold;
}
.page-template-landingpage-capex .popup-section .popup {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000000;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  display: none;
  padding: 100px 0;
}
.page-template-landingpage-capex .popup-section .popup .close-btn {
  position: fixed;
  text-align: center;
  right: 60px;
  top: 75px;
  z-index: 1000;
}
.page-template-landingpage-capex .popup-section .popup .close-btn:hover {
  cursor: pointer;
}
.page-template-landingpage-capex .popup-section .popup .close-btn::before {
  content: '\e90a';
  font-family: 'invertoIconFont';
  display: block;
  font-size: 65px;
  color: #fff;
  z-index: 1;
}
.page-template-landingpage-capex .popup-section .popup > img {
  width: 100vw;
  height: calc(100vh - (100vh - (350px + 160px + 100px + 100px)));
  object-fit: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
}
.page-template-landingpage-capex .popup-section .popup.blue {
  background: #004d91;
}
.page-template-landingpage-capex .popup-section .popup.blue .overlay {
  background: linear-gradient(to top, #004d91, transparent);
}
.page-template-landingpage-capex .popup-section .popup.gray {
  background: #2a3235;
}
.page-template-landingpage-capex .popup-section .popup.gray .overlay {
  background: linear-gradient(to top, #2a3235, transparent);
}
.page-template-landingpage-capex .popup-section .popup .overlay {
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(100vh - (100vh - (350px + 160px + 100px + 105px)));
}
.page-template-landingpage-capex .popup-section .popup .popup-inner {
  max-width: 1200px;
  margin: 0 auto;
  overflow: auto;
  opacity: 1;
  z-index: 10;
  position: relative;
}
.page-template-landingpage-capex .popup-section .popup .popup-inner .popup-heading .popup-title {
  font-size: 60px;
  line-height: 70px;
  color: #f2910a;
  font-weight: bold;
  font-family: 'Brandon Grotesque';
}
.page-template-landingpage-capex .popup-section .popup .popup-inner .popup-heading .popup-title span {
  color: #fff;
  display: block;
}
.page-template-landingpage-capex .popup-section .popup .popup-inner .popup-content-wrapper {
  max-width: calc(100% - 200px);
  margin: 0 auto;
}
.page-template-landingpage-capex .popup-section .popup .popup-inner .popup-content-wrapper .popup-content-header {
  padding: 100px 0;
  display: flex;
  justify-content: flex-start;
}
.page-template-landingpage-capex .popup-section .popup .popup-inner .popup-content-wrapper .popup-content-header img {
  width: 350px;
  height: 350px;
  display: block;
  height: auto;
  object-fit: cover;
}
.page-template-landingpage-capex .popup-section .popup .popup-inner .popup-content-wrapper .popup-content-header .popup-content-header-textbox {
  width: 50%;
  padding-left: 70px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-template-landingpage-capex .popup-section .popup .popup-inner .popup-content-wrapper .popup-content-header .popup-content-header-textbox .quote {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  transform: translate3d(-100px, -50px, 0);
  margin: 0;
}
.page-template-landingpage-capex .popup-section .popup .popup-inner .popup-content-wrapper .popup-content-header .popup-content-header-textbox .bio {
  color: #68c0b5;
  margin: 0;
}
.page-template-landingpage-capex .popup-section .popup .popup-inner .popup-content-wrapper .popup-content p {
  color: #fff;
}
.page-template-landingpage-capex .popup-section .popup .popup-inner .popup-content-wrapper .popup-content h2 {
  color: #000;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  padding: 0;
  color: #fff;
  font-family: 'Brandon Grotesque';
}
#underfooter {
  margin-bottom: 0;
}
@media only screen and (max-width: 1260px) {
  .page-template-landingpage-capex .content-section .section-inner .section-title,
  .page-template-landingpage-capex .content-section .section-inner .section-content {
    padding: 0 30px;
  }
  .page-template-landingpage-capex .content-width-boxes-section {
    padding: 0 30px;
  }
  .page-template-landingpage-capex .content-width-boxes-section .section-inner .section-boxes .box .box-header .box-title p {
    font-size: 20px;
    line-height: 30px;
  }
  .page-template-landingpage-capex .baloon-section .baloon-container {
    display: none;
  }
  .page-template-landingpage-capex .baloon-section .section-content,
  .page-template-landingpage-capex .baloon-section .section-footer {
    padding: 0 30px;
  }
  .page-template-landingpage-capex #rolle-des-einkaufs .section-content {
    padding: 0 30px;
  }
  .page-template-landingpage-capex #branchen-interviews {
    padding: 0 30px;
  }
  .page-template-landingpage-capex #branchen-interviews .popup-title {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .page-template-landingpage-capex > section {
    margin-bottom: 60px;
  }
  .page-template-landingpage-capex #herausforderungen {
    margin-bottom: 0;
  }
  .page-template-landingpage-capex #herausforderungen h2 {
    font-size: 68px !important;
    line-height: 80px !important;
  }
  .page-template-landingpage-capex .diagram-section {
    flex-direction: column;
  }
  .page-template-landingpage-capex .diagram-section .content,
  .page-template-landingpage-capex .diagram-section .image-container {
    width: 100%;
  }
  .page-template-landingpage-capex .diagram-section .content {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }
  .page-template-landingpage-capex .diagram-section .content .textbox {
    transform: none !important;
    transition: none !important;
    opacity: 1 !important;
    position: initial;
    max-width: none;
  }
  .page-template-landingpage-capex .diagram-section .content .content-inner {
    width: 100%;
    float: none;
    padding: 30px 70px;
  }
  .page-template-landingpage-capex .diagram-section .content .content-inner .title-box h2 {
    font-size: 52px !important;
    line-height: 62px !important;
  }
  .page-template-landingpage-capex .diagram-section .content .content-inner #chart1 {
    max-width: 692px;
  }
  .page-template-landingpage-capex .diagram-section .image-container .small-image {
    top: unset;
    height: 400px;
  }
  .page-template-landingpage-capex .baloon-section .baloon-container {
    display: none;
  }
  .page-template-landingpage-capex #rolle-des-einkaufs .section-heading .textbox {
    max-width: 650px;
    width: 100%;
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
  }
  .page-template-landingpage-capex #rolle-des-einkaufs .section-heading .textbox .textbox-inner {
    width: 100%;
    padding: 50px;
    bottom: unset;
  }
  .page-template-landingpage-capex #rolle-des-einkaufs .section-heading .textbox .textbox-inner p {
    margin: 0;
  }
  .page-template-landingpage-capex .lever-section .section-inner .lever-container {
    padding: 70px 30px 30px 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-template-landingpage-capex {
    /* --------------------------- mobile menu ----------------------------- */
    /* --------------------------- end mobile menu ----------------------------- */
  }
  .page-template-landingpage-capex h1 {
    font-size: 80px !important;
    line-height: 92px !important;
  }
  .page-template-landingpage-capex #herausforderungen h2 {
    font-size: 50px !important;
    line-height: 62px !important;
  }
  .page-template-landingpage-capex #toggleNav {
    display: block;
    font-size: 2em;
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: auto;
    bottom: auto;
    left: 10px;
    z-index: 10;
    background: #f0f0f0;
    padding: 10px 15px;
    color: #005a96;
  }
  .page-template-landingpage-capex header #topnav {
    background: #fff;
  }
  .page-template-landingpage-capex header #topnav .container > div:nth-of-type(1) {
    min-height: 75px;
    width: 100%;
  }
  .page-template-landingpage-capex header #topnav .container .mainlogo {
    position: static;
    float: right;
    transform: none;
  }
  .page-template-landingpage-capex header #topnav .container .zpr {
    padding: 0;
  }
  .page-template-landingpage-capex header #topnav .container .zpr .zpb {
    margin: 0;
    padding: 0;
  }
  .page-template-landingpage-capex header #topnav .container .zpr .zpb #menu-hauptmenue {
    display: none;
    padding: 15px;
  }
  .page-template-landingpage-capex header #topnav .container .zpr .zpb #menu-hauptmenue li {
    display: block;
    float: none;
    width: 100%;
  }
  .page-template-landingpage-capex header #topnav .container .zpr .zpb #menu-hauptmenue li:hover ul {
    display: none !important;
  }
  .page-template-landingpage-capex header #topnav .container .zpr .zpb #menu-hauptmenue li a {
    display: block;
    width: 100%;
    padding: 0 0 13px 0;
  }
  .page-template-landingpage-capex header #topnav .container .zpr .zpb #menu-hauptmenue li a:hover {
    border: 0;
  }
  .page-template-landingpage-capex header #topnav .container .zpr .zpb #menu-hauptmenue li.social-link {
    display: none;
  }
  .page-template-landingpage-capex header #topnav .container .zpr .zpb #menu-hauptmenue li > .sub-menu {
    display: none;
  }
  .page-template-landingpage-capex #scrollTop {
    display: block;
    position: fixed;
    top: auto;
    bottom: 20px;
    transform: unset;
  }
  .page-template-landingpage-capex .heading-section {
    margin-bottom: 60px;
    min-height: auto;
  }
  .page-template-landingpage-capex .heading-section .heading-section-inner .heading-content {
    width: auto;
    display: inline-block;
  }
  .page-template-landingpage-capex .heading-section .anchor-container {
    position: relative !important;
    z-index: 1;
  }
  .page-template-landingpage-capex .heading-section .anchor-container .anchor-container-inner a {
    margin: 0 10px 0 30px;
  }
  .page-template-landingpage-capex .diagram-section .content .textbox {
    transform: none !important;
    transition: none !important;
    opacity: 1 !important;
    position: initial;
    max-width: none;
    padding: 50px 40px 40px 40px;
  }
  .page-template-landingpage-capex .diagram-section .image-container .small-image {
    top: unset;
    height: 200px;
  }
  .page-template-landingpage-capex .content-width-boxes-section .section-inner .section-boxes .box .box-header .box-icon {
    min-width: 50px;
    margin-bottom: 10px;
  }
  .page-template-landingpage-capex .lever-section .section-inner {
    width: 100%;
  }
  .page-template-landingpage-capex .lever-section .section-image {
    display: none;
  }
  .page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .table .table-headlines {
    flex-wrap: wrap;
  }
  .page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .table .table-headlines:before {
    display: none;
  }
  .page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .table .table-headlines .table-header {
    flex: 1 0 calc(25% - 2px);
    margin: 1px;
    border: none !important;
    min-width: 150px;
  }
  .page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .table .table-headlines .table-header.active {
    box-shadow: 0 0 1px 1px #000;
    z-index: 100;
  }
  .page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .table .table-lines .table-line {
    flex: 1 0 50%;
  }
  .page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .table .table-lines .table-slider {
    flex: 1 0 50%;
    overflow: hidden;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .table .table-lines .table-slider .table-line {
    flex: 0 0 100%;
    border: none !important;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
  .page-template-landingpage-capex .baloon-section {
    padding: 60px 0 0 0;
  }
  .page-template-landingpage-capex .baloon-section .section-inner .section-content {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-template-landingpage-capex .baloon-section .section-inner .section-content .image,
  .page-template-landingpage-capex .baloon-section .section-inner .section-content .content {
    width: 100%;
  }
  .page-template-landingpage-capex .baloon-section .section-inner .section-content .image {
    margin-bottom: 100px;
  }
  .page-template-landingpage-capex .baloon-section .section-inner .section-content .image img {
    transform: unset;
  }
  .page-template-landingpage-capex .baloon-section .section-inner .section-content .content {
    margin-bottom: 30px;
  }
  .page-template-landingpage-capex .textbox-section .section-inner {
    padding: 0 30px;
  }
  .page-template-landingpage-capex .textbox-section .section-inner .section-content {
    padding: 70px 50px;
  }
  .page-template-landingpage-capex .textbox-section .section-inner .section-content .light-bulb-container {
    left: 50px;
  }
  .page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-row .use-cases-column-wrapper {
    transform: none !important;
    transition: none !important;
    opacity: 1 !important;
  }
  .page-template-landingpage-capex #branchen-interviews {
    padding: 0 30px;
  }
  .page-template-landingpage-capex #branchen-interviews .close-btn {
    right: 40px;
    top: 40px;
  }
  .page-template-landingpage-capex #branchen-interviews .close-btn::before {
    font-size: 50px;
  }
  .page-template-landingpage-capex #branchen-interviews.popup-section .popup .popup-inner .popup-content-wrapper {
    max-width: calc(100% - 60px);
  }
  .page-template-landingpage-capex #branchen-interviews.popup-section .popup .popup-inner .popup-content-wrapper .popup-content-header {
    flex-direction: column;
    padding: 50px 0 100px 0;
  }
  .page-template-landingpage-capex #branchen-interviews.popup-section .popup .popup-inner .popup-content-wrapper .popup-content-header .popup-content-header-textbox {
    width: 80%;
    padding: 0;
    margin-left: 10%;
  }
  .page-template-landingpage-capex #branchen-interviews.popup-section .popup .popup-inner .popup-content-wrapper .popup-content-header .popup-content-header-textbox .quote {
    transform: translate3d(0, -50px, 0);
  }
  .page-template-landingpage-capex #branchen-interviews .popup-title {
    font-size: 48px;
    line-height: 58px;
  }
  .page-template-landingpage-capex #branchen-interviews .section-heading::after {
    font-size: 10em;
  }
  .page-template-landingpage-capex #branchen-interviews .swiper-wrapper {
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 960px) {
  .page-template-landingpage-capex .diagram-section .content .content-inner .title-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-landingpage-capex h3 {
    font-size: 24px !important;
    line-height: 34px !important;
  }
  .page-template-landingpage-capex #herausforderungen h2 {
    font-size: 42px !important;
    line-height: 52px !important;
  }
  .page-template-landingpage-capex header #topnav {
    position: fixed !important;
  }
  .page-template-landingpage-capex .heading-section {
    height: auto;
  }
  .page-template-landingpage-capex .heading-section .heading-section-inner {
    padding: 150px 0 100px 0;
  }
  .page-template-landingpage-capex .heading-section .heading-section-inner .heading-content {
    transform: translate3d(calc(( 50% + 30px) * -1), 0, 1px);
  }
  .page-template-landingpage-capex .heading-section .heading-section-inner .heading-content .heading-content-inner .heading-box span {
    font-size: 26px;
    line-height: 38px;
  }
  .page-template-landingpage-capex .heading-section .anchor-container .anchor-container-inner {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0 30px 10px 30px;
  }
  .page-template-landingpage-capex .heading-section .anchor-container .anchor-container-inner a {
    margin-bottom: 10px;
    margin-left: 20px;
  }
  .page-template-landingpage-capex .heading-section .anchor-container .anchor-container-inner a:after {
    bottom: -2px;
  }
  .page-template-landingpage-capex .content-section .section-inner .section-content .accordeon::before {
    right: 16px;
  }
  .page-template-landingpage-capex .content-section .section-inner .section-content .accordeon .accordeon-title-container .accordeon-title {
    padding: 20px 70px;
  }
  .page-template-landingpage-capex .content-section .section-inner .section-content .accordeon .accordeon-title-container .accordeon-title p {
    font-size: 26px;
    line-height: 36px;
  }
  .page-template-landingpage-capex .diagram-section .content .content-inner .title-box h2 {
    font-size: 38px !important;
    line-height: 48px !important;
  }
  .page-template-landingpage-capex .diagram-section .content .content-inner .title-box span {
    font-size: 64px;
    line-height: 74px;
  }
  .page-template-landingpage-capex .content-width-boxes-section .section-inner .section-content {
    padding: 0 20px;
  }
  .page-template-landingpage-capex .content-width-boxes-section .section-inner .section-content .section-highlighted-content p {
    font-size: 24px;
    line-height: 34px;
  }
  .page-template-landingpage-capex .content-width-boxes-section .section-inner .section-accordeon-container {
    flex-direction: column;
  }
  .page-template-landingpage-capex .content-width-boxes-section .section-inner .section-accordeon-container .section-accordeon {
    width: 100%;
    margin-bottom: 50px;
  }
  .page-template-landingpage-capex .content-width-boxes-section .section-inner .section-accordeon-container .section-accordeon .section-accordeon-inner {
    padding: 0;
  }
  .page-template-landingpage-capex .content-width-boxes-section .section-inner .section-accordeon-container .section-text-on-the-side {
    width: 100%;
  }
  .page-template-landingpage-capex .content-width-boxes-section .section-inner .section-accordeon-container .section-text-on-the-side .quote:before {
    font-size: 32px;
  }
  .page-template-landingpage-capex .content-width-boxes-section .section-inner .section-accordeon-container .section-text-on-the-side p {
    font-size: 24px;
    line-height: 34px;
  }
  .page-template-landingpage-capex #rolle-des-einkaufs .section-heading .big-image {
    min-height: 350px;
  }
  .page-template-landingpage-capex #rolle-des-einkaufs .section-heading > .textbox {
    max-width: none;
    width: auto;
    position: absolute;
    bottom: -100px;
    left: 50px;
    right: 50px;
    transform: unset;
    display: block;
  }
  .page-template-landingpage-capex #rolle-des-einkaufs .section-heading > .textbox > .textbox-inner {
    width: 100%;
    padding: 30px 50px;
    bottom: unset;
  }
  .page-template-landingpage-capex #rolle-des-einkaufs .section-heading > .textbox > .textbox-inner p {
    margin: 0;
    font-size: 24px;
    line-height: 34px;
  }
  .page-template-landingpage-capex .textbox-section {
    padding: 60px 0 0 0;
  }
  .page-template-landingpage-capex .textbox-section .section-inner .section-content > p {
    font-size: 24px;
    line-height: 34px;
  }
  .page-template-landingpage-capex .member-section .section-inner {
    padding: 60px 0 30px 0;
  }
  .page-template-landingpage-capex .member-section .section-inner::before {
    left: 14px;
  }
  .page-template-landingpage-capex .member-section .section-inner::after {
    right: 14px;
  }
  .page-template-landingpage-capex .member-section .section-inner .swiper-container .member-box {
    padding: 0 30px 50px 30px;
  }
  .page-template-landingpage-capex #branchen-interviews .section-heading {
    display: inline-block;
    padding: 0 45px 0 0;
  }
  .page-template-landingpage-capex #branchen-interviews .section-heading::after {
    font-size: 2em;
    right: 0px;
    top: -10px;
  }
  .page-template-landingpage-capex .side-menu {
    position: relative;
    right: auto;
    border: none;
    background-color: #68c0b5;
    width: 100%;
    padding: 40px;
    z-index: 0;
    top: auto;
  }
  .page-template-landingpage-capex .side-menu .side-menu-title {
    display: block;
  }
  .page-template-landingpage-capex .side-menu .side-menu-button {
    display: none;
  }
  .page-template-landingpage-capex .side-menu .side-menu-content {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
  }
  .page-template-landingpage-capex .side-menu .side-menu-content a {
    margin: 0 20px;
  }
  .page-template-landingpage-capex .side-menu .side-menu-content a::before {
    width: 50px;
    height: 50px;
    font-size: 32px;
  }
  .page-template-landingpage-capex #fixed-mob-nav {
    display: none;
  }
}
@media only screen and (max-width: 560px) {
  .page-template-landingpage-capex #branchen-interviews .swiper-slide .textbox {
    font-size: 30px;
    line-height: 40px;
  }
  .page-template-landingpage-capex .side-menu .side-menu-content a::before {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-landingpage-capex h1 {
    font-size: 54px !important;
    line-height: 66px !important;
  }
  .page-template-landingpage-capex h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .page-template-landingpage-capex h3 {
    font-size: 22px !important;
    line-height: 32px !important;
  }
  .page-template-landingpage-capex .heading-section .heading-section-inner .heading-content .heading-content-inner .heading-box span {
    font-size: 22px;
    line-height: 34px;
  }
  .page-template-landingpage-capex .content-section .section-inner .section-content .accordeon::before {
    top: 5px;
    right: 5px;
  }
  .page-template-landingpage-capex .content-section .section-inner .section-content .accordeon .accordeon-title-container #animation_container {
    left: 5px;
  }
  .page-template-landingpage-capex .content-section .section-inner .section-content .accordeon .accordeon-title-container .accordeon-title {
    padding: 20px 60px;
  }
  .page-template-landingpage-capex .content-section .section-inner .section-content .accordeon .accordeon-title-container .accordeon-title p {
    font-size: 18px;
    line-height: 28px;
  }
  .page-template-landingpage-capex .content-width-boxes-section .section-inner .section-content {
    padding: 0;
  }
  .page-template-landingpage-capex .content-width-boxes-section .section-inner .section-boxes .box .box-header {
    flex-direction: column;
  }
  .page-template-landingpage-capex .content-width-boxes-section .section-inner .section-boxes .box .box-header .box-title {
    font-size: 24px;
    line-height: 34px;
  }
  .page-template-landingpage-capex .diagram-section .content .content-inner {
    padding: 30px;
  }
  .page-template-landingpage-capex .diagram-section .content .content-inner .title-box span {
    font-size: 48px;
    line-height: 58px;
  }
  .page-template-landingpage-capex #rolle-des-einkaufs .section-heading > .textbox {
    bottom: -100px;
    left: 30px;
    right: 30px;
  }
  .page-template-landingpage-capex #rolle-des-einkaufs .section-heading > .textbox > .textbox-inner {
    padding: 20px 30px;
  }
  .page-template-landingpage-capex #rolle-des-einkaufs .section-heading > .textbox > .textbox-inner p {
    font-size: 20px;
    line-height: 30px;
  }
  .page-template-landingpage-capex .lever-section .section-inner .lever-container {
    padding: 50px 30px 30px 30px;
  }
  .page-template-landingpage-capex .textbox-section .section-inner .section-content {
    padding: 70px 30px 30px 30px;
  }
  .page-template-landingpage-capex .textbox-section .section-inner .section-content .light-bulb-container {
    left: 30px;
  }
  .page-template-landingpage-capex .textbox-section .section-inner .section-content > p {
    font-size: 20px;
    line-height: 30px;
  }
  .page-template-landingpage-capex #branchen-interviews .swiper-slide::after {
    left: 0;
  }
  .page-template-landingpage-capex #branchen-interviews .swiper-slide > img {
    min-width: 200px;
  }
  .page-template-landingpage-capex #branchen-interviews .swiper-slide .textbox {
    font-size: 24px;
    line-height: 34px;
  }
}
@keyframes lever {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes swing {
  0% {
    transform: rotate(1deg);
  }
  50% {
    transform: rotate(-1.5deg);
  }
  100% {
    transform: rotate(1deg);
  }
}
.page-template-landingpage-capex .diagram-section .content .textbox {
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.page-template-landingpage-capex .diagram-section .content .textbox.animate-before {
  top: -200px;
  opacity: 0;
}
.page-template-landingpage-capex .diagram-section .content .content-inner .title-box span {
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  z-index: 1000;
}
.page-template-landingpage-capex .diagram-section .content .content-inner .title-box span.animate-before {
  transform: translateY(50%);
  opacity: 0;
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-boxes .box {
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-boxes .box.animate-before {
  transform: translateY(50%);
  opacity: 0;
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-accordeon-container .section-text-on-the-side {
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.page-template-landingpage-capex .content-width-boxes-section .section-inner .section-accordeon-container .section-text-on-the-side.animate-before {
  transform: translateX(50%);
  opacity: 0;
}
.page-template-landingpage-capex .tap-container-section .table-line * {
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.page-template-landingpage-capex .tap-container-section .table-line.animate-before > p {
  transform: translateY(50%);
  opacity: 0;
}
.page-template-landingpage-capex .baloon-section .baloon-container .baloon-container-inner img.baloon {
  z-index: 0;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  transform-origin: 40% 20%;
  -webkit-animation: swing 10s infinite;
  -moz-animation: swing 10s infinite;
  -o-animation: swing 10s infinite;
  animation: swing 10s infinite;
}
.page-template-landingpage-capex .baloon-section .section-inner .section-content .image img {
  z-index: 100;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.page-template-landingpage-capex .baloon-section.animate-before .baloon-container .baloon-container-inner img.baloon {
  margin-top: -100px;
  margin-left: -50px;
  opacity: 0;
}
.page-template-landingpage-capex .baloon-section .section-inner .section-content .image.animate-before img {
  transform: translateY(-50%);
  opacity: 0;
}
.page-template-landingpage-capex .accordion-section .section-heading .textbox .textbox-inner {
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.page-template-landingpage-capex .accordion-section .section-heading .textbox .textbox-inner.animate-before {
  transform: translateY(50%);
  opacity: 0;
}
.page-template-landingpage-capex .lever-section .section-inner .lever-container .lever-icon-container {
  width: 200px;
  height: 150px;
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: -50px;
  padding-top: 47px;
  position: relative;
}
.page-template-landingpage-capex .lever-section .section-inner .lever-container .lever-icon-container::after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 150px;
  background: #000;
  height: 6px;
  border-radius: 3px;
}
.page-template-landingpage-capex .lever-section .section-inner .lever-container .lever-icon-container .lever-icon {
  width: 150px;
  height: 150px;
  transform-origin: 50% 70%;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.page-template-landingpage-capex .lever-section.animate .section-inner .lever-container .lever-icon-container .lever-icon {
  -webkit-animation: lever 2000ms forwards;
  -moz-animation: lever 2000ms forwards;
  -o-animation: lever 2000ms forwards;
  animation: lever 2000ms forwards;
}
.page-template-landingpage-capex .textbox-section .section-inner .section-content .light-bulb-container .light-bulb-container-inner .glow {
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  border-radius: 50%;
  background-size: 120px;
  background-position: center center;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
}
.page-template-landingpage-capex .textbox-section.animate-before .section-inner .section-content .light-bulb-container .light-bulb-container-inner .glow {
  width: 0px;
  height: 0px;
  opacity: 0;
}
.page-template-landingpage-capex .member-section .section-inner::after,
.page-template-landingpage-capex .member-section .section-inner::before {
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.page-template-landingpage-capex .member-section.animate-before .section-inner::before {
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
}
.page-template-landingpage-capex .member-section.animate-before .section-inner::after {
  transform: translateY(50%) translateX(50%);
  opacity: 0;
}
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-row .use-cases-column-wrapper {
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.page-template-landingpage-capex .use-cases-section .section-inner .section-content .use-cases-row.animate-before .use-cases-column-wrapper {
  transform: translateY(50%);
  opacity: 0;
}
.page-template-landingpage-capex .popup-section .section-inner .section-heading::after {
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.page-template-landingpage-capex .popup-section.animate-before .section-inner .section-heading::after {
  transform: translateY(-50%) translateX(50%);
  opacity: 0;
}
#chart1 {
  position: relative;
  width: 100%;
  margin: 50px auto;
}
#chart1::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: calc(100% / 1.6);
}
#chart1 > * {
  position: absolute;
  top: 0px;
  left: 0px;
}
#chart1 .chart-background {
  width: 100%;
  height: calc(100% - 50px);
  margin: 25px 0px 25px;
  display: flex;
}
#chart1 .chart-arrow {
  margin: 25px 0px 25px 50px;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
}
@media only screen and (max-width: 1024px) {
  #chart1 .chart-arrow {
    margin-left: 30px;
    width: calc(100% - 30px);
  }
}
#chart1 .chart-arrow > DIV {
  position: absolute;
  width: 0;
  height: 54%;
  overflow: hidden;
  bottom: 0px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
#chart1 .chart-arrow > DIV > CANVAS {
  position: absolute;
  right: 0px;
}
#chart1 .chart-arrow.animate > DIV {
  width: 100%;
  height: 100%;
}
#chart1 .chart-values {
  flex: 0 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 5px;
  align-items: flex-end;
}
@media only screen and (max-width: 1024px) {
  #chart1 .chart-values {
    font-size: 10px;
    flex-basis: 30px;
  }
}
#chart1 .chart-values .chart-value:first-child {
  transform: translateY(-50%);
}
#chart1 .chart-values .chart-value:last-child {
  transform: translateY(50%);
}
#chart1 .chart-lines {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
#chart1 .chart-lines .chart-line {
  border-top: 1px dotted #000;
  flex: 1 1 100%;
}
#chart1 .chart-bars {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  position: absolute;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  margin: 25px 0px 25px 50px;
}
@media only screen and (max-width: 1024px) {
  #chart1 .chart-bars {
    margin-left: 30px;
    width: calc(100% - 30px);
  }
}
#chart1 .chart-bars .chart-bar {
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  flex: 1 1 auto;
  background: #FFF;
  height: 0px;
  position: relative;
  max-width: 4.16666667%;
}
#chart1 .chart-bars .chart-bar .chart-year {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateY(100%) translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  #chart1 .chart-bars .chart-bar .chart-year {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-template-landingpage-capex .tap-container-section {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-template-landingpage-capex .tap-container-section .section-inner {
    flex-direction: column;
  }
  .page-template-landingpage-capex .tap-container-section .section-inner .tap-container {
    width: 100% !important;
    max-width: unset !important;
    flex-direction: row !important;
  }
  .page-template-landingpage-capex .tap-container-section .section-inner .tap-container .tap {
    width: 50% !important;
    border-left: none !important;
    border-bottom: 4px solid #68c0b5 !important;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-template-landingpage-capex .tap-container-section .section-inner .tap-container .tap.active {
    border-bottom: 4px solid #f2910a !important;
    box-shadow: none !important;
  }
  .page-template-landingpage-capex .tap-container-section .section-inner .section-content .content {
    width: 100%;
  }
  .page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-table .content-title {
    max-width: unset !important;
    width: 100% !important;
  }
  .page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-title {
    max-width: unset;
    width: 100%;
  }
  .page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-inner {
    flex-direction: column-reverse;
  }
  .page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-inner .icon-container {
    max-width: unset;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 100%;
  }
  .page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-inner .icon-container span {
    margin: 0;
  }
  .page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-inner .icon-container span::before {
    top: auto;
  }
  .page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-inner #chart2 .chart-background .chart-lines .chart-line .chart-header {
    font-size: 14px;
    line-height: 18px;
  }
  .page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-inner #chart2 .chart-background .chart-lines .chart-line .chart-header big {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) and only screen and (max-width: 768px) {
  .page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-inner #chart2 .chart-background .chart-lines .chart-line .chart-header {
    font-size: 10px;
    line-height: 16px;
  }
  .page-template-landingpage-capex .tap-container-section .section-inner .section-content .content .content-for-tap .content-inner #chart2 .chart-background .chart-lines .chart-line .chart-header big {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-landingpage-capex .tap-container-section .section-inner .section-content .content #content-for-chart2 .content-inner #chart2 {
    height: 300px;
  }
  .page-template-landingpage-capex .tap-container-section .section-inner .section-content .content #content-for-chart2 .content-inner #chart2 .chart-background .chart-lines .chart-line .chart-header {
    font-size: 10px;
    line-height: 16px;
  }
  .page-template-landingpage-capex .tap-container-section .section-inner .section-content .content #content-for-chart2 .content-inner #chart2 .chart-background .chart-lines .chart-line .chart-header big {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-landingpage-capex .tap-container-section .section-inner .section-content .content #content-for-table .content-title,
  .page-template-landingpage-capex .tap-container-section .section-inner .section-content .content #content-for-chart2 .content-title {
    font-size: 24px;
    line-height: 34px;
  }
  .page-template-landingpage-capex .tap-container-section .section-inner .section-content .content #content-for-table .content-inner #chart2,
  .page-template-landingpage-capex .tap-container-section .section-inner .section-content .content #content-for-chart2 .content-inner #chart2 {
    height: 200px;
  }
  .page-template-landingpage-capex .tap-container-section .section-inner .section-content .content #content-for-table .content-inner #chart2 .chart-background .chart-lines .chart-line .chart-header,
  .page-template-landingpage-capex .tap-container-section .section-inner .section-content .content #content-for-chart2 .content-inner #chart2 .chart-background .chart-lines .chart-line .chart-header {
    height: 70px;
  }
}
@media only screen and (max-width: 1260px) {
  .use-cases-section .section-inner {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .use-cases-section .section-inner {
    padding: 0 30px;
  }
  .use-cases-section .section-inner .section-content .use-cases-heading-row {
    display: none !important;
  }
  .use-cases-section .section-inner .section-content .use-cases-row {
    flex-direction: column;
  }
  .use-cases-section .section-inner .section-content .use-cases-row.use-case-open .use-cases-column-wrapper {
    display: flex !important;
  }
  .use-cases-section .section-inner .section-content .use-cases-row.use-case-open .use-cases-row-title::before {
    content: '\e905' !important;
  }
  .use-cases-section .section-inner .section-content .use-cases-row .use-cases-row-title {
    width: 100% !important;
    padding: 0 !important;
    font-size: 18px !important;
    line-height: 20px !important;
    position: relative;
    padding-left: 50px !important;
  }
  .use-cases-section .section-inner .section-content .use-cases-row .use-cases-row-title span {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .use-cases-section .section-inner .section-content .use-cases-row .use-cases-row-title::before {
    font-family: 'invertoIconFont';
    content: '\e901';
    position: absolute;
    left: 0;
    color: #f2910a;
    font-size: 2em;
    top: 12px;
  }
  .use-cases-section .section-inner .section-content .use-cases-row .use-cases-row-title:hover {
    cursor: pointer;
  }
  .use-cases-section .section-inner .section-content .use-cases-row .use-cases-column-wrapper {
    flex-direction: column;
    align-items: center;
    transition: none !important;
    transform: none !important;
    background-image: none !important;
    width: 100% !important;
    display: none !important;
  }
  .use-cases-section .section-inner .section-content .use-cases-row .use-cases-column-wrapper .use-cases-column-title-mobile {
    text-align: center;
    display: block !important;
  }
  .use-cases-section .section-inner .section-content .use-cases-row .use-cases-column-wrapper .use-cases-column-title-mobile.vorgehen {
    margin-top: 50px;
  }
  .use-cases-section .section-inner .section-content .use-cases-row .use-cases-column-wrapper .use-cases-column-title-mobile.erreichte-ziele span {
    padding-left: 15px;
  }
  .use-cases-section .section-inner .section-content .use-cases-row .use-cases-column-wrapper .use-cases-column-title-mobile.erreichte-ziele h2 {
    padding-bottom: 0;
  }
  .use-cases-section .section-inner .section-content .use-cases-row .use-cases-column-wrapper .use-cases-column-title-mobile span {
    display: block;
    padding-left: 10px;
  }
  .use-cases-section .section-inner .section-content .use-cases-row .use-cases-column-wrapper .use-cases-column-title-mobile span::before {
    font-size: 80px;
  }
  .use-cases-section .section-inner .section-content .use-cases-row .use-cases-column-wrapper .use-cases-column-title-mobile h2 {
    font-size: 20px;
    line-height: 38px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding-left: 10px;
  }
  .use-cases-section .section-inner .section-content .use-cases-row .use-cases-column-wrapper .use-cases-column {
    max-width: 300px;
    width: 100% !important;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    min-height: 400px !important;
    align-items: flex-start !important;
    padding-top: 20px !important;
    padding-right: 30px !important;
  }
  .use-cases-section .section-inner .section-content .use-cases-row .use-cases-column-wrapper .use-cases-column ul {
    padding: 0 !important;
  }
  .use-cases-section .section-inner .section-content .use-cases-row .use-cases-column-wrapper .use-cases-column.box-1 {
    background-image: url('https://baseplus-projekte.de/invertodotcom/wp-content/themes/inverto/landingpage-capex/images/case-box-mobil-1.svg');
    margin-bottom: 20px;
    padding-left: 65px !important;
  }
  .use-cases-section .section-inner .section-content .use-cases-row .use-cases-column-wrapper .use-cases-column.box-2 {
    background-image: url('https://baseplus-projekte.de/invertodotcom/wp-content/themes/inverto/landingpage-capex/images/case-box-mobil-2.svg');
  }
  .use-cases-section .section-inner .section-content .use-cases-row .use-cases-column-wrapper .use-cases-column.box-2 ul {
    padding-left: 65px !important;
  }
  .use-cases-section .section-inner .section-content .use-cases-row .use-cases-column-wrapper .use-cases-column.box-3 {
    background-image: url('https://baseplus-projekte.de/invertodotcom/wp-content/themes/inverto/landingpage-capex/images/case-box-mobil-3.svg');
  }
  .use-cases-section .section-inner .section-content .use-cases-row .use-cases-column-wrapper .use-cases-column.box-3 ul {
    padding-left: 65px !important;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .use-cases-section .section-inner .section-content .use-cases-row .use-cases-column-wrapper .use-cases-column-title-mobile h2 {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-template-landingpage-capex .swiper-container .swiper-wrapper .swiper-slide {
    padding-left: 30px !important;
    padding-right: 30px !important;
    height: auto;
  }
  .page-template-landingpage-capex .swiper-container .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
  .page-template-landingpage-capex .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1.5);
    background: #f2910a;
  }
  .page-template-landingpage-capex .content-width-boxes-section .swiper-pagination-bullets {
    bottom: 50px;
  }
  .page-template-landingpage-capex .member-section .section-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-template-landingpage-capex .member-section .section-inner::before {
    left: 30px;
  }
  .page-template-landingpage-capex .member-section .section-inner::after {
    right: 30px;
  }
  .page-template-landingpage-capex .member-section .section-inner .swiper-container .swiper-wrapper {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 0 \0) {
  .page-template-landingpage-capex .heading-section .heading-section-inner .heading-content {
    transform: translateX(-50%) translateY(-50%);
    margin: 30px 0px;
  }
  .page-template-landingpage-capex #chart1 {
    background-image: url('https://baseplus-projekte.de/invertodotcom/wp-content/themes/inverto/landingpage-capex/images/chart1.png');
    background-size: contain;
    background-position: center center;
  }
  .page-template-landingpage-capex #chart1 > DIV {
    display: none;
  }
}
