@import url("https://use.typekit.net/gpv4efj.css");

html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth !important;
}

body {
  font-family: "corporate-s", sans-serif;
  background: #ededed;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth !important;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(/fileadmin/user_upload/universal/praxiskom_logo_weiss_01.svg)
    50% 50% no-repeat #ededed;
  background-size: 6%;
}

.topLogo {
  display: block;
  width: 300px;
}

.imprint-pri-sec a,
.pageSpace a {
  color: #000000;
}
.imprint-pri-sec a:hover,
.pageSpace a:hover {
  color: #e72f77;
  text-decoration: underline;
}

.imprint-pri-sec {
  padding: 8em 0;
}

.imprint-pri-sec .accordion-header button::before {
  display: none;
}
.imprint-pri-sec .accordion-body h5 {
  font-size: 24px;
  line-height: 28px;
}
.imprint-pri-sec .accordion-body {
  padding-top: 0;
}
.imprint-pri-sec .card button.btn.btn-link,
.imprint-pri-sec .card button.btn.btn-link.collapsed:after,
.imprint-pri-sec .card button.btn.btn-link:after {
  color: #000000;
}

.ce-bodytext a,
.ce-bodytext a:hover {
  color: #063d79;
  text-decoration: none;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.container {
  max-width: 85%;
  margin: auto;
  padding: 0;
}

.container-95 .container {
  max-width: 95%;
}

.fw-sec .container {
  max-width: 100%;
  margin: auto;
}

.pageSpace {
  padding: 3em 0;
}

.index-1 {
  z-index: 1;
  position: relative;
}
.index-2 {
  z-index: 2;
  position: relative;
}

.owl-dot {
  outline: none !important;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

nav.navbar-light .col-md-7.col-xs-12 {
  position: static;
}

.shortCuts {
  text-align: center;
  position: absolute;
  right: 15%;
  /* top: -9px; */
  z-index: 2;
}

.shortCuts a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  margin: 0 12px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  padding: 10px 20px;
  border-radius: 20px;
  width: 100%;
}
.FixNav.inner .shortCuts a,
.FixNav.sticky .shortCuts a {
  color: #262626;
  border: 1px solid #262626;
}
.FixNav.inner .navbar-toggler,
.FixNav.sticky .navbar-toggler {
  border: 1px solid #262626 !important;
}

.FixNav.inner .navbar-toggler .icon-bar,
.FixNav.sticky .navbar-toggler .icon-bar {
  background: #262626;
}

.shortCuts a:hover {
  letter-spacing: 0.9px;
}

.shortCuts.topIcons {
  padding: 8px 15px;
}

.shortCuts.topIcons a {
  color: #fff;
}

.ico {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

/* ------------------------ */
.scrolla {
  position: absolute;
  cursor: pointer;
  left: 50%;
  bottom: 10%;
  padding-bottom: 0;
  z-index: 20;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

/* --------*/

.topShortCuts {
  position: absolute;
  top: 100px;
  right: 45px;
}

.topShortCuts a {
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff;
  line-height: 85px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 18px;
  color: #063d79;
  font-size: 25px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

.topShortCuts a:hover {
  transform: scale(1.1);
}

/* =======*/

h1 {
  color: #000000;
  font-size: 80px;
  letter-spacing: 10%;
  line-height: 96px;
  margin-bottom: 2rem;
}

h2 {
  color: #000000;
  font-size: 48px;
  line-height: 57px;
  margin-bottom: 2rem;
}

h3 {
  color: #000000;
  letter-spacing: 5%;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 1rem;
}

h4 {
  color: #000;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 5%;
}

h5 {
  color: #000;
  font-size: 132px;
  letter-spacing: 1%;
  line-height: 159px;
}

p,
ul li {
  color: #000000;
  font-size: 16px;
  line-height: 19px;
}

p.lead {
  color: #e72f77;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: 10%;
  text-transform: uppercase;
}

ul {
  padding-left: 20px;
}

table.contenttable td {
  color: #063d79;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

/*  -----------------------------------------  */

.header-vid-sec {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.header-vid-sec:before {
  content: "";
  background-color: #474747;
  opacity: 50%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.header-vid-sec p {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 80px;
  line-height: 100%;
  color: #fff;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 10%;
}

#volume-switcher {
  display: none;
}
#switcher-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  z-index: 1;
}
#switcher-container:before {
  content: "";
  background: url("/fileadmin/user_upload/PRAX26/icons-svg/Group_43.svg") center
    center/100%;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 49px;
  height: 66px;
  display: block;
}
#volume-switcher:checked + #switcher-container:before {
  display: none;
}

.sr-vid #switcher-container,
.header-vid-sec #switcher-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  z-index: 1;
}
.sr-vid #switcher-container::before,
.header-vid-sec #switcher-container::before {
  content: "";
  background-size: 400% 400%;
  animation: 15s infinite text-color-gradient;
  width: 50px;
  height: 50px;
  display: block !important;
  top: unset;
  left: unset;
  bottom: 10px;
  right: 15px;
  transform: unset;
  position: absolute;
  border-radius: 50%;
  background-image: linear-gradient(to right, #e72f77, #e72f77);
}
.sr-vid #switcher-container:after,
.header-vid-sec #switcher-container:after {
  content: "";
  border: 0 solid #000;
  background: url(/fileadmin/user_upload/PRAX26/icons-svg/volume-xmark.svg)
    center center / 100%;
  bottom: 21px;
  right: 24px;
  position: absolute;
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
}
.sr-vid #volume-switcher:checked + #switcher-container:after,
.header-vid-sec #volume-switcher:checked + #switcher-container:after {
  content: "";
  background: url(/fileadmin/user_upload/PRAX26/icons-svg/volume-high.svg)
    center center / 100%;
  background-repeat: no-repeat;
}



.teaser-image {
  padding: 0;
}

.teaser-image img {
  height: 566px !important;
  object-fit: cover;
}

.teaser-inner-content h4 {
  margin: 2rem 0;
  color: #707070;
}

.accordion-item {
  border-top: 1px solid #000000;
  padding: 10px 0;
  cursor: pointer;
  margin-bottom: 15px;
}

.accordion-item button {
  outline: 0;
  color: #000000;
  border: 0;
  background-color: transparent;
  width: 100%;
  text-align: left;
  display: block;
  cursor: pointer;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
}

.accordion-item .accordion-body header {
  display: none;
}

.accordion-header button::before {
  content: "";
  background-image: url(/fileadmin/user_upload/PRAX26/icons-svg/accordeon-plus.svg);
  background-repeat: no-repeat;
  width: 49px;
  height: 49px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.active--collapse .accordion-header button::before {
  background-image: url(/fileadmin/user_upload/PRAX26/icons-svg/accordeon-minus.svg);
}

.accordion-body {
  padding-top: 3em;
}

.dropdown-toggle::after {
  display: none;
}

ul.dropdown-menu {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  margin-top: 0px;
  /* width: 100%; */
  background: transparent;
  border: 0px solid #fff;
  border-radius: 0;
  padding-top: 1em;
  padding-bottom: 3em;
  z-index: 100;
  /* width: 100%; */
  box-shadow: unset;
  transform: translate(-50%, -50%) !important;
}

nav.navbar-light.navbar-expand-md {
  position: relative;
  padding: 0;
}

.navbar-nav ul.dropdown-menu a {
  padding: 18px;
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-transform: inherit;
  text-align: left;
  color: #000;
}

.navbar-nav ul.dropdown-menu a:before,
.navbar-nav ul.dropdown-menu a:hover:before {
  display: none;
}

.navbar-collapse {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 49;
  background: #d9d9d9f2;
  padding: 55px 6% 0;
}

.navbar-expand-lg .navbar-toggler {
  display: block;
}

.collapse:not(.show) {
  display: block !important;
}
.accordion .collapse:not(.show) {
  display: none !important;
}

nav.navbar-light.navbar-expand-md .col-md-7.col-xs-12 {
  position: static;
}

li.dropdown {
  position: static;
}

.navbar-nav li a {
  text-align: center;
  color: #000000;
  font-size: 132px;
  /* font-size: clamp(64px, 5vw, 132px); */
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1%;
  text-transform: inherit;
  padding: 20px 15px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  outline: none;
}

.navbar-nav li a:hover {
  color: #e72f77;
}
.navbar-nav li a:focus,
.navbar-nav li a:active {
  color: #e72f77;
  text-decoration: underline;
}

.navbar-toggler .open .icon-bar {
  position: relative;
  left: 3px;
}

.navContent {
  display: flex;
  gap: 40px;
  border-top: 1px solid #e72f77;
  margin-top: 1em;
  padding-top: 2em;
}

.navbar-toggler {
  border: 1px solid #ffffff !important;
  border-radius: 50%;
  outline: none !important;
  position: relative;
  padding: 10px 7px;
  z-index: 1000;
  display: inline-block;
  margin-bottom: 0;
  float: right;
}

.navShortcuts a {
  display: block;
  margin-bottom: 25px;
}

a.closeBtn {
  /*    display: inline-block;*/
  cursor: pointer;
  margin-bottom: 50px;
  float: right;
  margin-top: 2em;
  position: absolute;
  left: 16px;
  display: none;
}

.closeBtn .icon-bar,
.navbar-toggler .icon-bar {
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 8px;
}

.navbar-toggler .open .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: -5% 0%;
  -ms-transform-origin: -5% 0%;
  transform-origin: -5% 0;
}

.navbar-toggler .open .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .open .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggler .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.menuTxt.open {
  color: #4184bc;
}

header.FixNav {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px) saturate(180%) brightness(1.1);
  -webkit-backdrop-filter: blur(10px) saturate(180%) brightness(1.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12),
    inset 0 1px 1px rgba(255, 255, 255, 0.25),
    inset 0 -1px 1px rgba(255, 255, 255, 0.08);
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 50;
  width: 60%;
  margin: auto;
  border-radius: 40px;
  padding: 15px 0;
}

header.FixNav .container-fluid {
  width: 95%;
  margin: auto;
  padding: 0;
}

/* --------------------------------------------- */
.partners-wrapper .owl-carousel.owl-drag .owl-item {
  height: 90px;
  background: #262626;
  border-radius: 50px;
}
.partners-wrapper .owl-carousel .owl-item img {
  width: fit-content;
  object-fit: contain;
  height: 100%;
  margin: auto;
}

.reviews-slider .owl-carousel .item {
  will-change: transform;
  transform: translateZ(0); /* Forces GPU hardware acceleration layers */
  backface-visibility: hidden;
}

.reviews-slider .owl-item .item {
  will-change: transform;
  transform-origin: center center;
  display: flex;
  flex-direction: column-reverse;
  padding: 5% 15%;
  background: #fff;
  border-radius: 40px;
  height: 600px;
  justify-content: space-between;
}
.reviews-slider .owl-stage-outer {
  overflow: visible !important;
}
.reviews-slider {
  overflow: hidden;
  padding-top: 8em;
}
.reviews-slider .owl-carousel .owl-item img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.reviews-slider .owl-carousel .owl-item .carousel-content {
  position: relative;
  padding: 2em 0;
  height: 450px;
}
.reviews-slider .owl-carousel .owl-item .carousel-content blockquote {
  position: absolute;
  bottom: -130px;
  left: 165px;
}
.reviews-slider .owl-carousel .owl-item .carousel-content::before {
  content: "";
  background-image: url(/fileadmin/user_upload/PRAX26/icons-svg/qutation1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 37px;
  height: 35px;
  position: relative;
  top: -25px;
  left: -25px;
}
.reviews-slider .owl-carousel .owl-item .carousel-content::after {
  content: "";
  background-image: url(/fileadmin/user_upload/PRAX26/icons-svg/qutation2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 37px;
  height: 35px;
  position: absolute;
  bottom: 0;
  right: -25px;
}

/* ── Wrapper ─────────────────────────────────────────── */
.img-scrollaple-wrapper {
  position: relative;
  min-height: 300vh;
  background: transparent;
}


/* ── Sticky ──────────────────────────────────────────── */
.scaler-sticky {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* ── Grid: 5 cols x 3 rows with generous gap ─────────── */
.scaler-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: clamp(12px, 2vw, 28px);
  padding: clamp(12px, 3vw, 48px);
}

/* ── Only show 2 images per row, skip center col ──────── */
.scaler-cell {
  will-change: transform, opacity;
}

/* Row 1 */
.pos-tl {
  grid-area: 1 / 1;
}
.pos-tr {
  grid-area: 1 / 5;
}

/* Row 2 — skip col 3 (center) */
.pos-ml {
  grid-area: 2 / 1;
}
.pos-mr {
  grid-area: 2 / 5;
}

/* Row 3 */
.pos-bl {
  grid-area: 3 / 1;
}
.pos-br {
  grid-area: 3 / 5;
}

/* Extra images fill cols 2 and 4 */
.pos-6 {
  grid-area: 1 / 2;
}
.pos-7 {
  grid-area: 1 / 4;
}
.pos-8 {
  grid-area: 2 / 2;
}
.pos-9 {
  grid-area: 2 / 4;
}
.pos-10 {
  grid-area: 3 / 2;
}
.pos-11 {
  grid-area: 3 / 4;
}

/* Hide overflow images — only show 12 max */
.pos-12 {
  display: none;
}

.scaler-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  aspect-ratio: 3 / 4;
  display: block;
}

/* ── Center image ────────────────────────────────────── */
.scaler-center {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scaler-center img {
  object-fit: cover;
  display: block;
  will-change: width, height;
}

.border-250 figure img {
  border-radius: 250px;
}

.webdesign-termin-logo .custom-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.footer {
  padding: 3em 0 1em;
  position: relative;
}
.footer .container {
  max-width: 95%;
}

.footer-social {
  width: fit-content;
  margin: 0 auto 3em;
}
.footer-social a:hover .not-hoverd,
.footer-social a .hoverd {
  display: none;
}
.footer-social a:hover .hoverd {
  display: inline-block;
}
.footer-social a:hover,
.footer-social a {
  text-decoration: none;
  margin: 5px;
}

a.mainBtn {
  display: inline-block;
  color: #3d3d3c;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  border: 1px solid #3d3d3c;
  padding: 10px 20px;
  border-radius: 20px;
  width: 35%;
  text-align: center;
}

a.mainBtn:hover {
  letter-spacing: 10%;
  text-decoration: none;
  color: #3d3d3c;
}

.footer a.mainBtn {
  width: 24%;
}

a.STEF_back-to-top {
  position: absolute;
  right: 3%;
  bottom: 60px;
}

.copy-r .container {
  max-width: 100%;
}

.copy-r .col-md-6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.copy-r a {
  color: #000000;
  font-size: 16px;
  text-decoration: none;
  margin-left: 5px;
}

.copy-r p {
  color: #000000;
  font-size: 16px;
}

.copy-r p a strong {
  margin: 0 10px;
  font-size: 0;
  background: url(/fileadmin/user_upload/universal/praxiskom_logo_weiss_01.svg)
    no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.owl-container .owl-carousel .owl-nav button.owl-prev {
  margin-left: -2em;
}
.owl-container .owl-carousel .owl-nav button.owl-next {
  margin-right: -2em;
}

.owl-theme .owl-dots .owl-dot span {
  background: #fff !important;
  border: 1px solid #707070;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #bebebe !important;
}

.table td,
.table th {
  border-top: unset;
  padding: 0;
}

.FixNav.inner .startlogo,
.FixNav .scrollLogo,
.FixNav.sticky .startlogo {
  display: none;
}
.FixNav.inner .scrollLogo,
.FixNav.sticky .scrollLogo {
  display: block;
}

/* .FixNav.inner.sticky,
.FixNav.sticky {
  position: fixed;
} */

/* header.FixNav.inners .topLogo {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
} */

.pageSpace.first-sec {
  padding: 8em 0 3em;
}
.first-sec figure {
  width: 516px;
  margin: auto;
}
.first-sec figure img {
  border-radius: 40px;
}

.second-sec .container {
  max-width: 95%;
}
.second-sec .txt-col {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px) saturate(180%) brightness(1.1);
  -webkit-backdrop-filter: blur(10px) saturate(180%) brightness(1.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12),
    inset 0 1px 1px rgba(255, 255, 255, 0.25),
    inset 0 -1px 1px rgba(255, 255, 255, 0.08);
  margin-left: -3%;
  align-content: center;
  padding: 2em 9em;
  border-radius: 40px;
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
  max-width: 43%;
}
.second-sec .txt-col a.mainBtn {
  width: 50%;
}
.second-sec .img-col {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.second-sec .img-col figure {
  margin: 0;
}
.second-sec .img-col figure img {
  border-radius: 40px;
}

.scalable-img-sec {
  position: relative;
}
.scalable-img-sec .container {
  max-width: 95%;
}
.scalable-img-sec figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  border-radius: 250px;
}
.scalable-img-sec figure img {
  border-radius: 250px;
  object-fit: cover;
  transition: transform 0.6s ease;
  transform-origin: center center;
  display: block;
  width: 100%;
  height: 100%;
}
.scalable-img-sec .container:hover figure img {
  transform: scale(1.1);
}
.scalable-img-sec .frame-type-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.scalable-img-sec .frame-type-text h5,
.scalable-img-sec .frame-type-text h1,
.scalable-img-sec .frame-type-text p {
  color: #ffffff;
}
.scalable-img-sec .frame-type-text a.mainBtn {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.taps-links {
  border-bottom: 1px solid #e72f77;
  display: flex;
  justify-content: space-around;
}
.taps-links a {
  color: #262626;
  font-size: 24px;
  line-height: 100%;
  padding: 5px 5%;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid transparent;
}
.taps-links a:hover,
.taps-links a.active {
  color: #e72f77;
  border-bottom: 1px solid #e72f77;
  text-decoration: none;
}
.tabs-viewport {
  width: 100vw;
  height: 100vh;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  padding: 30px 0 50px;
}
.tabs-track {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  will-change: transform;
}
/* ── Parent Section Protection ── */
.taps-sec {
  overflow-x: hidden; /* Prevents the off-screen slider items from making the website scroll sideways */
  width: 100%;
}

/* Ensure the tracking workspace fills its parent node area fully */
.tabs-viewport {
  width: 100%;
  overflow: visible; /* Allows the scaled-down side panels to remain cleanly visible */
}

.tabs-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  will-change: transform;
}

/* ── Desktop Base Dimensions ── */
.taps-sec .second-sec {
  flex-shrink: 0;
  box-sizing: border-box;
  will-change: transform, opacity;
  transform-origin: center top;
  height: 720px;
  width: 1056px;
}

/* ── Your Custom Mobile Breakpoint Configuration ── */
@media (max-width: 1200px) {
  .taps-sec .second-sec {
    width: 376px; /* Your requested fixed structural width */
    max-width: 90vw; /* Safety guard constraint to prevent clipping on tiny displays like iPhone SE */
    height: auto;
  }

  .taps-sec .second-sec .img-col figure img {
    height: 580px;
    width: 100%;
    object-fit: cover;
  }

  .taps-sec .second-sec .txt-col {
    height: auto;
    -ms-flex: 0 0 94%;
    flex: 0 0 94%;
    max-width: 94%;
    padding: 45px 2em;
    margin: -4% auto 0;
  }
}
.taps-sec .second-sec .row {
  align-items: center;
}
.taps-sec .second-sec .txt-col {
  height: 60vh;
  margin-left: -4%;
  padding: 0 6em;
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
  max-width: 43%;
}
.taps-sec .second-sec .txt-col a.mainBtn {
  width: 80%;
}

.marketing-wrapper {
  width: 100%;
  box-sizing: border-box;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.marketing-panels {
  padding-top: 0;
}
.marketing-panels .row {
  align-items: flex-start;
  min-height: 65vh;
}

.marketing-panels .col-md-6:first-child {
  position: sticky;
  top: 20vh;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  align-self: center;
  align-content: center;
  background-color: #fff;
  border-radius: 40px;
  padding: 90px;
  height: 40vh;
}
.marketing-panels .col-md-6:first-child a.mainBtn {
  width: 45%;
}

.marketing-panels .col-md-6:last-child {
  position: sticky;
  top: 10vh;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.mp-text-stack,
.mp-image-stack {
  position: relative;
}

.mp-text-stack .frame,
.mp-image-stack .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.mp-image-stack img {
  width: 100%;
  height: 693px !important;
}

.mp-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}

.mp-dot {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #d9d9d9;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  flex-shrink: 0;
  transition: width 0.4s ease, border-radius 0.4s ease;
}

.mp-dot.active {
  width: 36px;
  border-radius: 6px;
  background: #d9d9d9;
}
.mp-dot.done {
  background: #e72f77;
}
.mp-dot-fill {
  display: block;
  position: absolute;
  inset: 0;
  background: #e72f77;
  border-radius: 6px;
  transform-origin: left center;
  transform: scaleX(0);
}

.mp-arrow-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  margin-left: 41%;
  background: rgba(237, 237, 237, 0.1);
  backdrop-filter: blur(5px) saturate(100%);
  -webkit-backdrop-filter: blur(5px) saturate(100%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 3px 10px #c5c5c563;
  width: fit-content;
  padding: 0 15px 0 5px;
  border-radius: 20px;
}

.mp-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: unset;
  background: transparent;
  cursor: pointer;
  color: #262626;
  padding: 0;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  flex-shrink: 0;
}

.mp-arrow img {
  width: 16px;
  height: 16px;
  display: block;
}

.mp-counter {
  font-size: 14px;
  font-weight: 500;
  color: #262626;
  letter-spacing: 0.05em;
  min-width: 48px;
}
@media (max-width: 1023px) {
  .marketing-wrapper {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
    display: block !important;
  }

  .marketing-panels .col-md-6:first-child,
  .marketing-panels .col-md-6:last-child {
    position: static !important;
    top: auto !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    height: auto !important;
  }

  .mp-arrow-nav {
    margin-left: 0 !important;
  }
}

.events-sec .ce-textpic {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-evenly;
  min-height: 300px;
}
.events-sec .ce-textpic .ce-row {
  display: flex;
  gap: 20px;
  align-items: center;
}
.events-sec img.image-embed-item {
  border-radius: 0;
}
.events-sec a.mainBtn {
  width: auto;
}
.events-sec .col-md-4 .container-wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 40px;
  padding: 20% 15%;
  margin-bottom: 30px;
}
.events-sec .row {
  justify-content: space-between;
}
.events-sec.disabled a.mainBtn {
  pointer-events: none;
  cursor: default;
}
.events-sec.disabled .col-md-4 .container-wrapper::before {
  content: "";
  background-color: #262626;
  opacity: 0.5;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 40px;
}

.team-sec .container-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.team-sec .frame-type-image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  background-color: #39393980;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border-radius: 40px;
  transition: all 0.3s ease-in-out;
}
.team-sec .container-wrapper .frame-type-html {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.team-sec .container-wrapper .frame-type-text {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translatex(-50%);
  width: 85%;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.team-sec .container-wrapper .frame-type-text h4,
.team-sec .container-wrapper .frame-type-text h5,
.team-sec .container-wrapper .frame-type-text p {
  color: #ffffff;
}
.team-sec .container-wrapper .frame-type-text h5 {
  font-size: 24px;
  letter-spacing: 5%;
  line-height: 28px;
}

.team-sec .container-wrapper:hover .frame-type-text,
.team-sec .container-wrapper:hover .frame-type-html,
.team-sec .container-wrapper:hover .frame-type-image:before {
  opacity: 1;
}
.team-sec .custom-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.team-sec .grid-item {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
}

.seo-iconText-sec.kontakt .custom-grid-wrapper {
  justify-content: center;
}
.seo-iconText-sec.kontakt .custom-grid-wrapper a.mainBtn {
  width: 100%;
}

.nav_btns .custom-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nav_btns .grid-item {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
}
.nav_btns a.mainBtn {
  width: 100%;
}

.sr-first .container {
  max-width: 85%;
}
.sr-first .video-frame-container {
  position: relative;
  width: fit-content;
  margin: auto;
}
.sr-first video {
  position: relative;
  /* left: 50%; */
  /* top: 50%; */
  width: 74%;
  height: auto;
  object-fit: cover;
  /* transform: translate(-50%, 0); */
  border-radius: 40px;
  z-index: 1;
}

.sr-second .custom-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4em;
}
.sr-second.seo-first .custom-grid-wrapper {
  margin-top: 0;
  margin-bottom: 3em;
}
.sr-second .grid-item {
  width: 25%;
  padding: 0 15px;
}
.sr-second.seo-first .grid-item {
  width: 33.33%;
  padding: 0 15px;
}
.sr-second.seo-first.grundung-first .grid-item {
  width: 50%;
  padding: 0 15px;
}
.sr-second .grid-item img {
  height: 600px;
}
.sr-second .grid-item .ce-textpic {
  position: relative;
}
.sr-second .grid-item .ce-textpic .ce-bodytext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  z-index: 2;
}
.sr-second .grid-item .ce-textpic .ce-bodytext h3,
.sr-second .grid-item .ce-textpic .ce-bodytext p {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.sr-second.seo-first .grid-item .container-wrapper {
  position: relative;
}
.sr-second.seo-first .grid-item .container-wrapper .frame-type-text {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 95%;
}
.sr-second.seo-first .grid-item .container-wrapper .frame-type-text a.mainBtn {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.sr-second .grid-item .ce-textpic .ce-bodytext h3 {
  font-size: 34px;
  line-height: 38px;
  color: #ffffff;
}
.sr-second .grid-item .ce-textpic .ce-bodytext p,
.sr-second .grid-item .frame-type-text h3 {
  color: #ffffff;
}
.sr-second .grid-item figure::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  background-color: #39393980;
  border-radius: 40px;
  transition: all 0.3s ease-in-out;
}

.sr-second .grid-item.active figure::before,
.sr-second .grid-item.active .ce-textpic .ce-bodytext h3,
.sr-second .grid-item.active .ce-textpic .ce-bodytext p {
  opacity: 1;
}

.sr-third .row {
  background-image: linear-gradient(#000000, #000000),
    linear-gradient(#000000, #000000);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position-y: 33%;
  margin: 4em 0;
}
.sr-third .col-md-4:nth-of-type(3) {
  align-content: center;
}
.sr-third .col-md-4 figure {
  width: 294px;
  margin: auto;
}
.sr-third .custom-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4em;
}
.sr-third .custom-grid-wrapper .grid-item {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
}
.sr-third .custom-grid-wrapper .grid-item .container-wrapper {
  display: flex;
  gap: 15px;
  align-items: baseline;
}
.sr-third .custom-grid-wrapper .grid-item .container-wrapper h2 {
  font-size: 75px;
  color: #e72f77;
}

.sr-forth h1 {
  font-size: 80px;
  line-height: 96px;
}
.sr-forth .ce-textpic {
  display: flex;
  flex-direction: column-reverse;
}
.sr-forth .ce-textpic figure {
  width: 243px;
  height: 243px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.sr-forth .custom-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 6em 0;
  justify-content: center;
}
.sr-forth .custom-grid-wrapper .grid-item {
  -ms-flex: 0 0 16.66666666666667%;
  flex: 0 0 16.66666666666667%;
  max-width: 16.66666666666667%;
  padding: 0 15px;
}
.sr-forth .custom-grid-wrapper .grid-item h2 {
  font-size: 75px;
  color: #e72f77;
}
.sr-forth video {
  height: 514px;
  object-fit: cover;
  border-radius: 40px;
}

.seo-vid-sec .frame-type-text {
  width: 70%;
  margin: auto;
}
/* .timeline-wrapper svg {
  margin: 1rem auto;
  display: block;
} */

.timeline-wrapper .frame-type-html:has(svg) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 1rem auto;
}
.timeline-svg path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.seo-vid-sec .video-frame-container {
  position: relative;
  width: fit-content;
  margin: auto;
}
.seo-vid-sec .video-frame-container img {
  width: 70%;
  margin: auto;
  display: block;
  border-radius: 40px;
}
.seo-vid-sec .video-frame-container video {
  position: relative;
  left: 50%;
  width: 76%;
  height: auto;
  object-fit: cover;
  transform: translate(-50%, 0);
  border-radius: 14px;
  z-index: 1;
}

.dentist-pills-sec .row {
  margin: 2em 0;
}
.dentist-pills-sec .frame-type-text {
  width: 70%;
  margin: auto;
}
.dentist-pills-sec .col-md-6 .frame-type-text {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px) saturate(180%) brightness(1.1);
  -webkit-backdrop-filter: blur(10px) saturate(180%) brightness(1.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12),
    inset 0 1px 1px rgba(255, 255, 255, 0.25),
    inset 0 -1px 1px rgba(255, 255, 255, 0.08);
  border-radius: 50px;
  padding: 12px 45px 0px;
  width: 100%;
}

.second-sec.seo-acc-sec .container {
  max-width: 100%;
}
.seo-acc-sec .accordion-item {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.seo-acc-sec .accordion-item button {
  color: #e72f77;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 10%;
  text-align: left;
  text-transform: uppercase;
}
.seo-acc-sec .accordion-header button::before {
  background-image: url(/fileadmin/user_upload/PRAX26/icons-svg/plus.svg);
  width: 17px;
  height: 17px;
}
.seo-acc-sec .active--collapse .accordion-header button::before {
  background-image: url(/fileadmin/user_upload/PRAX26/icons-svg/minus.svg);
  width: 17px;
  height: 1px;
}

.text-highlight-sec {
  padding-bottom: 3em;
}
.text-highlight-sec .frame-type-text:nth-of-type(1) {
  width: 75%;
  margin: auto;
}
.text-highlight-sec .frame-type-text:nth-of-type(2) {
  margin-top: 6em;
}
.text-highlight-sec h4 .hl-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e72f77;
  z-index: 1;
  transform: scaleX(0);
  transform-origin: left center;
}
.text-highlight-sec h4 .hl-text {
  position: relative;
  z-index: 2;
  color: #262626;
  transition: color 0.1s ease;
}
.text-highlight-sec .frame {
  text-align: center;
  width: 100%;
}

.seo-btn-sec .img-col {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  position: relative;
}
.seo-btn-sec .text-col {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  padding: 60px;
}
.seo-btn-sec a.mainBtn {
  color: #e72f77;
  border: 1px solid #e72f77;
  width: auto;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px) saturate(180%) brightness(1.1);
  -webkit-backdrop-filter: blur(10px) saturate(180%) brightness(1.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12),
    inset 0 1px 1px rgba(255, 255, 255, 0.25),
    inset 0 -1px 1px rgba(255, 255, 255, 0.08);
}
.seo-btn-sec a.mainBtn:hover {
  background: #e72f77;
  color: #ffffff;
}
.seo-btn-sec a.mainBtn.active {
  background: #e72f77;
  color: #ffffff;
}
.seo-btn-sec a.mainBtn.exp-btn1 {
  position: absolute;
  top: 25%;
  left: 20%;
}
.seo-btn-sec a.mainBtn.exp-btn2 {
  position: absolute;
  bottom: 14%;
  left: 28%;
}
.seo-btn-sec a.mainBtn.exp-btn3 {
  position: absolute;
  bottom: 11%;
  right: 6%;
}
.seo-btn-sec a.mainBtn.exp-btn4 {
  position: absolute;
  bottom: 27%;
  right: 0;
}
.seo-btn-sec a.mainBtn.exp-btn5 {
  position: absolute;
  top: 40%;
  right: 0;
}

.seo-iconText-sec .custom-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5em;
}
.seo-iconText-sec .custom-grid-wrapper .grid-item {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
}
.seo-iconText-sec .custom-grid-wrapper .grid-item .ce-textpic {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px) saturate(180%) brightness(1.1);
  -webkit-backdrop-filter: blur(10px) saturate(180%) brightness(1.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12),
    inset 0 1px 1px rgba(255, 255, 255, 0.25),
    inset 0 -1px 1px rgba(255, 255, 255, 0.08);
  border-radius: 40px;
  padding: 3em;
  min-height: 452px;
}
.seo-iconText-sec .custom-grid-wrapper .grid-item img.image-embed-item {
  height: 70px;
  width: auto;
  border-radius: 0;
  margin: 0 auto 2em;
  display: block;
  max-width: 166px;
  object-fit: contain;
}

.seo-heatmap-sec .row.align-items-center {
  margin-top: 5em;
}
.seo-heatmap-sec .row .img-col {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.seo-heatmap-sec .row .txt-col {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.seo-heatmap-sec .row .container-wrapper {
  display: flex;
  align-items: center;
}
.seo-heatmap-sec .row .container-wrapper .frame-type-text {
  width: 15%;
  flex: 0 0 15%;
  padding: 0 15px;
}
.seo-heatmap-sec .row .container-wrapper .frame-type-textpic {
  width: 70%;
  flex: 0 0 70%;
  padding: 0 15px;
}
.heatmap-slider-widget {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  user-select: none;
  touch-action: pan-y;
}
.heatmap-slider-widget img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.heatmap-slider-widget .img-after {
  clip-path: inset(0 0 0 var(--slider-pos, 50%));
}
.heatmap-slider-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--slider-pos, 50%);
  width: 2px;
  background-color: #000000;
  transform: translateX(-50%);
  cursor: ew-resize;
  z-index: 10;
}
.heatmap-slider-handle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background-image: url(/fileadmin/user_upload/PRAX26/icons-svg/icon_before_after.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.seo-heatmap-sec .row .col-md-4 .frame {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.seo-heatmap-sec .row .col-md-4 .frame::before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}
.seo-heatmap-sec .row .col-md-4:nth-of-type(1) .frame:before {
  background-color: #f33a3a;
}
.seo-heatmap-sec .row .col-md-4:nth-of-type(2) .frame::before {
  background-color: #f4c20d;
}
.seo-heatmap-sec .row .col-md-4:nth-of-type(3) .frame::before {
  background-color: #357511;
}

.heatmap-desc .container {
  max-width: 67%;
}

.geo-pills-sec .row {
  margin-top: 2em;
}
.geo-pills-sec .col-md-4 .frame-type-text {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px) saturate(180%) brightness(1.1);
  -webkit-backdrop-filter: blur(10px) saturate(180%) brightness(1.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12),
    inset 0 1px 1px rgba(255, 255, 255, 0.25),
    inset 0 -1px 1px rgba(255, 255, 255, 0.08);
  border-radius: 50px;
  padding: 12px 45px 0px;
  width: 100%;
  min-height: 105px;
}

.scrolling-gallery {
  overflow: hidden;
  width: 100%;
}
.scrolling-gallery .container {
  max-width: 100% !important;
  width: 100% !important;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0 5vw 0 5vw;
}
.scrolling-gallery .custom-grid-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  will-change: transform;
  height: 65vh;
}
.scrolling-gallery .grid-item {
  width: 45vw;
  height: 100%;
  flex-shrink: 0;
}
.scrolling-gallery .grid-item img.image-embed-item {
  height: 60vh;
}

.pageSpace.inner-start-sec {
  padding: 8em 0 3em;
}
.inner-start-sec h1 {
  font-size: 80px;
  line-height: 96px;
  letter-spacing: 10%;
}
.sec-width50 .container {
  max-width: 50%;
}

.scroll-wrapper {
  position: relative;
  height: 100vh !important;
  overflow: hidden;
}
.scroll-wrapper .container {
  max-width: 95%;
}

.scroll-panel {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  will-change: transform;
}
.scroll-panel:nth-child(1) {
  z-index: 1;
}
.scroll-panel:nth-child(2) {
  z-index: 2;
}
.scroll-panel:nth-child(3) {
  z-index: 3;
}
.scroll-panel:nth-child(4) {
  z-index: 4;
}
.scroll-panel:nth-child(5) {
  z-index: 5;
}

.scroll-panel .frame-type-text {
  height: 100vh;
  background: #fff;
  border-radius: 40px;
  align-content: center;
  padding: 0px 15%;
}
.scroll-panel .frame-type-text h2,
.scroll-panel .frame-type-text p {
  color: #262626;
}
.scroll-panel .frame-type-text p.lead {
  color: #e72f77;
}
.scroll-panel figure img {
  border-radius: 40px;
  height: 100vh;
  object-fit: cover;
}

.scroll-panel h2 {
  position: relative;
  display: inline-block;
}

.scroll-panel .hl-bg {
  position: absolute;
  inset: -2px -6px;
  background: #e72f77;
  border-radius: 3px;
  transform-origin: left center;
  transform: scaleX(0); /* starts hidden, expands left → right */
  z-index: 0;
}

.scroll-panel .hl-text {
  position: relative;
  z-index: 1;
  color: #262626;
  transition: color 0.1s;
}

.fw-acc-sec {
  padding-top: 6em;
}
.fw-acc-sec .container {
  max-width: 95%;
}

.kontakt-sec .container {
  max-width: 75%;
}

img.image-embed-item {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  object-fit: cover;
}

.card {
  border-radius: 0;
  border-bottom: solid 1px #063d79;
  border-left: none;
  border-right: none;
  border-top: none;
  margin-bottom: 25px;
  background: transparent;
}

.card .card-body {
  padding: 10px 15px;
}

.card .card-body header {
  display: none;
}

.card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}

.card button.btn.btn-link {
  display: block;
  width: 100%;
  text-align: left;
  color: #063d79;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  padding: 0 0 10px 0;
}

.card button.btn.btn-link:after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  float: right;
  font-weight: 900;
  color: #063d79;
  font-size: 16px;
}

.card button.btn.btn-link.collapsed:after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  color: #063d79;
  font-weight: 900;
  font-size: 16px;
  margin-top: 0px;
}

/* Form */

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select,
.powermail_fieldwrap_type_date input,
textarea.form-control {
  width: 100%;
  border-bottom: 1px solid #7a7a7a !important;
  border: unset;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 8px;
  resize: vertical;
  color: #000000;
  margin: 1px 0 8px 0;
  outline: none;
  border-radius: 0;
  background: transparent;
}
textarea.form-control {
  height: 417px;
}
select {
  height: calc(2.25rem + 2px);
  color: #262626;
  text-transform: uppercase;
  letter-spacing: 10%;
}

input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  margin-top: 0;
  background: #d3d3d3;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

/* checked state */
input[type="checkbox"]:checked {
  background: #e72f77;
}

textarea.form-control::placeholder,
input.form-control::placeholder {
  color: #262626;
  text-transform: uppercase;
  letter-spacing: 10%;
}

legend {
  display: contents;
  width: auto;
  max-width: 100%;
  padding: 0;
  margin-bottom: 2rem;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #e72f77;
  white-space: normal;
}

.btn-toolbar {
  justify-content: center;
}
.btn-toolbar button {
  color: #3d3d3c;
  border: 1px solid #3d3d3c;
  border-radius: 20px;
  display: block;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  padding: 10px 20px;
  margin-top: 3em;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  width: 248px;
}
.btn-toolbar button:hover {
  letter-spacing: 0.9px;
  text-decoration: none;
  color: #3d3d3c;
  border-color: #3d3d3c;
  background-color: transparent;
}

.form-element-radio {
  margin-top: 2em;
  border-bottom: 1px solid #7a7a7a !important;
}
.form-element-radio label {
  color: #000000;
}
.form-element-radio div {
  margin-top: 1em;
}

.form-element-fileupload input::-webkit-file-upload-button {
  visibility: hidden;
}
.form-element-fileupload input::file-selector-button {
  visibility: hidden;
}
.form-element-fileupload input {
  cursor: pointer;
  background-color: transparent;
  color: transparent;
  border: unset;
}
.form-element-fileupload input:focus {
  color: transparent;
  background-color: #ededed;
  border-color: transparent;
  outline: 0;
  box-shadow: unset;
}
.form-element-fileupload .file-input-wrapper::after {
  content: attr(data-label) !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  cursor: pointer;
  pointer-events: none;
  color: #262626;
  border: 1px solid #7a7a7a;
  padding: 5px 20px;
  border-radius: 19px;
  width: 20%;
  text-align: center;
  bottom: 4px;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}
.file-input-wrapper {
  position: relative;
}

#contactusprax26-109-radiobutton-1,
#contactusprax26-109-multicheckbox-1 {
  display: inline-flex;
  gap: 20px;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus,
.powermail_fieldwrap_type_date input:focus {
  background: #fff;
  border: 1px solid #5b5a50;
}

.powermail_submit {
  font-weight: bold;
  padding: 10px 20px;
  color: #fff !important;
  font-size: 0.9em;
  background-color: #063d79;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  margin-bottom: 7px;
  opacity: 1;
  font-size: 18px;
  font-weight: normal;
  border: 1px solid #063d79;
  vertical-align: middle;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  margin-top: 1em;
  outline: none;
  text-transform: capitalize;
  width: 100%;
}

.powermail_submit:hover,
.powermail_submit:focus,
.powermail_submit:active {
  opacity: 1;
  border: 1px solid #063d79;
  background: #063d79;
  color: #fff !important;
}

.tx-powermail .container-fluid {
  padding: 0;
}

label.powermail_label {
  font-size: 16px;
  font-weight: normal;
  color: #063d79;
  font-weight: 600;
  margin-bottom: 15px;
}

.parsley-errors-list {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 0;
  list-style: none;
  padding: 8px 10px;
  border-radius: 4px;
}

.parsley-errors-list li {
  color: #721c24;
  font-size: 16px;
}

.powermail_field_error_container.powermail_field_error_container_marker_01 {
  margin-top: 10px;
}

.checkbox {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.checkbox label {
  display: flex;
  align-items: baseline;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  margin-right: 10px;
}

.powermail_fieldwrap.powermail_fieldwrap_type_captcha .powermail_field {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.powermail_field_error_container.powermail_field_error_container_marker_01 {
  clear: both;
  width: 100%;
}

input#powermail_field_marker_01 {
  width: 49%;
}

.tx-powermail h3,
legend.powermail_legend {
  display: none;
}

.tx-powermail {
  margin-top: 2em;
}

/*------------------------------------------------------------*/
.pageLinks {
  padding: 1em 0;
}

.pageLinks a {
  color: #063d79;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
}

.pageLinks p {
  text-align: center;
}

.modal-body p {
  color: #1d1d1d;
}

.copyright.showMob {
  display: none;
}

.tx-videogrid .col-4 {
  margin-bottom: 35px;
}

.video-txt.stndalone {
}

.video-txt.stndalone h5 {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 8px 0;
}

.videoBlock.stndalone i {
  font-size: 60px;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
}

.videoBlock {
  position: relative;
}

.videoBlock img {
  width: 100%;
  height: 100%;
}

.videoBlock a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column-reverse;
  margin: auto;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none !important;
  background: rgb(49 49 49 / 50%);
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  border-radius: 15px;
}

.videoBlock img {
  border-radius: 15px;
}

.videoBlock a .video-txt {
  top: 30px;
  position: relative;
}

.videoBlock h5 {
  font-size: 16px;
  line-height: 18px;
}

.videoBlock a:hover {
  background: rgba(34, 156, 163, 0);
}

.videoBlock a::after {
  content: "";
  background-image: url(/fileadmin/user_upload/prax26/icons/play.svg);
  width: 32.55px;
  height: 37.99px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
}

.videoBlock i {
  font-size: 40px;
  margin-bottom: 0;
  animation: pulse 2s infinite;
  border-radius: 50%;
  bottom: 20px;
  right: 20px;
  display: none;
}

.tx-videogrid {
  padding-top: 1.5rem;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.videoBlock.stndalone {
  position: relative;
}

.modal-title {
  color: #063d79;
}

video {
  width: 100%;
}

.teamSec h5 {
  margin-top: 10px;
}

/* --------------- Teaser --------------- */

.Teaser figure.image img {
  width: 41px;
  height: 41px;
  display: block;
  margin: 0 auto;
}

.Teaser .ce-bodytext {
  text-align: center;
}

.Teaser h2 {
  color: #063d79;
}

/* .tx-newsslider {
    margin-top: 1.5em;
} */

#owl-5505.owl-carousel .owl-dots {
  position: relative;
  z-index: 10;
  margin-top: -35px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  margin: 5px 5px !important;
  background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #e9e9e9;
}

.innerImg {
  position: relative;
}

.teamTopSlider .topTxt {
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 1;
}

.topTxt {
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 1;
}

.owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1em;
}
.newsSlider .owl-nav {
  left: -50px;
  right: -50px;
}
.owl-container .owl-carousel .owl-nav button.owl-next,
.owl-container .owl-carousel .owl-nav button.owl-prev {
  font-size: 35px;
}

.owl-container .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
  outline: none;
}

.topTxt p {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 70px;
  font-weight: 400;
  line-height: 76px;
  text-align: center;
}

.darkBlueBg {
  background: #063d79;
}

.darkBlueBg h1,
.darkBlueBg .card button.btn.btn-link,
.darkBlueBg .card button.btn.btn-link:after,
.darkBlueBg .card button.btn.btn-link.collapsed:after,
.darkBlueBg p,
.darkBlueBg ul li {
  color: #fff;
}

.darkBlueBg .card {
  border-radius: 0;
  border-bottom: solid 1px #fff;
}

.teamSecc .col-4 {
  margin-top: 2em;
}
.accordion-header {
  position: relative;
  margin: 0;
}
.popup h1 {
  font-size: 80px;
  font-weight: 900 !important;
}

.popup,
.popup-full {
  height: 100%;
  max-height: 100%;
  bottom: 0;
}

.popup {
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
  padding: 0;
  background: rgba(72, 72, 72, 0.8);
  z-index: 1000000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.popup h5 {
  color: #4a4a4a !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

.popup-full {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}

.popup-closed {
  bottom: -100% !important;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}

.popup-start {
  bottom: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  display: block !important;
}

.popup .container {
  position: relative;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
  width: 50%;
  margin: auto;
  background: #fff;
  display: block;
  border: 1px solid #484848;
  padding: 2em 4em;
  overflow-y: auto;
    max-height: 80vh;
}

.popup .container img {
  max-height: 150px;
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
  .popup .container {
    height: auto;
    padding: 2em;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .popup .container {
    height: 80vh;
    padding: 2em;
  }
}
@media only screen and (max-width: 768px) {
  .popup .container {
    width: 80%;
  }
  .popup .container {
    height: 80vh;
    padding: 2em;
  }
  .popup h1 {
    font-size: 40px;
  }
}

.popup .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  cursor: pointer;

  &:hover {
    cursor: pointer;
  }
}

.popup .btn-close::before,
.popup .btn-close::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
}

.popup .btn-close::before {
  transform: rotate(45deg);
}

.popup .btn-close::after {
  transform: rotate(-45deg);
}

/* Force nav to be GSAP-controlled, not Bootstrap/CSS controlled */
#myNav {
  display: block !important;
  height: 100% !important;
  width: 100% !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden;
  will-change: transform;
  z-index: 9998;
}

/* Header stays on top of the nav */
.FixNav {
  z-index: 9999 !important;
  position: fixed !important;
  width: 100%;
  top: 0;
}

/* Icon bars transform origin for X animation */
#toggle .icon-bar {
  transform-origin: center center;
  will-change: transform, opacity;
}

.instafeed .ins-head {
  background-color: #fff;
  padding: 15px 20px;
}
.instafeed .ins-head span {
  display: flex;
  align-items: center;
  gap: 20px;
}
.instafeed .ins-head span a img {
  width: 27px;
  height: auto;
}
.instafeed .owl-item .ima video,
.instafeed .owl-item .ima img {
  height: 800px;
  object-fit: cover;
}
/* by islam */
.navContent a {
  color: #262626;
}
.navContent a:hover {
  color: #e72f77;
}
ul.dropdown-menu {
  transform: translate(-50%, -60%) !important;
  max-height: 400px;
  overflow-y: auto;

  scrollbar-width: thin;
  scrollbar-color: #c1bdbdf2 transparent;
}

ul.dropdown-menu::-webkit-scrollbar {
  /* display: none; */
}

.modal-dialog {
  margin: 9rem auto;
}
.modal-title {
  color: #000000;
  font-size: 24px;
  line-height: 28px;
}

.video-embed iframe {
  width: 100% !important;
  height: 85vh !important;
}
/*  */
div#pRAX26_KONTAKT-FORM-731 {
  text-align: center !important;
}

.events-sec .ce-column {
  flex: 1;
}
.events-sec .ce-column img.image-embed-item {
  width: auto;
}

ul.dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

ul.dropdown-menu::-webkit-scrollbar-track {
  background: transparent;
}

ul.dropdown-menu::-webkit-scrollbar-thumb {
  background: #c1bdbdf2;
  border-radius: 999px;
}

/* Hide buttons */
ul.dropdown-menu::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

.marketing-wrapper {
  width: 100%;
  box-sizing: border-box;
  overflow: visible; /* Let container handle bounds gracefully */
  display: flex;
  align-items: center;
}

/* ── DESKTOP ONLY (>= 1190px) ────────────────────── */
@media (min-width: 1190px) {
  .marketing-wrapper {
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
  }

  /* REMOVED position: sticky to let GSAP handle the pinning layout */
  .marketing-panels .col-md-6:first-child {
    position: relative;
    top: auto;
    flex: 0 0 40%;
    max-width: 40%;
    background-color: #fff;
    border-radius: 40px;
    padding: 90px;
    height: 40vh;
  }

  .marketing-panels .col-md-6:last-child {
    position: relative;
    top: auto;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .mp-text-stack .frame,
  .mp-image-stack .frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .mp-image-stack img {
    width: 100%;
    height: 693px !important;
    object-fit: cover;
  }
}

/* ── MOBILE ONLY (< 1190px) ─────────────────────── */
@media (max-width: 1189px) {
  .marketing-wrapper {
    height: auto !important;
    min-height: auto !important;
    padding: 60px 0;
    overflow: visible;
  }

  .marketing-panels .row {
    display: flex;
    flex-direction: column; /* Stack columns vertically on small screens */
    gap: 30px;
    min-height: auto !important;
  }

  .marketing-panels .col-md-6:first-child,
  .marketing-panels .col-md-6:last-child {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    position: relative !important;
    top: auto !important; /* Forces sticky layouts to release */
    height: auto !important;
    padding: 20px !important;
  }

  /* Disable absolute stacks on mobile to allow natural height */
  .mp-text-stack .frame,
  .mp-image-stack .frame {
    position: relative !important;
    display: none;
    opacity: 0;
    width: 100% !important;
  }

  /* Show only the active slide on mobile */
  .mp-text-stack .frame.active,
  .mp-image-stack .frame.active {
    display: block !important;
    opacity: 1 !important;
    transform: none !important;
    animation: fadeInMobile 0.4s ease forwards;
  }

  .mp-image-stack img {
    width: 100%;
    height: auto !important; /* Prevent distorted images on mobile devices */
    aspect-ratio: 925 / 620;
    object-fit: cover;
  }

  .mp-arrow-nav {
    margin-left: 0 !important;
    margin: 0 auto 24px auto; /* Centers arrow navigation frame */
  }
}

@keyframes fadeInMobile {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}