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

  Template Name: Dotart - Ajax Portfolio Showcase HTML Template
  Template URI: https://template.dsngrid.com//dotart
  Description: Dotart - Ajax Portfolio Showcase HTML Template
  Author: design_grid
  Author URI: https://themeforest.net/user/design_grid
  Version: 1.0.0

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

    1.  Variables
    2.  Mixins
      - Mixins Master
      - Utilities
    3.  Normalize
    4.  Helpers
    5. Typography
      - Copy
	  - Headings
	6. Core
    7. Navigation
      - Links
      - Menus
	  - Next & Previous
    8. Content
      - pages
      - Comments
      - Archives
      - Footer
    9.Forms
      - Button
      - Fields
    10.Blocks
    11.Media
      - captions
    12.Version Light

-------------------------------------------------------------*/
@font-face {
  font-family: "Heuvel Grotesk";
  src: url("../fonts/HeuvelGrotesk-Regular.woff2") format("woff2"),
       url("../fonts/HeuvelGrotesk-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Heuvel Grotesk";
  src: url("../fonts/HeuvelGrotesk-Italic.woff2") format("woff2"),
       url("../fonts/HeuvelGrotesk-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Heuvel Grotesk";
  src: url("../fonts/HeuvelGrotesk-ExtraBold.woff2") format("woff2"),
       url("../fonts/HeuvelGrotesk-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Heuvel Grotesk";
  src: url("../fonts/HeuvelGrotesk-ExtraBoldItalic.woff2") format("woff2"),
       url("../fonts/HeuvelGrotesk-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

:root, :root .v-light, :root .v-light-head {
  --bg-color: #fff;
  --assistant-color: #f9f9f9;
  --theme-color: #E6007E;
  --theme-color-font: #E6007E;
  --font-color: #5c5c5c;
  --heading-color: #000;
  --border-color: #dcdcdc;
  --smooth-color: #141414;
  --reverse-color: #141414;
  --reverse-heading-color: #fff;
  --bg-btn: #f6fafd;
}
:root .background-theme, :root.background-theme, :root .calendar_wrap table tr td#today, :root .v-light .background-theme, :root .v-light.background-theme, :root .v-light .calendar_wrap table tr td#today, :root .v-light-head .background-theme, :root .v-light-head.background-theme, :root .v-light-head .calendar_wrap table tr td#today {
  --heading-color: #fff;
  --font-color: #fff;
  color: var(--font-color);
}

:root .v-dark, :root .v-dark-head {
  --bg-color: #000;
  --assistant-color: #0f0f0f;
  --theme-color: #E6007E;
  --font-color: #efefef;
  --heading-color: #fff;
  --border-color: #373737;
  --smooth-color: #f9f9f9;
  --reverse-color: #f9f9f9;
  --reverse-heading-color: #000;
  --bg-btn: #0a0909;
}

@media only screen and (max-width: 991px) {
  .v-dark-head-mobile {
    --bg-color: #000;
    --assistant-color: #0f0f0f;
    --theme-color: #E6007E;
    --font-color: #efefef;
    --heading-color: #fff;
    --border-color: #373737;
    --smooth-color: #f9f9f9;
    --reverse-color: #f9f9f9;
    --reverse-heading-color: #000;
    --bg-btn: #0a0909;
  }
}
:root {
--body-font: "Heuvel Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
--heading-font: "Heuvel Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
--font-pre: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

  --font-size-base: 15px;
  --font-size-h1: 40px;
  --font-size-h2: 35px;
  --font-size-h3: 30px;
  --font-size-h4: 25px;
  --font-size-h5: 22px;
  --font-size-h6: 16px;
  --menu-size: 12px;
  --line-height-base: 1.3;
  --line-height-content: 1.8;
  --font-weight-heading: 800;
  --font-weight-body: 400;
  --smooth-width: 4px;
  --bg-overlay: #000;
  --overlay-blend-mode: unset;
}
@media only screen and (min-width: 1400px) {
  :root {
    --dsn-gap-container: 80px;
    --title-heading: 60px;
  }
  :root .container, :root .dsn-left-container, :root .dsn-right-container {
    --dsn-gap-container: 80px;
  }
}
@media only screen and (max-width: 1399px) {
  :root {
    --dsn-gap-container: 60px;
    --title-heading: 65px;
  }
}
@media only screen and (max-width: 1200px) {
  :root {
	  --dsn-gap-container: 60px;
    --title-heading: 65px;
  }
}
@media only screen and (min-width: 992px) {
  :root {
	  --dsn-gap-container: 60px;
    --margin-padding: 120px;
    --box-padding: 80px 40px;
  }
  :root .d-lg-none {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  :root {
	
    --margin-padding: 80px;
    --box-padding: 60px var(--dsn-gap-container);
    --title-heading: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  :root {
    --dsn-gap-container: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  :root {
    --dsn-gap-container: 30px;
    --title-heading: 47px;
  }
}
@media only screen and (max-width: 575px) {
  :root {
    --dsn-gap-container: 24px;
    --title-heading: 37px;
  }
}



.mobile-break{
  display:none;
}

@media (max-width:675px){
  .mobile-break{
    display:inline;
  }
}

/*--------------------------------------------------------------
## CORE
--------------------------------------------------------------*/

html {
  font-size: var(--font-size-base);
  scroll-behavior: auto;
}

body {
  background-color: var(--bg-color);
  color: var(--font-color);
  line-height: var(--line-height-base);
  font-family: var(--body-font);
  font-weight: var(--font-weight-body);
  margin: 0;
  text-rendering: optimizeLegibility;
  transition: 100ms;
  transition-property: background-color, color;
  width: 100%;
  min-height: 100%;
}



#dsn_cursor {
  width: 30px;
  height: 30px;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  background: transparent;
}

#dsn_cursor path {
  display: none;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  stroke-width: 1;
}

#dsn_cursor_inner {
  border-radius: 50%;
  background-color: var(--theme-color);
}

body.dsn-cursor-effect:not(.dsn-cursor-ready) #dsn_cursor,
body.dsn-cursor-effect:not(.dsn-cursor-ready) #dsn_cursor_inner,
body:has(#dsn_preloader) #dsn_cursor,
body:has(#dsn_preloader) #dsn_cursor_inner {
  opacity: 0 !important;
  visibility: hidden !important;
}

body.dsn-cursor-effect.dsn-cursor-ready,
body.dsn-cursor-effect.dsn-cursor-ready a,
body.dsn-cursor-effect.dsn-cursor-ready button,
body.dsn-cursor-effect.dsn-cursor-ready [role="button"],
body.dsn-cursor-effect.dsn-cursor-ready input[type="submit"],
body.dsn-cursor-effect.dsn-cursor-ready input[type="button"],
body.dsn-cursor-effect.dsn-cursor-ready .btn-default,
body.dsn-cursor-effect.dsn-cursor-ready .button,
body.dsn-cursor-effect.dsn-cursor-ready .dsn-btn-shape .button,
body.dsn-cursor-effect.dsn-cursor-ready .swiper-pagination-bullet,
body.dsn-cursor-effect.dsn-cursor-ready .prev-container,
body.dsn-cursor-effect.dsn-cursor-ready .next-container,
body.dsn-cursor-effect.dsn-cursor-ready .prev-paginate,
body.dsn-cursor-effect.dsn-cursor-ready .next-paginate,
body.dsn-cursor-effect.dsn-cursor-ready #navbar_toggle,
body.dsn-cursor-effect.dsn-cursor-ready .day-night{
  cursor: none !important;
}

@media only screen and (hover: none), only screen and (pointer: coarse) {
  #dsn_cursor,
  #dsn_cursor_inner {
    display: none !important;
  }

  body.dsn-cursor-effect,
  body.dsn-cursor-effect a,
  body.dsn-cursor-effect button,
  body.dsn-cursor-effect [role="button"],
  body.dsn-cursor-effect input[type="submit"],
  body.dsn-cursor-effect input[type="button"],
  body.dsn-cursor-effect .btn-default,
  body.dsn-cursor-effect .button,
  body.dsn-cursor-effect .dsn-btn-shape .button,
  body.dsn-cursor-effect .swiper-pagination-bullet,
  body.dsn-cursor-effect .prev-container,
  body.dsn-cursor-effect .next-container,
  body.dsn-cursor-effect .prev-paginate,
  body.dsn-cursor-effect .next-paginate,
  body.dsn-cursor-effect #navbar_toggle,
  body.dsn-cursor-effect .day-night {
    cursor: auto !important;
  }
}


/* Preloader Wortwechsel – ruhig */
#dsn_preloader .title {
  position: relative;
  height: 1.4em;
}

#dsn_preloader .title {
  display: inline-block;
  min-width: 10ch; 
}

#dsn_preloader .preloader-loading{
  position:absolute;
  top:-1.8em;              /* Abstand über dem Wort */
  left:50%;
  transform:translateX(-50%);
  font-size:16px;
  font-weight:800;
  letter-spacing:0.1em;
	  color:#000;
	opacity: 0.3;
	text-transform: uppercase;

  white-space:nowrap;
  pointer-events:none;
}

#dsn_preloader .preloader-word {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
}

#dsn_preloader .preloader-word.is-active {
  opacity: 1;
}

#dsn_preloader .logo-box{
  z-index: 100;
}

#dsn_preloader .bg-load{
  z-index: 1;
}

.dsnload {
  bottom: 50px;
  left: var(--dsn-gap-container);
}
.dsnload .dsnload__img {
  display: block;
  transform-origin: bottom left;
  animation: moveIn 2s 0s cubic-bezier(0.36, 0, 0.06, 1) alternate infinite;
}
.dsnload .dsnload__img img {
  width: 96px;
}
.dsnload .dsnload__row:nth-child(1) {
  -webkit-clip-path: polygon(-10% 75%, 110% 75%, 110% 110%, -10% 110%);
          clip-path: polygon(-10% 75%, 110% 75%, 110% 110%, -10% 110%);
}
.dsnload .dsnload__row:nth-child(1) .dsnload__img {
  transform: translateY(-0.1em);
}
.dsnload .dsnload__row:nth-child(2) {
  -webkit-clip-path: polygon(-10% 50%, 110% 50%, 110% 75.3%, -10% 75.3%);
          clip-path: polygon(-10% 50%, 110% 50%, 110% 75.3%, -10% 75.3%);
}
.dsnload .dsnload__row:nth-child(2) .dsnload__img {
  transform: translateY(-0.3em) scaleY(1.1);
}
.dsnload .dsnload__row:nth-child(3) {
  -webkit-clip-path: polygon(-10% 25%, 110% 25%, 110% 50.3%, -10% 50.3%);
          clip-path: polygon(-10% 25%, 110% 25%, 110% 50.3%, -10% 50.3%);
}
.dsnload .dsnload__row:nth-child(3) .dsnload__img {
  transform: translateY(-0.5em) scaleY(1.2);
}
.dsnload .dsnload__row:nth-child(4) {
  -webkit-clip-path: polygon(-10% 0%, 110% 0%, 110% 25.3%, -10% 25.3%);
          clip-path: polygon(-10% 0%, 110% 0%, 110% 25.3%, -10% 25.3%);
}
.dsnload .dsnload__row:nth-child(4) .dsnload__img {
  transform: translateY(-0.7em) scaleY(1.3);
}
.dsnload .dsnload__row.dsnload__row--sibling {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-user-select: none;
          user-select: none;
}

@keyframes moveIn {
  50%, 100% {
    transform: translateY(0em);
  }
  0% {
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.day-night {
  position: fixed;
  z-index: 100;
  top: 50px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
}
@media only screen and (min-width: 1400px) {
  .day-night {
    left: 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .day-night {
    left: 10px;
  }
}
.day-night svg {
  width: 30px;
  height: 30px;
}
.day-night .title-mode {
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
  margin-top: 10px;
  letter-spacing: 7px;
  background-color: var(--assistant-color);
  width: 40px;
  margin-left: -5px;
  padding-bottom: 10px;
  border-radius: 0 0 15px 15px;
  line-height: 38px;
}
.day-night .title-mode:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -10px;
  height: 50px;
  width: 40px;
  background-color: inherit;
  z-index: -1;
  border-radius: 15px 15px 0 0;
}
@media only screen and (max-width: 991px) {
  .day-night {
    top: 30px;
    left: 200px;
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .day-night {
    top: 50px;
    left: 150px;
    display: none;
  }
}
.day-night .night,
.day-night .moon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.2s;
  border-radius: 100%;
  opacity: 0;
}
.day-night .night svg,
.day-night .moon svg {
  width: 100%;
  height: 100%;
}
.day-night .night {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-color: #fff;
  opacity: 1;
}
.day-night .night svg {
  fill: #000;
  width: 100%;
  height: 100%;
}
.day-night .moon {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-color: #000;
  opacity: 0;
}
.day-night .moon svg {
  transform: rotate(270deg);
  fill: #f0f0f0;
}
.v-light .day-night .night {
  opacity: 0;
}
.v-light .day-night .moon {
  opacity: 1;
}

/* =========================================================
   Our-Work Cards: Reveal Steuerung (ohne Transform am <article>)
   ========================================================= */

/* Ausgangszustand: beide Cards unsichtbar */
.our-work .dsn-posts > article:nth-child(1),
.our-work .dsn-posts > article:nth-child(2){
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Reveal-Bewegung auf INNER (nicht article!), damit Scroll-Scaling nicht kaputt geht */
.our-work .dsn-posts > article:nth-child(1) .item-inner,
.our-work .dsn-posts > article:nth-child(2) .item-inner{
  transform: translateY(140px);
  transition: transform .9s cubic-bezier(.22,.61,.36,1);
}

/* Kapitelbalken (nur Card 1) soll mit reinfahren, nicht vorher aufpoppen */
.our-work .dsn-posts > article:nth-child(1) > .card-chapter-bar{
  transform: translateY(140px);
  opacity: 0;
  transition:
    transform .9s cubic-bezier(.22,.61,.36,1),
    opacity .35s ease;
}


/* Card 1 wird erst nach Quote freigeschaltet */
.our-work.is-ready .dsn-posts > article:nth-child(1){
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.our-work.is-ready .dsn-posts > article:nth-child(1) .item-inner{
  transform: translateY(0);
}

.our-work.is-ready .dsn-posts > article:nth-child(1) > .card-chapter-bar{
  transform: translateY(0);
  opacity: 1;
}


/* Card 2 wird erst freigeschaltet, wenn sie rein-scrollt */
.our-work.is-card2-ready .dsn-posts > article:nth-child(2){
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.our-work.is-card2-ready .dsn-posts > article:nth-child(2) .item-inner{
  transform: translateY(0);
}

body.page-leadership-professional .leadership-video-frame.is-floating{
  position:fixed !important;
  top:90px !important;
  right:30px !important;
  width:min(360px, calc(100vw - 60px)) !important;
  height:auto !important;
  aspect-ratio:16 / 9 !important;
  z-index:9999 !important;
  box-shadow:0 18px 45px rgba(0,0,0,0.28);
  overflow:hidden !important;
  background:#000 !important;
}

body.page-leadership-professional .leadership-video-frame.is-floating .leadership-inline-video{
  display:block !important;
  width:100% !important;
  height:100% !important;
}

body.page-leadership-professional .leadership-video-frame.is-floating .leadership-video-question,
body.page-leadership-professional .leadership-video-frame.is-floating .leadership-video-overlay{
  display:none !important;
}

@media only screen and (max-width: 767px){
  body.page-leadership-professional .leadership-video-frame.is-floating{
    top:80px !important;
    right:18px !important;
    width:min(280px, calc(100vw - 36px)) !important;
  }
}


.active-v-scroll .grid-item {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
}

#about_us .active-v-scroll .grid-item{
  top: 80px;
}

@media (max-width: 575px){
  #about_us .active-v-scroll .grid-item{
    top: 60px;
  }
}


.active-v-scroll .grid-item .box-content {
  position: relative;
  width: 100%;
}
.active-v-scroll .grid-item:not(:last-child) {
  height: 100vh;
}

.dsn-fill.color-light span.word {
  -webkit-text-fill-color: rgba(255, 255, 255, var(--opacity, 0.3));
}
.dsn-fill:not(.color-light) span.word {
  -webkit-text-fill-color: rgba(166, 166, 166, var(--opacity, 0.1));
}
.dsn-fill span.word {
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--heading-color), var(--heading-color));
  background-size: 0 100%;
}

.pin-spacer {
  pointer-events: auto !important;
}

.bg-load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.bg-load svg {
  fill: var(--dsn-color-icon, var(--theme-color));
  pointer-events: none;
  width: 100%;
  height: 150px;
}
.bg-load svg.dsn-separator-bottom {
  transform: translateY(148px);
}
.bg-load svg.dsn-separator-top {
  transform: translateY(-148px) rotate(180deg);
}

input::placeholder,
textarea::placeholder,
.form-control::placeholder,
.form-box input::placeholder,
.form-box textarea::placeholder {
  color: var(--font-color);
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

fieldset {
  padding: 30px;
}
fieldset form > * {
  margin-bottom: 30px;
}
fieldset form:last-child {
  margin-bottom: 0;
}
fieldset form p {
  margin-top: 0;
}
fieldset form textarea,
fieldset form input {
  margin-bottom: 0;
  padding: 10px;
}

.dsn-no-results .dsn-search .search-form input {
  min-width: 460px;
}

.entry-form label {
  font-weight: 600;
  font-family: var(--heading-font);
  padding-bottom: 10px;
  display: block;
}
.entry-form input,
.entry-form textarea {
  font-family: var(--heading-font);
  font-size: 14px;
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--border-color);
  color: var(--heading-color);
  padding: 10px;
  letter-spacing: 2px;
  background-color: var(--assistant-color);
}
.entry-form input::placeholder,
.entry-form textarea::placeholder {
  color: var(--heading-color);
  font-size: 14px;
  letter-spacing: 2px;
}
.entry-form textarea {
  min-height: 80px;
}


.work-head_content h8 {
    margin-bottom: 10px;
	font-size: 28px;
	font-weight: 800;
	line-height: inherit;
	color: #000;
}

.work-head_content h5 {
    margin-bottom: 40px;
	font-size: 16px;
	font-weight: 400;
	color: #000;
}


.btn-default {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  height: 55px;
  width: -webkit-max-content;
  width: max-content;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);

}
.btn-default.no-border {
  border: 0;
  padding: 0;
  height: auto;
}
.btn-default.no-border .btn-border {
  display: none;
}
.btn-default .btn-border {
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn-default .btn-border > span {
  border: 1px solid var(--heading-color);
  border-radius: inherit;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  opacity: 0.3;
  transition: opacity 200ms;
}
.btn-default .word-root {
  height: 22px;
  overflow: hidden;
  display: inline-block;
}
.btn-default .word-root .double-word-column {
  display: flex;
  flex-direction: column;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-default .word-root .double-word-column .word {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  white-space: nowrap;
  line-height: 1.3;
}
.btn-default .word-root .double-word-column .word:last-of-type {
  transform: translateX(50%);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-default .btn-icon {
  width: 35px;
  margin-left: 10px;
}
.btn-default .btn-icon .btn-icon-0 {
  stroke: var(--heading-color);
  fill: none;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-default .btn-icon .btn-icon-1 {
  fill: var(--theme-color);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-default:hover .btn-icon .btn-icon-0 {
  cx: 15;
}
.btn-default:hover .btn-icon .btn-icon-1 {
  cx: 15;
}
.btn-default:hover .double-word-column {
  transform: translateY(-50%);
}
.btn-default:hover .double-word-column .word:last-of-type {
  transform: translateX(0);
}
.btn-default:hover .btn-border span {
  opacity: 0.8;
}

.dsn-btn-shape {
  position: relative;
  width: -webkit-max-content;
  width: max-content;
  filter: url(#buttonFilter);
  transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.dsn-btn-shape.no-padding .button {
  padding: 0 15px 0 0;
}
.dsn-btn-shape.rotate-icon .icon svg {
  rotate: 90deg;
}
.dsn-btn-shape .icon {

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.135, 0.9, 0.15, 1);
  transition-duration: 0.9s;
}
.dsn-btn-shape .icon svg {
  fill: var(--heading-color);
  width: 12px;
  height: 12px;
}
.dsn-btn-shape .icon.theme-color svg {
  fill: var(--theme-color);
}
.dsn-btn-shape .button {
  position: relative;
  text-align: center;
  color: var(--heading-color);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 40px;
  height: 40px;
  line-height: 1;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}
.dsn-btn-shape:hover .icon {
  transform: translateX(0.75rem) rotate(45deg);
}

.dsn-btn-play {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(251, 251, 251, 0.18);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dsn-btn-play i {
  font-size: 19px;
  margin-right: 10px;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  outline: 0;
  outline-style: none;
}
a:hover, a:active {
  outline: 0;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
   padding-left: var(--dsn-gap-container);
  padding-right: var(--dsn-gap-container);
  padding-top: 11px;
  padding-bottom: 11px;
  transition-property: background-color, padding-top, padding-bottom, transform;
  transition-duration: 0.5s;
  z-index: 97;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

body.dsn-ajax-effect #site_menu_header,
html.dsn-ajax-effect body #site_menu_header {
  transition: none !important;
}

@media (max-width: 575px){
  body.index-mobile-menu-freeze::before{
    content: "";
    position: fixed;
    inset: 0;
    background: var(--assistant-color);
    z-index: 96;
    pointer-events: none;
  }
}
body.about-page.dsn-ajax-effect #main_root,
body.about-page.dsn-ajax-effect #dsn-scrollbar,
body.about-page.dsn-ajax-effect #page_wrapper,
html.dsn-ajax-effect body.about-page #main_root,
html.dsn-ajax-effect body.about-page #dsn-scrollbar,
html.dsn-ajax-effect body.about-page #page_wrapper {
  transform: none !important;
  translate: none !important;
}

body.page-index.index-menu-open.dsn-ajax-effect #home .container-content,
html.dsn-ajax-effect body.page-index.index-menu-open #home .container-content {
  opacity: 0 !important;
  visibility: hidden !important;
}


.site-header:not(.dsn-open) {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.site-header > .p-relative.dsn-container {
  padding: 0;
  display: flex;
  align-items: center;
}
.site-header .dsn-svg-transition {
  fill: var(--assistant-color);
}
.site-header .bg-load:not(.dsn-svg-transition) {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.site-header .bg-load {
  position: fixed;
  pointer-events: none;
}
.admin-bar .site-header {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }
}
.site-header .main-logo {
  position: relative;
  z-index: 1;
}

.site-header .main-navigation {
  padding-left: var(--dsn-gap-container);
  padding-right: var(--dsn-gap-container);
}


.site-header ul.primary-nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.site-header ul.primary-nav ul {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 992px) {
  .site-header:not(.dsn-hamburger) .main-navigation {
    display: flex;
    flex-basis: auto;
  }
  .site-header:not(.dsn-hamburger) ul.primary-nav li {
    font-family: var(--body-font);
  }
  .site-header:not(.dsn-hamburger) ul.primary-nav > li {
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 20px;
    font-weight: 500;
  }
  .site-header:not(.dsn-hamburger) ul.primary-nav > li li.has-sub-menu:after {
    content: "";
    position: absolute;
    border: solid var(--theme-color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: translateY(-50%) rotate(45deg);
    margin: 0 0 2px 1px;
    right: 15px;
    top: calc(50% - 3px);
  }
  .site-header:not(.dsn-hamburger) ul.primary-nav > li:not(:first-of-type) {
    margin-left: 30px;
  }
  .site-header:not(.dsn-hamburger) ul.primary-nav > li:last-of-type ul {
    margin-left: -95px;
  }
  .site-header:not(.dsn-hamburger) ul.primary-nav > li ul {
    min-width: 200px;
    padding: 10px 0;
    margin-top: 20px;
    margin-left: -20px;
    background-color: var(--assistant-color);
    transition-property: transform, opacity, visibility;
    transition-duration: 0.8s;
    border-radius: 7px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(35px);
    transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .site-header:not(.dsn-hamburger) ul.primary-nav > li ul li {
    position: relative;
    width: 100%;
    padding: 7px 20px;
    font-size: 13px;
    font-weight: 500;
  }
  .site-header:not(.dsn-hamburger) ul.primary-nav > li ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 1.5px;
    transition: 0.5s;
    background-color: var(--heading-color);
  }
  .site-header:not(.dsn-hamburger) ul.primary-nav > li ul li:hover:before {
    height: 100%;
  }
  .site-header:not(.dsn-hamburger) ul.primary-nav > li ul ul {
    right: 100%;
    top: -15px;
  }
  .site-header:not(.dsn-hamburger) ul.primary-nav li.has-sub-menu:hover > ul, .site-header:not(.dsn-hamburger) ul.primary-nav li.has-sub-menu:focus > ul {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
  .site-header:not(.dsn-hamburger) ul.primary-nav > li.nav-item-work {
    position: relative;
  }

  .site-header:not(.dsn-hamburger) ul.primary-nav > li.nav-item-work > ul.work-sub-menu {
    left: 50%;
    margin-left: 0;
    margin-top: 12px;
    min-width: 260px;
    transform: translateX(-50%) translateY(35px);
  }

  .site-header:not(.dsn-hamburger) ul.primary-nav > li.nav-item-work > ul.work-sub-menu:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    height: 12px;
  }

  .site-header:not(.dsn-hamburger) ul.primary-nav > li.nav-item-work:hover > ul.work-sub-menu,
  .site-header:not(.dsn-hamburger) ul.primary-nav > li.nav-item-work:focus-within > ul.work-sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }

  .site-header:not(.dsn-hamburger) ul.primary-nav > li.nav-item-work > ul.work-sub-menu li:before {
    display: none;
  }

  .site-header:not(.dsn-hamburger) ul.primary-nav > li.nav-item-work > ul.work-sub-menu li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
  }

  .site-header:not(.dsn-hamburger) ul.primary-nav > li.nav-item-work > ul.work-sub-menu li a:before {
    content: "→";
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.2s ease;
  }

  .site-header:not(.dsn-hamburger) ul.primary-nav > li.nav-item-work > ul.work-sub-menu li a:hover {
    font-weight: 700;
  }

  .site-header:not(.dsn-hamburger) ul.primary-nav > li.nav-item-work > ul.work-sub-menu li a:hover:before {
    opacity: 1;
    transform: translateX(0);
  }

  .site-header:not(.dsn-hamburger) ul.primary-nav > li > a .overflow {
    display: inline-block;
    transition: transform .2s ease, font-weight .2s ease;
  }

  .site-header:not(.dsn-hamburger) ul.primary-nav > li > a:hover .overflow,
  .site-header:not(.dsn-hamburger) ul.primary-nav > li > a:focus .overflow,
  .site-header:not(.dsn-hamburger) ul.primary-nav > li.nav-item-work:hover > a .overflow,
  .site-header:not(.dsn-hamburger) ul.primary-nav > li.nav-item-work:focus-within > a .overflow {
    transform: scale(1.06);
    font-weight: 700;
  }
  .site-header:not(.dsn-hamburger) .navbar-toggle, .site-header:not(.dsn-hamburger) .bg-load {
    display: none;
  }
  .site-header:not(.dsn-hamburger) .dsn-back {
    display: none;
  }
  .site-header:not(.dsn-hamburger) .menu-cover-title {
    display: none;
  }
}
.site-header.dsn-hamburger .main-navigation {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  padding-right: var(--dsn-gap-container);
  padding-left: var(--dsn-gap-container);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .site-header.dsn-hamburger .main-navigation {
    flex-direction: column;
    overflow: auto;
  }
}
.site-header.dsn-hamburger ul.primary-nav {
  position: relative;
  top: 100px;
}
@media only screen and (min-width: 992px) {
  .site-header.dsn-hamburger ul.primary-nav {
    width: 70%;
    padding-right: var(--bs-gutter-x);
  }
}
.site-header.dsn-hamburger ul.primary-nav ul {
  width: 100%;
}
.site-header.dsn-hamburger ul.primary-nav, .site-header.dsn-hamburger ul.primary-nav ul {
  counter-reset: var(--dsn-li-name);
  height: calc(100vh - 100px);
  padding-bottom: 80px;
  padding-left: 150px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  pointer-events: none;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .site-header.dsn-hamburger ul.primary-nav, .site-header.dsn-hamburger ul.primary-nav ul {
    justify-content: start;
    align-items: center;
    padding-left: 0;
    text-align: center;
  }
}
.site-header.dsn-hamburger ul.primary-nav li, .site-header.dsn-hamburger ul.primary-nav ul li {
  cursor: pointer;
  pointer-events: none;
}
@media only screen and (max-width: 575px) {
  .site-header.dsn-hamburger ul.primary-nav li, .site-header.dsn-hamburger ul.primary-nav ul li {
    font-size: 24px;
  }
}
.site-header.dsn-hamburger ul.primary-nav a, .site-header.dsn-hamburger ul.primary-nav ul a {
  color: var(--font-color);
  transform-origin: center top;
  transition: transform .2s ease;
  display: inline-block;
}
.site-header.dsn-hamburger ul.primary-nav a:hover, .site-header.dsn-hamburger ul.primary-nav ul a:hover {
  transform: scale(1.06);
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .site-header.dsn-hamburger ul.primary-nav li a span:before, .site-header.dsn-hamburger ul.primary-nav ul li a span:before {
    counter-increment: var(--dsn-li-name);
    content: counters(var(--dsn-li-name), ".", decimal-leading-zero) ". ";
    font-family: var(--border-color);
    pointer-events: none;
    font-size: 14px;
    opacity: 0.3;

  }
}
.site-header.dsn-hamburger ul.primary-nav li {
  margin: 5px 0;
  width: 100%;
}
.site-header.dsn-hamburger ul.primary-nav a {
  position: relative;
  overflow: hidden;
}
.site-header.dsn-hamburger ul.primary-nav.h2 a {
  line-height: 1.2;
}
.site-header.dsn-hamburger ul.primary-nav .h3 a {
  line-height: var(--font-size-h3);
}
.site-header.dsn-hamburger ul {
  left: 0;
  top: 0;
  z-index: -1;
}
.site-header.dsn-hamburger ul > li > a > span, .site-header.dsn-hamburger ul > li > span, .site-header.dsn-hamburger ul .scroll-content > li > a > span, .site-header.dsn-hamburger ul .scroll-content > li > span {
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
	
  transition: 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-property: opacity, visibility, transform;
  transform-origin: center top;
  transition-delay: calc(0.1s * var(--dsn-li-index));
}
.site-header.dsn-hamburger ul.open {
  z-index: 9;
}
.site-header.dsn-hamburger ul.open > li > a, .site-header.dsn-hamburger ul.open > li > span, .site-header.dsn-hamburger ul.open .scroll-content > li > a, .site-header.dsn-hamburger ul.open .scroll-content > li > span {
  pointer-events: auto !important;
}
.site-header.dsn-hamburger ul.open > li > a > span, .site-header.dsn-hamburger ul.open > li > span, .site-header.dsn-hamburger ul.open .scroll-content > li > a > span, .site-header.dsn-hamburger ul.open .scroll-content > li > span {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}



@media only screen and (max-width: 991px) {
  .site-header.dsn-hamburger ul.primary-nav > li.nav-item-work {
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: auto;
  }

  .site-header.dsn-hamburger ul.primary-nav > li.nav-item-work > a {
    pointer-events: auto;
  }

  .site-header.dsn-hamburger ul.primary-nav > li.nav-item-work > ul.work-sub-menu {
    display: none !important;
  }

   .site-header.dsn-hamburger.dsn-open .main-navigation ul.primary-nav.open > li.nav-item-work > ul.work-sub-menu {
    position: static;
    left: auto;
    top: auto;
    z-index: 1;
    width: auto;
    height: auto;    
	   padding: 8px 0;
    margin: 0 auto;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    pointer-events: auto;
    font-weight: 500;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    animation: workSubMenuFadeIn 0.35s ease 0.65s forwards;
  }
	
	@keyframes workSubMenuFadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

  .site-header.dsn-hamburger.dsn-open .main-navigation ul.primary-nav.open > li.nav-item-work > ul.work-sub-menu > li {
    margin: 4px 0;
    width: auto;
    font-size: 18px;
    pointer-events: auto;
    cursor: default;
    text-align: center;
  }

  .site-header.dsn-hamburger.dsn-open .main-navigation ul.primary-nav.open > li.nav-item-work > ul.work-sub-menu > li:before {
    display: none;
  }   .site-header.dsn-hamburger.dsn-open .main-navigation ul.primary-nav.open > li.nav-item-work > ul.work-sub-menu > li > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    pointer-events: auto !important;
    transform: none;
    font-weight: 500;
    overflow: visible;
  }

  .site-header.dsn-hamburger.dsn-open .main-navigation ul.primary-nav.open > li.nav-item-work:hover > a {
    transform: scale(1.06);
    font-weight: 700;
  }

  .site-header.dsn-hamburger.dsn-open .main-navigation ul.primary-nav.open > li.nav-item-work > ul.work-sub-menu > li > a:before {
    content: "\2192";
    position: absolute;
    right: calc(100% + 8px);
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .site-header.dsn-hamburger.dsn-open .main-navigation ul.primary-nav.open > li.nav-item-work > ul.work-sub-menu > li > a:hover {
    font-weight: 700;
  }

  .site-header.dsn-hamburger.dsn-open .main-navigation ul.primary-nav.open > li.nav-item-work > ul.work-sub-menu > li > a:hover:before {
    opacity: 1;
    transform: translateX(0);
  }

  .site-header.dsn-hamburger.dsn-open .main-navigation ul.primary-nav.open > li.nav-item-work > ul.work-sub-menu > li > a > span {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
  }
}

@media only screen and (max-width: 575px) {
  .site-header.dsn-hamburger.dsn-open .main-navigation ul.primary-nav.open > li.nav-item-work > ul.work-sub-menu > li {
    font-size: 16px;
  }
}

.site-header.dsn-hamburger #navbar_toggle {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  cursor: pointer;
}
.site-header.dsn-hamburger #navbar_toggle .toggle-icon {
  --width-icon: 25px;
  margin-right: 10px;
}
.site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line {
  position: relative;
  height: 2px;
  background-color: var(--heading-color);
  width: 25px;
  transition: 0.5s;
}
.site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line:not(:first-child) {
  margin-top: 5px;
}
.site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line:nth-of-type(1), .site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line:nth-of-type(3) {
  transform: scaleX(0.5);
}
.site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line:nth-of-type(2) {
  width: var(--width-icon);
}
.site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line:nth-of-type(1) {
  transform-origin: left;
}
.site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line:nth-of-type(3) {
  transform-origin: right;
}
.site-header.dsn-hamburger #navbar_toggle .toggle-text {
  position: relative;
  --animate-trans: translateY(5px) rotateX(75deg);
  min-width: 43px;
}
.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-open, .site-header.dsn-hamburger #navbar_toggle .toggle-text .text-close {
  position: absolute;
  top: 0;
  left: 0;
}
.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-open .char, .site-header.dsn-hamburger #navbar_toggle .toggle-text .text-close .char {
  opacity: 0;
  visibility: hidden;
  transform: var(--animate-trans);
}
.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-open, .site-header.dsn-hamburger #navbar_toggle .toggle-text .text-close, .site-header.dsn-hamburger #navbar_toggle .toggle-text .text-menu {
  overflow: hidden;
  will-change: transform;
}
.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-open .char, .site-header.dsn-hamburger #navbar_toggle .toggle-text .text-close .char, .site-header.dsn-hamburger #navbar_toggle .toggle-text .text-menu .char {
  color: var(--heading-color);
  will-change: transform;
  transition-property: opacity, visibility, transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: calc(30ms * var(--char-index) + 1ms);
}
.site-header.dsn-hamburger #navbar_toggle:hover .toggle-line {
  --trans-icon: scale(0.2, 1.7);
}
.site-header.dsn-hamburger #navbar_toggle:hover .toggle-line:nth-of-type(1), .site-header.dsn-hamburger #navbar_toggle:hover .toggle-line:nth-of-type(2), .site-header.dsn-hamburger #navbar_toggle:hover .toggle-line:nth-of-type(3) {
  transform: var(--trans-icon);
  border-radius: 3px;
}
.site-header.dsn-hamburger #navbar_toggle:hover .toggle-line:nth-of-type(1) {
  transform: var(--trans-icon) translateY(4px);
}
.site-header.dsn-hamburger #navbar_toggle:hover .toggle-line:nth-of-type(3) {
  transform: var(--trans-icon) translateY(-4px);
}
.site-header.dsn-hamburger #navbar_toggle:hover .text-menu .char {
  opacity: 0;
  visibility: hidden;
  transform: var(--animate-trans);
}
.site-header.dsn-hamburger #navbar_toggle:hover:not(.open) .text-open .char, .site-header.dsn-hamburger #navbar_toggle:hover.open .text-close .char {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.site-header.dsn-hamburger .menu-cover-title {
  position: absolute;
  top: 50%;
  font-size: 20vw;
  font-weight: 600;
  line-height: 1.15;
  transform: translateY(-50%) rotateX(75deg);
  opacity: 0;
  padding-left: inherit;
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-property: opacity, transform;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .site-header.dsn-hamburger .menu-cover-title {
    left: -15px;
  }
}
@media only screen and (max-width: 991px) {
  .site-header.dsn-hamburger .menu-cover-title {
    left: 0;
    padding-right: inherit;
    width: 100%;
  }
}
.site-header.dsn-hamburger.dsn-open .menu-cover-title {
  transition-delay: 1s;
  opacity: 0.09;
  transform: translateY(-50%) translateX(-40%) rotate(-90deg);
}
.site-header.dsn-hamburger.dsn-open .toggle-line:nth-of-type(2) {
  transform: scale(0) !important;
  display: none;
}
.site-header.dsn-hamburger.dsn-open .toggle-line:nth-of-type(1), .site-header.dsn-hamburger.dsn-open .toggle-line:nth-of-type(3) {
  margin-top: 0 !important;
}
.site-header.dsn-hamburger.dsn-open .toggle-line:nth-of-type(1) {
  transform: scale(1) rotate(45deg) !important;
  transform-origin: bottom !important;
}
.site-header.dsn-hamburger.dsn-open .toggle-line:nth-of-type(3) {
  transform: scale(1) rotate(-45deg) !important;
  transform-origin: top !important;
}
.site-header.dsn-hamburger.dsn-open .main-navigation {
  opacity: 1;
  visibility: visible;
  transform: none;
}
@media only screen and (max-width: 991px) {
  .site-header.dsn-hamburger.dsn-open .main-navigation {
    text-align: center;
  }
  .site-header.dsn-hamburger.dsn-open .main-navigation ul {
    width: 100%;
  }
}
@keyframes draw {
  0% {
    stroke-dasharray: 10;
  }
  0% {
    stroke-dasharray: 280;
  }
  100% {
    stroke-dasharray: 10;
  }
}
.site-header.dsn-hamburger .dsn-back {
  /**
      Hover
   */
}
.site-header.dsn-hamburger .dsn-back svg {
  fill: none;
  stroke: var(--border-color);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 10;
  stroke-dashoffset: 0;
  stroke-width: 13px;
  width: 22px;
  margin-right: 10px;
}
.site-header.dsn-hamburger .dsn-back > span {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .site-header.dsn-hamburger .dsn-back > span {
    justify-content: center;
  }
}
.site-header.dsn-hamburger .dsn-back span {
  font-size: 15px;
}
.site-header.dsn-hamburger .dsn-back .text-toggle-back {
  position: relative;
}
.site-header.dsn-hamburger .dsn-back .text-toggle-back .text-back {
  position: absolute;
  left: 0;
}
.site-header.dsn-hamburger .dsn-back .text-toggle-back .char {
  margin-right: 5px;
  transform-origin: center top;
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) calc(50ms * var(--char-index));
}
.site-header.dsn-hamburger .dsn-back:hover svg {
  animation: draw 3s linear alternate infinite;
}
.site-header.dsn-hamburger .dsn-back:hover .text-toggle-back .text-back .char, .site-header.dsn-hamburger .dsn-back .text-toggle-back .text-name .char {
  transform: none;
  opacity: 1;
  visibility: visible;
}
.site-header.dsn-hamburger .dsn-back:hover .text-toggle-back .text-name .char, .site-header.dsn-hamburger .dsn-back .text-toggle-back .text-back .char {
  transform: translateY(10px) rotateX(75deg);
  opacity: 0;
  visibility: hidden;
}
.site-header.dsn-hamburger .container-content {
  display: flex !important;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 991px) {
  .site-header.dsn-hamburger .container-content {
    display: none !important;
  }
}
.site-header.dsn-hamburger .container-content:after, .site-header.dsn-hamburger .container-content {
  transition: 1s;
}
.site-header.dsn-hamburger .container-content:after {
  content: "";
  position: absolute;
  background-color: var(--border-color);
  opacity: 0.07;
}

@media only screen and (min-width: 992px) {
  .site-header.dsn-hamburger .container-content:after {
    right: 0;
    top: 0;
    width: 45%;
    height: 0;
    z-index: -1;
  }
}
@media only screen and (max-width: 991px) {
  .site-header.dsn-hamburger .container-content:after {
    width: 0;
    height: 1px;
  }
}
.site-header.dsn-hamburger .container-content .sm-title-block {
  color: #a56433;
}
.site-header.dsn-hamburger .container-content .nav-social ul li {
  position: relative;
  color: var(--heading-color);
  display: inline-block;
  letter-spacing: 2px;
  font-size: 14px;
  margin-right: 15px;
  padding-right: 5px;
}
.site-header.dsn-hamburger.dsn-open .container-content {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 992px) {
  .site-header.dsn-hamburger.dsn-open .container-content:after {
    height: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .site-header.dsn-hamburger.dsn-open .container-content:after {
    width: 100%;
    top: calc(-1 * var(--margin-padding) / 2);
  }
}
.site-header.dsn-hamburger.dsn-open .container-content:after, .site-header.dsn-hamburger.dsn-open .container-content {
  transition-delay: 0.7s;
}
.site-header:not(.dsn-hamburger) .container-content {
  display: none;
}

.work-flash {
  animation: workSubmenuFlashBold 0.35s ease;
}

.work-flash {
  animation: workSubmenuFlashBold 0.35s ease;
}

.work-sub-menu .work-sub-item > a.work-flash:before {
  animation: workSubmenuFlashArrow 0.35s ease;
}

@keyframes workSubmenuFlashArrow {

  0% {
    opacity: 0;
    transform: translateX(-4px);
  }

  15% {
    opacity: 1;
    transform: translateX(0);
  }

  85% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-4px);
  }

}

@keyframes workSubmenuFlashBold {

  0% {
    font-weight: 500;
  }

  40% {
    font-weight: 700;
  }

  100% {
    font-weight: 500;
  }

}

.work-sub-menu .work-sub-heading{
  display: block;
  width: 100%;
  margin-top: 14px;
  margin-bottom: 4px;
  padding: 7px 20px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: left;
  color: var(--heading-color);
  visibility: visible;
  pointer-events: none;
}

.work-sub-menu .work-sub-heading > span{
  display: inline-block;
  color: var(--heading-color);
 
  visibility: visible;
  transform: none;
}

.work-sub-menu .work-sub-heading:first-child{
  margin-top: 0;
}

.work-sub-menu .work-sub-heading:nth-child(4){
  margin-top: 10px;
}

.site-header.dsn-hamburger.dsn-open .main-navigation ul.primary-nav.open > li.nav-item-work > ul.work-sub-menu > li.work-sub-heading{
  font-size: 12px;
  font-weight: 600;
}

.site-header.dsn-hamburger.dsn-open .main-navigation ul.primary-nav.open > li.nav-item-work > ul.work-sub-menu > li.work-sub-heading:nth-child(4){
  margin-top: 10px;
}

.work-sub-menu .work-sub-item{
  padding-left: 18px;
}

.work-sub-menu .work-sub-item a{
  font-weight: 500;
}

.work-sub-menu .work-sub-item a:hover{
  font-weight: 800;
}

.site-header.dsn-hamburger.dsn-open .work-sub-menu .work-sub-heading{
  padding: 7px 0;
  text-align: center;
  color: var(--heading-color);
  opacity: 0.4;
  visibility: visible;
}

.site-header.dsn-hamburger.dsn-open .work-sub-menu .work-sub-heading > span{
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.site-header.dsn-hamburger.dsn-open .work-sub-menu .work-sub-item{
  padding-left: 0;
}
.site-header.nav-bg {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 600px) {
  .site-header.nav-bg {
    top: 0;
  }
}
.site-header.hide-nav:not(.dsn-open) {
  transform: translateY(-170%);
}

body.about-page.dsn-ajax-effect #site_menu_header.page-about-header.nav-bg {
  padding-top: 11px;
  padding-bottom: 11px;
}

.main-brand img,
.dsnload__img img {
  width: 80px;
  max-width: 100%;
  height: auto;
}

/* =========================================================
   Header Brand Lockup (Portrait + 2 Zeilen Text)
   ========================================================= */

.main-logo{
  display: flex;
  align-items: center;
  min-width: 0; /* wichtig: erlaubt Flex-Shrink statt Umbruch */
}

.main-logo .brand-lockup{
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  min-width: 0; /* wichtig: Text darf schrumpfen */
}

/* Rundes Portrait */
.main-logo .brand-lockup__avatar{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 44px;
  display: flex;
}

.main-logo .brand-lockup__avatar img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 58% 10% !important; 
  display: block;
}

/* Textblock */
.main-logo .brand-lockup__text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  margin-top: 6px;
  min-width: 0; /* wichtig */
}

/* Name */
.main-logo .brand-lockup__name{
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--heading-color);
}

/* Titel */
.main-logo .brand-lockup__title{
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.6px;
  opacity: 0.85;
  margin-top: 3px;
  color: var(--heading-color);
}

/* Mobile: nur Name anzeigen + Umbruch erzwingen (Vorname oben, Nachname unten) */
@media only screen and (max-width: 600px){

  /* Portrait etwas kleiner nur auf Mobile */
  .main-logo .brand-lockup__avatar{
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
  }

  /* Titel weg */
  .main-logo .brand-lockup__title{
    display: none;
  }

  /* Name darf umbrechen und wird schmal genug gemacht, um am Leerzeichen zu brechen */
  .main-logo .brand-lockup__name{
    font-size: 13px;
    line-height: 1.05;
    white-space: normal;
    max-width: 120px;   /* <- wenn es noch nicht bricht: 100px oder 90px */
  }
}







.v-light #site_menu_header .main-brand .logo-dark, #dsn_footer.v-light .main-brand .logo-dark, .main-brand .logo-dark, .v-light #dsn_footer:not(.v-light, .v-dark) .main-brand .logo-dark,
.v-light #site_menu_header .dsnload__img .logo-dark,
#dsn_footer.v-light .dsnload__img .logo-dark,
.dsnload__img .logo-dark,
.v-light #dsn_footer:not(.v-light, .v-dark) .dsnload__img .logo-dark {
  display: block;
}
.v-light #site_menu_header .main-brand .logo-light, #dsn_footer.v-light .main-brand .logo-light, .main-brand .logo-light, .v-light #dsn_footer:not(.v-light, .v-dark) .main-brand .logo-light,
.v-light #site_menu_header .dsnload__img .logo-light,
#dsn_footer.v-light .dsnload__img .logo-light,
.dsnload__img .logo-light,
.v-light #dsn_footer:not(.v-light, .v-dark) .dsnload__img .logo-light {
  display: none;
}
.v-dark #site_menu_header .main-brand .logo-dark, #dsn_footer.v-dark .main-brand .logo-dark, .v-dark #dsn_footer:not(.v-light, .v-dark) .main-brand .logo-dark,
.v-dark #site_menu_header .dsnload__img .logo-dark,
#dsn_footer.v-dark .dsnload__img .logo-dark,
.v-dark #dsn_footer:not(.v-light, .v-dark) .dsnload__img .logo-dark {
  display: none;
}
.v-dark #site_menu_header .main-brand .logo-light, #dsn_footer.v-dark .main-brand .logo-light, .v-dark #dsn_footer:not(.v-light, .v-dark) .main-brand .logo-light,
.v-dark #site_menu_header .dsnload__img .logo-light,
#dsn_footer.v-dark .dsnload__img .logo-light,
.v-dark #dsn_footer:not(.v-light, .v-dark) .dsnload__img .logo-light {
  display: block;
}

.v-light #site_menu_header {
  background-color: rgba(255, 255, 255, 0.4);
}



.social-side {
  position: fixed;
  bottom: 50px;
  z-index: 10;
  display: flex;
  mix-blend-mode: exclusion;
  --heading-color: #fff;
  color: var(--heading-color);
}
@media only screen and (min-width: 1400px) {
  .social-side {
    left: 25px;
  }
}
@media only screen and (max-width: 1399px) {
  .social-side {
    left: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .social-side {
    display: none;
  }
}
.social-side .icon {
  text-align: center;
  width: 30px;
  line-height: 30px;
  cursor: pointer;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
  white-space: nowrap;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 12px;
}
.social-side .icon:before {
  content: "";
  position: relative;
  display: inline-block;
  border-left: 1px solid var(--heading-color);
  height: 50px;
  margin-bottom: 10px;
}

.socials {
  text-align: center;
  font-size: 14px;
}
.socials li a {
  position: relative;
  margin-bottom: 10px;
  margin-top: 5px;
  color: var(--heading-color);
}
.socials li a:after, .socials li a span, .socials li a:hover i {
  transition: all 0.3s cubic-bezier(0.55, 0.02, 0.1, 0.9);
}
.socials li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--heading-color);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.2);
}
.socials li a i {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.socials li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--heading-color);
  font-size: 13px;
  opacity: 0;
  transform-origin: center bottom;
  cursor: pointer;
  transform: translateX(0px) translateY(-50%);
}
.socials li a:hover i {
  transform: scale(0);
}
.socials li a:hover label {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 12, -8);
  transition: all 0.6s cubic-bezier(0.75, -0.5, 0, 1.75);
}
.socials li a:hover:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s cubic-bezier(0.75, -0.5, 0, 1.75);
  transition-delay: 0.2s;
}
.socials li a:hover span {
  opacity: 1;
  transform: translateX(10px) translateY(-50%);
}

.dsn-socials li {
  display: inline-block;
}
.dsn-socials li:not(:last-of-type) {
  margin-right: 5px;
}
.dsn-socials li a {
  position: relative;
  padding: 8px 22px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--heading-color);
}
.dsn-socials li a a:not(.move-circle) {
  border-color: var(--border-color);
}
.dsn-socials li a:after, .dsn-socials li a span:not(.dsn-icon) {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.55, 0.02, 0.1, 0.9);
}
.dsn-socials li a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--theme-color);
  transform: translate(-50%, -50%) scale(0.2);
}
.dsn-socials li a span:not(.dsn-icon) {
  color: var(--heading-color);
  font-weight: bold;
  font-size: 13px;
  transform-origin: center bottom;
  cursor: pointer;
}
.dsn-socials li a i {
  transform: scale(1);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.dsn-socials li a:hover i {
  transform: scale(0);
}
.dsn-socials li a:hover span:not(.dsn-icon) {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, -20);
  transition: all 0.6s cubic-bezier(0.75, -0.5, 0, 1.75);
}
.dsn-socials li a:hover:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s cubic-bezier(0.75, -0.5, 0, 1.75);
  transition-delay: 0.2s;
}
@media only screen and (max-width: 991px) {
  .dsn-socials li:not(:last-of-type) {
    margin-right: 5px;
  }
}
.elementor-align-right .dsn-socials .dsn-icon {
  margin: inherit;
}

.box-social li {
 
  font-size: 13px;
  line-height: 1;
}
.box-social li a {
  display: flex;
  align-items: center;
  color: var(--font-color);
}
.box-social li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -1px;
  background: var(--theme-color);
}
.box-social li a .word-root {
  height: 17px;


  overflow: hidden;
  display: inline-block;
}
.box-social li a .word-root .double-word-column {
  display: flex;
  flex-direction: column;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  padding-right: 10px;
}
.box-social li a .word-root .double-word-column .word {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  white-space: nowrap;
  line-height: 1.3;
}
.box-social li a .word-root .double-word-column .word:last-of-type {
  transform: translateX(50%);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.box-social li a:hover {
  color: var(--heading-color);
}
.box-social li a:hover::before {
  background: var(--heading-color);
}
.box-social li a:hover .double-word-column {
  transform: translateY(-50%);
}
.box-social li a:hover .double-word-column .word:last-of-type {
  transform: translateX(0);
}
.box-social li:not(:last-child) {
  margin-right: 20px;
}

/*--------------------------------------------------------------
## Next / Previous
--------------------------------------------------------------*/
.next-page {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 991px) {
  .next-page {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .next-page .top-box {
    flex-direction: column;
    gap: 15px;
  }
  .next-page .top-box h3 {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .next-page .box-img {
    height: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .next-page .box-img {
    height: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .next-page .get-in-tuch {
    border-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .next-page .get-in-tuch .d-grid.grid-1-half {
    grid-template-columns: none;
    border-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .next-page .get-in-tuch .d-grid.grid-1-half .box-left {
    border-right: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .next-page .get-in-tuch .d-grid.grid-1-half .box-right {
    border-top: 1px solid var(--border-color);
  }
}
@media only screen and (max-width: 991px) {
  .next-page .get-in-tuch .d-grid.grid-1-half .box-right .services {
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .next-page .get-in-tuch .d-grid.grid-1-half .box-right .box-btn {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .next-page .footer-box {
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .next-page .footer-box {
    align-items: baseline;
  }
}
@media only screen and (max-width: 575px) {
  .next-page .social-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
  }
}
.next-page .social-box p {
  font-size: 12px;

}
@media only screen and (max-width: 575px) {
  .next-page .social-box ul {
    flex-direction: column;
    gap: 5px;
  }
}
.next-page .social-box li {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
  padding: 2px 10px;
  border-radius: 30px;
}
@media only screen and (max-width: 991px) {
  .next-page .title-md {
    font-size: 60px;
    line-height: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .next-page .title-md {
    font-size: 42px;
    line-height: 52px;
    text-align: center;
  }
}
.next-page .info {
  font-size: 12px;
}

.next-page-2 h2 {
  font-size: 22vw;
  line-height: 19vw;
}

.next-projects .content {
  display: flex;
  justify-content: center;
}
.next-projects .inner {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .next-projects .inner {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .next-projects .inner {

    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .next-projects .work-related_infos {
    flex-direction: column;
    align-items: baseline;
    padding-left: 30px;
    padding-right: 30px;
  }
  .next-projects .work-related_infos .cat {
    width: 100%;
    justify-content: flex-start;
  }
}
.next-projects .box-img {
  position: relative;
  height: 400px;
  border-radius: 10px;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .next-projects .box-img {
    border-radius: 0;
  }
}
.next-projects .box-img img {
  border-radius: inherit;
}
.next-projects .dsn-marquee {
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .next-projects .dsn-marquee {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}

.type-p-nav {
  border-top: 1px solid var(--border-color);
  padding-top: 50px;
}
.type-p-nav .dsn-pagination {
  flex-wrap: wrap;
}
.type-p-nav .dsn-pagination .page-numbers:not(.next):not(.prev) {
  position: relative;
  margin-right: 15px;
  transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
  padding: 10px;
  font-size: 20px;
  border: 1px solid var(--border-color);
}
.type-p-nav .dsn-pagination .page-numbers:not(.next):not(.prev).current, .type-p-nav .dsn-pagination .page-numbers:not(.next):not(.prev):hover {
  color: var(--theme-color-font, var(--heading-color));
  background-color: var(--assistant-color);
}
.type-p-nav .dsn-pagination .page-numbers {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.type-p-nav .dsn-pagination .next, .type-p-nav .dsn-pagination .prev {
  position: relative;
  text-align: center;
  width: 90px;
}
.type-p-nav .dsn-pagination .next:before, .type-p-nav .dsn-pagination .prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: var(--assistant-color);
  transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
  transform: scale(0.8);
}
.type-p-nav .dsn-pagination .next svg, .type-p-nav .dsn-pagination .prev svg {
  width: 30px;
  position: absolute;
  top: 1px;
  fill: var(--heading-color);
  z-index: 1;
  height: 100%;
  opacity: 1;
  transition: all 0.3s ease-out;
}
.type-p-nav .dsn-pagination .next span, .type-p-nav .dsn-pagination .prev span {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 12px;

  letter-spacing: 2px;
  color: var(--heading-color);
  transition: all 0.3s ease-out;
}
.type-p-nav .dsn-pagination .next:hover:before, .type-p-nav .dsn-pagination .prev:hover:before {
  transform: scale(0.7);
}
.type-p-nav .dsn-pagination .next:hover svg, .type-p-nav .dsn-pagination .prev:hover svg {
  opacity: 0;
}
.type-p-nav .dsn-pagination .next:hover span, .type-p-nav .dsn-pagination .prev:hover span {
  transform: translateX(0) translateY(2px);
}
.type-p-nav .dsn-pagination .next:hover, .type-p-nav .dsn-pagination .prev:hover {
  background-color: transparent;
}
.type-p-nav .dsn-pagination .next {
  margin-left: 10px;
}
.type-p-nav .dsn-pagination .next svg {
  transform: translateX(20%);
  left: -10%;
}
.type-p-nav .dsn-pagination .next span {
  transform: translateX(20%) translateY(2px);
}
.type-p-nav .dsn-pagination .prev {
  margin-right: 25px;
}
.type-p-nav .dsn-pagination .prev svg {
  transform: translateX(-20%) rotate(180deg);
  right: -10%;
}
.type-p-nav .dsn-pagination .prev span {
  transform: translateX(-20%) translateY(2px);
}

.pagination-pages .post-page-numbers {
  margin: 0 10px;
}
.pagination-pages a {
  color: var(--theme-color);
}

.next-page {
  position: relative;
}
.next-page .get-in-tuch .box-left {
  border-right: 1px solid var(--border-color);
}
.next-page .box-right .sub-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 37px;
  position: relative;
  width: 150px;
}
.next-page .box-right .services {
  display: flex;
}
.next-page .box-right .services ul {
  flex: 1 0 0px;
}
.next-page .box-right .services ul li a {
  position: relative;
  border-bottom: 1px solid var(--border-color);
}
.next-page .box-right .services ul li a span.icon {
  aspect-ratio: 1/1;
  gap: 10px;
  height: 30px;
  position: relative;
  width: 30px;
}
.next-page .box-right .services ul li a span.icon span {
  aspect-ratio: 1/1;
  height: 6px;
  position: relative;
  width: 6px;
  z-index: 1;
  background-color: var(--heading-color);
  border-radius: 50%;
  transform-origin: 50% 50% 0px;
  transition: 0.6s transform cubic-bezier(0.66, 0, 0.15, 1);
}
.next-page .box-right .services ul li a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: 0.6s transform cubic-bezier(0.66, 0, 0.15, 1);
}
.next-page .box-right .services ul li a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.next-page .box-right .services ul li a:hover span.icon span {
  transform: scale(3);
  transition: 0.6s transform cubic-bezier(0.66, 0, 0.15, 1);
}
.next-page .dsn-marquee {
  margin-bottom: -30px;
}
.next-page .dsn-marquee h2 {
  background: -webkit-radial-gradient(var(--heading-color), var(--bg-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.next-page .narrow {
  margin-top: 30vh;
}
.next-page .narrow a {
  border-bottom: 8px solid var(--heading-color);
  padding-bottom: 5px;
}

.elementor-widget-dsn_arrow_nav {
  pointer-events: none;
}

.dsn-nav-arrow {
  --dsn-icon-size: 25px;
  pointer-events: none;
}
.dsn-nav-arrow .dsn-nav-left, .dsn-nav-arrow .dsn-nav-right {
  padding: 15px;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
}
.dsn-nav-arrow .dsn-nav-left {
  margin-right: 15px;
}

.swiper-pagination-bullets, .swiper-pagination-fraction, .swiper-pagination-progressbar {
  position: relative;
  --swiper-pagination-color: var(--theme-color);
  --swiper-pagination-bullet-inactive-color: var(--theme-color);
  white-space: nowrap;
}
@media only screen and (max-width: 575px) {
  .swiper-pagination-bullets, .swiper-pagination-fraction, .swiper-pagination-progressbar {
    display: none;
  }
}

.swiper-pagination-fraction {
  bottom: 0;
  width: auto;
  display: block;
}

.dsn-swiper .swiper-pagination-progressbar {
  position: relative;
  width: 30% !important;
  height: 1px !important;
  background-color: var(--border-color);
  --swiper-pagination-color: var(--theme-color);
}
.dsn-swiper .swiper-pagination-progressbar span {
  transition-property: transform;
}

.dsn-swiper-circle .swiper-pagination-bullet {
  position: relative;
  background: transparent;
  width: 20px;
  height: 20px;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  margin: 5px;
  bottom: 0 !important;
}
.dsn-swiper-circle .swiper-pagination-bullet:not(.swiper-pagination-bullet-active, .swiper-pagination-bullet-active-prev, .swiper-pagination-bullet-active-next) {
  transform: scale(0.33);
}
.dsn-swiper-circle .swiper-pagination-bullet::before, .dsn-swiper-circle .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.dsn-swiper-circle .swiper-pagination-bullet::before {
  background-color: var(--heading-color);
  transform: scale(0.7);
}
.dsn-swiper-circle .swiper-pagination-bullet::after {
  border: 1.5px solid var(--heading-color);
  transform: scale(0.7);
}
.dsn-swiper-circle .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  transform: scale(0.4);
}
.dsn-swiper-circle .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  transform: scale(1);
}

.dsn-swiper .swiper-container-vertical {
  height: 70vh;
}

.swiper-pagination:not(.dsn-swiper-circle, .dsn-swiper-img) .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  border-radius: 0;
  margin-right: 5px;
  cursor: pointer;
  background: var(--theme-color);
  transition: transform 0.3s ease-in-out;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
  bottom: 0;
}

.swiper-pagination-fraction {
  width: auto !important;
  position: relative !important;
  bottom: auto !important;
}

.page-mit-liebe-werben .swiper-project .swiper-container{
  position: relative;
  overflow: hidden;
}

.page-mit-liebe-werben .swiper-project .swiper-wrapper{
  align-items: stretch;
}

.page-mit-liebe-werben .swiper-project .swiper-slide{
  width: 100% !important;
  flex: 0 0 100% !important;
  max-width: 100%;
}

.page-mit-liebe-werben .swiper-project .swiper-slide .box-img{
  width: 100%;
}
.page-mit-liebe-werben .swiper-project .dsn-swiper-paginate{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 54px;
  margin-top: 0 !important;
  z-index: 6;
  pointer-events: none;
}

.page-mit-liebe-werben .swiper-project .prev-paginate,
.page-mit-liebe-werben .swiper-project .next-paginate{
  pointer-events: auto;
}

.page-mit-liebe-werben .swiper-project .prev-paginate .icon-svg,
.page-mit-liebe-werben .swiper-project .next-paginate .icon-svg{
  position: relative;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-mit-liebe-werben .swiper-project .prev-paginate .icon-svg svg,
.page-mit-liebe-werben .swiper-project .next-paginate .icon-svg svg{
  width: 40px;
  height: 40px;
  margin: 0 !important;
  fill: none !important;
  stroke: #000;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke .25s ease;
}

.page-mit-liebe-werben .swiper-project .prev-paginate:hover .icon-svg svg,
.page-mit-liebe-werben .swiper-project .next-paginate:hover .icon-svg svg{
  transform: scale(1.25);
}
.page-mit-liebe-werben .swiper-project .prev-paginate:hover .icon-svg svg,
.page-mit-liebe-werben .swiper-project .next-paginate:hover .icon-svg svg{
  stroke: #000;
}

.page-mit-liebe-werben .swiper-project .prev-paginate .icon-svg .arrow-glyph,
.page-mit-liebe-werben .swiper-project .next-paginate .icon-svg .arrow-glyph{
  display: none;
}

.page-mit-liebe-werben .swiper-project .prev-paginate .icon-svg .arrow-svg{
  transform: rotate(180deg);
}

.page-mit-liebe-werben .swiper-project .prev-paginate:hover .icon-svg .arrow-svg{
  transform: rotate(180deg) scale(1.25);
}
.page-mit-liebe-werben .prev-paginate .icon-svg:before,
.page-mit-liebe-werben .next-paginate .icon-svg:before{
  display: none;
}

.dsn-swiper-paginate {
  align-items: center;
}

.e-container > .elementor-element.elementor-absolute.elementor-widget-dsn_arrow_nav.container, .elementor-widget-wrap > .elementor-element.elementor-absolute.elementor-widget-dsn_arrow_nav.container {
  left: 0;
  right: 0;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 0;
  transform: none;
}

.prev-paginate, .next-paginate {
  position: relative;
  cursor: pointer;
}
.prev-paginate:not(.dsn-slid-normal), .next-paginate:not(.dsn-slid-normal) {
  display: flex;
  align-items: center;
  padding: 4px 24px;
  border: 1px solid var(--border-color);
  border-radius: 31px;
  font-size: 13px;
  letter-spacing: 2px;
}
.prev-paginate:not(.dsn-slid-normal) .text-paginate, .next-paginate:not(.dsn-slid-normal) .text-paginate {
  -webkit-user-select: none;
  user-select: none;
  font-weight: 500;
}
.prev-paginate:not(.dsn-slid-normal).prev-paginate, .next-paginate:not(.dsn-slid-normal).prev-paginate {
  padding-left: 4px;
}
.prev-paginate:not(.dsn-slid-normal).next-paginate, .next-paginate:not(.dsn-slid-normal).next-paginate {
  padding-right: 4px;
}
.prev-paginate .dsn-icon, .next-paginate .dsn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 38px;
  border-radius: 26px;
}

.prev-paginate:not(.dsn-slid-normal) .dsn-icon {
  margin-right: 12px;
}

.next-paginate:not(.dsn-slid-normal) .dsn-icon {
  margin-left: 12px;
}

.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: auto;
}

.swiper-pagination.dsn-swiper-img .swiper-pagination-bullet {
  width: 45px;
  height: 45px;
  background: transparent;
  transform: none;
  margin: 0 0 0 -10px;
  opacity: 1;
}
.swiper-pagination.dsn-swiper-img .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  filter: brightness(50%);
}
.swiper-pagination.dsn-swiper-img .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  z-index: 2;
}
.swiper-pagination.dsn-swiper-img .swiper-pagination-bullet, .swiper-pagination.dsn-swiper-img .swiper-pagination-bullet img {
  border-radius: 50%;
}

@media only screen and (max-width: 575px) {
  .prev-paginate:not(.dsn-slid-normal), .next-paginate:not(.dsn-slid-normal) {
    padding: 0;
    background-color: transparent;
    border: 0;
  }
  .prev-paginate:not(.dsn-slid-normal) .text-paginate, .next-paginate:not(.dsn-slid-normal) .text-paginate {
    display: none;
  }
}

.hide-slide-shadow .swiper-slide-shadow {
  display: none;
}

.dsn-swiper-paginate img {
  height: auto;
}

.dsn-swiper .cover-bg-img {
  height: 100%;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.main-header {
  padding-top: 230px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 991px) {
  .main-header {
    padding-top: 160px;
  }
}
.main-header .facts-header {
  position: relative;
  padding: 35px;
  width: 350px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .main-header .facts-header {
    display: none;
  }
}
.main-header .facts-header .content {
  padding: 0 60px;
}
.main-header .facts-header .box-img {
  position: relative;
  height: 140px;
  border-radius: 8px;
  overflow: hidden;
}
.main-header .facts-header .box-img video {
  position: absolute;

  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.main-header .facts-header span {
  position: absolute;
}
.main-header .facts-header span:nth-of-type(1) {
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  border-right: 2px solid var(--heading-color);
  border-bottom: 2px solid var(--heading-color);
}
.main-header .facts-header span:nth-of-type(2) {
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  border-left: 2px solid var(--heading-color);
  border-bottom: 2px solid var(--heading-color);
}
.main-header .facts-header span:nth-of-type(3) {
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  border-right: 2px solid var(--heading-color);
  border-top: 2px solid var(--heading-color);
}
.main-header .facts-header span:nth-of-type(4) {
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  border-left: 2px solid var(--heading-color);
  border-top: 2px solid var(--heading-color);
}
@media only screen and (max-width: 767px) {
  .main-header .box-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
}
.main-header .box-info p {
  max-width: 350px;
 
}
@media only screen and (max-width: 767px) {
  .main-header .box-info p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .main-header .box-info p {
    max-width: 350px;
  }
}

.footer-header .social-box p {
  font-size: 12px;
}
.footer-header .social-box li {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
  padding: 2px 10px;
  border-radius: 30px;
}
@media only screen and (max-width: 575px) {
  .footer-header .social-box {
    display: none;
  }
}
.footer-header .dsn-btn.dsn-btn-shape a span {
  font-size: 12px;
}
.footer-header .dsn-btn.dsn-btn-shape .icon {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
}
.footer-header .dsn-btn.dsn-btn-shape:hover .icon {
  transform: translateX(0) rotate(360deg);
}

.header-no-bg {
  padding-top: 30vh;
}
@media only screen and (max-width: 767px) {
  .header-no-bg {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 991px) {
  .header-no-bg .content .d-grid.grid-1-half {
    grid-template-columns: none;
  }
}
@media only screen and (max-width: 575px) {
  .header-no-bg .title-lg {
    font-size: 65px;
    line-height: 70px;
  }
}
.header-no-bg .col-sm ul li {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
}

.brightness {
  overflow: hidden;
  height: 100vh;
}
.brightness .frame {
  padding: 2rem 3rem;
  display: grid;
  grid-row-gap: 1rem;
  grid-column-gap: 2rem;
  pointer-events: none;
  justify-items: start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  transition: opacity 0.3s;
}
.brightness .grid {
  gap: 1rem;
  flex: none;
  position: relative;
  width: 150vw;
  height: 140vh;
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-template-columns: 100%;
  transform-origin: center center;
}
.brightness .row {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(7, 1fr);
  will-change: transform, filter;
}
.brightness .row__item {
  position: relative;
}
.brightness .row__item-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.brightness .row__item-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .brightness .content.w-50 {
    width: 100%;
  }
}


.header-photography {
  height: 105vh;
  overflow: hidden;
}
.header-photography .section-title {
  mix-blend-mode: difference;
  z-index: 1;
  margin-top: 150px;
}
.header-photography .hero-text-icon {
  position: absolute;
  inset: auto 0% 50px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 16rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .header-photography .hero-text-icon {
    inset: auto 0% 0px;
  }
}
@media only screen and (max-width: 767px) {
  .header-photography .hero-text-icon {
    order: 2;
  }
}
.header-photography p {
  font-size: 14px;
  line-height: 23px;
}
.header-photography .box-social {
  position: absolute;
  bottom: 80px;
  left: var(--dsn-gap-container);
  z-index: 3;
}
.header-photography .box-social li {
  max-width: -webkit-max-content;
  max-width: max-content;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
  padding: 8px 10px;
  border-radius: 30px;
}
.header-photography .icon-svg {
  position: relative;
  transform: rotate(90deg);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  z-index: 3;
}
.header-photography .icon-svg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border: 2px solid var(--heading-color);
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.333, 0, 0, 1);
  opacity: 0.5;
}
.header-photography .icon-svg svg {
  width: 13px;
  height: 13px;
  margin-top: -3px;
  margin-left: -3px;
  fill: var(--heading-color);
}
.header-photography .icon-svg:hover:before {
  transform: scale(1.05);
  opacity: 1;
}
.header-photography .hero-cards {
  transform-origin: 50% 100%;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}
.header-photography .hero-cards .hero-card {
  z-index: 2;
  border-radius: 10px;
  object-position: 50% 50%;
  min-width: 270px;
  max-width: 270px;
  min-height: 355px;
  max-height: 355px;
  box-shadow: -4px 4px 30px var(--reverse-heading-color);
}
.header-photography .hero-cards .hero-cards-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0%;
  right: 0%;
}
.header-photography .hero-cards .hero-card-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform-origin: 50% 100%;
}
.header-photography .hero-cards .hero-card-wrapper._01 {
  z-index: 2;
  transform: rotate(-64deg);
}
@media only screen and (max-width: 767px) {
  .header-photography .hero-cards .hero-card-wrapper._01 {
    display: none;
  }
}
.header-photography .hero-cards .hero-card-wrapper._02 {
  z-index: 0;
  transform: rotate(-32deg);
}
@media only screen and (max-width: 767px) {
  .header-photography .hero-cards .hero-card-wrapper._02 {
    display: none;
  }
}
.header-photography .hero-cards .hero-card-wrapper._03 {
  z-index: 0;
  transform: rotate(0);
}
.header-photography .hero-cards .hero-card-wrapper._04 {
  z-index: 0;
  transform: rotate(32deg);
}
@media only screen and (max-width: 767px) {
  .header-photography .hero-cards .hero-card-wrapper._04 {
    display: none;
  }
}
.header-photography .hero-cards .hero-card-wrapper._05 {
  z-index: 0;
  transform: rotate(64deg);
}
@media only screen and (max-width: 767px) {
  .header-photography .hero-cards .hero-card-wrapper._05 {
    display: none;
  }
}

.header-creative {
  padding-top: 180px;
}
@media only screen and (max-width: 991px) {
  .header-creative {
    padding-top: 120px;
  }
}
.header-creative .title-lg span {
  position: relative;
  z-index: 3;
}
.header-creative h5 {
  max-width: 350px;
}
.header-creative .box-img {
  position: absolute;
  top: -35px;
  right: 140px;
  width: 380px;
  height: 240px;
  border-radius: 8px;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .header-creative .box-img {
    display: none;
  }
}
.header-creative .box-img video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.header-creative .footer-header {
  margin-top: 180px;
}
@media only screen and (max-width: 991px) {
  .header-creative .footer-header {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .header-architecture .box-img.h-100 {
    height: 70vh !important;
  }
}
@media only screen and (max-width: 767px) {
  .header-architecture .content {
    padding-top: 0;
    padding-bottom: var(--margin-padding);
  }
}
.header-architecture .content .bg--blueGrid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: -6.22rem 3.22rem;
  background-size: 9.44rem 9.44rem;
  border-radius: inherit;
  opacity: 0.2;
}

@media only screen and (max-width: 991px) {
  .header-architecture .ex {
    margin-top: 30px;
  }
}
.header-architecture .ex .icon {
  font-size: 100px;
  line-height: 65px;
  text-align: center;
  transition: all 0.3s;
}
.header-architecture .ex .icon svg {
  width: 100px;
  height: 100px;
  fill: var(--theme-color);
}
.header-architecture .ex .title {
  margin-inline-start: -40px;
  font-size: 90px;
  line-height: 1;
}
.header-architecture .ex .title-block {
  border-left: 1px solid var(--heading-color);
  margin-left: 20px;
  padding-left: 20px;
}

.header-personal {
  padding-top: 100px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .header-personal {
    padding-bottom: var(--margin-padding);
  }
}
.header-personal .box-img {
  border-radius: 500px;
  max-width: 300px;
  height: 475px;
  margin-left: auto;
  margin-right: 30px;
}
@media only screen and (max-width: 991px) {
  .header-personal .box-img {
    display: none;
  }
}
.header-personal .box-img img {
  border-radius: inherit;
}

@media only screen and (max-width: 767px) {
  .header-resume .text .d-flex.align-items-end {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.header-resume .text .h6,
.header-resume .text h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  margin-bottom: 10px;
  max-width: 250px;
}
.header-resume .text .title-lg {
  font-size: 200px;
  line-height: 160px;
}
@media only screen and (max-width: 991px) {
  .header-resume .text .title-lg {
    font-size: 120px;
    line-height: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .header-resume .text .title-lg {
    font-size: 80px;
    line-height: 90px;
  }
}

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

-------------------------------------------------------- */
.header-project {
  padding-top: 160px;
}
.header-project .custom-container {
  margin-left: 0;
  padding-left: 0;
}
@media only screen and (max-width: 991px) {
  .header-project .box-cat-btn .d-flex.justify-content-between {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header-project .box-cat-btn .d-flex.justify-content-between {
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .header-project .box-cat-btn .cat {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .header-project .box-cat-btn .cat {
    width: 70%;
  }
}

.header-project .box-img {
  height: 80vh;
  border-radius: 0 10px 10px 0;
}

.header-project .box-img img {
  border-radius: inherit;
}

.header-project.mitliebe-hero .box-img {
  height: clamp(45vh, 56vw, 65vh);
  padding-right: clamp(18px, 4vw, 56px);
  box-sizing: border-box;
  overflow: hidden;
}

.header-project .view-case {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
}
.header-project .view-case .btn-border span {
  border: 0;
}

.header-project.mitliebe-hero{
  position: relative;
  z-index: 20;
  overflow: visible !important;
}

.header-project.mitliebe-hero .custom-container,
.header-project.mitliebe-hero .box-img{
  overflow: visible !important;
}

.header-project.mitliebe-hero .box-cat-btn{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 0 !important;
  transform: translateY(50%);
  z-index: 60;
  pointer-events: none;
}

.header-project.mitliebe-hero .box-cat-btn > .container{
  position: relative;
}
.header-project.mitliebe-hero .box-cat-btn .d-flex.justify-content-between.align-items-center{
  width: 100%;
  justify-content: flex-end;
}

.leadership-professional-scope .header-project .box-cat-btn .mitliebe-cta,
.page-mit-liebe-werben .header-project .box-cat-btn .mitliebe-cta{
  margin-right: clamp(24px, 4vw, 64px) !important;
}

/* =========================
   Coaching & Training Hero
   Nur diese Seite / AJAX-sicher / nur eigene Hooks
   ========================= */

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .header-project.coaching-training-hero{
  --ct-hero-padding-top: clamp(96px, 9vh, 132px);
  --ct-hero-padding-bottom: clamp(96px, 9vh, 132px);
  --ct-hero-panel-max: 760px;

  --ct-hero-eyebrow-gap: 18px;
  --ct-hero-title-gap: 18px;

  --ct-hero-title-max: 11ch;
  --ct-hero-title-size: clamp(56px, 8vw, 86px);
  --ct-hero-title-line: 0.92;

  --ct-hero-subline-max: 24ch;
  --ct-hero-subline-size: clamp(18px, 2.1vw, 27px);
  --ct-hero-subline-line: 1.18;

  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  overflow: hidden !important;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-top: var(--ct-hero-padding-top);
  padding-bottom: var(--ct-hero-padding-bottom);
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .header-project.coaching-training-hero .box-img{
  height: 100% !important;
  min-height: 100% !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .header-project.coaching-training-hero .box-img.before-z-index[data-overlay]::before,
#page_wrapper.page-marke-strategie .header-project.coaching-training-hero .box-img.before-z-index[data-overlay]::before{
  opacity: .3 !important;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .header-project.coaching-training-hero .box-img::after,
#page_wrapper.page-marke-strategie .header-project.coaching-training-hero .box-img::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .header-project.coaching-training-hero .container,
#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .header-project.coaching-training-hero .container-content,
#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .header-project.coaching-training-hero .content,
#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .header-project.coaching-training-hero .work-head_content,
#page_wrapper.page-marke-strategie .header-project.coaching-training-hero .container,
#page_wrapper.page-marke-strategie .header-project.coaching-training-hero .container-content,
#page_wrapper.page-marke-strategie .header-project.coaching-training-hero .content,
#page_wrapper.page-marke-strategie .header-project.coaching-training-hero .work-head_content{
  position: relative;
  z-index: 2;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .header-project.coaching-training-hero .container,
#page_wrapper.page-marke-strategie .header-project.coaching-training-hero .container{
  width: 100%;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .header-project.coaching-training-hero .container-content,
#page_wrapper.page-marke-strategie .header-project.coaching-training-hero .container-content{
  width: 100%;
  min-height: auto;
  margin-bottom: 0 !important;
  padding: 0;
  display: flex;
  align-items: center;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .header-project.coaching-training-hero .content,
#page_wrapper.page-marke-strategie .header-project.coaching-training-hero .content{
  width: 100%;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .header-project.coaching-training-hero .ct-hero-panel,
#page_wrapper.page-marke-strategie .header-project.coaching-training-hero .ct-hero-panel{
  width: min(100%, var(--ct-hero-panel-max));
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .header-project.coaching-training-hero .ct-hero-eyebrow,
#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .header-project.coaching-training-hero .ct-hero-title,
#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .header-project.coaching-training-hero .ct-hero-subline,
#page_wrapper.page-marke-strategie .header-project.coaching-training-hero .ct-hero-eyebrow,
#page_wrapper.page-marke-strategie .header-project.coaching-training-hero .ct-hero-title,
#page_wrapper.page-marke-strategie .header-project.coaching-training-hero .ct-hero-subline{
  color: #fff;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .header-project.coaching-training-hero .ct-hero-eyebrow,
#page_wrapper.page-marke-strategie .header-project.coaching-training-hero .ct-hero-eyebrow{
  margin-bottom: var(--ct-hero-eyebrow-gap) !important;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .header-project.coaching-training-hero .ct-hero-title,
#page_wrapper.page-marke-strategie .header-project.coaching-training-hero .ct-hero-title{
  max-width: var(--ct-hero-title-max);
  margin-bottom: var(--ct-hero-title-gap);
  font-size: var(--ct-hero-title-size);
  line-height: var(--ct-hero-title-line);
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .header-project.coaching-training-hero .ct-hero-subline,
#page_wrapper.page-marke-strategie .header-project.coaching-training-hero .ct-hero-subline{
  display: block;
  width: min(100%, var(--ct-hero-subline-max));
  margin-bottom: 0;
  font-size: var(--ct-hero-subline-size);
  line-height: var(--ct-hero-subline-line);
  font-weight: 400;
  text-transform: none;
}

@media only screen and (max-width: 991px){
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) .header-project.coaching-training-hero{
    --ct-hero-padding-top: clamp(88px, 8vh, 116px);
    --ct-hero-padding-bottom: clamp(88px, 8vh, 116px);
    --ct-hero-panel-max: 680px;
    --ct-hero-title-max: 10ch;
    --ct-hero-subline-max: 25ch;
  }
}

@media only screen and (max-width: 575px){
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) .header-project.coaching-training-hero{
    --ct-hero-padding-top: 84px;
    --ct-hero-padding-bottom: 84px;
    --ct-hero-eyebrow-gap: 14px;
    --ct-hero-title-gap: 14px;
    --ct-hero-title-max: 9ch;
    --ct-hero-title-size: clamp(44px, 12vw, 64px);
    --ct-hero-title-line: 0.94;
    --ct-hero-subline-max: 25ch;
    --ct-hero-subline-size: clamp(16px, 4.6vw, 18px);
    --ct-hero-subline-line: 1.24;
  }
}
/* =========================
   AJAX-safe override nur für den Buch-CTA
   Scope absichtlich NICHT über body-Klasse,
   sondern über die eindeutige Button-Klasse
   ========================= */
.header-project .box-cat-btn .mitliebe-cta,
.next-page.mitliebe-order-cta .mitliebe-cta{
  width: max-content !important;
  max-width: none !important;
  min-width: 0 !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  padding: 0 1.1em !important;
  height: 56px !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 999px !important;
  background: #000 !important;
  overflow: hidden !important;
  position: relative !important;
  z-index: 61 !important;
  pointer-events: auto;
  transform: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  clip-path: none !important;
  -webkit-clip-path: none !important;
  mask: none !important;
  -webkit-mask: none !important;
  text-decoration: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.header-project .box-cat-btn .mitliebe-cta{
  margin: 0 0 0 auto !important;
}

.next-page.mitliebe-order-cta .mitliebe-cta{
  margin: 0 auto !important;
}



.header-project .box-cat-btn .mitliebe-cta::before,
.header-project .box-cat-btn .mitliebe-cta::after,
.header-project .box-cat-btn .mitliebe-cta .btn-border::before,
.header-project .box-cat-btn .mitliebe-cta .btn-border::after,
.header-project .box-cat-btn .mitliebe-cta .btn-border > span::after,
.next-page.mitliebe-order-cta .mitliebe-cta::before,
.next-page.mitliebe-order-cta .mitliebe-cta::after,
.next-page.mitliebe-order-cta .mitliebe-cta .btn-border::before,
.next-page.mitliebe-order-cta .mitliebe-cta .btn-border::after,
.next-page.mitliebe-order-cta .mitliebe-cta .btn-border > span::after{
  content: none !important;
  animation: none !important;
}

.header-project .box-cat-btn .mitliebe-cta .btn-border,
.next-page.mitliebe-order-cta .mitliebe-cta .btn-border{
  position: absolute;
  inset: 0;
  display: block !important;
  border-radius: inherit !important;
  overflow: hidden !important;
  background: #000 !important;
  border: 0 !important;
  box-shadow: none !important;
  transition: border-color 0.25s ease !important;
}

.header-project .box-cat-btn .mitliebe-cta .btn-border > span,
.next-page.mitliebe-order-cta .mitliebe-cta .btn-border > span{
  position: absolute;
  left: 50%;
  top: 100%;
  width: calc(100% + 180px);
  height: calc(100% + 180px);
  display: block !important;
  opacity: 1 !important;
  background: #E6007E !important;
  border: 0 !important;
  border-radius: 50% !important;
  transform: translate(-50%, 0) scale(0) !important;
  transform-origin: center center;
  animation: none !important;
  transition: transform 1.05s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.header-project .box-cat-btn .mitliebe-cta:hover .btn-border > span,
.next-page.mitliebe-order-cta .mitliebe-cta:hover .btn-border > span{
  transform: translate(-50%, -50%) scale(1) !important;
}

.header-project .box-cat-btn .mitliebe-cta .word-root,
.next-page.mitliebe-order-cta .mitliebe-cta .word-root{
  position: relative;
  z-index: 2;
  height: auto !important;
  overflow: visible !important;
  display: inline-block;
  color: #fff !important;
}
.header-project .box-cat-btn .mitliebe-cta .word,
body.page-mit-liebe-werben .mitliebe-order-cta .mitliebe-cta .word{
  white-space: nowrap;
  line-height: 1;
  font-weight: 400;
  color: #fff !important;
  transition: color 0.25s ease !important;
  display: inline-block;
}

.header-project .box-cat-btn .mitliebe-cta:hover,
.next-page.mitliebe-order-cta .mitliebe-cta:hover{
  background: transparent !important;
}

.header-project .box-cat-btn .mitliebe-cta:hover .btn-border,
.next-page.mitliebe-order-cta .mitliebe-cta:hover .btn-border{
  border-color: #E6007E !important;
}

.header-project .box-cat-btn .mitliebe-cta:hover .word-root,
.header-project .box-cat-btn .mitliebe-cta:hover .word,
.next-page.mitliebe-order-cta .mitliebe-cta:hover .word-root,
.next-page.mitliebe-order-cta .mitliebe-cta:hover .word{
  color: #000 !important;
	font-weight: 700 !important;
}
body:has(.header-project .box-cat-btn .mitliebe-cta:hover) #dsn_cursor{ opacity:0 !important; }
@media only screen and (max-width: 991px) {
  .header-project.mitliebe-hero {
    padding-top: 148px !important;
  }
}

@media only screen and (max-width: 575px) {
  .header-project.mitliebe-hero {
    padding-top: 116px !important;
  }
}

@media only screen and (max-width: 991px) {
  .header-project.mitliebe-hero + .project-info .box-right .title {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .header-project.mitliebe-hero + .project-info .box-right .title {
    margin-top: 20px;
  }
}

.header-project.mitliebe-hero + .project-info .mitliebe-info-box {
  background: #f1f1f1;
  padding: 25px 25px;
  margin: 30px 0 20px;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
  color: #000000;
}

.header-project.mitliebe-hero + .project-info .mitliebe-info-box strong {
  display: block;
  margin-bottom: 10px;
}

.header-project.mitliebe-hero + .project-info .mitliebe-info-box ul {
  width: 100%;
  box-sizing: border-box;
}

.header-project.mitliebe-hero + .project-info .mitliebe-info-box ul li:last-child {
  margin-bottom: 0 !important;
}

.header-project.mitliebe-hero + .project-info .cat span {
  letter-spacing: 1.5px;
}

.header-project.mitliebe-hero + .project-info .portfolio-list-item-ebook .ebook-value {
  display: inline-block;
  text-align: right;
}

.header-project.mitliebe-hero + .project-info .portfolio-list-item-ebook .ebook-label-inline,
.header-project.mitliebe-hero + .project-info .portfolio-list-item-ebook .ebook-inline-space {
  margin-left: 0.28em;
}

.header-project.mitliebe-hero + .project-info .portfolio-list-item-ebook .ebook-label-break,
.header-project.mitliebe-hero + .project-info .portfolio-list-item-ebook .ebook-value-break {
  display: none;
}

@media only screen and (max-width: 575px) {
  .header-project.mitliebe-hero + .project-info .portfolio-list-item-ebook .ebook-label-break,
  .header-project.mitliebe-hero + .project-info .portfolio-list-item-ebook .ebook-value-break {
    display: block;
  }

  .header-project.mitliebe-hero + .project-info .portfolio-list-item-ebook .ebook-label-inline,
  .header-project.mitliebe-hero + .project-info .portfolio-list-item-ebook .ebook-inline-space {
    margin-left: 0;
  }
}

.header-project .box-cat-btn .mitliebe-cta:hover .word{
  font-weight: 700 !important;
}

@media (max-width: 991px){
  .header-project .box-cat-btn .mitliebe-cta{
    margin: 0 0 0 auto !important;
    height: 52px;
    padding: 0 1em !important;
  }
}
.header-project.mitliebe-hero + .project-info{
  position: relative;
  z-index: 1;
}

@media (max-width: 991px){
  .header-project.mitliebe-hero .box-cat-btn > .container{
    padding-left: 40px;
    padding-right: 40px;
  }

  .header-project.mitliebe-hero .box-cat-btn .d-flex.justify-content-between.align-items-center{
    width: 100%;
    justify-content: flex-end;
  }

  .header-project.mitliebe-hero .box-cat-btn .mitliebe-cta{
    margin: 0 0 0 auto !important;
    height: 52px;
    padding: 0 1em !important;
  }
}

.page-mit-liebe-werben .footer-personal{
  position: relative;
  z-index: 3;
  padding-top: 0 !important;
  background: #000;
}

.page-mit-liebe-werben .footer-personal .footer-bottom{
  border-top: 0 !important;
}

.page-mit-liebe-werben .section-wrapper.text-center{
  margin-bottom: clamp(110px, 7vw, 110px);
}

.page-mit-liebe-werben .section-wrapper.text-center .max-w570{
  max-width: 720px;
}

/*--------------------------------------------------------------
## pages
--------------------------------------------------------------*/
.slider .hero__small-scope {
  position: absolute;
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
  pointer-events: none;
  scale: 0.610003;
}
.slider .hero__small-scope .scope__left,
.slider .hero__small-scope .scope__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.slider .hero__small-scope .scope__bottom-left {
  transform: rotate(-90deg);
}
.slider .hero__small-scope .scope__top-right {
  transform: rotate(90deg);
}
.slider .hero__small-scope .scope__bottom-right {
  transform: rotate(-180deg);
}
.slider .hero__small-scope .scope__corner {
  display: flex;
}
.slider .hero__small-scope .scope__corner:before {
  background: var(--heading-color);
  content: "";
  display: block;
  height: 3.125vw;
  width: 1.5px;
}
.slider .hero__small-scope .scope__corner:after {
  background: var(--heading-color);
  content: "";
  display: block;
  height: 1.5px;
  width: 3.125vw;
}
.slider .scope {
  height: 100%;
  left: 0;
  width: 100%;
}
.slider .slider-inner {
  width: 100%;
  position: relative;
}
.slider .slider-inner, .slider .slider-inner .slide-item {
  height: 330px;
}
.slider .box-social {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.slider .control-nav {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 3;
}
.slider .control-nav svg {
  height: 20px;
  width: 20px;
}
.slider .control-nav svg path {
  fill: var(--heading-color);
}
.slider .control-nav .prev-container,
.slider .control-nav .next-container {
  display: inline-block;
  cursor: pointer;
  transform: none;
}

.main-slider .dsn-slider-content {
  display: flex;
  justify-content: center;
}
.main-slider .dsn-slider-content .slide-content {
  bottom: 30px;
}
.main-slider .dsn-slider-content .slide-content.dsn-active {
  z-index: 1;
  pointer-events: auto;
}
.main-slider .dsn-slider-content .slide-content:not(.dsn-active) {
  z-index: 0;
  pointer-events: none;
}
.main-slider .dsn-slider-content .slide-content:not(.dsn-active) .dsn-chars-wrapper, .main-slider .dsn-slider-content .slide-content:not(.dsn-active) [data-dsn-split=chars], .main-slider .dsn-slider-content .slide-content:not(.dsn-active) .swiper-animate-head {
  opacity: 0;
  visibility: hidden;
}

.cat.p-0 {
  padding: 0;
}
.cat span {
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 13px;
}
.cat span:not(:last-of-type) {
  margin-right: 8px;
}

.filtering-absolute {
  position: fixed;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 700px;
  border-radius: 50px;
  padding: 30px;
  z-index: 3;
  opacity: 0;
}
.filtering-absolute button {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  color: var(--heading-color);
  cursor: pointer;
}

/* =========================================================
   Card-Logo unten rechts
   ========================================================= */
.card-logo{
  position: absolute;
  right: 20px;   /* exakt gleicher Abstand wie .cat */
  bottom: 25px;  /* exakt gleicher Abstand nach unten */
	 padding: 5px 10px;
}

.card-logo img{
  height: 20px;  /* Logo-Größe */
  width: auto;
  display: block;
}

/* Größeres Logo */
.card-logo--large img{
  height: 32px;
}

/* Schutzzone unten: Platz für Logo + gleichen Abstand wie p-30 */
.dsn-item-post .box-content{
  position: relative; /* Anker für .card-logo */
  padding-bottom: calc(30px + 18px + 30px); /* padding + logo-höhe + padding */
}

.dsn-item-post.has-logo-large .box-content{
  padding-bottom: calc(30px + 32px + 30px);
}


/* Logo exakt wie andere Innenabstände (p-30) */
.dsn-item-post .card-logo{
  right: 30px;
  bottom: 30px;
  padding: 0; /* dein padding hier raus, sonst passt die Schutzzone nicht exakt */
}


.slide-date span {
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 13px;
	font-weight: 800;
}

.filter-bg {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
}

.work-scroll .dsn-item-post {
  border-radius: 15px;
}
.work-scroll .dsn-item-post .item-inner {
  width: 100%;
  height: 700px;
}

/* Card 1: Gesamthöhe identisch zu allen anderen Cards */
.work-scroll .dsn-item-post.has-chapter-bar{
  height: 700px;
}

.work-scroll .dsn-item-post .box-image-bg {
  height: 100%;
}
.work-scroll .dsn-item-post .box-image-bg img {
  height: 100%;
}
.work-scroll .dsn-item-post .post-info {
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .work-scroll .dsn-item-post .post-info {
    flex-direction: column;
    align-items: center;
  }
}
.work-scroll .dsn-item-post .dsn-btn-shape {
  justify-self: flex-end;
}
.work-scroll .dsn-item-post .post-content {
  padding: 30px;
}
.work-scroll .dsn-item-post .post-content .label {
  font-size: 12px;
  letter-spacing: 2px;
}
.work-scroll .dsn-item-post .post-content .title-lg {
  font-size: 100px;
  line-height: 105px;
}
@media only screen and (max-width: 767px) {
  .work-scroll .dsn-item-post .post-content .title-lg {
    font-size: 75px;
    line-height: 85px;
  }
}
@media only screen and (max-width: 575px) {
  .work-scroll .dsn-item-post .post-content .title-lg {
    font-size: 40px;
    line-height: 45px;
  }
}

.work-massonary .dsn-posts {
  display: flex;
  flex-wrap: wrap;
}
.work-massonary .dsn-item-post {
  position: relative;
  width: calc(33.3333% - 80px);
  margin: 60px 40px 60px 40px;
  z-index: 10;
  display: block;
}
@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.work-massonary .dsn-item-post .box-image {
  height: 18vw;
}
@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post .box-image {
    height: 50vw;
  }
}
.work-massonary .dsn-item-post:nth-of-type(6n + 1) {
  width: calc(45% - 80px);
}
@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 1) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.work-massonary .dsn-item-post:nth-of-type(6n + 1) .box-image {
  height: 44vw;
}
@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 1) .box-image {
    height: 50vw;
  }
}
.work-massonary .dsn-item-post:nth-of-type(6n + 2) {
  width: calc(50% - 80px);
  margin-left: calc(5% + 40px);
}
@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 2) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.work-massonary .dsn-item-post:nth-of-type(6n + 2) .box-image {
  height: 22vw;
}
@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 2) .box-image {
    height: 50vw;
  }
}
.work-massonary .dsn-item-post:nth-of-type(6n + 3) {
  width: calc(80% - 80px);
  margin-left: calc(10% + 40px);
}
@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 3) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.work-massonary .dsn-item-post:nth-of-type(6n + 3) .box-image {
  height: 33vw;
}
@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 3) .box-image {
    height: 50vw;
  }
}
.work-massonary .dsn-item-post:nth-of-type(6n + 4) {
  width: calc(50% - 80px);
}
@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 4) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.work-massonary .dsn-item-post:nth-of-type(6n + 4) .box-image {
  height: 22vw;
}
@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 4) .box-image {
    height: 50vw;
  }
}
.work-massonary .dsn-item-post:nth-of-type(6n + 5) {
  width: calc(45% - 80px);
  margin-left: calc(5% + 40px);
}
@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 5) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.work-massonary .dsn-item-post:nth-of-type(6n + 5) .box-image {
  height: 44vw;
}
@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 5) .box-image {
    height: 50vw;
  }
}
.work-massonary .dsn-item-post:nth-of-type(6n + 6) {
  width: calc(80% - 80px);
  margin-left: calc(10% + 40px);
}
@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 6) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.work-massonary .dsn-item-post:nth-of-type(6n + 6) .box-image {
  height: 33vw;
}
@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 6) .box-image {
    height: 50vw;
  }
}
.work-massonary .dsn-item-post:last-of-type {
  margin-bottom: 0;
}
.work-massonary .dsn-item-post .post-content {
  width: 100%;
}

.flexibly-hover {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .flexibly-hover {
    flex-direction: column;
  }
}
.flexibly-hover:hover .grid-item .content {
  transform: scaleX(0.85);
  opacity: 0;
}
.flexibly-hover .grid-item {
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
}
.flexibly-hover .grid-item,
.flexibly-hover .grid-item * {
  transition: 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.flexibly-hover .grid-item:not(:hover) .post-content {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .flexibly-hover .grid-item:not(:hover) .post-content {
    opacity: 1;
  }
}
.flexibly-hover .grid-item:hover {
  flex-grow: var(--flex-grow, 2.3);
}
.flexibly-hover .grid-item:hover .post-content {
  transition-delay: 0.3s;
}
.flexibly-hover .grid-item:hover .content {
  transform: scaleX(1);
  opacity: 1;
}

.infinity-grid {
  --grid-gap: 50px;
}
.infinity-grid .infinity__content {
  display: flex;
  flex-direction: column;
  gap: var(--grid-gap, 80px);
}
.infinity-grid .grid-item {
  position: relative;
  padding-top: 120%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.infinity-grid .grid-item:first-child {
  margin-top: var(--grid-gap, 80px);
}
.infinity-grid .grid-item * {
  -webkit-user-select: none;
  user-select: none;
}
.infinity-grid .grid-item img {
  pointer-events: none;
}
.infinity-grid .grid-item .box-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-clip-path: inset(0 0 0 0 round 0.694vw);
          clip-path: inset(0 0 0 0 round 0.694vw);
  transition: -webkit-clip-path 0.8s cubic-bezier(0.07, 0.51, 0.18, 0.96);
  transition: clip-path 0.8s cubic-bezier(0.07, 0.51, 0.18, 0.96);
  transition: clip-path 0.8s cubic-bezier(0.07, 0.51, 0.18, 0.96), -webkit-clip-path 0.8s cubic-bezier(0.07, 0.51, 0.18, 0.96);
  z-index: 2;
}
.infinity-grid .grid-item .box-img img {
  border-radius: inherit;
}
.infinity-grid .grid-item .post-content {
  padding: 40px 30px;
  width: 100%;
  height: 100%;
  transition: all 0.8s cubic-bezier(0.07, 0.51, 0.18, 0.96);
  z-index: 4;
  opacity: 0;
}
.infinity-grid .grid-item .post-content .box-meta {
  transform: translateY(-30px);
  transition: all 0.8s cubic-bezier(0.07, 0.51, 0.18, 0.96);
}
.infinity-grid .grid-item .post-content .title-block {
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.07, 0.51, 0.18, 0.96);
}
.infinity-grid .grid-item:hover .box-img {
  -webkit-clip-path: inset(6% 6% 6% 6% round 0.694vw);
          clip-path: inset(6% 6% 6% 6% round 0.694vw);
}
.infinity-grid .grid-item:hover .post-content {
  opacity: 1;
}
.infinity-grid .grid-item:hover .post-content .box-meta {
  transform: translateY(0);
}
.infinity-grid .grid-item:hover .post-content .title-block {
  transform: translateY(0);
}

.work-slider {
  position: relative;
}
.work-slider .work-item .work-img {
  height: 70vh;
}
@media only screen and (max-width: 767px) {
  .work-slider .work-item .work-content {
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
  }
  .work-slider .work-item .work-content .title {
    order: 2;
  }
}
.work-slider .dsn-swiper-paginate {
  bottom: 30px;
  right: 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .work-slider .dsn-swiper-paginate {
    position: relative;
    display: flex;
    margin-top: 30px;
    bottom: auto;
  }
}

.work-hover-1 .dsn-item-post {
  height: 70vh;
}

@media only screen and (max-width: 767px) {
  .work-full .section-title {
    flex-direction: column;
    align-items: baseline;
  }
}
.work-full .swiper-wrapper {
  padding-top: 30px;
}
.work-full .work-item {
  height: 440px;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-property: opacity, transform, visibility;
}
.work-full .work-item .work-item-inne {
  transition-property: opacity, transform, visibility;
}
.work-full .work-item .work-item-inne .box-content {
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.work-full .work-item .work-item-inner {
  transition: 0.4s;
}
.work-full .work-item:not(.swiper-slide-active) .work-item-inner {
  transform: scale(0.8, 0.800132);
}

.work-photography .work-inner .box-text {
  position: relative;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
.work-photography .work-inner .box-text p {
  font-size: 18px;
}
.work-photography .work-inner .box-text .number {
  left: 50%;
  opacity: 0.1;
  position: absolute;
  top: 30px;
  transform: translate(-50%, -30%) scaleY(1.05);
  font-size: 260px;
  font-weight: 600;
  line-height: 0.8;
}
.work-photography .work-inner .title-middle {
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 470px;
  font-size: 60px;
  line-height: 60px;
}
.work-photography .dsn-grid-layout {
  --dsn-width-item: 3;
}
@media only screen and (max-width: 767px) {
  .work-photography .dsn-grid-layout {
    --dsn-width-item: 1;
  }
}
.work-photography .grid-item {
  height: 400px;
}

.our-blog .blog-item {
  height: 490px;
  border-radius: 5px;
  padding: 30px;
}
.our-blog .blog-item .blog-item-inner {
  position: relative;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 15px 30px;
}
.our-blog .blog-item .blog-item-inner .date span.title {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
  padding: 15px;
  margin-bottom: 5px;
  border-radius: 5px;
}
.our-blog .blog-item .blog-item-inner::before {
  content: "";
  position: absolute;
  border: solid 3px var(--heading-color);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.7;
  z-index: -1;
}
.our-blog .blog-item .blog-item-inner .cat {
  width: -webkit-max-content;
  width: max-content;
}
.our-blog .blog-item .blog-item-inner .cat span {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
}

.blog-2 .blog-item {
  padding: 30px 25px;
}
.blog-2 .blog-item .number {
  position: relative;
  padding-bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.blog-2 .blog-item .sub-title {
  font-size: 13px;
}
.blog-2 .blog-item .content .sub-title {
  margin-left: auto;
  border-radius: 30px;
  padding: 10px 30px;
}
.blog-2 .blog-item .content p {
  max-width: 300px;
}
.blog-2 .blog-item .content .img-box {
  height: 300px;
}
.blog-2 .blog-item .content .dsn-btn-shape {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.blog-hover .dsn-item-post {
  position: relative;
}
.blog-hover .dsn-item-post .content {
  width: 100%;
  height: 100%;
  top: 0;
  padding: 60px;
}
.blog-hover .dsn-item-post .content .date span.title {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
  padding: 15px;
  margin-bottom: 5px;
  border-radius: 5px;
}
.blog-hover .dsn-item-post .content .title-block {
  max-width: 350px;
}
.blog-hover .dsn-item-post .content::before {
  content: "";
  position: absolute;
  border: solid 3px var(--heading-color);
  bottom: 30px;
  left: 30px;
  top: 30px;
  right: 30px;
  opacity: 0.7;
  z-index: -1;
}
.blog-hover .dsn-item-post .content .cat {
  width: -webkit-max-content;
  width: max-content;
}
.blog-hover .dsn-item-post .content .cat span {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
}

.blog-hover-1 .dsn-item-post .content {
  opacity: 0;
}
.blog-hover-1 .dsn-item-post:not(:hover) .content {
  opacity: 0;
}
.blog-hover-1 .dsn-item-post:nth-of-type(2) {
  flex-grow: var(--flex-grow, 2.3);
}
.blog-hover-1 .dsn-item-post:nth-of-type(2) .content {
  opacity: 1;
}

/* Nur dieses eine Blog-Item dunkler machen (stabil, auch bei Video) */
.our-blog .blog-item.blog-item-strong-dark .box-img {
  position: absolute;
  inset: 0;
}

.our-blog .blog-item.blog-item-strong-dark .box-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.70); /* hier stärker/schwächer */
  z-index: 2;
  pointer-events: none;
}

.our-blog .blog-item.blog-item-strong-dark .box-img img,
.our-blog .blog-item.blog-item-strong-dark .box-img video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .dsn-form .d-flex-form .form-group:not(:last-child) {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dsn-form .d-flex-form {
    flex-direction: column;
  }
}
.dsn-form .form-group {
  width: 100%;
  margin-bottom: 30px;
}
.dsn-form .form-group label {
  font-size: 19px;
  font-weight: 600;
  color: var(--heading-color);
}
.dsn-form .entry-box {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  padding: 25px;
}
.dsn-form .entry-box .wpcf7-form-control-wrap {
  width: 100%;
}
.dsn-form .entry-box textarea,
.dsn-form .entry-box input:not([type=submit]) {
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  border: 0;
  border: 0;
  border-radius: 5px;
  padding: 10px 0;
  color: var(--heading-color);
  margin-bottom: 0;
  background-color: transparent;
}
.dsn-form .entry-box textarea {
  height: 100px;
}
.dsn-form input[type=submit] {
  position: relative;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 3px;
  color: var(--heading-color);
  padding: 20px 30px;
  border-radius: 30px;
  cursor: pointer;
  z-index: 9;
}
.dsn-form .ajax-loader {
  position: absolute;
  right: 3px;
}
.dsn-form .wpcf7-not-valid-tip {
  margin-top: 20px;
}
.dsn-form .wpcf7 form.invalid .wpcf7-response-output,
.dsn-form .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: var(--border-color);
}
.dsn-form .dsn-def-btn .icon-circle {
  display: inherit;
}

@media only screen and (max-width: 767px) {
  .contact-form .section-title {
    flex-direction: column;
    align-items: baseline;
    gap: 20px;
  }
}
.contact-form .box-info .box-socials li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 500;
}
.contact-form .box-info .box-socials li .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  border: 1px solid var(--border-color);
}
.contact-form .box-info .box-socials li .icon svg {
  fill: var(--heading-color);
  width: 20px;
}
.contact-form .box-info .box-socials li .word {
  font-size: 20px;
}
.contact-form .info .box-title a {
  position: relative;
  width: -webkit-max-content;
  width: max-content;
  color: var(--theme-color);
}
.contact-form .info .box-title a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0.2em;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  left: 0;
  transform-origin: right;
  transform: scaleX(1);
  transition: 0.6s transform cubic-bezier(0.66, 0, 0.15, 1);
}
.contact-form .info .box-title a:hover:before {
  transform: scaleX(0);
  transform-origin: left;
}

form:not(.submitting) .wpcf7-spinner {
  width: 0;
  padding: 0;
  margin: 0;
  transform: scale(0);
}

.wpcf7-spinner {
  transition: 0.5s linear;
  transition-property: transform, margin;
  z-index: 1;
  margin-left: 0;
  margin-right: 30px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Error
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom {
    flex-direction: column;
  }
  .footer .footer-bottom .dsn-btn {
    margin-top: 20px;
  }
}
.footer .cop {
  font-size: 14px;
}
.footer .links li a {
  font-size: 14px;
  letter-spacing: 2px;
}

.footer .links li a:hover {
  font-weight: 700;
}
.footer .text-right {
  max-width: 450px;
}
.footer .dsn-btn.dsn-btn-shape a span {
  font-size: 12px;
}
.footer .dsn-btn.dsn-btn-shape .icon {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
}
/* =========================
   Footer Submit Button Hover
   ========================= */

.footer-submit-btn{
  transition: background-color 0.3s ease;
}

.footer-submit-btn:hover{
  background-color: var(--theme-color);
}

.footer-submit-btn:hover .submit-pill__text{
  color: #000 !important;
}

.dsn-footer .dsn-footer-top .cta-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}
.dsn-footer .dsn-footer-top .cta-wrap .dsn-marquee {
  color: var(--border-color);
  opacity: 0.04;
  position: absolute;
  width: 100%;
  transform: scaleY(1.3);
}
.dsn-footer .dsn-footer-top .cta-wrap .narrow-wrap {
  position: relative;
  max-width: 760px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
.dsn-footer .dsn-footer-top .cta-wrap .narrow-wrap .huge {
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s;
  position: relative;
  transform: scale(1);
  text-align: center;
  border: 1px solid var(--border-color);
  box-shadow: 0 20px 80px 0 var(--bg-color);
  border-radius: 120px;
  padding: 40px 120px;
}
.dsn-footer .dsn-footer-top .cta-wrap .narrow-wrap .huge .sh {
  font-size: 128px;
  line-height: 1em;
  letter-spacing: -0.02em;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .dsn-footer .dsn-footer-top .cta-wrap .narrow-wrap .huge .sh {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .dsn-footer .dsn-footer-info .box-social {
    justify-self: start;
  }
}
.dsn-footer .top-footer .col .logo {
  width: 8.0625vw;
  height: auto;
}
.dsn-footer .middle-footer .item-time p {
  font-size: 12px;
}
.dsn-footer .middle-footer .opening-time {
  line-height: 1.7;
}
.dsn-footer .middle-footer .opening-time .day,
.dsn-footer .middle-footer .opening-time .time {
  color: var(--heading-color);
  display: inline-block;
  vertical-align: top;
  width: 134px;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .dsn-footer .footer-bottom {
    flex-direction: column;
    gap: 20px;
  }
  .dsn-footer .footer-bottom .dsn-btn {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .dsn-footer .bottom-footer {
    flex-direction: column;
    gap: 20px;
  }
  .dsn-footer .bottom-footer .dsn-btn {
    display: none;
  }
}

.footer-personal {
  position: relative;
}
.footer-personal .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.71) 0%, rgba(5, 5, 5, 0.11) 51.3513513514%, #040404 100%);
}
@media only screen and (max-width: 767px) {
  .footer-personal .footer-inner .box-left {
    gap: 30px;
  }
}
.footer-personal .footer-inner .box-left .box-img {
  width: 100%;
  max-width: 324px;
  height: 300px;
}
@media only screen and (max-width: 767px) {
  .footer-personal .footer-inner .box-left .box-img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer-personal .footer-inner .box-left .box-social {
    flex-direction: row;
  }
}
@media only screen and (max-width: 575px) {
  .footer-personal .footer-inner .box-left .box-social {
    flex-direction: column;
  }
}
.footer-personal .footer-inner .box-left .box-social li {
  max-width: 170px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
  padding: 8px 10px;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .footer-personal .footer-inner .middle-box {
    padding-top: 0;
    gap: 30px;
  }
}
.footer-personal .footer-inner .middle-box .title {
  font-size: 77px;
  line-height: 84px;
}
@media only screen and (max-width: 575px) {
  .footer-personal .footer-inner .middle-box .title {
    font-size: 40px;
    line-height: 44px;
  }
}
.footer-personal .footer-inner .middle-box .title .expart-image {
  width: 98px;
  height: 50px;
  margin-left: 10px;
  display: inline-block;
}
.footer-personal .footer-inner .middle-box .title .expart-image img {
  filter: invert(1);
}
.footer-personal .footer-inner .middle-box p {
  max-width: 300px;
}
@media only screen and (max-width: 767px) {
  .footer-personal .footer-inner .middle-box p {
    max-width: 500px;
  }
}
.footer-personal .footer-inner .middle-box .footer-button-wrapper {
  background-color: var(--assistant-color);
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: relative;
  border-radius: 100%;
  overflow: clip;
  transition: border-width 0.2s, border-color 0.2s, box-shadow 0.2s, color 0.2s, transform 0.2s, background-color 0.2s, opacity 0.2s;
}
.footer-personal .footer-inner .middle-box .footer-button-wrapper span {
  z-index: 1;
  transition: color 0.2s;
  font-size: 22px;
  color: var(--heading-color);
}
.footer-personal .footer-inner .middle-box .footer-button-wrapper .footer-button-circle {
  background-color: var(--reverse-color);
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
  bottom: -84%;
  border-radius: 100%;
  overflow: clip;
  transform-style: preserve-3d;
  transition: 0.4s;
}
.footer-personal .footer-inner .middle-box .footer-button-wrapper:hover .footer-button-circle {
  transform: scale3d(3, 3, 1);
}
.footer-personal .footer-inner .middle-box .footer-button-wrapper:hover span {
  color: var(--reverse-heading-color);
}
@media only screen and (max-width: 767px) {
  .footer-personal .footer-inner .middle-box .d-flex.justify-content-between {
    flex-direction: column;
    gap: 20px;
    align-items: baseline;
  }
}

@media only screen and (max-width: 767px) {
  .footer-personal .footer-bottom{
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
  }

  /* nicht umbrechen, aber schrumpfen drfen */
  .footer-personal .footer-bottom .text-left,
  .footer-personal .footer-bottom .dsn-btn,
  .footer-personal .footer-bottom .text-right{
    flex: 0 1 auto;
    min-width: 0;
    white-space: nowrap;
  }

  /* Text responsiv (min/max nach Wunsch) */
  .footer-personal .footer-bottom .links li,
  .footer-personal .footer-bottom .cop{
    font-size: clamp(14px, 2.6vw, 14px);
  }


	
  /* Scroll-to-top Button schmaler, damit er nicht drckt */
  .footer-personal .footer-bottom .dsn-btn.dsn-btn-shape .button{
    padding: 0 18px;
  }
}

.socials-listing {
  display: flex;
}
.socials-listing a {
  position: relative;
  width: -webkit-max-content;
  width: max-content;
  color: var(--theme-color);
  letter-spacing: 2px;
}
.socials-listing a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0.2em;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  left: 0;
  transform-origin: right;
  transform: scaleX(1);
  transition: 0.6s transform cubic-bezier(0.66, 0, 0.15, 1);
}
.socials-listing a:hover:before {
  transform: scaleX(0);
  transform-origin: left;
}

body:not(.v-dark) .dsn-footer .logo-dark {
  display: none;
}
body:not(.v-dark) .dsn-footer .logo-light {
  display: block;
}

body.v-dark .dsn-footer .logo-dark {
  display: block;
}
body.v-dark .dsn-footer .logo-light {
  display: none;
}

.move-circle:not(.p-absolute) {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .move-circle {
    background-color: transparent;
    border-color: transparent !important;
  }
}
.move-circle .icon-circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: -1;
  border: inherit;
}
.move-circle.background-main .icon-circle {
  background-color: var(--bg-color);
}
.move-circle.background-section .icon-circle {
  background-color: var(--assistant-color);
}
.move-circle.background-theme .icon-circle {
  background-color: var(--theme-color);
}
.move-circle.border-color-default .icon-circle {
  border-color: var(--border-color);
}
.move-circle.border-color-main .icon-circle {
  border-color: var(--bg-color);
}
.move-circle.border-color-assistant .icon-circle {
  border-color: var(--assistant-color);
}
.move-circle.border-color-theme-color .icon-circle {
  border-color: var(--theme-color);
}
.move-circle.border-color-heading .icon-circle {
  border-color: var(--heading-color);
}
.move-circle.border-color-body .icon-circle {
  border-color: var(--font-color);
}
.move-circle.border-circle {
  border: 1px solid var(--heading-color);
}

.dsn-ajax-effect {
  overflow: hidden;
}

.dsn-icon i {
  font-size: var(--dsn-icon-size, 20px);
  color: var(--dsn-color-icon, var(--theme-color));
}
.dsn-icon svg:not(.size-default) {
  width: var(--dsn-icon-size, 20px);
  height: var(--dsn-icon-size, 20px);
}
.dsn-icon svg, .dsn-icon svg path {
  fill: var(--dsn-color-icon, var(--theme-color));
}
.text-center .dsn-icon {
  margin: 0 auto;
}

.dsn-icon-stroke .dsn-icon svg, .dsn-icon-stroke .dsn-icon svg path {
  fill: transparent;
  stroke: var(--dsn-color-icon, var(--theme-color));
}

.dsn-icon-theme-color {
  --dsn-color-icon: var(--theme-color);
}

.dsn-icon-heading-color {
  --dsn-color-icon: var(--heading-color);
}

.dsn-icon-body-color {
  --dsn-color-icon: var(--font-color);
}

.dsn-icon-border-color {
  --dsn-color-icon: var(--border-color);
}

.dsn-icon-assistant-color {
  --dsn-color-icon: var(--assistant-color);
}

.dsn-icon-main-color {
  --dsn-color-icon: var(--bg-color);
}

.dsn-grid-layout {
  --dsn-width-item: 4;
  --dsn-col-item: 30px;
  --dsn-row-item: 50px;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--dsn-col-item));
  margin-top: calc(-1 * var(--dsn-row-item));
}
@media only screen and (max-width: 575px) {
  .dsn-grid-layout:not(.dsn-n-default) {
    --dsn-width-item: 1 !important;
  }
}
.dsn-grid-layout > .grid-item {
  flex: 0 0 calc((100% / var(--dsn-width-item)) - var(--dsn-col-item));
  margin-left: var(--dsn-col-item);
  margin-top: var(--dsn-row-item);
}
.dsn-grid-layout.full-width-last-item:not(.dsn-isotope) > .grid-item {
  flex-grow: 1;
}
.dsn-grid-layout:not(.full-width-last-item) > .grid-item {
  max-width: calc((100% / var(--dsn-width-item)) - var(--dsn-col-item));
  width: 100%;
  overflow: hidden;
}

.dsn-grid-layout {
  --dsn-width-item: 4;
  --dsn-col-item: 30px;
  --dsn-row-item: 50px;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--dsn-col-item));
  margin-top: calc(-1 * var(--dsn-row-item));
}
@media only screen and (max-width: 575px) {
  .dsn-grid-layout:not(.dsn-n-default) {
    --dsn-width-item: 1 !important;
  }
}
.dsn-grid-layout > .grid-item {
  flex: 0 0 calc((100% / var(--dsn-width-item)) - var(--dsn-col-item));
  margin-left: var(--dsn-col-item);
  margin-top: var(--dsn-row-item);
}
.dsn-grid-layout.full-width-last-item:not(.dsn-isotope) > .grid-item {
  flex-grow: 1;
}
.dsn-grid-layout:not(.full-width-last-item) > .grid-item {
  max-width: calc((100% / var(--dsn-width-item)) - var(--dsn-col-item));
  width: 100%;
  overflow: hidden;
}

.dsn-background-inherit, .dsn-background-inherit .background-main, .dsn-background-inherit .background-section, .dsn-background-inherit .background-theme, .dsn-def-btn, .dsn-def-btn .background-main, .dsn-def-btn .background-section, .dsn-def-btn .background-theme {
  background-color: transparent;
}
.dsn-background-inherit .background-main .dsn-bg, .dsn-background-inherit .background-main .dsn-bg-after:after, .dsn-background-inherit .background-main .dsn-bg-before:before, .dsn-background-inherit.background-main .dsn-bg, .dsn-background-inherit.background-main .dsn-bg-after:after, .dsn-background-inherit.background-main .dsn-bg-before:before, .dsn-def-btn .background-main .dsn-bg, .dsn-def-btn .background-main .dsn-bg-after:after, .dsn-def-btn .background-main .dsn-bg-before:before, .dsn-def-btn.background-main .dsn-bg, .dsn-def-btn.background-main .dsn-bg-after:after, .dsn-def-btn.background-main .dsn-bg-before:before {
  background-color: var(--bg-color);
}
.dsn-background-inherit .background-section .dsn-bg, .dsn-background-inherit .background-section .dsn-bg-after:after, .dsn-background-inherit .background-section .dsn-bg-before:before, .dsn-background-inherit.background-section .dsn-bg, .dsn-background-inherit.background-section .dsn-bg-after:after, .dsn-background-inherit.background-section .dsn-bg-before:before, .dsn-def-btn .background-section .dsn-bg, .dsn-def-btn .background-section .dsn-bg-after:after, .dsn-def-btn .background-section .dsn-bg-before:before, .dsn-def-btn.background-section .dsn-bg, .dsn-def-btn.background-section .dsn-bg-after:after, .dsn-def-btn.background-section .dsn-bg-before:before {
  background-color: var(--assistant-color);
}
.dsn-background-inherit .background-theme .dsn-bg, .dsn-background-inherit .background-theme .dsn-bg-after:after, .dsn-background-inherit .background-theme .dsn-bg-before:before, .dsn-background-inherit.background-theme .dsn-bg, .dsn-background-inherit.background-theme .dsn-bg-after:after, .dsn-background-inherit.background-theme .dsn-bg-before:before, .dsn-def-btn .background-theme .dsn-bg, .dsn-def-btn .background-theme .dsn-bg-after:after, .dsn-def-btn .background-theme .dsn-bg-before:before, .dsn-def-btn.background-theme .dsn-bg, .dsn-def-btn.background-theme .dsn-bg-after:after, .dsn-def-btn.background-theme .dsn-bg-before:before {
  background-color: var(--theme-color);
}

.background-revere {
  background-color: var(--assistant-color);
}
.background-section .background-revere {
  background-color: var(--bg-color);
}

.color-inherit-bg.theme-color:after, .color-inherit-bg.theme-color:before, .color-inherit-bg.theme-color span:before, .color-inherit-bg.theme-color span:after {
  background-color: var(--theme-color);
}
.color-inherit-bg.body-color:after, .color-inherit-bg.body-color:before, .color-inherit-bg.body-color span:before, .color-inherit-bg.body-color span:after {
  background-color: var(--font-color);
}
.color-inherit-bg.heading-color:after, .color-inherit-bg.heading-color:before, .color-inherit-bg.heading-color span:before, .color-inherit-bg.heading-color span:after {
  background-color: var(--heading-color);
}
.color-inherit-bg.custom:after, .color-inherit-bg.custom:before, .color-inherit-bg.custom span:before, .color-inherit-bg.custom span:after {
  background-color: var(--dsn-custom-color, var(--heading-color));
}

.background-section .dsn-revere-bg {
  background-color: var(--bg-color);
}
.background-main .dsn-revere-bg {
  background-color: var(--assistant-color);
}

.project-info .box-left .cat span {
  width: -webkit-max-content;
  width: max-content;
}

@media only screen and (max-width: 991px) {
  .services-scroll .root-posts {
    padding-right: var(--dsn-gap-container);
    padding-left: var(--dsn-gap-container);
  }
}
@media only screen and (max-width: 991px) {
  .services-scroll .dsn-grid-layout {
    --dsn-width-item: 2;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .services-scroll .dsn-grid-layout {
    --dsn-width-item: 1;
  }
}

@media only screen and (max-width: 991px) {
  .services-scroll .dsn-grid-layout .dsn-item-post {
    display: contents;
  }
  .services-scroll .dsn-grid-layout .dsn-item-post .section-title {
    text-align: center;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) and (max-width: 767px) {
  .services-scroll .dsn-grid-layout .dsn-item-post .section-title p {
    max-width: 570px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 575px) {
  .services-scroll .dsn-grid-layout .dsn-item-post .section-title p {
    max-width: 450px;
  }
}
.services-scroll .service-item:nth-of-type(odd) {
  margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  .services-scroll .service-item:nth-of-type(odd) {
    margin-top: var(--dsn-row-item);
  }
}
.services-scroll .service-item .service-item-inner {
  padding: 60px 70px;
  border: 1px solid var(--border-color);
}
@media only screen and (max-width: 991px) {
  .services-scroll .service-item .service-item-inner {
    padding: 30px;
  }
}
.services-scroll .service-item .service-item-inner .number {
  width: 60px;
  height: 60px;
  border: 1px solid var(--border-color);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.root-posts .pin-spacer {
  margin-left: 0 !important;
}
.root-posts .pin-spacer .dsn-grid-layout .start-section {
  max-width: calc(100% - var(--dsn-col-item)) !important;
  flex: 0 0 calc(100% - var(--dsn-col-item)) !important;
}
.root-posts .pin-spacer .dsn-grid-layout .end-section {
  max-width: calc(80% - var(--dsn-col-item)) !important;
  flex: 0 0 calc(80% - var(--dsn-col-item)) !important;
}
.root-posts .pin-spacer .dsn-grid-layout .start-section,
.root-posts .pin-spacer .dsn-grid-layout .end-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: var(--dsn-col-item);
  margin-right: var(--dsn-col-item);
}
@media only screen and (min-width: 992px) {
  .root-posts .pin-spacer .dsn-grid-layout {
    --dsn-width-item: 2.8;
    --dsn-col-item: 50px;
    --dsn-row-item: 0px;
  }
  .root-posts .pin-spacer .dsn-grid-layout .box-image-link .box-image-bg,
.root-posts .pin-spacer .dsn-grid-layout .dsn-item-post {
    height: 100vh;
    max-height: 100vh;
  }
}
@media only screen and (max-width: 991px) {
  .root-posts .pin-spacer .dsn-grid-layout {
    --dsn-width-item: 2;
    --dsn-col-item: 30px;
    --dsn-row-item: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .root-posts .pin-spacer .dsn-grid-layout {
    --dsn-width-item: 1;
  }
}

.services-list {
  --item-size: 5.9375rem;
  --arrow-size: 0.625rem;
  --sapce-size: 0.625rem;
  --spacing-top: 14.880952381vh;
  --wt-img: 80px;
  --tw-img-center: calc(var(--wt-img) / 2);
}
.services-list .active-v-scroll .grid-item {
  height: auto;
}
@media only screen and (max-width: 991px) {
  .services-list .icon_inner {
    display: none;
  }
}
.services-list .services-inner .service-item {
  border-top: 1px solid var(--heading-color);
  padding-top: 30px;
  display: block;
}
.services-list .services-inner .service-item .number {
  letter-spacing: 6px;
  font-size: 14px;
}
.services-list .services-inner .service-item .content P {
  max-width: 350px;
}
.services-list .services-inner .service-item ul li:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 10px;
}
.services-list .icon_inner {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .services-list .icon_inner {
    display: none;
  }
}
.services-list .icon_inner .thumb-item {
  position: relative;
}
.services-list .icon_inner .thumb-item .thumb-item_inner {
  border-radius: 50%;
  position: relative;
  width: var(--wt-img);
  height: var(--wt-img);
  margin-right: 1.75rem;
}
.services-list .icon_inner .icon_flash:before {
  position: absolute;
  content: "";
  border-bottom: var(--arrow-size) solid transparent;
  border-left: var(--arrow-size) solid var(--theme-color);
  border-top: var(--arrow-size) solid transparent;
  top: calc((var(--to-p, 1) * var(--wt-img)) - (var(--wt-img) / 2) + ((var(--to-p, 1) - 1) * 10px));
  right: 0;
  transform: translateY(-50%);
  transition: top 0.5s;
}

.services-architecture .services-inner {
  border: 1px solid var(--border-color);
}
@media only screen and (max-width: 991px) {
  .services-architecture .services-inner {
    border: 0;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
.services-architecture .services-item {
  border-right: 1px solid var(--border-color);
  height: 500px;
}
@media only screen and (max-width: 991px) {
  .services-architecture .services-item {
    border: 1px solid var(--border-color);
  }
}
.services-architecture .services-item .title-inner {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.7s;
  z-index: 1;
}
.services-architecture .services-item .content {
  position: relative;
  padding: 60px 30px;
  transform: translateY(100%);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.7s;
  border-top: 3px solid var(--heading-color);
}
.services-architecture .services-item .content ul li:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 10px;
}
.services-architecture .services-item:hover .title-inner, .services-architecture .services-item:focus .title-inner {
  opacity: 0;
  transform: translateY(-100%);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.services-architecture .services-item:hover .content, .services-architecture .services-item:focus .content {
  transform: translateY(0);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.my-services .services-item {
  position: relative;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 30px;
}
.my-services .services-item .title-lg {
  line-height: 110px;
}
.my-services .services-item .number {
  position: absolute;
  left: 0;
  bottom: 30px;
  opacity: 0.5;
}

.services-photography .services-item {
  position: relative;
  border-top: 1px solid var(--border-color);
  padding: 50px;
  display: flex;
  grid-column-gap: 12.5rem;
  grid-row-gap: 12.5rem;
  justify-content: flex-end;
  align-items: flex-start;
}
.services-photography .services-item .services-item-inner {
  width: 90%;
}
@media only screen and (max-width: 575px) {
  .services-photography .services-item .services-item-inner {
    width: 100%;
    flex-direction: column;
    gap: 30px;
  }
}
.services-photography .services-item::before, .services-photography .services-item::after {
  content: "";
  position: absolute;
  top: 25px;
  width: 8px;
  height: 100px;
  background-color: var(--border-color);
  border-radius: 10px;
}
.services-photography .services-item::before {
  left: 30px;
}
.services-photography .services-item::after {
  right: 30px;
}
@media only screen and (max-width: 575px) {
  .services-photography .services-item {
    padding-left: 0;
    padding-right: 0;
  }
  .services-photography .services-item .number {
    display: none;
  }
  .services-photography .services-item::before, .services-photography .services-item::after {
    display: none;
  }
}

.our-services-about .services-item .grid-1-half {
  grid-template-columns: 75% auto;
}
@media only screen and (max-width: 991px) {
  .our-services-about .services-item .grid-1-half {
    grid-template-columns: none;
  }
}

.choose-feature .choose-feature-single {
  padding: 30px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
}

#page-top .angebot-headline {
  margin-bottom: 55px;
}

/* Container klar über dem dekorativen Background-Layer halten */
.brands > .container{
  position: relative;
  top: 0;
  z-index: 2;
}

.brands .container > .p-relative.z-index-1.mb-50.angebot-headline{
  margin-bottom: 55px;
}

/* Hintergrundbild in der Brands-Section rein dekorativ */
.brands > .box-img{
  pointer-events: none;
  z-index: 0;
}

/* Nur Index  Angebot behlt Template-Abstnde und bleibt sauber zentriert */
.brands.brands--angebot-trigger{
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  padding-top: var(--margin-padding);
  padding-bottom: var(--margin-padding);
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.brands.brands--angebot-trigger > .box-img{
  min-height: 100%;
}

.brands.brands--angebot-trigger > .box-img,
.brands.brands--angebot-trigger > .box-img::before,
.brands.brands--angebot-trigger > .box-img::after {
  pointer-events: none;
}

.brands.brands--angebot-trigger > .container{
  position: relative;
  z-index: 2;
  width: 100%;
}

.brands.brands--angebot-trigger .choose-feature{
  margin-bottom: 0;
}



/* =========================================================
   Dunkle Header-Zonen: wie Index-Hero, ohne Burger-Sonderflchen
   ========================================================= */

body.header-on-angebot #site_menu_header,
body.header-on-playfield #site_menu_header {
  --bg-color: #000;
  --assistant-color: #0f0f0f;
  --font-color: #efefef;
  --heading-color: #fff;
  --border-color: #373737;
  --smooth-color: #f9f9f9;
  --reverse-color: #f9f9f9;
  --reverse-heading-color: #000;
  --bg-btn: #0a0909;
}

/* Text im geschlossenen Header ber dunklen Sonderzonen wei */
body.header-on-angebot #site_menu_header:not(.dsn-open) .primary-nav > li > a,
body.header-on-angebot #site_menu_header:not(.dsn-open) .primary-nav ul a,
body.header-on-angebot #site_menu_header:not(.dsn-open) .brand-lockup__name,
body.header-on-angebot #site_menu_header:not(.dsn-open) .brand-lockup__title,
body.header-on-angebot #site_menu_header:not(.dsn-open) #navbar_toggle .toggle-text .text-open .char,
body.header-on-angebot #site_menu_header:not(.dsn-open) #navbar_toggle .toggle-text .text-close .char,
body.header-on-angebot #site_menu_header:not(.dsn-open) #navbar_toggle .toggle-text .text-menu .char,
body.header-on-playfield #site_menu_header:not(.dsn-open) .primary-nav > li > a,
body.header-on-playfield #site_menu_header:not(.dsn-open) .primary-nav ul a,
body.header-on-playfield #site_menu_header:not(.dsn-open) .brand-lockup__name,
body.header-on-playfield #site_menu_header:not(.dsn-open) .brand-lockup__title,
body.header-on-playfield #site_menu_header:not(.dsn-open) #navbar_toggle .toggle-text .text-open .char,
body.header-on-playfield #site_menu_header:not(.dsn-open) #navbar_toggle .toggle-text .text-close .char,
body.header-on-playfield #site_menu_header:not(.dsn-open) #navbar_toggle .toggle-text .text-menu .char {
  color: var(--heading-color);
}

body.header-on-angebot #site_menu_header:not(.dsn-open) #navbar_toggle .toggle-line,
body.header-on-playfield #site_menu_header:not(.dsn-open) #navbar_toggle .toggle-line {
  background-color: var(--heading-color);
}

/* Coaching & Training / Brand & Communication: Milchglas-Navi ber dunklen Sections wei */
body:is(.page-coaching-training, .page-marke-strategie).header-on-ct-dark #site_menu_header {
  --bg-color: #000;
  --assistant-color: #0f0f0f;
  --font-color: #efefef;
  --heading-color: #fff;
  --border-color: #373737;
  --smooth-color: #f9f9f9;
  --reverse-color: #f9f9f9;
  --reverse-heading-color: #000;
  --bg-btn: #0a0909;
}

body:is(.page-coaching-training, .page-marke-strategie).header-on-ct-dark #site_menu_header:not(.dsn-open) .primary-nav > li > a,
body:is(.page-coaching-training, .page-marke-strategie).header-on-ct-dark #site_menu_header:not(.dsn-open) .primary-nav ul a,
body:is(.page-coaching-training, .page-marke-strategie).header-on-ct-dark #site_menu_header:not(.dsn-open) .brand-lockup__name,
body:is(.page-coaching-training, .page-marke-strategie).header-on-ct-dark #site_menu_header:not(.dsn-open) .brand-lockup__title,
body:is(.page-coaching-training, .page-marke-strategie).header-on-ct-dark #site_menu_header:not(.dsn-open) #navbar_toggle .toggle-text .text-open .char,
body:is(.page-coaching-training, .page-marke-strategie).header-on-ct-dark #site_menu_header:not(.dsn-open) #navbar_toggle .toggle-text .text-close .char,
body:is(.page-coaching-training, .page-marke-strategie).header-on-ct-dark #site_menu_header:not(.dsn-open) #navbar_toggle .toggle-text .text-menu .char {
  color: #fff;
}

body:is(.page-coaching-training, .page-marke-strategie).header-on-ct-dark #site_menu_header:not(.dsn-open) #navbar_toggle .toggle-line {
  background-color: #fff;
}

/* Index + About: Menleiste nur geschlossen in diesen Sections vollflchig wei */
body.header-solid-projects #site_menu_header:not(.dsn-open),
body.header-solid-about-intro #site_menu_header:not(.dsn-open) {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  background-color: #fff !important;
}

/* Text und Burger nur im geschlossenen Solid-Header schwarz halten */
body.header-solid-projects #site_menu_header:not(.dsn-open) .primary-nav > li > a,
body.header-solid-projects #site_menu_header:not(.dsn-open) .primary-nav ul a,
body.header-solid-projects #site_menu_header:not(.dsn-open) .brand-lockup__name,
body.header-solid-projects #site_menu_header:not(.dsn-open) .brand-lockup__title,
body.header-solid-projects #site_menu_header:not(.dsn-open) #navbar_toggle .toggle-text .text-open .char,
body.header-solid-projects #site_menu_header:not(.dsn-open) #navbar_toggle .toggle-text .text-close .char,
body.header-solid-projects #site_menu_header:not(.dsn-open) #navbar_toggle .toggle-text .text-menu .char,
body.header-solid-about-intro #site_menu_header:not(.dsn-open) .primary-nav > li > a,
body.header-solid-about-intro #site_menu_header:not(.dsn-open) .primary-nav ul a,
body.header-solid-about-intro #site_menu_header:not(.dsn-open) .brand-lockup__name,
body.header-solid-about-intro #site_menu_header:not(.dsn-open) .brand-lockup__title,
body.header-solid-about-intro #site_menu_header:not(.dsn-open) #navbar_toggle .toggle-text .text-open .char,
body.header-solid-about-intro #site_menu_header:not(.dsn-open) #navbar_toggle .toggle-text .text-close .char,
body.header-solid-about-intro #site_menu_header:not(.dsn-open) #navbar_toggle .toggle-text .text-menu .char {
  color: #000 !important;
}

body.header-solid-projects #site_menu_header:not(.dsn-open) #navbar_toggle .toggle-line,
body.header-solid-about-intro #site_menu_header:not(.dsn-open) #navbar_toggle .toggle-line {
  background-color: #000 !important;
}


/* Tablet */
@media (max-width: 991px){
  .brands > .brands-marquee{
    top: -25px;
  }
}

/* Mobile */
@media (max-width: 767px){
  .brands > .brands-marquee{
    top: -15px;
  }
}

/* =========================================================
   ANGEBOT INTRO
   ========================================================= */

.angebot-intro{
  max-width: 100%;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  opacity: 0.92;
}

@media (max-width: 991px){
  .angebot-intro{
    max-width: 100%;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
  }
}

@media (max-width: 467px){
  .angebot-intro{
    max-width: 90%;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 16px;
  }
}


/* Box als Link ohne Standard-Link-Styling */
.choose-feature .choose-feature-single{
  text-decoration: none;
  color: inherit;
  transition: background-color .25s ease, color .25s ease;
}

/* Icon-Wrapper stabilisieren (verhindert 1px-Jitter beim Skalieren) */
.choose-feature .choose-feature-single .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0; /* killt Baseline/Linebox-Reserve */
}

/* Icon: smooth rein/raus */
.choose-feature .choose-feature-single .icon svg{
  display: block;
  transform: scale(1);
  transform-origin: 50% 50%;
  will-change: transform;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), stroke .25s ease;
}

@media only screen and (max-width: 767px) {
  .choose-feature .choose-feature-single {
    flex-direction: column;
    gap: 20px;
    align-items: center !important;
  }
}

@media only screen and (max-width: 767px) {
  .choose-feature .choose-feature-single .content {
    width: 100%;
    padding-left: 0;
    border-left: 0 !important;
    text-align: center;

    /* keine Trennlinie unter dem Icon */
    border-top: 0;
    padding-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .choose-feature .choose-feature-single .content {
    border-left: 1px solid var(--heading-color);
    padding-left: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .choose-feature .choose-feature-single .content {
    border-left: 0;
    padding-left: 0;
  }
}

/* =========================
   Startseite – Mein Angebot
   nur diese zwei Boxen
   ========================= */

.brands .choose-feature .angebot-card{
  position: relative;
  padding-bottom: 115px;
}

.brands .choose-feature .angebot-card .content{
  flex: 1 1 auto;
}

.brands .choose-feature .angebot-card .angebot-cta{
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid var(--heading-color);
  border-radius: 999px;
  text-decoration: none;
  color: var(--heading-color);
  font-weight: 700;
  line-height: 1.2;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease;
  z-index: 2;
}

.brands .choose-feature .angebot-card .angebot-cta:hover{
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

/* globalen Box-Hover für diese zwei Boxen komplett neutralisieren */
.brands .choose-feature .angebot-card:hover{
  background-color: rgba(255, 255, 255, 0.09);
  color: inherit;
}

.brands .choose-feature .angebot-card:hover .title-block,
.brands .choose-feature .angebot-card:hover .item-disc{
  color: inherit;
}

.brands .choose-feature .angebot-card:hover .section-subtitle{
  font-weight: inherit;
}

.brands .choose-feature .angebot-card:hover .icon svg{
  transform: scale(1);
  stroke: currentColor;
}

.brands .choose-feature .angebot-card:hover .content{
  border-left-color: var(--heading-color);
  border-top-color: transparent;
}

/* NUR wenn die Schaltfläche gehovert wird, wird das Icon größer */
.brands .choose-feature .angebot-card:has(.angebot-cta:hover) .icon svg{
  transform: scale(1.18);
}

@media only screen and (max-width: 767px) {
  .brands .choose-feature .angebot-card{
    padding-bottom: 105px;
  }

  .brands .choose-feature .angebot-card .angebot-cta{
    left: 30px;
    right: 30px;
    bottom: 30px;
  }
}

body:has(.brands .choose-feature .angebot-card .angebot-cta:hover) #dsn_cursor{ opacity:0 !important; }


@media only screen and (max-width: 991px) {
  .services-sm .d-grid.grid-md-5 {
    gap: 15px;
  }
}
.services-sm .service-item {
  padding: 30px 15px;
  transform-origin: 50% 50% 0px;
}
.services-sm .service-item:first-of-type {
  background-color: #ff4e21;
}
.services-sm .service-item:nth-of-type(2) {
  background-color: #900300;
}
.services-sm .service-item .btn .icon {
  background-color: rgba(255, 255, 255, 0.1);
}
.services-sm .service-item .content-text {
  transition: 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform-origin: 50% 50% 0px;
}
.services-sm .service-item .content-text h4 {
  font-size: 14px;
}
.services-sm .service-item:hover .content-text {
  transition: 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.services-hover {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .services-hover .title-box {
    flex-direction: column;
    gap: 30px;
  }
}
.services-hover .services-item {
  position: relative;
  border-bottom: 1px solid var(--border-color);
  overflow: hidden;
}
.services-hover .services-item .title-lg {
  font-size: 160px;
  line-height: 200px;
  filter: var(--filter);
  opacity: var(--op, 1);
  position: relative;
  bottom: var(--bt, -50px);
  white-space: pre;
  width: auto;
  z-index: 1;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 991px) {
  .services-hover .services-item .title-lg {
    font-size: 120px;
    line-height: 195px;
    bottom: var(--bt, -30px);
  }
}
@media only screen and (max-width: 767px) {
  .services-hover .services-item .title-lg {
    font-size: 80px;
    line-height: 100px;
    bottom: var(--bt, -30px);
  }
}
@media only screen and (max-width: 575px) {
  .services-hover .services-item .title-lg {
    font-size: 60px;
    line-height: 110px;
  }
}
.services-hover .services-item .cat {
  z-index: 2;
}
.services-hover .services-item .cat ul li {
  filter: var(--filter, blur(2px));
  opacity: var(--op, 0.1);
  position: relative;
  background-color: var(--theme-color);
  color: var(--heading-color);
  padding: 7px 30px;
  border-radius: 30px;
  display: flex;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  transform: translateY(calc(-100% - var(--tran-li, 0) * -1));
  top: var(--tran-li, 0);
  transition: 2.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media only screen and (max-width: 767px) {
  .services-hover .services-item .cat ul li {
    padding: 5px 10px;
  }
}
.services-hover .services-item:hover {
  --filter: blur(11px);
  --op: 0.5;
  --bt: 0;
}
.services-hover .services-item:hover li {
  --filter: blur(0);
  --op: 1;
}
.services-hover .services-item:hover li:nth-of-type(1) {
  --tran-li: 35%;
}
.services-hover .services-item:hover li:nth-of-type(2) {
  --tran-li: 60%;
}
.services-hover .services-item:hover li:nth-of-type(3) {
  --tran-li: 25%;
}
.services-hover .services-item:hover li:nth-of-type(4) {
  --tran-li: 40%;
}

.dsn-testimonials {
  --item-size: 5.9375rem;
  --arrow-size: 0.625rem;
  --sapce-size: 0.625rem;
  --spacing-top: 14.880952381vh;
  --wt-img: 80px;
  --tw-img-center: calc(var(--wt-img) / 2);
}
.dsn-testimonials .content-inner {
  position: relative;
  grid-template-columns: auto 100px;
}
@media only screen and (max-width: 767px) {
  .dsn-testimonials .content-inner {
    grid-template-columns: none;
  }
}
.dsn-testimonials .review-box {
  padding: 10px;
}
.dsn-testimonials .review-box img {
  width: 60px;
}
.dsn-testimonials .review-box span {
  font-size: 12px;
  margin-right: 10px;
}
.dsn-testimonials .review-box i {
  font-size: 13px;
  color: var(--theme-color);
}
.dsn-testimonials .testimonial-item {
  padding: 60px 30px;
  position: relative;
}
.dsn-testimonials .testimonial-item.no-padding {
  padding: 50px 0;
}
.dsn-testimonials .testimonial-item.no-padding .authoer span {
  padding: 8px 15px;
  border-radius: 30px;
}
.dsn-testimonials .testimonial-item.no-padding .authoer .img {
  width: 50px;
  height: 50px;
  border: 0;
}
.dsn-testimonials .testimonial-item.no-padding .authoer,
.dsn-testimonials .testimonial-item.no-padding .text-box {
  padding-left: 30px;
  padding-right: 30px;
}
.dsn-testimonials .testimonial-item .icon {
  width: 50px;
  height: 50px;
  background-color: var(--theme-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dsn-testimonials .testimonial-item .icon svg g {
  fill: var(--reverse-heading-color);
}
.dsn-testimonials .testimonial-item .authoer {
  position: relative;
  align-items: center;
}
.dsn-testimonials .testimonial-item .authoer svg path {
  fill: var(--bg-color);
}
.dsn-testimonials .testimonial-item .authoer .text {
  padding: 6px 30px;
  border-radius: 30px;
  margin-right: -1px;
}
.dsn-testimonials .testimonial-item .authoer .text h5 {
  font-family: var(--body-font);
  font-size: 13px;
  font-weight: 600;
}
.dsn-testimonials .testimonial-item .authoer .text span {
  font-size: 14px;
  font-weight: 400;
}
.dsn-testimonials .testimonial-item .authoer .img {
  border-radius: 50%;
  border: 5px solid var(--bg-color);
  width: 50px;
  height: 50px;
  margin-left: -1px;
}
.dsn-testimonials .testimonial-item .authoer .img img {
  border-radius: 50%;
}
.dsn-testimonials.testimonials-small .swiper-cards {
  overflow: visible;
}
.dsn-testimonials.testimonials-small:not(.full-testimonials) .testimonials-inner {
  max-width: 400px;
}
@media only screen and (max-width: 767px) {
  .dsn-testimonials.testimonials-small:not(.full-testimonials) .testimonials-inner {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .dsn-testimonials.testimonials-small .d-grid.grid-1-half {
    grid-template-columns: none;
  }
  .dsn-testimonials.testimonials-small .d-grid.grid-1-half .dsn-swiper-paginate {
    display: none;
  }
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .content {
  padding: 30px;
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .content .rating svg {
  width: 16px;
  height: 16px;
  fill: #ffd43b;
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .quote svg {
  width: 71px;
  height: 53px;
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .quote svg path {
  fill: var(--heading-color);
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .authoer {
  position: relative;
  align-items: center;
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .authoer svg path {
  fill: var(--assistant-color);
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .authoer .text {
  padding: 6px 30px;
  border-radius: 30px;
  margin-left: -1px;
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .authoer .text h5 {
  font-family: var(--body-font);
  font-size: 13px;
  font-weight: 600;
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .authoer .text span {
  font-size: 14px;
  font-weight: 400;
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .authoer .img {
  border-radius: 50%;
  border: 5px solid var(--assistant-color);
  width: 54px;
  height: 54px;
  margin-right: -1px;
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .authoer .img img {
  border-radius: 50%;
}
.dsn-testimonials.testimonials-small.testimonials-small-2 {
  position: relative;
}
.dsn-testimonials.testimonials-small.testimonials-small-2 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, var(--bg-color) 0%, var(--assistant-color) 51.3513513514%, var(--bg-color) 100%);
}
.dsn-testimonials.testimonials-small.testimonials-small-2 .testimonal-item-inner {
  align-items: stretch;
}
.dsn-testimonials.testimonials-small.testimonials-small-2 .testimonal-item-inner .box-authoer {
  border-right: 1px solid var(--border-color);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 24px;
  display: flex;
  position: relative;
  width: -webkit-max-content;
  width: max-content;
}
.dsn-testimonials.testimonials-small.testimonials-small-2 .testimonal-item-inner .box-authoer .img {
  max-width: 110px;
  width: 100%;
  height: auto;
}
.dsn-testimonials.testimonials-small.testimonials-small-2 .testimonal-item-inner .box-authoer .img img {
  border-radius: 8px;
}
.dsn-testimonials.testimonials-small.testimonials-small-2 .testimonal-item-inner .box-authoer .text {
  border-radius: 0;
  white-space: nowrap;
  word-break: normal;
  position: absolute;
  inset: auto auto 130px -60px;
  transform: rotate(-90deg);
  padding: 0px 26px;
  margin-left: 0;
}
.dsn-testimonials.testimonials-small.testimonials-small-2 .testimonal-item-inner .box-authoer .text h5 {
  font-size: 16px;
}
.dsn-testimonials.testimonials-small.testimonials-small-2 .testimonal-item-inner .box-authoer .text span {
  font-size: 17px;
  margin-top: 5px;
}
.dsn-testimonials .testimonials-inner .testimonial-item {
  padding: 50px 30px;
}
.dsn-testimonials .testimonials-inner .testimonial-item .quote svg {
  width: 71px;
  height: 53px;
}
.dsn-testimonials .testimonials-inner .testimonial-item .quote svg path {
  fill: var(--heading-color);
}
.dsn-testimonials .testimonials-inner .testimonial-item .authoer {
  position: relative;
  align-items: center;
}
.dsn-testimonials .testimonials-inner .testimonial-item .authoer svg path {
  fill: var(--theme-color);
}
.dsn-testimonials .testimonials-inner .testimonial-item .authoer .text {
  padding: 8px 40px;
  border-radius: 30px;
  margin-left: -2px;
}
.dsn-testimonials .testimonials-inner .testimonial-item .authoer .text h5 {
  font-family: var(--body-font);
  font-size: 13px;
  font-weight: 600;
}
.dsn-testimonials .testimonials-inner .testimonial-item .authoer .text span {
  font-size: 14px;
  font-weight: 500;
}
.dsn-testimonials .testimonials-inner .testimonial-item .authoer .img {
  border-radius: 50%;
  border: 5px solid var(--theme-color);
  width: 56px;
  height: 56px;
  margin-right: -2px;
}
.dsn-testimonials .testimonials-inner .testimonial-item .authoer .img img {
  border-radius: 50%;
}
.dsn-testimonials .testimonials_thumbs_inner {
  position: relative;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .dsn-testimonials .testimonials_thumbs_inner {
    display: none;
  }
}
.dsn-testimonials .testimonials_thumbs_inner .thumb-item {
  position: relative;
}
.dsn-testimonials .testimonials_thumbs_inner .thumb-item .thumb-item_inner {
  border-radius: 50%;
  position: relative;
  width: var(--wt-img);
  height: var(--wt-img);
  margin-left: 1.75rem;
}
.dsn-testimonials .testimonials_thumbs_inner .thumb-item .thumb-item_inner img {
  border-radius: 50%;
}
.dsn-testimonials .testimonials_thumbs_inner .testimonials_thumbs_flash:before {
  position: absolute;
  content: "";
  border-bottom: var(--arrow-size) solid transparent;
  border-right: var(--arrow-size) solid var(--theme-color);
  border-top: var(--arrow-size) solid transparent;
  top: calc((var(--to-p, 1) * var(--wt-img)) - (var(--wt-img) / 2) + ((var(--to-p, 1) - 1) * 10px));
  left: 0;
  transform: translateY(-50%);
  transition: top 0.5s;
}
.dsn-testimonials.testimonials-two .testimonials-inner {
  padding: 40px 30px;
  border-radius: 3px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
}
@media only screen and (max-width: 767px) {
  .dsn-testimonials.testimonials-two .box-img {
    height: 100%;
  }
}
.dsn-testimonials.testimonials-two .testimonial-item {
  grid-template-columns: 300px auto;
}
@media only screen and (max-width: 767px) {
  .dsn-testimonials.testimonials-two .testimonial-item {
    grid-template-columns: none;
    padding: 0;
  }
}
.dsn-testimonials.testimonials-two .testimonial-item .box-img {
  width: 300px;
  height: 440px;
  border-radius: 200px;
}
@media only screen and (max-width: 767px) {
  .dsn-testimonials.testimonials-two .testimonial-item .box-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }
}
.dsn-testimonials.testimonials-two .testimonial-item .box-img img {
  border-radius: inherit;
}
.dsn-testimonials.testimonials-two .testimonial-item .designation {
  font-size: 13px;
  font-weight: 400;
}
.dsn-testimonials.testimonials-two .dsn-swiper-paginate {
  bottom: 50px;
  right: 50px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .dsn-testimonials.testimonials-two .dsn-swiper-paginate {
    bottom: 0;
    right: 0;
  }
}

.next-paginate.prev-paginate .icon-svg svg,
.prev-paginate.prev-paginate .icon-svg svg {
  transform: rotate(180deg);
}
.next-paginate .icon-svg,
.prev-paginate .icon-svg {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.next-paginate .icon-svg:before,
.prev-paginate .icon-svg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border: 2px solid var(--heading-color);
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.333, 0, 0, 1);
  opacity: 0.5;
}
.next-paginate .icon-svg svg,
.prev-paginate .icon-svg svg {
  width: 13px;
  height: 13px;
  margin-top: -3px;
  margin-left: -3px;
  fill: var(--heading-color);
}
.next-paginate:hover .icon-svg:before,
.prev-paginate:hover .icon-svg:before {
  transform: scale(1.05);
  opacity: 1;
}

.dsn-brands .brands-inner {
  position: relative;
  border-left: 1px solid var(--assistant-color);
  border-right: 1px solid var(--assistant-color);
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .dsn-brands .brands-inner {
    border-left: 0;
    border-right: 0;
  }
}
.dsn-brands .brands-inner-listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 991px) {
  .dsn-brands .brands-inner-listing {
    grid-template-columns: repeat(3, 1fr);
  }
}
.dsn-brands .brand-item {
  width: 155px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: var(--assistant-color);
  -webkit-backdrop-filter: blur(6.7rem);
          backdrop-filter: blur(6.7rem);
  overflow: hidden;
  transition: box-shadow 0.4s ease;
  z-index: 2;
  will-change: transform;
}
.dsn-brands .brand-item:before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  opacity: 0;
  background-color: var(--theme-color);
  transition: opacity 0.4s ease;
}
.dsn-brands .brand-item:after {
  content: "";
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.dsn-brands .brand-item .brand-item-inner {
  position: absolute;
  width: 100%;
  height: auto;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dsn-brands .brand-item .brand-item-inner img {
  width: 105px;
  object-fit: contain;
  z-index: 2;
}
.dsn-brands .brand-item .home__intro-company-secret {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.dsn-brands .brand-item:hover::before {
  opacity: 1;
}
.dsn-brands .brand-item:hover .brand-item-inner,
.dsn-brands .brand-item:hover .home__intro-company-secret {
  opacity: 1;
}
.dsn-brands .brand-item:nth-child(2) {
  grid-row: 2/3;
}
.dsn-brands .brand-item:nth-child(3), .dsn-brands .brand-item:nth-child(4) {
  grid-row: 3/4;
}
.dsn-brands .brand-item:nth-child(5), .dsn-brands .brand-item:nth-child(6) {
  grid-row: 4/5;
}
.dsn-brands .brand-item:nth-child(7), .dsn-brands .brand-item:nth-child(8) {
  grid-row: 5/6;
}
.dsn-brands .brand-item:nth-child(9) {
  grid-row: 6/7;
}
.dsn-brands .brand-item:nth-child(2), .dsn-brands .brand-item:nth-child(5), .dsn-brands .brand-item:nth-child(9) {
  grid-column: 2/3;
}
.dsn-brands .brand-item:nth-child(7), .dsn-brands .brand-item:nth-child(10) {
  grid-column: 1/2;
}
.dsn-brands .brand-item:nth-child(4), .dsn-brands .brand-item:nth-child(8) {
  grid-column: 3/4;
}
.dsn-brands .brand-item:nth-child(6) {
  grid-column: 4/5;
}
.dsn-brands .brand-item:nth-child(10) {
  grid-column: 1/3;
}
@media only screen and (max-width: 991px) {
  .dsn-brands .brand-item:nth-child(6) {
    grid-column: 3/4;
    grid-row: 7/8;
  }
}
@media only screen and (max-width: 767px) {
  .dsn-brands .brand-item {
    width: auto;
  }
  .dsn-brands .brand-item:nth-child(3n) {
    grid-column: 2/3;
  }
  .dsn-brands .brand-item:nth-child(3n-1) {
    grid-column: 3/4;
  }
  .dsn-brands .brand-item:nth-child(3n-2) {
    grid-column: 1/2;
  }
  .dsn-brands .brand-item:nth-child(2) {
    grid-row: 1/2;
  }
  .dsn-brands .brand-item:nth-child(3) {
    grid-row: 2/3;
  }
  .dsn-brands .brand-item:nth-child(6) {
    grid-row: 4/5;
  }
  .dsn-brands .brand-item:nth-child(5) {
    grid-row: 3/4;
  }
  .dsn-brands .brand-item:nth-child(9) {
    grid-row: 7/8;
  }
  .dsn-brands .brand-item:last-child {
    display: none;
  }
}
.dsn-brands .pinned-elements {
  position: sticky;
  top: var(--margin-padding);
}
.dsn-brands .content-float {
  z-index: 2;
}
.dsn-brands .content-float ul li {
  font-size: 14px;
}
.dsn-brands .content-float ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.dsn-brands .content-float .box-img img {
  width: 250px;
  filter: invert(1);
}
@media only screen and (max-width: 575px) {
  .dsn-brands .content-float .box-img img {
    width: 130px;
  }
}

.brand-personal .grid-half-1 {
  grid-column-gap: 0 !important;
}

.v-dark .brand-item img {
  filter: invert(1);
}

.brand-scroll {
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .brand-scroll .brand-inner {
    gap: 0;
  }
}
.brand-scroll .brand-item {
  min-height: 250px;
}
@media only screen and (max-width: 767px) {
  .brand-scroll .brand-item {
    min-height: 150px;
  }
  .brand-scroll .brand-item img {
    width: 120px;
  }
}



@keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@media only screen and (max-width: 767px) {
  .skills-section .box-img {
    height: 100%;
  }
}
.skills-section .skills-inner {
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}
@media only screen and (max-width: 767px) {
  .skills-section .skills-inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 575px) {
  .skills-section .skills-inner {
    grid-template-columns: 1fr 1fr;
  }
}
.skills-section .skills-item {
  color: var(--font-color);
  border: 1px solid var(--border-color);
  border-radius: 390px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 352px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
}

@media only screen and (max-width: 767px) {
  .img-3-col-move .d-grid {
    gap: 30px;
  }
}

.box-move .info .info-item {
  padding-bottom: 30px;
}
.box-move .info .info-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.box-move .info .info-item .date {
  width: 90px;
}
.box-move .info .info-item .sm-title-block {
  width: 60%;
  font-family: var(--body-font);
  font-size: 15px;
}
.box-move .info .info-item .icon {
  margin-left: auto;
}
.box-move .info .info-item .icon svg {
  width: 10px;
  transform: rotate(45deg);
}

@media only screen and (max-width: 991px) {
  .about-section .d-grid.grid-1-half {
    grid-template-columns: none;
  }
}
.about-section .box-img {
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .about-section .box-img {
    display: none;
  }
}
.about-section .box-img img {
  border-radius: initial;
}
@media only screen and (max-width: 991px) {
  .about-section .box-left {
    display: none;
  }
}
.about-section .ex {
  position: relative;
}
.about-section .ex .title {
  line-height: 52px;
}

.section-seat .box-right .img-text {
  padding: 20px;
  border-radius: 5px;
}
.section-seat .box-right .img-text .img {
  height: 400px;
}

.about-section-two {
  position: relative;
}
.about-section-two .grid-half-1 {
  grid-template-columns: 40% 60%;
}
@media only screen and (max-width: 991px) {
  .about-section-two .grid-half-1 {
    grid-template-columns: none;
  }
}
.about-section-two .inner-content {
  grid-template-columns: 45% 55%;
}
@media only screen and (max-width: 991px) {
  .about-section-two .inner-content {
    grid-template-columns: none;
  }
}
.about-section-two ul li {
  padding: 10px 20px;
  border-radius: 5px;
}
.about-section-two ul li i {
  font-size: 12px;
}
.about-section-two .img {
  position: relative;
  margin-top: -180px;
  height: 500px;
}
@media only screen and (max-width: 991px) {
  .about-section-two .img {
    margin-top: 0;
    height: 60vh;
  }
}

.experience .experience-inner {
  background-image: url("https://images.ctfassets.net/beeay9aupl8z/2r8eDCz624DPnr7pI89nIU/b367ff1198874e224e9db46ae41b1e0a/IMAGE_GRID_OPTION_2.png");
  -webkit-background-clip: text;
          background-clip: text;
  background-attachment: fixed;
  background-size: 100%;
}
.experience .title-lg {
  color: transparent;
  font-size: clamp(100px, 42vw, 755px);
  line-height: 0.85;
}

.about-architecture {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .about-architecture .bg-mask {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .about-architecture .d-grid.grid-half-1 {
    grid-template-columns: 50% 50%;
  }
}
@media only screen and (max-width: 767px) {
  .about-architecture .d-grid.grid-half-1 {
    grid-template-columns: none;
  }
}
.about-architecture .box-text {
  height: 600px;
}
@media only screen and (max-width: 991px) {
  .about-architecture .box-text {
    height: auto;
    padding-bottom: 30px;
  }
}
.about-architecture .box-img {
  height: 500px;
}
.about-architecture .brands-marquee {
  width: 80%;
  padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .about-architecture .brands-marquee {
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .about-architecture .brands-marquee .brand-item img {
    width: 200px;
  }
}

.box-seat {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .box-seat .grid-half-1 {
    grid-template-columns: none;
  }
}
@media only screen and (max-width: 767px) {
  .box-seat .box-img {
    width: 100%;
    display: block;
  }
}
.box-seat .box-img .img-lg {
  width: 56%;
  margin-left: -60px;
}
@media only screen and (max-width: 767px) {
  .box-seat .box-img .img-lg {
    width: 100%;
    margin-left: 0;
  }
}
.box-seat .box-img .img-sm {
  position: relative;
  width: 23%;
  margin-top: auto;
  margin-bottom: 50px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .box-seat .box-img .img-sm {
    display: none;
  }
}
.box-seat .box-img .img-md {
  width: 25%;
  margin-left: -60px;
  margin-top: 15%;
}
@media only screen and (max-width: 767px) {
  .box-seat .box-img .img-md {
    display: none;
  }
}
.box-seat .box-img .img-last {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32%;
}
@media only screen and (max-width: 575px) {
  .box-seat .box-img .img-last {
    display: none;
  }
}

/* About Me – auf dunklem Parallax-BG alles weiß erzwingen */
.about-me.v-dark-head,
.about-me.v-dark-head *{
  color:#fff;
}

.about-me.v-dark-head .item ul li a{
  border-bottom: 1px solid rgba(255,255,255,0.35);
}

.about-me.v-dark-head .item ul li a span.icon span{
  background-color:#fff;
}


.about-me .signechar {
  width: 260px;
  filter: grayscale(1);
}
@media only screen and (max-width: 767px) {
  .about-me .signechar {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-me .item:first-of-type {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .about-me .item {
    display: flex;
    flex-direction: column;
  }
}
.about-me .item ul {
  flex: 1 0 0px;
}
.about-me .item ul li a {
  position: relative;
  border-bottom: 1px solid var(--border-color);
}
.about-me .item ul li a span.icon {
  aspect-ratio: 1/1;
  gap: 10px;
  height: 30px;
  position: relative;
  width: 30px;
}
.about-me .item ul li a span.icon span {
  aspect-ratio: 1/1;
  height: 6px;
  position: relative;
  width: 6px;
  z-index: 1;
  background-color: var(--heading-color);
  border-radius: 50%;
  transform-origin: 50% 50% 0px;
  transition: 0.6s transform cubic-bezier(0.66, 0, 0.15, 1);
}
.about-me .item ul li a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: 0.6s transform cubic-bezier(0.66, 0, 0.15, 1);
}
.about-me .item ul li a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.about-me .item ul li a:hover span.icon span {
  transform: scale(3);
  transition: 0.6s transform cubic-bezier(0.66, 0, 0.15, 1);
}
.about-me .h6 {
  font-weight: 200;
}

.experience-about {
  justify-content: flex-start;
  align-items: flex-end;
  max-width: none;
  display: flex;
}
.experience-about .number span {
  font-size: 200px;
  font-weight: 500;
  line-height: 160px;
}
.experience-about .description {
  font-size: 20px;
  margin: 0;
  display: flex;
  transform: none;
}
.experience-about .description span {
  text-align: right;
  width: 134px;
}

.about-me-2 .box-img {
  height: 680px;
}
@media only screen and (max-width: 767px) {
  .about-me-2 .box-bottom {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .about-me-2 .box-bottom .experience-about {
    order: 1;
    margin-bottom: 30px;
  }
}
.about-me-2 .box-bottom .text {
  border-left: 1px solid var(--border-color);
  padding-left: 60px;
  margin-left: 60px;
  max-width: 700px;
}
@media only screen and (max-width: 767px) {
  .about-me-2 .box-bottom .text {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
    max-width: 100%;
    order: 2;
  }
}

@media only screen and (max-width: 991px) {
  .about-photography .box-text .experience-box {
    flex-direction: row;
    gap: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .about-photography .box-text .experience-box {
    flex-direction: column;
    gap: 15px;
  }
}
.about-photography .box-text .img-small {
  height: 285px;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .about-photography .box-text .img-small {
    display: none;
  }
}
.about-photography .box-text .img-small img {
  border-radius: inherit;
}
.about-photography .box-text .img {
  border-radius: 8px;
}
@media only screen and (max-width: 991px) {
  .about-photography .box-text .img {
    display: none;
  }
}
.about-photography .box-text .img img {
  border-radius: inherit;
}
@media only screen and (max-width: 767px) {
  .about-photography .box-text .left-image {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .about-photography .box-text .left-image .image-group {
    flex-direction: row;
  }
}
.about-photography .box-text .left-image .round-image {
  border: 4px solid var(--bg-color);
  border-radius: 50%;
  width: 55px;
  height: 55px;
}
.about-photography .box-text .left-image .round-image:nth-of-type(2), .about-photography .box-text .left-image .round-image:nth-of-type(3) {
  margin-left: -15px;
}
.about-photography .box-text .left-image .round-image img {
  border-radius: inherit;
}
.about-photography .box-text .left-image .small-text p {
  font-size: 14px;
  line-height: 1.5;
}
.about-photography .box-text-img {
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .about-photography .box-text-img {
    padding-left: 0;
    display: grid;
  }
}
.about-photography .box-text-img .img {
  height: 300px;
  border-radius: 8px;
}
.about-photography .box-text-img .img img {
  border-radius: inherit;
}

@media only screen and (max-width: 767px) {
  .text-photography {
    padding-top: 0;
  }
  .text-photography .pinned-scroll {
    height: auto;
    min-height: auto;
  }
}
.text-photography .inner-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .text-photography .inner-img {
    display: none;
  }
}
.text-photography .inner-img .img-item {
  width: 250px;
  height: 300px;
}
.text-photography .inner-img .img-item.ml-auto {
  margin-left: auto;
}
.text-photography .inner-img .img-item.mr-auto {
  margin-right: auto;
}

@media only screen and (max-width: 991px) {
  .section-seat.section-seat-img .d-grid.grid-1-half {
    grid-template-columns: none;
  }
}
.section-seat .box-text .signechar {
  width: 260px;
  filter: grayscale(1);
}

.section-seat-about .box-text {
  min-height: 700px;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .section-seat-about .box-text {
    height: auto;
    min-height: 0;
    gap: 30px;
  }
}

/* ==============================
   ABOUT ME 3 - START (REWRITE: clean breakpoints)
   ============================== */

/* ---------- BASE (gilt für alle Breakpoints) ---------- */

/* ABOUT ME 3 – Background image crop control (clean & breakpoint specific) */

/* Default (Desktop + Tablet) */
.about-me-3 .box-img{
  overflow: hidden;
}

.about-me-3 .box-img::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.15); 
  pointer-events: none;
}

.about-me-3 .box-img > img.cover-bg-img{
  width: 115% !important;
  height: 115% !important;

  object-fit: cover !important;
  object-position: 5% 60% !important;     /* Ausschnitt Default */

  transform: scale(1.35);                  /* Größe Default */
  transform-origin:5% 60%;                /* Bezugspunkt = gleicher Ausschnitt */
}



/* frame */
.about-me-3 .about-inner{
  border: 5px solid var(--heading-color);
  overflow: hidden;
}

.about-me-3 .about-inner > .d-grid.grid-lg-2{
  align-items: stretch !important;
}

.about-me-3 .about-inner .box-left,
.about-me-3 .about-inner .box-right{
  height: 100%;
}

.about-me-3 .about-inner .box-left{
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* photos */
.about-me-3 .about-me-3-photo{
  border-radius: 15px;
  overflow: hidden;
}
.about-me-3 .about-me-3-photo img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Headline: gleiche responsive Größe wie Section-Titles (z.B. "MEIN ANGEBOT") */
.about-me-3 .box-left .title-block{
  font-size: var(--title-heading);
  line-height: calc(var(--title-heading) + 3px);
}

/* ---- button text white (scoped) ---- */
.about-me-3 .btn-moreinfo,
.about-me-3 .btn-moreinfo .word-root,
.about-me-3 .btn-moreinfo .word{
  color: #fff;
}

/* Pfeil schwarz (Glyph + SVG laufen über currentColor) */
.about-me-3 .btn-moreinfo .icon-arrow{
  color: #000;
}
/* counter: template-neutral, clean */
.about-me-3 .experience-about{
  display: flex;
  margin: 0;
  padding: 0;
}

.about-me-3 .experience-about .number,
.about-me-3 .experience-about .description{
  margin: 0;
  padding: 0;
  text-align: left !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed;
  transform: none !important;
}

.about-me-3 .experience-about .number span,
.about-me-3 .experience-about .description .exp-label{
  display: block;
  text-align: left !important;
  width: auto !important;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/* ---------- MOBILE (<= 767px) ---------- */
@media (max-width: 767px){

	
	  /* Headline → Fließtext Abstand reduzieren */
  .about-me-3 .box-left .title-block{
    margin-bottom: 5px !important; /* statt 30px */
  }
	
	
  /* paddings */
  .about-me-3 .about-inner .box-left{
  padding-left: 40px;
  padding-right: 40px;
	  padding-top: 40px;
	  padding-bottom: 20px;
  }

  .about-me-3 .about-inner .box-right{
    padding: 30px;
    padding-top: 45px; /* space for overlapping portrait */
    position: relative;
  }

  /* photo visibility */
  .about-me-3 .about-me-3-photo--desktop{ display: none; }
  .about-me-3 .about-me-3-photo--mobile{ display: block; }

 /* CTA + photo row (mobile: photo left, button right) */
.about-me-3 .about-me-3-actions{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  margin-top: 12px;
  flex-wrap: nowrap;
}

/* Foto links, Button rechts – unabhängig von HTML-Reihenfolge */
.about-me-3 .about-me-3-actions > .about-me-3-photo{ order: 1; }
.about-me-3 .about-me-3-actions > a{ order: 2; }


  .about-me-3 .about-me-3-actions > a{
    flex: 0 0 auto;
  }

  /* mobile portrait + overlap */
 .about-me-3 .about-me-3-photo--mobile{
  flex: 0 0 clamp(160px, 32vw, 260px);
  aspect-ratio: 3 / 4;
  height: auto;
  position: relative;
  z-index: 3;
  margin-bottom: -100px;
  max-width: 100%;
}


  /* counter layout mobile */
  .about-me-3 .experience-about{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0px;
	  margin-top: 20px; /* mehr Abstand zum Portrait */
  }
	
	/* Zahl optisch näher ans Label */
.about-me-3 .experience-about .description{
  margin-top: -22px; /* zieht Text näher an die 20 */
}

  /* label: 1 line on mobile */
  .about-me-3 .experience-about .description .exp-label{
    white-space: nowrap;
  }
  .about-me-3 .experience-about .description .exp-label br{
    display: none;
  }
	
	/* Label wie H4 */
.about-me-3 .experience-about .description .exp-label{
  font-size: var(--font-size-h4);
  font-weight: var(--font-weight-heading);
  line-height: 1.2;
  white-space: nowrap; /* bleibt mobile-einzeilig */
}

/* Zahlgröße */
.about-me-3 .experience-about .number span{
  font-size: 150px;
  font-weight: 800;
}
}

/* ===== Index: ABOUT ME viewportfllend + Template-Abstand ===== */
.about-me-3{
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-top: var(--margin-padding);
  padding-bottom: var(--margin-padding);
}

.about-me-3 > .dsn-container{
  width: 100%;
}

.about-me-3 .about-inner{
  width: 100%;
}

/* Desktop/Tablet: Inhalt als Gesamtblock mittig halten, ohne Layout umzubauen */
@media (min-width: 768px){
  .about-me-3 .about-inner > .d-grid.grid-lg-2{
    align-items: center;
  }
}

/* ABOUT ME 3 – quadratischer Desktop: Portrait in der rechten Spalte begrenzen */

@media (max-width: 767px){
  .about-me-3{
    min-height: 100svh;
    min-height: 100dvh;
  }

  .about-me-3 .about-inner{
    border-width: 3px;
  }

  .about-me-3 .box-left .title-block{
    font-size: clamp(32px, 8.4vw, 44px) !important;
    line-height: 0.98 !important;
  }

  .about-me-3 .about-inner .box-left{
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 26px;
    padding-bottom: 14px;
  }

  .about-me-3 .about-inner .box-right{
    padding: 22px;
    padding-top: 28px;
  }

  .about-me-3 .about-me-3-actions{
    gap: 12px;
    margin-top: 10px;
  }

  .about-me-3 .about-me-3-photo--mobile{
    flex: 0 0 clamp(118px, 28vw, 170px);
    margin-bottom: -64px;
  }

  .about-me-3 .experience-about{
    margin-top: 10px;
  }

  .about-me-3 .experience-about .number span{
    font-size: clamp(104px, 24vw, 132px);
    line-height: 0.9;
  }

  .about-me-3 .experience-about .description{
    margin-top: -14px;
  }

  .about-me-3 .experience-about .description .exp-label{
    font-size: clamp(18px, 5vw, 22px);
    line-height: 1.05;
  }
}

/* ---------- TABLET (768px – 991px) ---------- */
@media (min-width: 768px) and (max-width: 991px){

 /* Headline → Fließtext Abstand reduzieren */
  .about-me-3 .box-left .title-block{
    margin-bottom: 5px !important; /* statt 30px */
  }
	
	
  /* paddings */
  .about-me-3 .about-inner .box-left{
    padding-left: 30px;
    padding-right: 30px;
	  padding-top: 40px;
	  padding-bottom: 20px;
  }

  .about-me-3 .about-inner .box-right{
    padding: 30px;
    padding-top: 20px; /* space for overlapping portrait */
    position: relative;
	    overflow: visible; /* wichtig: damit das Portrait nach oben raus darf */
  min-height: unset; /* gibt dem Portrait “Bühne” */

  }

/* photo visibility (Tablet: Portrait sitzt im rechten Kasten) */
.about-me-3 .about-me-3-photo--desktop{ display: block; }
.about-me-3 .about-me-3-photo--mobile{ display: none; }
	
	/* Portrait unten rechts in box-right, Unterkante bündig mit Inhalt unten.
   Ragt nach oben in box-left, weil es höher als box-right ist. */
.about-me-3 .about-inner .box-right .about-me-3-photo--desktop{
  position: absolute;
  right: 30px;
  bottom: 36px;
  width: clamp(220px, 26vw, 320px);
  aspect-ratio: 3 / 4;
  height: auto;
  z-index: 5;

  transform: translateY(-4px);

}
	
	.about-me-3 .about-inner .box-right .about-me-3-photo--desktop img{
  object-position: 58% 20%;
}




/* box-left ist Bezugspunkt für Button rechts */
.about-me-3 .about-inner .box-left{
  position: relative;
}

/* Fließtext nur über ~halbe Breite der box-left */
.about-me-3 .about-inner .box-left .text p{
  max-width: 52%;
}

	/* Headline ebenfalls nur halbe Breite */
.about-me-3 .about-inner .box-left .title-block{
  max-width: 52%;
}

/* Button rechts neben dem Text (in der rechten Hälfte der box-left) */
.about-me-3 .about-me-3-actions{
  position: absolute;
  top: clamp(28px, 4vw, 40px);
  right: 30px;
  margin: 0;
  display: block;
	  z-index: 10; /* immer über dem Portrait */
}

/* falls im Actions-Container noch das (versteckte) mobile Portrait liegt: hart aus */
.about-me-3 .about-me-3-actions .about-me-3-photo--mobile{
  display: none !important;
}


  /* counter layout mobile */
  .about-me-3 .experience-about{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0px;
	  margin-top: 20px; /* mehr Abstand zum Portrait */
  }
	
	/* Zahl optisch näher ans Label */
.about-me-3 .experience-about .description{
  margin-top: -22px; /* zieht Text näher an die 20 */
}

  /* label: 1 line on mobile */
  .about-me-3 .experience-about .description .exp-label{
    white-space: nowrap;
  }
  .about-me-3 .experience-about .description .exp-label br{
    display: none;
  }
	
	/* Label wie H4 */
.about-me-3 .experience-about .description .exp-label{
  font-size: var(--font-size-h4);
  font-weight: var(--font-weight-heading);
  line-height: 1.2;
  white-space: nowrap; /* bleibt mobile-einzeilig */
}

/* Zahlgröße */
.about-me-3 .experience-about .number span{
  font-size: 150px;
  font-weight: 800;
}
}


/* ---------- DESKTOP (>= 992px) ---------- */
@media (min-width: 992px){

  /* paddings desktop */
  .about-me-3 .about-inner .box-left{
    padding-left: 60px;
    padding-right: 60px;
  }

  .about-me-3 .about-inner .box-right{
    padding-top: 60px;
    padding-right: 60px;
    padding-left:35px;
    padding-bottom: 30px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
  }

  /* photo visibility */
  .about-me-3 .about-me-3-photo--desktop{ display: block; }
  .about-me-3 .about-me-3-photo--mobile{ display: none; }
	
	

  /* actions wrapper desktop */
  .about-me-3 .about-me-3-actions{
    display: inline-block;
    margin-top: 30px;
  }

  /* counter desktop */
  .about-me-3 .experience-about{
    flex-direction: row;
    align-items: flex-end; /* an Unterkante der 20 */
    justify-content: flex-start;
    gap: 24px;
  }

  /* label: 2 lines on desktop */
  .about-me-3 .experience-about .description{
    white-space: normal;
  }
	
		/* Label wie H4 */
.about-me-3 .experience-about .description .exp-label{
  font-size: var(--font-size-h4);
  font-weight: var(--font-weight-heading);
  line-height: 1.2;
  white-space: nowrap; /* bleibt mobile-einzeilig */
}
	
  .about-me-3 .experience-about .description .exp-label{
    white-space: normal;
    transform: none !important;
  }
  .about-me-3 .experience-about .description .exp-label br{
    display: inline;
  }
}

/* ---------- SMALL DESKTOP (<= 1200px): About-me-3 schon wie Tablet ---------- */
/* ABOUT ME 3 – Narrow Desktop soll exakt Tablet-Formatierungen bekommen */
@media (min-width: 992px) and (max-width: 1199px){

  /* 1-Spalte wie Tablet (sonst greift grid-lg-2 ab 992px wieder) */
  .about-me-3 .about-inner > .d-grid.grid-lg-2{
    grid-template-columns: 1fr !important;
  }

  /* ===== Tablet: Headline-Abstand + Größe ===== */
  .about-me-3 .box-left .title-block{
    margin-bottom: 5px !important; /* Tablet-Regel */
    font-size: var(--title-heading) !important;
    line-height: calc(var(--title-heading) + 3px) !important;
  }
  /* ===== Tablet: Paddings ===== */
  .about-me-3 .about-inner .box-left{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .about-me-3 .about-inner .box-right{
    padding: 30px;
    padding-top: 20px;
    position: relative;
    overflow: visible;
    min-height: unset;
  }

  /* ===== Tablet: Foto-Logik ===== */
  .about-me-3 .about-me-3-photo--desktop{ display: block; }
  .about-me-3 .about-me-3-photo--mobile{ display: none; }

  .about-me-3 .about-inner .box-right .about-me-3-photo--desktop{
    position: absolute;
    right: 30px;
    bottom: 36px;
    width: clamp(220px, 26vw, 320px);
    aspect-ratio: 3 / 4;
    height: auto;
    z-index: 5;
    transform: translateY(-4px);
  }

  .about-me-3 .about-inner .box-right .about-me-3-photo--desktop img{
    object-position: 58% 20%;
  }

  /* ===== Tablet: Button-Regel (die dir fehlt) ===== */
  .about-me-3 .about-inner .box-left{
    position: relative; /* Bezugspunkt für absolute actions */
  }

  .about-me-3 .about-inner .box-left .text p{
    max-width: 52%;
  }

  .about-me-3 .about-inner .box-left .title-block{
    max-width: 52%;
  }

  .about-me-3 .about-me-3-actions{
    position: absolute;
    top: clamp(28px, 4vw, 40px);
    right: 30px;
    margin: 0;
    display: block;
    z-index: 10;
  }

  .about-me-3 .about-me-3-actions .about-me-3-photo--mobile{
    display: none !important;
  }
}




/* ==============================
   ABOUT ME 3 - END (REWRITE)
   ============================== */




.project-info .project-info-list .portfolio-list-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--border-color);
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.dsn-award .award-inner {
  max-width: 800px;
}
@media only screen and (max-width: 991px) {
  .dsn-award .award-inner {
    margin-left: 0;
    max-width: 100%;
  }
}
.dsn-award .award-item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid var(--border-color);
}
.dsn-award .award-item:not(:first-of-type) {
  padding-bottom: 30px;
}
.dsn-award .award-item:last-of-type {
  padding-bottom: 0;
}
.dsn-award .award-item .date {
  padding-top: 6px;
}
.dsn-award .award-item img {
  height: 100px;
}

.awards .awards-item {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--heading-color);
}
.awards .awards-item .info {
  width: 60%;
}
.awards .awards-item .info .sm-title-block {
  margin-right: 15px;
}
.awards .awards-item .info .icon-svg {
  visibility: hidden;
  width: 0;
  transition: all 0.3s ease;
}
.awards .awards-item .info .icon-svg svg {
  width: 13px;
  height: 13px;
  margin-top: -3px;
  margin-left: -3px;
  fill: var(--heading-color);
  rotate: -45deg;
}
.awards .awards-item .info .tags {
  font-size: 13px;
  padding: 5px 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.awards .awards-item:hover .info .icon-svg {
  visibility: visible;
  width: auto;
  margin-right: 10px;
}
.awards .awards-item:hover .info .tags {
  opacity: 1;
  transition: all 0.3s ease;
}


/* =========================================================
   QUALIFIKATIONEN (dsn-award): Header ausrichten + Abstände reduzieren
   ========================================================= */

/* Rechter Block soll auf derselben Start-Höhe sitzen wie die linke Card (p-30) */
.dsn-award .award-inner{
  padding-top: 30px !important; /* gleiche "Oberkante" wie links */
  display: flex;
  flex-direction: column;
  gap: 0 !important;
  border-top: 0 !important;
}
.dsn-award .award-inner::before,
.dsn-award .award-inner::after{
  display: none !important;
  content: none !important;
}

/* Beide Header (links + rechts) bekommen weniger Abstand zwischen Subline und Headline */
.dsn-award .tm-header.tm-header--compact{
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;          /* weniger als gap-10, aber nicht "zu tight" */
  margin-bottom: 16px !important;
}

/* Qualifikationen-Liste: kompakt + Linie nur zwischen Items */
.dsn-award .award-inner .award-item{
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  margin: 0 !important;
  border-top: 0 !important;
}
.dsn-award .award-inner .award-item + .award-item{
  border-top: 1px solid var(--border-color) !important;
}
.dsn-award .award-inner .award-item::before,
.dsn-award .award-inner .award-item::after{
  display: none !important;
  content: none !important;
}

/* Typo kleiner/ruhiger */
.dsn-award .award-inner .award-item .sm-title-block{
  font-size: 15px !important;
  line-height: 1.25 !important;
  margin: 0 0 2px 0 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

/* Subline kompakt */
.dsn-award .award-inner .award-item p{
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  opacity: .85;
}

/* =========================================================
   Key Facts (AJAX-safe): Projekte / Veröffentlichungen
   Scope: nur die Key-Facts Section, unabhängig von body.about-page
   ========================================================= */
#awards_hscroll.about-awards .projects-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

/* Karte */
#awards_hscroll.about-awards .project-card{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px; /* abgerundete Ecken */

  /* Fixe Kartenhöhe -> Overlay endet garantiert exakt am Bildende */
  height: 220px;

  /* verhindert unsaubere Kanten/Off-by-1px bei mobilen Renderern */
  transform: translateZ(0);
}

/* Veröffentlichungen: nur im 3-Spalten-Layout den verfügbaren Rest sauber füllen */
@media (min-width: 1251px){
  #awards_hscroll.about-awards .awards-hscroll-track > .team-item:nth-child(3){
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
  }

  #awards_hscroll.about-awards .awards-hscroll-track > .team-item:nth-child(3) > .projects-grid{
    min-height: 0;
    height: 100%;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  #awards_hscroll.about-awards .awards-hscroll-track > .team-item:nth-child(3) > .projects-grid > .project-card{
    flex: 1 1 0;
    min-height: 0;
    height: auto;
  }
}



/* Bild */
#awards_hscroll.about-awards .project-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;

  /* Hover-Zoom */
  transform: scale(1);
  transform-origin: center;
  will-change: transform;
  transition: transform .65s cubic-bezier(.2,.8,.2,1);
}

@media (min-width: 901px) and (max-width: 1250px){
  #awards_hscroll.about-awards .project-card img[src*="TUEV_02.png"]{
    object-position: center 40%;
  }
}

/* dunkler Verlauf fürs Lesen */
#awards_hscroll.about-awards .project-card::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,0) 60%);
  pointer-events: none;

  /* wichtig: Verlauf folgt exakt dem Kartenradius */
  border-radius: inherit;
}

/* Text-Overlay */
#awards_hscroll.about-awards .project-meta{
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 1;

  /* Hover: Text leicht größer */
  transform: scale(1);
  transform-origin: left bottom;
  will-change: transform;
  transition: transform .28s ease;
}

#awards_hscroll.about-awards .project-sub{
  display: block;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 6px 0;
  color: #fff;
  opacity: .85;

  transition: transform .28s ease;
  transform-origin: left bottom;
}

#awards_hscroll.about-awards .project-title{
  margin: 0 0 2px 0;
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #fff;

  transition: transform .28s ease;
  transform-origin: left bottom;
}

/* HOVER: Bild zoomt + Overlay-Text wird leicht größer */
#awards_hscroll.about-awards .project-card:hover img{
  transform: scale(1.085);
}

#awards_hscroll.about-awards .project-card:hover .project-meta{
  transform: scale(1.03);
}

/* Optional: respektiert Reduced Motion */
@media (prefers-reduced-motion: reduce){
  #awards_hscroll.about-awards .project-card img,
  #awards_hscroll.about-awards .project-meta,
  #awards_hscroll.about-awards .project-sub,
  #awards_hscroll.about-awards .project-title{
    transition: none !important;
  }
}
.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar, .sidebar-single, .dsn-work-scrollbar, .contact-modal {
  overflow: hidden;
  height: 100vh;
}
.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar .scrollbar-track, .sidebar-single .scrollbar-track, .dsn-work-scrollbar .scrollbar-track, .contact-modal .scrollbar-track {
  background: none;
  width: 4px;
  mix-blend-mode: exclusion;
  z-index: 11;
}
.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar .scrollbar-track .scrollbar-thumb, .sidebar-single .scrollbar-track .scrollbar-thumb, .dsn-work-scrollbar .scrollbar-track .scrollbar-thumb, .contact-modal .scrollbar-track .scrollbar-thumb {
  background: #fff;
  width: var(--smooth-width);
}

/* CONTACT PAGE: nur diese Seite aus der 100vh-Scroll-Box lösen */
#page_wrapper.page-contact{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#page_wrapper.page-contact > footer.footer-personal{
  margin-top: auto;
}

body.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar:has(#page_wrapper.page-contact){
  height: auto;
  min-height: 100vh;
  overflow: visible;
}

@media only screen and (min-width: 992px) {
  .admin-bar.dsn-effect-scroll:not(.dsn-mobile) #main_content:after {
    content: "";
    display: block;
    height: 0.1px;
  }
}

.admin-bar.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar, .sidebar-single, .dsn-work-scrollbar, .contact-modal {
  height: calc(100vh - 46px);
}
@media screen and (min-width: 783px) {
  .admin-bar.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar, .sidebar-single, .dsn-work-scrollbar, .contact-modal {
    height: calc(100vh - 32px);
  }
}

.locked-scroll #dsn-scrollbar {
  background-color: var(--bg-color);
}

.cap {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  padding: 4px 15px;
  color: #fff;
  z-index: 10;
}
.cap span {
  font-size: 12px;
  letter-spacing: 2px;
}

/* Header über dunklem Hero: helles Logo erzwingen */
#site_menu_header.v-dark-head .main-brand .logo-dark { display: none; }
#site_menu_header.v-dark-head .main-brand .logo-light { display: block; }

/* NUR auf Seiten mit Hero-Header, NUR wenn NICHT gescrollt */
body:has(#page_wrapper > header.header-personal):not(.is-scrolled) .site-header:not(.dsn-open) {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  background: transparent !important;
}



/* NUR solange der echte Seiten-Preloader existiert */
body:has(#dsn_preloader) #site_menu_header:not(.dsn-open) .bg-load.background-main {
  opacity: 0 !important;
  visibility: hidden !important;
  z-index: -1 !important;
}
	
	
/* =========================================================
   BUTTON OVERRIDES (Custom)
   - btn-simple (Template Double-Word aus)
   - btn-magnetic (Template Double-Word aus)
   - btn-talk (Hero: Kreis + Fill + Arrow)
   - btn-moreinfo (Projekt: Kreis + Fill + Arrow)
   - Hero Grid Layout (Button rechts neben H1 am Desktop)
   ========================================================= */


/* ---------------------------------------------------------
   1) btn-simple
   --------------------------------------------------------- */

/* killt den originalen Double-Word-Slide nur für diesen Button */
.btn-default.btn-simple:hover .double-word-column { transform: none !important; }
.btn-default.btn-simple .double-word-column .word:last-of-type { display: none; }

/* nur fett bei hover */
.btn-default.btn-simple:hover .double-word-column .word:first-of-type { font-weight: 800; }

/* optional: hilft gegen Ruckeln */
.btn-default.btn-simple .btn-border,
.btn-default.btn-simple .word-root { will-change: transform; }



/* ---------------------------------------------------------
   2) btn-magnetic – Template Hover (Double-Word) abschalten
   --------------------------------------------------------- */

.btn-default.btn-magnetic:hover .double-word-column { transform: none !important; }

.btn-default.btn-magnetic .double-word-column .word:last-of-type{
  display: none;
  transform: none !important;
}

/* optional: auch die Transition killen */
.btn-default.btn-magnetic .double-word-column { transition: none !important; }

/* nur fett bei hover */
.btn-default.btn-magnetic:hover .double-word-column .word:first-of-type { font-weight: 800; }

/* smooth für GSAP transforms */
.btn-default.btn-magnetic .btn-border,
.btn-default.btn-magnetic .word-root { will-change: transform; }



/* =========================================================
   3) btn-talk (Header / Hero)
   Kreis + magenta Fill + Outline-Farbwechsel + Icon-Switch
   - Magenta Fill bleibt wie original
   - SVG ist Fallback (nur wenn Font NICHT geladen)
   - Smile/Heart laufen NUR wenn Font geladen (sonst unsichtbar)
   - Herz wird nicht abgeschnitten (Safe-Padding + saubere Zentrierung)
   ========================================================= */

/* Button Base */
.btn-default.btn-talk{
  width:180px;
  height:180px;
  padding:0 !important;
  box-sizing:border-box;
  border-radius:50% !important;
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;

  overflow:visible; /* magnetic darf raus */
}

/* Kreis-Layer + Outline */
.btn-default.btn-talk .btn-border{
  display:block !important;
  position:absolute;
  inset:0;
  border-radius:50% !important;
  overflow:hidden;              /* Fill darf im Kreis maskiert sein */
  background-color:transparent;
	  /* === MILCHGLAS === */
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);

 
  transition:border-color 1000ms ease;
}

/* Hover: Outline wird magenta */
.btn-default.btn-talk:hover .btn-border{
  border-color:#E6007E !important;
}

/* inner span vom Template neutralisieren */
.btn-default.btn-talk .btn-border > span{
  position:absolute;
  inset:0;
  border-radius:50% !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Hover-Fill (MAGENTA wie original) */
.btn-default.btn-magnetic.btn-talk .btn-border::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-120%;
  width:240%;
  height:240%;

  transform:translateX(-50%) scaleY(0);
  transform-origin:50% 100%;
  border-radius:50%;
  background:#E6007E;

  transition:transform 800ms ease;
}
.btn-default.btn-talk:hover .btn-border::after{
  transform:translateX(-50%) scaleY(1);
}

/* Inhalt */
.btn-default.btn-talk .word-root{
  position:relative;
  z-index:2;
  width:100%;
  height:100%;
  box-sizing:border-box;

  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;

  /* Wichtig gegen Glyph-Cropping (Herz/Smiley hat oft “Überhang”) */
  padding:10px;
}

/* Text */
.btn-default.btn-talk .word{
  font-size:28px;
  font-weight:800;
  line-height:1.2;
  text-transform:none !important;

  opacity:1;
  transform:translateY(0);
  transition:opacity .25s ease, transform .25s ease;
  transition-delay:150ms;

  color:#fff;
}

/* Arrow/Icon Layer */
.btn-default.btn-talk .icon-arrow{
  position:absolute;
  inset:0;
  box-sizing:border-box;

  display:flex;
  align-items:center;
  justify-content:center;

  opacity:0;
  transform:translateY(6px);
  transition:opacity .25s ease, transform .25s ease;
  transition-delay:200ms;

  z-index:3;
  color:#000; /* schwarz auf magenta */

  /* auch hier Luft, damit nix am Rand klebt */
  padding:10px;
}

/* Hover: Text raus / Icon rein */
.btn-default.btn-talk:hover .word{
  opacity:0;
  transition-delay:0ms;
}
.btn-default.btn-talk:hover .icon-arrow{
  opacity:1;
  transform:translateY(0);
}
.btn-default.btn-talk:not(:hover) .icon-arrow{
  transition-delay:0ms;
}

/* ---------------------------------------------------------
   SVG ist der Fallback (Standard: sichtbar)
   --------------------------------------------------------- */
.btn-default.btn-talk .icon-arrow .arrow-svg{
  width:54px;
  height:54px;
  display:block;

  fill:none;
  stroke:currentColor;
  stroke-width:2.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* ---------------------------------------------------------
   Smile/Heart Swap (nur wenn Font geladen)
   - Standard: AUS (damit nicht parallel zum SVG)
   --------------------------------------------------------- */
.btn-default.btn-talk .swap-icons{
  display:none;                 /* wichtig: verhindert parallel */
  position:absolute;
  inset:0;

  align-items:center;
  justify-content:center;

  /* Größe vom “Icon” */
  font-size:100px;
  line-height:1;
}

/* beide Icons übereinander */
.btn-default.btn-talk .swap-icons > span{
  position:absolute;
  display:flex;
  align-items:center;
  justify-content:center;

  line-height:1;
  /* Grundposition (zentriert + minimal nach unten) */
  transform:translate(0, 6px);

  /* defensiv gegen Font-Metrik/Cropping */
  padding:0.12em;
}

/* Default: wenn nicht hover, nur Smiley sichtbar */
.btn-default.btn-talk .swap-icons .i-smile{ opacity:1; }
.btn-default.btn-talk .swap-icons .i-heart{
  opacity:0;
  font-weight:250;              /* falls Font das unterstützt */
  transform:translate(-1px, 7px) scale(0.92);
}

/* Wechsel nur während Hover */
.btn-default.btn-talk:hover .swap-icons .i-smile{
  animation:none;
  opacity:1;
}

/* ---------------------------------------------------------
   Font-Flag: Wenn Font geladen -> Swap-Icons AN, SVG AUS

   --------------------------------------------------------- */
html.font-heuvel-loaded .btn-default.btn-talk .swap-icons{
  display:flex;
}
html.font-heuvel-loaded .btn-default.btn-talk .icon-arrow .arrow-svg{
  display:none;
}

/* Cursor Verhalten (wie bei dir) */
body:has(.btn-talk:hover) #dsn_cursor{ opacity:0 !important; }
body:has(.btn-talk:hover) #dsn_cursor_inner{ opacity:1 !important; }


/* =========================================================
   4) Hero Layout: Mobile Stack / Desktop Button rechts neben H1
   ========================================================= */

/* Mobile first – alles untereinander */
.text{
  display:grid;
  grid-template-areas:
    "h4"
    "h1"
    "h5"
    "btn";
  row-gap:24px;
}
.text h4{ grid-area:h4; }
.text h1{ grid-area:h1; }
.text h5{ grid-area:h5; }
.text .btn-talk{ grid-area:btn; }

/* Desktop: Button rechts neben der Headline */
@media (min-width: 892px){
  .text{
    grid-template-columns: max-content auto;
    grid-template-areas:
      "h4 h4"
      "h1 btn"
      "h5 h5";
    column-gap:40px;
    align-items:center;
  }

  .text .btn-talk{ justify-self:start; }
}

/* Responsive Größen + Button-Text kleiner */
@media (max-width: 991px){
  .btn-default.btn-talk{
    width:clamp(110px, 18vw, 180px);
    height:clamp(110px, 18vw, 180px);
  }

  .btn-default.btn-talk .word{
    font-size:clamp(18px, 2.8vw, 28px) !important;
  }

  /* kleinere Icon-Gre auf Mobile */
  .btn-default.btn-talk .swap-icons{
    font-size:clamp(68px, 10vw, 100px) !important;
    transform:translate(0.5px, 0px);
  }

  .btn-default.btn-talk .icon-arrow .arrow-svg{
    width:clamp(38px, 5.4vw, 54px);
    height:clamp(38px, 5.4vw, 54px);
  }
}

@media (max-width: 575px){
  .btn-default.btn-talk{ width:96px; height:96px; }
  .btn-default.btn-talk .word{ font-size:18px !important; }

  .btn-default.btn-talk .swap-icons{ font-size:68px !important; transform:translate(0.5px, 0px); }
  .btn-default.btn-talk .icon-arrow .arrow-svg{ width:38px; height:38px; }
}




/* ---------------------------------------------------------
   5) Template Magnetic Hover Fill (global für .btn-magnetic)
   (bleibt wie bei dir, Talk überschreibt Farbe/Radius separat)
   --------------------------------------------------------- */

.btn-default.btn-magnetic { transition: color 200ms ease; }

.btn-default.btn-magnetic .btn-border{
  overflow:hidden;
  border-radius:50px;
}

.btn-default.btn-magnetic .btn-border::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-80%;
  width:160%;
  height:220%;
  border-radius:50%;
  background:#fff;

  transform:translateX(-50%) scaleY(0);
  transform-origin:50% 100%;
  opacity:1;
  z-index:0;
  transition: transform 1500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-default.btn-magnetic .btn-border > span{ position:relative; z-index:2; }

.btn-default.btn-magnetic .word-root{
  position:relative;
  z-index:3;
  transition: color 200ms ease, font-weight 200ms ease;
}

.btn-default.btn-magnetic:hover .btn-border::after{ transform:translateX(-50%) scaleY(1); }

.btn-default.btn-magnetic:hover .word-root,
.btn-default.btn-magnetic:hover .double-word-column .word{ color:#000; }
.btn-default.btn-magnetic:hover .word-root,
.btn-default.btn-magnetic:hover .double-word-column .word{ color:#000; }


/* ---------------------------------------------------------
   6) btn-moreinfo (Projekt CTA)
   --------------------------------------------------------- */

.project-cta{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:36px;
}

.btn-default.btn-moreinfo{
  width:140px;
  height:140px;

  padding:0 !important;
  box-sizing:border-box;
  border-radius:50% !important;

  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;

  overflow:visible;
  outline:none !important;
  border:0 !important;
}

.btn-default.btn-moreinfo:focus,
.btn-default.btn-moreinfo:focus-visible{
  outline:none !important;
  box-shadow:none !important;
}

.btn-default.btn-moreinfo .btn-border{
  display:block !important;
  position:absolute;
  inset:0;
  border-radius:50% !important;
  overflow:hidden;
  background:#000;
  box-shadow:none !important;
  border:0 !important;
}

.btn-default.btn-moreinfo .btn-border > span{
  position:absolute;
  inset:0;
  border-radius:50% !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Fill (magenta) */
.btn-default.btn-moreinfo .btn-border::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-120%;
  width:240%;
  height:240%;

  transform:translateX(-50%) scaleY(0);
  transform-origin:50% 100%;
  border-radius:50%;
  background:#E6007E;

  transition:transform 800ms ease;
}
.btn-default.btn-moreinfo:hover .btn-border::after{ transform:translateX(-50%) scaleY(1); }

/* Content */
.btn-default.btn-moreinfo .word-root{
  position:relative;
  z-index:2;
  width:100%;
  height:100%;

  display:flex;
  align-items:center;
  justify-content:center;

  text-align:center;
}

/* Arrow */
.btn-default.btn-moreinfo .icon-arrow{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
	font-size:48px;

  opacity:0;
  transform:translateY(6px);
  transition: opacity .25s ease, transform .25s ease;
  transition-delay:200ms;
  z-index:3;

  color:#000;
}

.btn-default.btn-moreinfo .icon-arrow .arrow-svg{
  width:54px;
  height:54px;
  display:block;

  fill:none;
  stroke:currentColor;
  stroke-width:2.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* Glyph/SVG Umschaltung */
.btn-default.btn-moreinfo .arrow-glyph{ display:none; }
.btn-default.btn-moreinfo .arrow-svg{ display:block; }
html.font-heuvel-loaded .btn-default.btn-moreinfo .arrow-glyph{ display:inline-block; }
html.font-heuvel-loaded .btn-default.btn-moreinfo .arrow-svg{ display:none; }

/* Glyph Zentrierung + Feinjustierung */
.btn-default.btn-moreinfo .arrow-glyph{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:1em;
  height:1em;
  line-height:1;
  transform: translateX(0.04em) translateY(0.07em);
}

/* Text */
.btn-default.btn-moreinfo .word{
  font-size:18px;
  font-weight:400;
  line-height:1.2;
  text-transform:none !important;

  opacity:1;
  transform:translateY(0);
  transition: opacity .25s ease, transform .25s ease;
  transition-delay:150ms;
}

/* Hover: Text raus / Arrow rein */
.btn-default.btn-moreinfo:hover .word{
  opacity:0;
  transform:translateY(-6px);
  transition-delay:0ms;
}
.btn-default.btn-moreinfo:hover .icon-arrow{
  opacity:1;
  transform:translateY(0);
}
.btn-default.btn-moreinfo:not(:hover) .icon-arrow{ transition-delay:0ms; }

/* Responsive */
@media (max-width: 991px){
  .btn-default.btn-moreinfo{ width:110px; height:110px; }
  .project-cta{ gap:25px; }
  .btn-default.btn-moreinfo .word{ font-size:18px; line-height:1.2; }
}
@media (max-width: 575px){
  .btn-default.btn-moreinfo{ width:96px; height:96px; }
  .project-cta{ gap:25px; }
  .btn-default.btn-moreinfo .word{ font-size:18px; line-height:1.2; }
}

/* Cursor Verhalten */
body:has(.btn-moreinfo:hover) #dsn_cursor{ opacity:0 !important; }
body:has(.btn-moreinfo:hover) #dsn_cursor_inner{ opacity:1 !important; }




/* Hero u*/

/* Fix: Header-Abstände nicht doppelt setzen (Desktop / non-hamburger) */
@media only screen and (min-width: 992px) {
  .site-header:not(.dsn-hamburger) .main-logo{
    padding-left: 0;
  }

  .site-header:not(.dsn-hamburger) .main-navigation{
    padding-left: 0;
    padding-right: 0;
  }
}


.header-personal .bg-img.before-z-index[data-overlay="3"]::before{ opacity:.3 !important; }
.header-personal .bg-img.before-z-index[data-overlay="5"]::before{ opacity:.3 !important; }
.header-personal .bg-img.before-z-index[data-overlay="7"]::before{ opacity:.3 !important; }

@media (min-width: 992px){
  body.page-index #home.header-personal .text{
    grid-template-columns: max-content auto;
    grid-template-areas:
      "h4 h4"
      "h1 btn"
      "h5 h5";
    column-gap:40px;
    row-gap: clamp(8px, 1vw, 18px);
    align-items:center;
    align-content:center;
  }
}

/* Hero-Inhalt leicht nach oben schieben, Center bleibt */
.header-personal .container-content{
   justify-content: flex-start !important;
	transform: translateY(-40px); /* Wert nach Geschmack */
}

  /* Falls dein .container durch margin:auto trotzdem zentriert: */
  .header-personal .container-content > .container{
    margin-left: 0 !important;
    margin-right: auto !important;
  }

/* ===== FIX: Hero-Bild immer flächenfüllend (auch bei schmal/hoch Zwischenstufen) ===== */
.header-personal {
  position: relative;
  overflow: hidden; /* wichtig: nichts soll rauslaufen */
}

/* dein Hero-BG-Wrapper ist absolut, aber ohne left:0 -> wir erzwingen volle Fläche */
.header-personal .bg-img {
  left: 0;
}

/* das eigentliche Bild: zwingend auf Containergröße + cover */
.header-personal .bg-img > img.cover-bg-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block;
}

/* optional aber oft nötig: Hero bekommt eine definierte Mindesthöhe */
.header-personal {
  min-height: 100vh;
  min-height: 100svh; /* moderne Viewport-Höhe (Safari besser) */
}

@media (max-width: 767px){
  body.page-index #home.header-personal{
    min-height: 100svh;
    height: 100svh;
  }

  body.page-index #home .dsn-hero-parallax-img,
  body.page-index #home .dsn-hero-parallax-img img{
    transform: none !important;
    will-change: auto !important;
  }
}


/* =========================================================
   Fix: Kategorie-Label (.filter-bg) immer einzeilig
   ========================================================= */
.cat .filter-bg{
  white-space: nowrap;
}

.cat{
  flex-shrink: 0;
}

/* =========================================
   Grid-Fix: hero
   ========================================= */

/* macht h1 + btn-talk zu direkten Grid-Items */
.text > .hero-headline-row{
  display: contents;
}

/* Grid-Areas korrekt zuweisen */
.text > h4{
  grid-area: h4;
}

#home .text > h4{
  font-size: clamp(18px, 2.4vw, 36px);
  line-height: 1.2;
  letter-spacing: clamp(0.04em, 0.25vw, 0.12em);
}

.text > .hero-headline-row > h1{
  grid-area: h1;
}

.text > .hero-headline-row > .btn-talk{
  grid-area: btn;
}

.text > h5{
  grid-area: h5;
}

.text > .hero-headline-row > h1{
  grid-area: h1;
}

#home .hero-headline-row .title-lg{
  font-size: clamp(58px, 8.8vw, 128px);
  line-height: 0.9;
}


body.page-index #home .text > h5.title-block{
  font-size: clamp(18px, 2.1vw, 24px);
  line-height: 1.25;
  max-width: clamp(34ch, 46vw, 56ch);
  white-space: normal !important;
}

body.page-index #home .text > h5.title-block .hero-mobile-break{
  display: none !important;
}

@media (max-width: 700px){
  body.page-index #home .text > h5.title-block{
    max-width: 26ch;
  }

  body.page-index #home .text > h5.title-block .hero-mobile-break{
    display: block !important;
    width: 100% !important;
    height: 0 !important;
    line-height: 0 !important;
  }
}



/* About: Zitate nicht versal und Smiley vesetzt */
#about_us{
  padding-bottom: 40px;
}

@media (max-width: 991px){
  #about_us{
    padding-bottom: 10px;
  }
}


#about_us .section-title,
#about_us .section-title h2,
#about_us .section-title h5{
  text-transform: none;
	font-weight: 400;
}

#about_us h2.title {
  line-height: 1.1;
}

#about_us h5.author {
  font-size: 24px;
	text-transform: uppercase;
	font-weight: 800; 
}

@media (max-width: 991px){
  font-size: 20px;
	}

.no-break{
  white-space: nowrap;
  display: inline-block;
}


/* Abstand Quote -> Our Work: einheitlich, smooth zwischen Mobile und Desktop */
.our-work{
  margin-top: clamp(40px, 6vw, 90px);
}

body:not(.page-coaching-training) #about_us{
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

#page_wrapper.about-page-wrapper #about_us.about-page-version{
  box-sizing: border-box;
  padding-bottom: 0 !important;
  margin-bottom: var(--margin-padding) !important;
  height: auto !important;
  min-height: auto !important;
  overflow: visible !important;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px){
  #page_wrapper.about-page-wrapper #about_us.about-page-version{
    margin-bottom: 80px !important;
  }
}

body:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two,
body.page-marke-strategie #about_us.about-section-two{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Abstand Headline -> Flietext im ABOUT-Kasten */
#about_us.about-page-version .box-text > p{
  margin-top: 22px;
}

@media (max-width: 980px){
  #about_us.about-page-version .about-top-grid{
    grid-template-columns: 1fr !important;
  }
}



/* =========================
   ABOUT TOP IMAGE  nur diese Section
   ========================= */

#about_us.about-page-version .box-img{
  height: clamp(420px, 46vw, 640px);
  overflow: hidden;
}

#about_us.about-page-version .box-img img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 24%;
}

@media (max-width: 991px){
  #about_us.about-page-version .box-img{
    height: clamp(360px, 62vw, 520px);
  }

  #about_us.about-page-version .box-img img{
    object-position: center 20%;
  }
}

@media (max-width: 575px){
  #about_us.about-page-version .box-img{
    height: clamp(300px, 78vw, 420px);
  }

  #about_us.about-page-version .box-img img{
    object-position: center 18%;
  }
}

/* Balken */

/* ===== Kapitelbalken nur für Card 1 ===== */

/* Card bleibt sticky-kompatibel: kein Gefrickel am Grid-Wrapper */
.dsn-item-post.has-chapter-bar{
  display: flex;
  flex-direction: column;
  overflow: hidden;              /* wichtig: clippt alles an den OUTER-Radius */
  border-radius: 15px;           /* falls Template das anders setzt, passt du den Wert an */
}

/* Balken oben: volle Breite, gleiche Rundung wie Card */
.dsn-item-post.has-chapter-bar > .card-chapter-bar{
  width: 100%;
  height: 56px;
  background: #000;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

/* Typo */
.dsn-item-post.has-chapter-bar > .card-chapter-bar .sub-title{
  margin: 0;
  line-height: 1;
  color: #fff;
}

/* Body füllt Rest */
.dsn-item-post.has-chapter-bar > .item-inner{
    flex: 0 0 auto;

  position: relative;

  height: calc(700px - 56px);

}

/* DAS ist der eigentliche Fix:
   Alles was bisher oben rund war -> oben gerade machen.
   (Die Rundung kommt vom OUTER article, nicht vom inneren Media-Wrapper.) */
.dsn-item-post.has-chapter-bar .has-border-radius{
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* Falls dein Template den Radius nicht über .has-border-radius regelt,
   sondern direkt über .box-image-bg: */
.dsn-item-post.has-chapter-bar .box-image-bg{
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}




.corp-o{
  font-size: 0.80em;
  position: relative;
  top: 2px;
	margin-right: -2px;
}

.corp-o-2{
  font-size: 1.095em;
  position: relative;
  top: 2px;
	margin-right: -1px;
	margin-left: -3.75px;
}



@media (max-width: 991px){

  .about-me-3 .about-me-3-photo--mobile{
    overflow: hidden;
  }

  .about-me-3 .about-me-3-photo--mobile img{
    position: static !important;
    width: 100% !important;
    height: 100% !important;

    object-fit: cover !important;
    object-position: 56% 30% !important; /* HIER steuerst du den Ausschnitt */

    transform: none !important;
  }
}




/* ABOUT ME 3 – Desktop Override (muss am Dateiende stehen) */
@media (min-width: 992px){

  .about-me-3 .experience-about{
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: flex-end !important;   /* an Unterkante der Zahl */
    gap: 24px !important;
  }
	
	

  /* Rechtsbündigkeit + feste Breite aus Template killen */
  .about-me-3 .experience-about .description,
  .about-me-3 .experience-about .description .exp-label{
    text-align: left !important;
    width: auto !important;
  }

  /* Rotation/Offsets aus Template killen (falls sie noch greifen) */
  .about-me-3 .experience-about .description{
    margin: 0 !important;
    transform: translateY(-52px) !important; /* Feintuning: -8 bis -16 */
  }
}

/* =========================
   FOOTER LIGHT – BASIC
   ========================= */

.footer-light{
  background-color: #f2f2f2;
}

.footer-light .title,
.footer-light .title-block,
.footer-light p,
.footer-light label,
.footer-light a{
  color: #000;
}

/* Template-Overlay im Footer killen */
.footer-personal.footer-light .overlay{
  display: none;
}

/* Abbinderstreifen konsistent */
.footer-personal.footer-light .footer-bottom{
  background-color: transparent;
  border-top: 1px solid #dcdcdc;
}


/* =========================
   FOOTER CONTACT FORM
   ========================= */

/* Einheitliche Abstände zwischen den Feldern */
.footer-personal .contact-form .input__wrap.controls{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-personal .contact-form .input__wrap.controls .form-group{
  margin: 0;
}

/* Box-Radius nur außen (kein Doppelradius innen) */
.footer-personal .contact-form .entry-box{
  border-radius: 30px;
  overflow: hidden;
}

.footer-personal .contact-form .entry-box input,
.footer-personal .contact-form .entry-box textarea{
  border-radius: 0;
}

/* Email + Phone: Desktop nebeneinander, Mobile untereinander */
.footer-personal .contact-form .footer-contact-grid-2{
  display: grid;
  gap: 14px 18px;
}


@media (min-width: 992px){
  .footer-personal .contact-form .footer-contact-grid-2{
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    max-width: none; /* gleiche Gesamtbreite wie Message */
  }
}

@media (max-width: 991px){
  .footer-personal .contact-form .footer-contact-grid-2{
    grid-template-columns: 1fr;
    max-width: none;
  }
}

/* Name/Email/Phone: Label + Eingabe in einer Zeile */
.footer-personal .contact-form .entry-box:has(#form_name),
.footer-personal .contact-form .entry-box:has(#form_email),
.footer-personal .contact-form .entry-box:has(#form_phone){
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
}

.footer-personal .contact-form label[for="form_name"],
.footer-personal .contact-form label[for="form_email"],
.footer-personal .contact-form label[for="form_phone"]{
  margin: 0;
  white-space: nowrap;
}

.footer-personal .contact-form #form_name,
.footer-personal .contact-form #form_email,
.footer-personal .contact-form #form_phone{
  width: auto;
  flex: 1 1 auto;
  min-width: 0;
}

/* Message: sauberes Padding + kein Resize */
.footer-personal .contact-form .entry-box.entry-box--message{
  padding: 14px 18px;
}

.footer-personal #form_message{
  resize: none;
  overflow-y: auto;
  scrollbar-gutter: stable;
}

/* Submit-Zeile */
.footer-personal .contact-form .footer-submit-row{
  margin-top: 32px;
  justify-content: flex-start;
}

/* Rahmen pink, wenn Feld Fehler hat */
.footer-personal .contact-form .form-group.has-error .entry-box,
.footer-personal .contact-form .form-group.has-danger .entry-box{
  border: 1px solid var(--theme-color) !important;
}

/* Fehltexte unterm Feld komplett ausblenden */
.footer-personal .contact-form .help-block.with-errors,
.footer-personal .contact-form .help-block.with-errors *{
  display: none !important;
}

/* Placeholder pink, aber nur wenn wir ihn per JS als Error markieren */
.footer-personal .contact-form input.is-error-placeholder::placeholder,
.footer-personal .contact-form textarea.is-error-placeholder::placeholder{
  color: var(--theme-color) !important;
  opacity: 1;
}

/* =========================
   FOOTER LAYOUT
   ========================= */

/* Socials + Formular untereinander */
.footer-personal .contact-form .d-grid.grid-half-1{
  grid-template-columns: 1fr !important;
}

/* =========================
   FOOTER SOCIALS (FIXED)
   ========================= */

/* Liste selbst: keine "Karten" / Backdrop */
.footer-personal .contact-form .box-socials li{
  background: transparent;
  padding: 0;
  border-radius: 0;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.footer-personal .contact-form .box-socials li.is-muted{
  opacity: 1;
}

/* Link: Icon + Text als ein sauber zentriertes Paar */
.footer-personal .contact-form .box-info .box-socials li a{
  display: inline-flex;
  align-items: center;     /* vertikal mittig (Icon + Text) */
  gap: 6px;
  line-height: 1;
}

/* Icon: feste Box => alle Icons exakt gleich hoch (unabhängig vom SVG) */
.footer-personal .contact-form .box-info .box-socials li .icon{
   width: clamp(28px, 2.2vw, 30px);
  height: clamp(28px, 2.2vw, 30px);
  flex: 0 0 clamp(24px, 2.2vw, 29px);
  border: 0;
  border-radius: 0;
  display: inline-flex;
  align-items: center;     /* SVG in der Box zentrieren */
  justify-content: center;
  line-height: 0;
}

/* Begleittext: ebenfalls sauber mittig + responsive kleiner */
.footer-personal .contact-form .box-info .box-socials li .word{
  display: inline-flex;
  align-items: center;     /* vertikal mittig */
  line-height: 1;
  padding-top: 4px;
  font-size: clamp(18px, 1.0vw, 20px);
  white-space: nowrap;
  transform-origin: left center;
  transition: transform .2s ease, font-weight .2s ease;
}

/* SVG: in die Box einpassen + Baseline-Probleme eliminieren */
.footer-personal .contact-form .box-info .box-socials li .icon svg{
  width: 100%;
  height: 100%;
  display: block;
}



/* Icon Hover-Animation */
.footer-personal .contact-form .box-info .box-socials li .icon svg{
  transition: transform .2s ease;
}

.footer-personal .contact-form .box-info .box-socials li a:hover .icon svg{
  transform: scale(1.15); /* Größe auf Hover */
}

.footer-personal .contact-form .box-info .box-socials li a:hover .word{
  transform: scale(1.08);
}


/* =========================
   SUBMIT PILL BUTTON
   ========================= */

.footer-personal .contact-form .btn-talk--submit-pill{
  appearance: none;
  border: 0;
  border-radius: 999px;
  background: #000;
  color: #fff;

  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 46px;
  padding: 0 22px;
  min-width: 200px;

  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;

  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
  will-change: transform;
}

.footer-personal .contact-form .btn-talk--submit-pill:hover{
  background: var(--theme-color);
  color: #000;
}

.footer-personal .contact-form .btn-talk--submit-pill .submit-pill__inner{
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-personal .contact-form .btn-talk--submit-pill .submit-pill__text{
  position: static;
  opacity: 1 !important;
  transition: color .2s ease, opacity .15s ease;
	padding-top: 1%;
  line-height: 1;
  white-space: nowrap;
}

.footer-personal .contact-form .btn-talk--submit-pill.is-sending .submit-pill__text{
  opacity: 0 !important;
}

.footer-personal .contact-form .btn-talk--submit-pill.is-sending .submit-pill__inner::after{
  content: "Sending...";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}

/* Smiley/Heart komplett deaktivieren */
.footer-personal .contact-form .btn-talk--submit-pill .submit-pill__heart{
  display: none !important;
}

/* Hover: Hintergrund pink, Text schwarz */
.footer-personal .contact-form .btn-talk--submit-pill:hover{
  background: var(--theme-color);
}

.footer-personal .contact-form .btn-talk--submit-pill:hover .submit-pill__text{
  color: #000 !important;
}

.footer-personal .contact-form .btn-talk--submit-pill:hover{
  background: var(--theme-color);
}

.footer-personal .contact-form .btn-talk--submit-pill:hover .submit-pill__text{
  color: #000 !important;
}

body:has(.footer-personal .contact-form .btn-talk--submit-pill:hover) #dsn_cursor{ opacity:0 !important; }
body:has(.footer-personal .contact-form .btn-talk--submit-pill:hover) #dsn_cursor_inner{ opacity:1 !important; }

/* Touch: Buttons statisch, ohne Hover-/Icon-Animationen */
@media (hover: none) and (pointer: coarse){
  a,
  button,
  .button,
  .btn-default,
  .footer-personal .contact-form .btn-talk--submit-pill{
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
    outline: none !important;
    box-shadow: none !important;
    touch-action: manipulation;
  }

  a:focus,
  a:active,
  a:focus-visible,
  button:focus,
  button:active,
  button:focus-visible,
  .button:focus,
  .button:active,
  .button:focus-visible,
  .btn-default:focus,
  .btn-default:active,
  .btn-default:focus-visible,
  .footer-personal .contact-form .btn-talk--submit-pill:focus,
  .footer-personal .contact-form .btn-talk--submit-pill:active,
  .footer-personal .contact-form .btn-talk--submit-pill:focus-visible{
    outline: none !important;
    box-shadow: none !important;
  }

  .btn-default,
  .btn-default.btn-magnetic,
  .btn-default .btn-border,
  .btn-default .word-root,
  .btn-default .double-word-column,
  .dsn-btn-shape .icon,
  .footer-personal .contact-form .btn-talk--submit-pill{
    transform: none !important;
    transition-property: opacity !important;
    transition-duration: 120ms !important;
    transition-timing-function: ease !important;
    will-change: auto !important;
  }

  .btn-default:hover .double-word-column,
  .btn-default:hover .double-word-column .word:last-of-type,
  .btn-default.btn-magnetic:hover .double-word-column,
  .btn-default.btn-magnetic:hover .double-word-column .word:first-of-type,
  .btn-default.btn-talk:hover .word,
  .btn-default.btn-moreinfo:hover .word{
    transform: none !important;
    opacity: 1 !important;
  }  .btn-default.btn-talk:hover .btn-border,
  .btn-default.btn-talk:active .btn-border,
  .btn-default.btn-talk:focus .btn-border{
    border-color: inherit !important;
  }

  .btn-default.btn-talk .btn-border::after,
  .btn-default.btn-moreinfo .btn-border::after,
  .btn-default.btn-talk:hover .btn-border::after,
  .btn-default.btn-moreinfo:hover .btn-border::after{
    transform: translateX(-50%) scaleY(0) !important;
    transition: none !important;
  }

  .btn-default.btn-talk:active .btn-border::after,
  .btn-default.btn-talk:focus .btn-border::after,
  .btn-default.btn-moreinfo:active .btn-border::after,
  .btn-default.btn-moreinfo:focus .btn-border::after{
    transform: translateX(-50%) scaleY(1) !important;
    transition: none !important;
  }

  .btn-default.btn-talk .icon-arrow,
  .btn-default.btn-moreinfo .icon-arrow,
  .btn-default.btn-talk:hover .icon-arrow,
  .btn-default.btn-talk:active .icon-arrow,
  .btn-default.btn-talk:focus .icon-arrow,
  .btn-default.btn-moreinfo:hover .icon-arrow,
  .btn-default.btn-moreinfo:active .icon-arrow,
  .btn-default.btn-moreinfo:focus .icon-arrow{
    opacity: 0 !important;
    transform: translateY(6px) !important;
    transition: none !important;
  }  .btn-default.btn-talk:hover .word,
  .btn-default.btn-moreinfo:hover .word{
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    color: #fff !important;
  }  .btn-default.btn-talk:active .word,
  .btn-default.btn-talk:active .word-root,
  .btn-default.btn-talk:focus .word,
  .btn-default.btn-talk:focus .word-root,
  .btn-default.btn-moreinfo:active .word,
  .btn-default.btn-moreinfo:active .word-root,
  .btn-default.btn-moreinfo:focus .word,
  .btn-default.btn-moreinfo:focus .word-root{
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    color: #000 !important;
    font-weight: 800 !important;
  }

  .dsn-btn-shape:hover .icon,
  .dsn-btn-shape:active .icon,
  .dsn-btn-shape:focus-within .icon,
  .footer-personal .contact-form .box-info .box-socials li a:hover .icon svg,
  .footer-personal .contact-form .box-info .box-socials li a:active .icon svg,
  .footer-personal .contact-form .box-info .box-socials li a:hover .word,
  .footer-personal .contact-form .box-info .box-socials li a:active .word{
    transform: none !important;
  }

  .footer-personal .contact-form .btn-talk--submit-pill:hover,
  .footer-personal .contact-form .btn-talk--submit-pill:active,
  .footer-personal .contact-form .btn-talk--submit-pill:focus{
    background: #000 !important;
    color: #fff !important;
  }

  .footer-personal .contact-form .btn-talk--submit-pill:hover .submit-pill__text,
  .footer-personal .contact-form .btn-talk--submit-pill:active .submit-pill__text,
  .footer-personal .contact-form .btn-talk--submit-pill:focus .submit-pill__text{
    color: #fff !important;
  }  .button:active,
  button:active,
  .footer-personal .contact-form .btn-talk--submit-pill:active{
    opacity: .72 !important;
  }
}

/* Footer: Section-Title im Footer nicht auf 95px aufblasen */
.footer-personal .section-title .title{
  font-size: var(--title-heading);
  line-height: calc(var(--title-heading) + 3px);
}


/* ABOUT ONLY: "Menschen, Marken, Kommunikation" soll exakt wie h2.title skalieren */
#awards_hscroll.about-awards .section-title .title{
  font-size: clamp(40px, 7.6vw, 70px);
  line-height: 1.08;
}


/* ==============================
  Playfield Section
   ============================== */
.brands--playfield .playfield-section {
  --pf-bg: transparent;
  --pf-panel: rgba(255, 255, 255, 0.03);
  --pf-panel-border: rgba(255, 255, 255, 0.08);
  --pf-text: #ffffff;
  --pf-text-soft: rgba(255, 255, 255, 0.74);
  --pf-text-muted: rgba(255, 255, 255, 0.5);
  --pf-accent: #ff008a;
  --pf-accent-soft: rgba(255, 0, 138, 0.22);
  --pf-control-bg: rgba(255, 255, 255, 0.06);
  --pf-control-border: rgba(255, 255, 255, 0.12);
  --pf-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);

  position: relative;
  background: transparent;
  color: var(--pf-text);
  overflow: visible;
  padding: 0 0 var(--pf-bottom-gap, 36px);
}

.brands--playfield .playfield-intro {
  margin-bottom: clamp(16px, 1.8vw, 24px);
}

.playfield-shell {
  width: min(1280px, 100%);
  margin: 0 auto;
}

.playfield-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.58fr);
  gap: clamp(18px, 2.2vw, 28px);
  align-items: center;
  min-height: 0;
}

.playfield-visual-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 0;
}

.playfield-visual {
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
}

.playfield-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 841.89 / 595.28;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  opacity: 1;
  transform: translateZ(0);
  transition:
    opacity 240ms ease,
    transform 240ms ease;
}


.playfield-controls {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: 10px;
  width: min(420px, 100%);
}

.playfield-arrow {
  appearance: none;
  border: 1px solid var(--pf-control-border);
  background: var(--pf-control-bg);
  color: var(--pf-text);
	padding-top: 2px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    opacity 160ms ease;
  backdrop-filter: blur(10px);
}

.playfield-arrow:hover,
.playfield-arrow:focus-visible {
  background: rgba(255, 255, 255);
	color: #000000;
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
  outline: none;
}

.playfield-arrow span {
  font-size: 18px;
  line-height: 1;
}

.playfield-arrow.is-pulsing{
  animation: playfieldArrowPulse 1.2s ease-in-out infinite;
}

@keyframes playfieldArrowPulse{
  0%{
    transform: scale(1);
  }
  38%{
    transform: scale(1.18);
  }
  100%{
    transform: scale(1);
  }
}

.playfield-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
}

.playfield-dot {
  appearance: none;
  border: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.26);
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    width 180ms ease;
}

.playfield-dot:hover,
.playfield-dot:focus-visible {
  background: rgba(255, 255, 255, 0.5);
  outline: none;
}

.playfield-dot.is-active {
  width: 22px;
  background: #FFFFFF;
}

.playfield-copy {
  border: none;
  border-radius: 0;
  padding: 0;
  align-items: flex-start;

  min-height: 180px;
}


.playfield-heading {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 36px);
  line-height: 0.98;
  letter-spacing: -0.001em;
  text-wrap: balance;
}

.playfield-title {
  margin: 12px 0 8px;
  font-size: clamp(16px, 1.15vw, 20px);
  line-height: 1.1;
  letter-spacing: -0.001em;
  color: var(--pf-text);
  min-height: 0;
}

.playfield-text {
  margin: 0;
  font-size: clamp(13px, 0.88vw, 15px);
  line-height: 1.45;
  color: var(--pf-text-soft);
  max-width: 100ch;
  overflow-wrap: anywhere;
  word-break: normal;
}


.playfield-copy.is-changing .playfield-title,
.playfield-copy.is-changing .playfield-text {
  opacity: 0;
  transform: translateY(8px);
}


.playfield-title,
.playfield-text {
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1180px) {
  .playfield-stage {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.54fr);
    gap: 18px;
  }

  .playfield-copy {
    max-width: 320px;
  align-items: flex-start;
  }

  .playfield-heading {
    font-size: clamp(20px, 2vw, 30px);
  }

  .playfield-title {
    font-size: clamp(15px, 1.05vw, 18px);
  }

  .playfield-text {
    font-size: 14px;
    line-height: 1.4;
    max-width: 27ch;
  }
}

@media (max-width: 920px) {
  .playfield-stage {
    grid-template-columns: 1fr;
    gap: 30px;
  }

	.brands--playfield .playfield-visual {

padding-top: 10px;
  }
	
  .playfield-visual-wrap {
    order: 1;
    gap: 14px;
  }

  .playfield-copy {
    order: 2;
    max-width: 100%;
    width: 98%;
	  padding-top: 20px;
	  margin-bottom: -50px;
    align-items: flex-start;
    height: 250px;
    overflow: hidden;
  }

  .playfield-heading {
    font-size: clamp(19px, 4.4vw, 26px);
    line-height: 1;
  }

  .playfield-title {
    font-size: clamp(15px, 3vw, 17px);
    margin: 14px 0 8px;
  }

  .playfield-text {
    font-size: 15px;
    line-height: 1.5;
    max-width: none;
  }

  .playfield-controls {
    width: min(380px, 100%);
  }
}

@media (max-width: 560px) {
  .brands--playfield .playfield-stage {
    gap: 25px;
  }
	
  .brands--playfield .playfield-section {
    --pf-bottom-gap: -100px;
  
}
	
.brands--playfield .playfield-visual {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
padding-top: 14px;
  }

 .brands--playfield .playfield-visual img{
    transform: scale(1.1);
  }

	
  .brands--playfield .playfield-visual-wrap {
    gap: 24px;
  }

  .brands--playfield .playfield-controls {
    grid-template-columns: 38px 1fr 38px;
    gap: 8px;
    width: 100%;
  }

  .brands--playfield .playfield-arrow {
    width: 38px;
    height: 38px;
  }

  .brands--playfield .playfield-arrow span {
    font-size: 15px;
  }

  .brands--playfield .playfield-dot {
    width: 8px;
    height: 8px;
  }

  .brands--playfield .playfield-dot.is-active {
    width: 18px;
  }

  .brands--playfield .playfield-copy {
    padding: 0px;
	  
  align-items: flex-start;
  }


  .brands--playfield .playfield-heading {
    font-size: clamp(18px, 6vw, 23px);
  }

  .brands--playfield .playfield-title {
    font-size: clamp(14px, 4vw, 16px);
  }

  .brands--playfield .playfield-text {
    font-size: 14px;
    line-height: 1.25;
  }
}



@media (prefers-reduced-motion: reduce) {
  .playfield-visual img,
  .playfield-copy,

  .playfield-title,
  .playfield-text,
  .playfield-dot,
  .playfield-arrow {
    transition: none !important;
  }
}

/* ==============================
   Key Facts (AJAX-safe): Vita-Plakat (Erfahrung)
   Scope: nur die Key-Facts Section, unabhängig von body.about-page
   ============================== */

#awards_hscroll.about-awards .vita-plakat{
  max-width: 800px; /* übernimmt grundsätzlich award-inner, aber klar */
}

#awards_hscroll.about-awards .vita-metrics{
  display: grid;
  gap: 14px;
  margin-top: 10px;
}

#awards_hscroll.about-awards .vita-metric{
  display: grid;
  grid-template-columns: 52px 1fr;
  gap:14px;
  align-items: start; /* statt baseline -> Kopfzeilen oben bündig zur Zahl */
  padding-top: 12px;
  border-top: 1px solid var(--border-color);
}

#awards_hscroll.about-awards .vita-metric:first-child{
  border-top: 0;
  padding-top: 0;
}

#awards_hscroll.about-awards .vita-num{
  color: #000;
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
}

#awards_hscroll.about-awards .vita-plus{
  font-size: 0.5em;      /* halb so groß wie die Zahl */
  vertical-align: super; /* hochgestellt */
  margin-left: 2px;
}

#awards_hscroll.about-awards .vita-head{
  color: #000;
  font-size: 15px !important;
  line-height: 1.22 !important;
  font-weight: 600 !important;
  margin: 0 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

#awards_hscroll.about-awards .vita-sub{
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.25;
  opacity: .85;
}

#awards_hscroll.about-awards .vita-years{
  display: block;
  color: #000;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 2px;
}

#awards_hscroll.about-awards .vita-foot{
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid var(--border-color);
  font-size: 13px;
  line-height: 1.25;
  opacity: .9;
}


/* =========================
   Footer Abbinder: Full-Width Background, Content bleibt im Container
   ========================= */

.footer-personal .footer-bottom{
  position: relative;
  z-index: 0; /* Kontext für ::before */
}

/* Full-width Hintergrund OHNE Layout/Position der Inhalte zu ändern */
.footer-personal .footer-bottom::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: #000;
  z-index: -1;
  pointer-events: none;
}


#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .footer-personal.footer-light .footer-bottom{
  border-top: 0 !important;
}

/* Inhalte im Abbinder: weiß */
.footer-personal .footer-bottom .links li,
.footer-personal .footer-bottom .cop,
.footer-personal .footer-bottom a,
.footer-personal .footer-bottom .title-btn{
  color: #fff !important;
}

/* Scroll-to-top Icon: Default weiß (Button) + schwarzer Pfeil */
.footer-personal .footer-bottom .dsn-btn.dsn-btn-shape .icon{
  background: #fff !important;
  transition: transform .35s cubic-bezier(.2,.8,.2,1),
              background-color .25s ease;
}

.footer-personal .footer-bottom .dsn-btn.dsn-btn-shape .icon svg{
  fill: #000 !important;
  transition: fill .25s ease;
}

/* Hover: größer + pink (nur Icon, kein Layout-Shift) */
.footer-personal .footer-bottom .dsn-btn.dsn-btn-shape:hover .icon{
  background: var(--theme-color) !important;
  transform: scale(1.18) !important;
}

.footer-personal .footer-bottom .dsn-btn.dsn-btn-shape:hover .icon svg{
  fill: #000 !important;
}




/* =========================
   Footer Scroll-Up Override
   ========================= */

/* Seitliches Beugen (translate/rotate) im Footer sicher aushebeln */
.footer-personal .footer-bottom .dsn-btn-shape:hover .icon{
  transform: scale(1.18) !important;
}

@media (max-width: 767px){
  .footer-personal .footer-bottom .dsn-btn-shape{
    display: none !important;
  }
}

.footer-personal .footer-bottom .links li a:hover{
  font-weight: 800 !important;
}


/* =========================
   ABOUT FOOTER (BLACK)
   ========================= */

.footer-personal.footer-about{
  background: #000;
}

.footer-personal.footer-about p,
.footer-personal.footer-about a,
.footer-personal.footer-about .cop{
  color: #fff;
}

/* Bottom-Bar wirklich schwarz, nicht "light" */
.footer-personal.footer-about .footer-bottom{
  background: #000;
  border-top: 1px solid rgba(255,255,255,0.15);
}

/* Link-Liste sauber (du hattest vorher <li> ohne <ul>) */
.footer-personal.footer-about .links{
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-personal.footer-about .links a{
  color: #fff;
}

.footer-personal.footer-about .links a:hover{
  opacity: 0.8;
}


/* =========================
   AWARD LOGOS (ABOUT)
   ========================= */

#awards_hscroll .award-logos-wrapper{
  margin-top: clamp(70px, 3vw, 40px);
  width: 100%;
}

#awards_hscroll .award-logos{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0;
  opacity: 0.5;
}

@media (min-width: 1251px){
  #awards_hscroll.about-awards .award-logos{
    justify-content: center;
    gap: 100px;
  }

  #awards_hscroll.about-awards .award-logos img{
    max-width: none;
  }
}

#awards_hscroll .award-logos img{
  flex: 0 0 auto;
  width: auto;
  max-width: 18.5%;
  height: 130px;
  object-fit: contain;
  opacity: 0.4;
  filter: brightness(0);
  transition: opacity 0.3s ease;
}

#awards_hscroll .award-logos img:hover{
  opacity: 1;
}

/* Mobile */
@media (max-width: 675px){
  #awards_hscroll.about-awards .award-logos-wrapper{
    margin-top: 45px;
    overflow: visible;
  }

  #awards_hscroll.about-awards .award-logos{
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    opacity: 0.5;
  }

  #awards_hscroll.about-awards .award-logos img{
    flex: 0 0 20%;
    max-width: 20%;
    height: 90px;
    object-fit: contain;
    object-position: center center;
  }
}

/* Mobile */
@media (max-width: 575px){
  #awards_hscroll.about-awards .award-logos{
    flex-wrap: wrap;
    justify-content: center;
	  margin-top: -20px;
    row-gap: 12px;
  }

  #awards_hscroll.about-awards .award-logos img{
    flex: 0 0 20%;
    max-width: 20%;
    height: 90px;
  }
}

@media (max-width: 575px){
  #awards_hscroll.about-awards{
    margin-bottom: 35px !important;
	
  }
}

/* =========================
   AWARDS GRID (ABOUT)
   ========================= */

#awards_hscroll.about-awards .awards-hscroll-track{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}

#awards_hscroll.about-awards .award-inner{
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

/* =========================
   ABOUT / QUALIFIKATIONEN
   nur Karte 2 intern verteilen
   ========================= */

#awards_hscroll.about-awards .awards-hscroll-track > .team-item:nth-child(2){
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}

#awards_hscroll.about-awards .awards-hscroll-track > .team-item:nth-child(2) > .award-inner{
  align-self: stretch;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#awards_hscroll.about-awards .awards-hscroll-track > .team-item:nth-child(2) > .award-inner > .award-item{
  flex: 1 1 0;
  display: flex;
  align-items: center;
}

#awards_hscroll.about-awards .awards-hscroll-track > .team-item:nth-child(2) > .award-inner > .award-item > .d-flex{
  width: 100%;
  align-items: center;
}

@media (max-width: 1250px) and (min-width: 566px){
  #awards_hscroll.about-awards > .container{
    width: auto;
    max-width: none;
    margin-left: clamp(24px, 5vw, 60px);
    margin-right: clamp(24px, 5vw, 60px);
    padding-left: 0;
    padding-right: 0;
  }

  #awards_hscroll.about-awards .title{
    font-size: clamp(56px, 7vw, 96px) !important;
    line-height: 1 !important;
  }

  #awards_hscroll.about-awards .awards-hscroll-track{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }

  #awards_hscroll.about-awards .awards-hscroll-track > .team-item:nth-child(3){
    grid-column: 1 / -1;
  }

  #awards_hscroll.about-awards .team-item{
    padding: 30px !important;
  }

  #awards_hscroll.about-awards .project-card{
    height: 220px;
  }
	
	  #awards_hscroll.about-awards .awards-hscroll-track > .team-item:nth-child(3) .project-card img[src*="mit-liebe-werben-buch.webp"]{
    object-position: center 25% !important;
  }

  #awards_hscroll.about-awards .awards-hscroll-track > .team-item:nth-child(3) .project-card img[src*="leadership-professional-programm.webp"]{
    object-position: center 42% !important;
  }
}

@media (max-width: 900px){
  #awards_hscroll.about-awards .awards-hscroll-track{
    grid-template-columns: 1fr;
    gap: 30px;
  }

  #awards_hscroll.about-awards .awards-hscroll-track > .team-item:nth-child(3){
    grid-column: auto;
  }

  #awards_hscroll.about-awards .awards-hscroll-track > .team-item:nth-child(2){
    display: block;
  }

  #awards_hscroll.about-awards .awards-hscroll-track > .team-item:nth-child(2) > .award-inner{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}




/* =========================================
   ABOUT PAGE: unify the 3 main section headlines
   (only about.html, personal stays untouched)
   ========================================= */

body.about-page #about_us.about-page-version h2.title,
body.about-page .brands .container .p-relative.z-index-1.mb-50 h2.title,
body.about-page #awards_hscroll .section-title h3.title{
  font-size: 56px !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  margin: 0 !important;
}

/* keep EXACT same size on all breakpoints */
@media (max-width: 1200px){
  body.about-page #about_us.about-page-version h2.title,
  body.about-page .brands .container .p-relative.z-index-1.mb-50 h2.title,
  body.about-page #awards_hscroll .section-title h3.title{
    font-size: 56px !important;
  }
}

@media (max-width: 991px){
  body.about-page #about_us.about-page-version h2.title,
  body.about-page .brands .container .p-relative.z-index-1.mb-50 h2.title,
  body.about-page #awards_hscroll .section-title h3.title{
    font-size: 40px !important;
  }
}

@media (max-width: 767px){
  body.about-page #about_us.about-page-version h2.title,
  body.about-page .brands .container .p-relative.z-index-1.mb-50 h2.title,
  body.about-page #awards_hscroll .section-title h3.title{
    font-size: 40px !important;
  }
}

/* =========================
   ABOUT Footer – eigener Scope
   ========================= */

.about-footer-section{
  background: #000;
}

.about-footer-section .footer-personal {
  position: relative;
  padding-top: 0px;
  padding-bottom: 100px;
  background: #000;
}


.about-footer-section .footer-personal .footer-inner{
  position: relative;
  z-index: 1;
}

/* Beispiel: Scroll-Button nur auf About anders */
.about-footer-section .footer-bottom .dsn-btn-shape .icon {
  background: #000;
}

.about-footer-section .footer-bottom .dsn-btn-shape .icon svg {
  fill: #fff;
}

@media (max-width: 767px){
  .about-footer-section .footer-personal{
    padding-bottom: 0;
  }
}

/* =========================
   Subpage Footer: kein künstlicher Top-Abstand
   ========================= */

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .footer-personal.pt-section,
body.page-mit-liebe-werben .footer-personal.pt-section,
body.about-page .footer-personal.pt-section{
  padding-top: 0 !important;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .footer-personal{
  background: #000;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .footer-personal.pt-section{
  padding-top: 0 !important;
}

#site_menu_header.page-mit-liebe-werben-header:not(.dsn-open),
#site_menu_header.page-leadership-professional-header:not(.dsn-open) {
  --bg-color: #fff;
  --assistant-color: #fff;
  --font-color: #000;
  --heading-color: #000;
  background-color: #fff;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

@media only screen and (min-width: 992px) {
  #site_menu_header.page-mit-liebe-werben-header:not(.dsn-hamburger) .primary-nav ul,
  #site_menu_header.page-leadership-professional-header:not(.dsn-hamburger) .primary-nav ul {
    background-color: #f3f3f3;
  }
}

#site_menu_header.page-mit-liebe-werben-header:not(.dsn-open) .primary-nav > li > a,
#site_menu_header.page-mit-liebe-werben-header:not(.dsn-open) .primary-nav ul a,
#site_menu_header.page-mit-liebe-werben-header:not(.dsn-open) .brand-lockup__name,
#site_menu_header.page-mit-liebe-werben-header:not(.dsn-open) .brand-lockup__title,
#site_menu_header.page-leadership-professional-header:not(.dsn-open) .primary-nav > li > a,
#site_menu_header.page-leadership-professional-header:not(.dsn-open) .primary-nav ul a,
#site_menu_header.page-leadership-professional-header:not(.dsn-open) .brand-lockup__name,
#site_menu_header.page-leadership-professional-header:not(.dsn-open) .brand-lockup__title {
  color: #000;
}

#site_menu_header.page-mit-liebe-werben-header:not(.dsn-open) .toggle-line,
#site_menu_header.page-leadership-professional-header:not(.dsn-open) .toggle-line {
  background-color: #000;
}


/* =========================
   Mit Liebe Werben – Order CTA am Seitenende
   AJAX-safe nur über Seitenelemente, nicht über body-Klasse
   ========================= */

.header-project.mitliebe-hero ~ .mitliebe-order-cta{
  min-height: clamp(420px, 62vh, 760px);
  margin-top: clamp(48px, 6vw, 96px);
  overflow: hidden;
  background: #000;
}

.header-project.mitliebe-hero ~ .mitliebe-order-cta .box-img{
  overflow: hidden;
}

.header-project.mitliebe-hero ~ .mitliebe-order-cta .box-img video.cover-bg-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.header-project.mitliebe-hero ~ .mitliebe-order-cta .container{
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-project.mitliebe-hero ~ .mitliebe-order-cta .container > .d-flex{
  width: 100%;
  min-height: inherit;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
}

.header-project.mitliebe-hero ~ .mitliebe-order-cta .top-box{
  gap: 8px !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* =========================
   Leadership Professional – nur End-CTA
   AJAX-safe über eigene Section-Klasse
   ========================= */

.next-page.mitliebe-order-cta.leadership-order-cta{
  min-height: clamp(420px, 62vh, 760px);
}

.next-page.mitliebe-order-cta.leadership-order-cta .container{
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.next-page.mitliebe-order-cta.leadership-order-cta .container > .d-flex{
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  transform: none !important;
}

.next-page.mitliebe-order-cta.leadership-order-cta .top-box{
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 12px !important;
  margin: 0 !important;
}

.next-page.mitliebe-order-cta.leadership-order-cta .top-box h5.sub-title{
  margin: 0 !important;
}

.next-page.mitliebe-order-cta.leadership-order-cta .top-box h3{
  max-width: 14ch;
  margin: 0 auto;
  text-transform: none !important;
  font-size: var(--title-heading);
  line-height: 1;
}

.next-page.mitliebe-order-cta.leadership-order-cta .bottom-box{
  margin-top: 28px !important;
  margin-bottom: 0 !important;
}



@media only screen and (max-width: 991px) {
  .next-page.mitliebe-order-cta.leadership-order-cta .top-box{
    width: 100% !important;
  }

  .next-page.mitliebe-order-cta.leadership-order-cta .top-box h3{
    text-align: center !important;
  }

  .next-page.mitliebe-order-cta.leadership-order-cta .bottom-box{
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }
}
.next-page.mitliebe-order-cta.leadership-order-cta .box-img{
  overflow: hidden !important;
}

.next-page.mitliebe-order-cta.leadership-order-cta .box-img video.cover-bg-img{
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: none !important;
}

.next-page.mitliebe-order-cta.leadership-order-cta .box-img .cta-sequence-video{
  position: absolute !important;
  inset: 0 !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s ease;
  background: #000;
}

.next-page.mitliebe-order-cta.leadership-order-cta .box-img .cta-sequence-video.is-active{
  opacity: 1;
  visibility: visible;
}
.next-page.mitliebe-order-cta.leadership-order-cta + .footer-personal{
  padding-top: 0 !important;
  background: #000 !important;
}

.next-page.mitliebe-order-cta.leadership-order-cta + .footer-personal .footer-bottom{
  border-top: 0 !important;
}





.header-project.mitliebe-hero ~ .mitliebe-order-cta .top-box .sub-title,
.header-project.mitliebe-hero ~ .mitliebe-order-cta .top-box h3{
  text-align: center !important;
  margin: 0 !important;
}

.header-project.mitliebe-hero ~ .mitliebe-order-cta .top-box h3{
  max-width: 14ch;
  margin: 0 auto;
  text-transform: none !important;
  font-size: var(--title-heading);
  line-height: 1;
}



.header-project.mitliebe-hero ~ .mitliebe-order-cta .bottom-box{
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: normal !important;
  font-size: inherit !important;
}

.header-project.mitliebe-hero ~ .mitliebe-order-cta .bottom-box .narrow,
.header-project.mitliebe-hero ~ .mitliebe-order-cta .bottom-box .section-title,
.header-project.mitliebe-hero ~ .mitliebe-order-cta .bottom-box .align-center{
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: normal !important;
  font-size: inherit !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}


.header-project.mitliebe-hero ~ .mitliebe-order-cta .bottom-box .narrow::before,
.header-project.mitliebe-hero ~ .mitliebe-order-cta .bottom-box .narrow::after,
.header-project.mitliebe-hero ~ .mitliebe-order-cta .bottom-box .section-title::before,
.header-project.mitliebe-hero ~ .mitliebe-order-cta .bottom-box .section-title::after,
.header-project.mitliebe-hero ~ .mitliebe-order-cta .bottom-box .align-center::before,
.header-project.mitliebe-hero ~ .mitliebe-order-cta .bottom-box .align-center::after{
  content: none !important;
  display: none !important;
}

/* Footer direkt danach ebenfalls AJAX-safe schwarz halten */
.header-project.mitliebe-hero ~ .footer-personal{
  position: relative;
  z-index: 3;
  padding-top: 0 !important;
  background: #000;
}

.header-project.mitliebe-hero ~ .footer-personal .footer-bottom{
  border-top: 0 !important;
}


#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-services {
  --ct-services-section-height: 100dvh;
  --ct-services-intro-width: 100vw;
  --ct-services-intro-inner-width: min(560px, 100%);
  --ct-services-heading-size: clamp(60px, 5.2vw, 92px);
  --ct-services-heading-line: 1;
  --ct-services-heading-margin-top: 22px;

  --ct-services-card-gap: clamp(24px, 3vw, 48px);
  --ct-services-card-width: calc((100vw - (var(--dsn-gap-container) * 2) - (var(--ct-services-card-gap) * 2)) / 3);
  --ct-services-card-height: clamp(640px, 72vh, 820px);
  --ct-services-card-padding: clamp(28px, 3vw, 38px);

  --ct-services-card-title-size: clamp(27px, 2.2vw, 33px);
  --ct-services-card-title-line: 0.96;

  --ct-services-card-text-size: clamp(16px, 1.05vw, 18px);
  --ct-services-card-text-line: 1.6;
  --ct-services-card-text-max: 60ch;

  --ct-services-link-left: 30px;
  --ct-services-link-right: 30px;
  --ct-services-link-bottom: 30px;

  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  height: 100vh;
  height: 100svh;
  height: var(--ct-services-section-height);
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-services .ct-service-card__text {
  font-size: clamp(15px, 1.25vw, 18px) !important;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-services .ct-services-viewport {
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: var(--ct-services-section-height);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-services .ct-services-track {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  height: 100vh;
  height: 100svh;
  height: var(--ct-services-section-height);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-services .ct-services-intro {
  flex: 0 0 var(--ct-services-intro-width);
  width: var(--ct-services-intro-width);
  min-width: var(--ct-services-intro-width);
  height: 100vh;
  height: 100svh;
  height: var(--ct-services-section-height);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: var(--dsn-gap-container);
  padding-right: var(--dsn-gap-container);
  box-sizing: border-box;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-services .ct-services-intro-inner {
  width: var(--ct-services-intro-inner-width);
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-services .ct-services-heading {
  margin-bottom: 0;
  font-size: var(--ct-services-heading-size);
  line-height: var(--ct-services-heading-line);
  max-width: none;
  margin-top: var(--ct-services-heading-margin-top);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-services .ct-services-heading-line {
  display: block;
  width: fit-content;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-services .ct-services-heading-arrow {
  display: block;
  width: fit-content;
  margin-top: 0.5em;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-services .ct-service-card {
  flex: 0 0 var(--ct-services-card-width);
  width: var(--ct-services-card-width);
  display: flex;
  align-items: center;
  margin-right: var(--ct-services-card-gap);
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-services .ct-service-card:first-of-type {
  margin-left: var(--dsn-gap-container);
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-services .ct-service-card:last-child {
  margin-right: 0;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-services .ct-service-card__inner {
  position: relative;
  width: 100%;
  height: var(--ct-services-card-height);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--ct-services-card-padding);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  transition: background-color 0.25s ease, background-image 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-services .ct-service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  margin-bottom: 28px;
  color: var(--heading-color);
  transform: scale(1);
  transform-origin: 70% 70%;
  transition: transform 0.35s cubic-bezier(.2, .8, .2, 1), color 0.25s ease;
  flex-shrink: 0;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-services .ct-service-card__icon svg {
  display: block;
  width: 50px;
  height: 50px;
  transform: scale(1);
  transform-origin: 70% 70%;
  transition: transform 0.35s cubic-bezier(.2, .8, .2, 1), color 0.25s ease;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-services .ct-service-card:has(.ct-services-link:hover) .ct-service-card__icon svg {
  transform: scale(1.18);
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-services .ct-service-card__title {
  width: 100%;
  margin-bottom: 18px;
  font-size: var(--ct-services-card-title-size);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  hyphens: auto;
  overflow-wrap: normal;
  word-break: normal;
  transition: color 0.25s ease;
}

#page_wrapper.page-coaching-training #ct-services .ct-service-card__title-sub{
  display: block;
  font-size: 1em;
  line-height: 1.05;
  font-weight: 400;
  text-transform: none;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-services .ct-service-card__text {
  width: 100%;
  margin-bottom: 0;
  font-size: var(--ct-services-card-text-size);
  line-height: var(--ct-services-card-text-line);
  text-align: center;
  max-width: var(--ct-services-card-text-max);
  margin-left: auto;
  margin-right: auto;
  transition: color 0.25s ease;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-services .ct-service-card__text strong {
  line-height: 1.2;
  display: inline-block;
	  margin-bottom: 6px;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-services .ct-services-link {
  position: absolute;
  left: var(--ct-services-link-left);
  right: var(--ct-services-link-right);
  bottom: var(--ct-services-link-bottom);
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid #000;
  border-radius: 999px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.2;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s cubic-bezier(.2,.8,.2,1);
  z-index: 2;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-services .ct-services-link:hover {
  background-color: #fff;
  color: #000;
  border-style: none;
  transform: scale(1.06);
  transform-origin: 50% 50%;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-services .ct-service-card:has(.ct-services-link:hover) .ct-service-card__inner {
  background: #3a3a3a;
  border-color: #3a3a3a;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.16);
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-services .ct-service-card:has(.ct-services-link:hover) .ct-service-card__title,
#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-services .ct-service-card:has(.ct-services-link:hover) .ct-service-card__text,
#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-services .ct-service-card:has(.ct-services-link:hover) .ct-service-card__icon {
  color: #fff;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-services .ct-service-card:has(.ct-services-link:hover) .ct-service-card__icon svg {
  color: #fff;
}

@media only screen and (max-width: 1050px) {

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) .header-project.coaching-training-hero{
    min-height: 100svh;
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-services {
    --ct-services-section-height: 100vh;
    --ct-services-heading-margin-top: 18px;
    --ct-services-card-width: clamp(280px, 26vw, 380px);
    --ct-services-card-height: clamp(640px, 78svh, 820px);
    --ct-services-card-padding: 32px 26px 110px;
    --ct-services-card-text-max: 66ch;
    --ct-services-link-left: 22px;
    --ct-services-link-right: 22px;
    --ct-services-link-bottom: 22px;
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-services::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: var(--ct-services-section-height);
    background: var(--assistant-color);
    z-index: -1;
    pointer-events: none;
  }
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 1050px) {
    #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-services {
      --ct-services-section-height: 100dvh;
    }
  }
}

@media only screen and (max-width: 575px) {
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-services {
    --ct-services-heading-size: clamp(35px, 3.8vw, 57px);
    --ct-services-heading-margin-top: 10px;
  }
}

/* ==============================
   Coaching & Training – Sparring Section
   nur auf dieser Seite
   ============================== */

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: var(--margin-padding);
  padding-bottom: var(--margin-padding);
  overflow-anchor: none;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us{
  overflow-anchor: none;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring > .container{
  width: 100%;
}


#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-shell{
  background: transparent;
  box-sizing: border-box;
  overflow: visible;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-grid{
  width: 100%;
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  column-gap: 48px;
  row-gap: 40px;
  align-items: start;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-head{
  grid-column: 1 / -1;
  min-width: 0;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-head .title{
  margin: 0;
  max-width: none;
  font-size: clamp(36px, 4vw, var(--title-heading));
  line-height: 0.98;
  color: var(--heading-color);
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-copy{
  min-width: 0;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-copy p{
  margin: 0;
  max-width: 62ch;
  color: var(--font-color);
  font-size: var(--font-size-base);
  line-height: 1.7;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-copy p + p{
  margin-top: 14px;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-copy .ct-sparring-lead{
  color: var(--heading-color);
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.24;
  letter-spacing: -0.01em;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-copy .ct-sparring-lead + p{
  margin-top: 12px;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-media{
  --ct-sparring-media-gap: 30px;
  --ct-sparring-image-height: 390px;
  --ct-sparring-quote-size: 28px;

  min-width: 0;
  width: 100%;
  display: grid;
  gap: var(--ct-sparring-media-gap);
  align-content: start;
}



#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-figure{
  position: relative;
  width: 100%;
  margin: 0;
  height: var(--ct-sparring-image-height);
  overflow: hidden;
  background: transparent;
  border-radius: 18px;
  z-index: 1;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-figure img{
  object-fit: cover;
  object-position: 50% 10%;
  transform: scale(1.38);
}



#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-quote{
  width: 100%;
  max-width: 98%;
  margin: 0;
  padding-top: 0;
  border-top: 0;

  position: relative;
  z-index: 2;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-quote-title{
  width: 100%;
  max-width: 32ch;
  margin: 0;
  color: var(--heading-color);
  font-size: var(--ct-sparring-quote-size);
  line-height: 1.16;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
  letter-spacing: -0.012em;
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-grid{
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    column-gap: clamp(28px, 3vw, 42px);
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-media{
    --ct-sparring-media-gap: 30px;
    --ct-sparring-quote-size: clamp(26px, 2.55vw, 28px);
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-figure{
    height: auto;
    aspect-ratio: 1.08 / 1;
	  
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-quote-title{
    line-height: 1.14;
	  max-width: 100%;
  }
}

@media only screen and (max-width: 991px){
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring{
    padding-top: calc(var(--margin-padding) * 1.15);
    padding-bottom: calc(var(--margin-padding) * 1.15);
  }
	
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-grid{
    grid-template-columns: 1fr;
    row-gap: clamp(44px, 7vw, 64px);
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-head .title{
    font-size: clamp(32px, 6vw, 46px);
  }  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-copy p{
    max-width: none;
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-media{
     --ct-sparring-media-gap: 55px;
    --ct-sparring-quote-size: clamp(24px, 3.2vw, 28px);
    display: grid;
    gap: var(--ct-sparring-media-gap);
  }
	
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-figure{
    height: auto;
    aspect-ratio: 1.5 / 0.7;
    border-radius: 16px;
  }
	
	#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
}

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-quote-title{
    max-width: none;
    font-size: var(--ct-sparring-quote-size);
    line-height: 1.16;
  }
}

@media only screen and (max-width: 767px){
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-grid{
    row-gap: 44px;
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-figure{
    aspect-ratio: 1.5 / 0.7;
	  
  }
}

@media only screen and (max-width: 575px){
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring{
    padding-top: calc(var(--margin-padding) * 1.2);
    padding-bottom: calc(var(--margin-padding) * 1.2);
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring > .container{
    padding-left: var(--dsn-gap-container);
    padding-right: var(--dsn-gap-container);
  }
	
	  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-media{
    --ct-sparring-media-gap: 28px;}

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-grid{
    row-gap: 40px;
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-head .title{
    font-size: clamp(28px, 8.4vw, 36px);
    line-height: 1;
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-copy .ct-sparring-lead{
    font-size: 17px;
    line-height: 1.28;
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-copy p{
    font-size: 14px;
    line-height: 1.65;
  }

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-media{
    gap: 46px;
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-figure{
    aspect-ratio: 1.5 / 0.7;
    border-radius: 14px;
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #ct-sparring .ct-sparring-quote-title{
    max-width: none;
    font-size: var(--ct-sparring-quote-size);
    line-height: 1.14;
  }
}


.leadership-video-section--lp .dsn-item-post > h4.text{
  display:none !important;
}

.leadership-video-section--lp .dsn-item-post,
.leadership-video-section--lp .box-image-bg,
.leadership-video-section--lp .leadership-video-frame{
  position:relative;
}

.leadership-video-section--lp .box-image-bg{
  overflow:hidden;
  height:560px !important;
}

.leadership-video-section--lp .leadership-video-frame{
  width:100%;
  height:100%;
  background-color:#000;
  background-size:0 0;
  background-position:center center;
  background-repeat:no-repeat;
  overflow:hidden;
}

.leadership-video-section--lp .leadership-video-frame::before{
  content:"";
  position:absolute;
  inset:-18px;
  background-image:inherit;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  filter:blur(2px);
  transform:scale(1.04);
  z-index:0;
  pointer-events:none;
}

.leadership-video-section--lp .leadership-video-frame.is-playing::before{
  opacity:0;
}

.leadership-video-section--lp .leadership-inline-video{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  background:#000;
  opacity:0;
  transition:opacity .25s ease;
}

.leadership-video-section--lp .leadership-video-frame.is-playing .leadership-inline-video{
  opacity:1;
}

.leadership-video-section--lp .dsn-posts:hover .dsn-item-post:hover{
  flex-grow:2.7;
}

.leadership-video-section--lp .dsn-posts:has(.leadership-video-frame.is-playing) .dsn-item-post{
  flex-grow:1;
}

.leadership-video-section--lp .dsn-posts:has(.leadership-video-frame.is-playing) .dsn-item-post:has(.leadership-video-frame.is-playing){
  flex-grow:2.7;
}

.leadership-video-section--lp .leadership-video-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.48);
  z-index:2;
  pointer-events:none;
  transition:opacity .25s ease;
}

.leadership-video-section--lp .leadership-video-frame.is-playing .leadership-video-overlay{
  bottom:54px;
  pointer-events:none;
}

.leadership-video-section--lp .leadership-video-play{
  position:absolute;
  left:50%;
  top:50%;
  width:82px;
  height:82px;
  border:1px solid rgba(255,255,255,0.65);
  border-radius:50%;
  background:rgba(0,0,0,0.35);
  transform:translate(-50%, -50%);
  z-index:4;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  margin:0;
  box-sizing:border-box;
  appearance:none;
  -webkit-appearance:none;
  cursor:pointer;
  transition:transform .22s ease, background .22s ease, border-color .22s ease;
}

.leadership-video-section--lp .leadership-video-play span{
  width:0;
  height:0;
  border-top:13px solid transparent;
  border-bottom:13px solid transparent;
  border-left:20px solid #fff;
  margin-left:5px;
}

.leadership-video-section--lp .leadership-video-play:hover{
  background:rgba(230,0,126,0.68);
  border-color:transparent;
  outline:none;
  box-shadow:none;
  transform:translate(-50%, -50%) scale(1.08);
}

.leadership-video-section--lp .leadership-video-play:focus,
.leadership-video-section--lp .leadership-video-play:focus-visible{
  outline:none;
  box-shadow:none;
}

.leadership-video-section--lp .leadership-video-play:active{
  transform:translate(-50%, -50%) scale(0.94);
}

.leadership-video-section--lp .leadership-video-question{
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  margin:0;
  color:#fff;
  font-size:clamp(18px, calc(12px + 0.9vw), 24px);
  line-height:1.2;
  font-weight:600;
  z-index:3;
  pointer-events:none;
  text-shadow:0 2px 12px rgba(0,0,0,0.45);
  transition:opacity .25s ease;
}

.leadership-video-section--lp .leadership-video-frame.is-playing .leadership-video-overlay,
.leadership-video-section--lp .leadership-video-frame.is-playing .leadership-video-question{
  opacity:0;
}

.leadership-professional-scope .leadership-video-section--lp .leadership-video-frame.is-floating{
  position:fixed;
  top:90px;
  right:30px;
  width:min(360px, calc(100vw - 60px));
  height:auto;
  aspect-ratio:16 / 9;
  z-index:98;
  box-shadow:0 18px 45px rgba(0,0,0,0.28);
}

@media only screen and (max-width: 767px){
  .leadership-professional-scope .leadership-video-section--lp .leadership-video-frame.is-floating{
    top:80px;
    right:18px;
    width:min(280px, calc(100vw - 36px));
  }
}

.leadership-video-section--lp .leadership-subline{
  font-size:18px;
  color:#000;
  line-height:1.3;
  font-weight:600;
  margin-top:10px;
  margin-bottom:40px;
}

.mobile-only-break{
  display:none;
}

@media only screen and (max-width: 1199px){
  .leadership-video-section--lp .box-image-bg{
    height:auto !important;
  }

  .leadership-video-section--lp .leadership-video-frame{
    aspect-ratio:1 / 1;
    height:auto;
  }

  .leadership-video-section--lp .dsn-item-post:hover .leadership-video-frame,
  .leadership-video-section--lp .leadership-video-frame.is-playing{
    aspect-ratio:16 / 9;
  }
}

@media only screen and (max-width: 767px) {

  .leadership-professional-scope .leadership-video-section .dsn-posts{
    display:flex !important;
    flex-direction:column !important;
    gap:30px !important;
  }

  .leadership-professional-scope .leadership-video-section .dsn-item-post,
  .leadership-professional-scope .leadership-video-section .dsn-posts:hover .dsn-item-post:hover,
  .leadership-professional-scope .leadership-video-section .dsn-posts:has(.leadership-video-frame.is-playing) .dsn-item-post,
  .leadership-professional-scope .leadership-video-section .dsn-posts:has(.leadership-video-frame.is-playing) .dsn-item-post:has(.leadership-video-frame.is-playing){
    flex:0 0 auto !important;
    flex-grow:0 !important;
    width:100% !important;
  }

  .leadership-professional-scope .leadership-video-section .box-image-bg,
  .leadership-professional-scope .leadership-video-section .dsn-item-post:hover .box-image-bg,
  .leadership-professional-scope .leadership-video-section .dsn-item-post:has(.leadership-video-frame.is-playing) .box-image-bg{
    height:auto !important;
    aspect-ratio:16 / 9 !important;
  }

  .leadership-professional-scope .leadership-video-section .leadership-video-frame,
  .leadership-professional-scope .leadership-video-section .dsn-item-post:hover .leadership-video-frame,
  .leadership-professional-scope .leadership-video-section .leadership-video-frame.is-playing{
    width:100% !important;
    height:auto !important;
    aspect-ratio:16 / 9 !important;
  }

  .leadership-professional-scope .leadership-video-section .leadership-video-question{
    left:18px;
    right:18px;
    bottom:18px;
  }

  .leadership-professional-scope .project-info .portfolio-list-item span{
    text-align:right !important;
    justify-self:end !important;
  }

  .leadership-professional-scope .mobile-only-break{
    display:block;
  }

}

.leadership-professional-scope .leadership-video-section .dsn-item-post,
.leadership-professional-scope .leadership-video-section .box-image-bg{
  position:relative;
}

.leadership-professional-scope .leadership-video-section .leadership-video-frame:not(.is-floating){
  position:relative;
}

.leadership-professional-scope .leadership-video-section .box-image-bg{
  overflow:hidden;
  height:560px !important;
}

.leadership-professional-scope .leadership-video-section .leadership-video-frame{
  width:100%;
  height:100%;
  background:#000;
  overflow:hidden;
}


@media only screen and (max-width: 767px){

  .leadership-professional-scope .leadership-video-section .dsn-posts{
    display:flex !important;
    flex-direction:column !important;
    gap:30px !important;
  }

  .leadership-professional-scope .leadership-video-section .dsn-item-post,
  .leadership-professional-scope .leadership-video-section .dsn-posts:hover .dsn-item-post:hover,
  .leadership-professional-scope .leadership-video-section .dsn-posts:has(.leadership-video-frame.is-playing) .dsn-item-post,
  .leadership-professional-scope .leadership-video-section .dsn-posts:has(.leadership-video-frame.is-playing) .dsn-item-post:has(.leadership-video-frame.is-playing){
    flex-grow:0 !important;
    width:100% !important;
  }

  .leadership-professional-scope .leadership-video-section .box-image-bg,
  .leadership-professional-scope .leadership-video-section .dsn-item-post:hover .box-image-bg,
  .leadership-professional-scope .leadership-video-section .dsn-item-post:has(.leadership-video-frame.is-playing) .box-image-bg{
    height:auto !important;
    aspect-ratio:16 / 9 !important;
  }

  .leadership-professional-scope .leadership-video-section .leadership-video-frame,
  .leadership-professional-scope .leadership-video-section .dsn-item-post:hover .leadership-video-frame,
  .leadership-professional-scope .leadership-video-section .leadership-video-frame.is-playing{
    height:auto !important;
    aspect-ratio:16 / 9 !important;
  }

}
.leadership-professional-scope .leadership-video-section .leadership-video-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.68) !important;
  z-index:2;
  pointer-events:none;
  transition:opacity .25s ease;
}


.leadership-professional-scope .leadership-video-section .leadership-video-question{
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  margin:0;
  color:#fff;
  font-size:clamp(18px, calc(15.887px + 0.563vw), 24px);
  line-height:1.2;
  font-weight:600;
  z-index:3;
  pointer-events:none;
  text-shadow:0 2px 12px rgba(0,0,0,0.45);
  transition:opacity .25s ease;
}


.leadership-professional-scope .leadership-video-section .leadership-video-frame.is-playing .leadership-video-overlay,
.leadership-professional-scope .leadership-video-section .leadership-video-frame.is-playing .leadership-video-question{
  opacity:0;
  pointer-events:none;
}



.leadership-professional-scope .leadership-video-section .leadership-subline{
  font-size:18px;
  color:#000;
  line-height:1.3;
  font-weight:600;
  margin-top:10px;
  margin-bottom:40px;
}

@media only screen and (max-width: 1199px){
  .leadership-professional-scope .leadership-video-section .box-image-bg{
    height:auto !important;
  }

  .leadership-professional-scope .leadership-video-section .leadership-video-frame{
    aspect-ratio:1 / 1;
    height:auto;
  }

  .leadership-professional-scope .leadership-video-section .dsn-item-post:hover .leadership-video-frame,
  .leadership-professional-scope .leadership-video-section .leadership-video-frame.is-playing{
    aspect-ratio:16 / 9;
  }
}

.leadership-professional-scope .leadership-professional-degree-grid{
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.leadership-professional-scope .leadership-professional-degree-grid > .leadership-degree-panel{
  width: 100%;
  box-sizing: border-box;
}

.leadership-professional-scope .leadership-professional-degree-grid > .leadership-degree-panel--boxed{
  padding: 32px 30px;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

@media only screen and (max-width: 991px){
  .leadership-professional-scope .leadership-professional-degree-grid{
    gap: 35px !important;
  }

  .leadership-professional-scope .leadership-professional-degree-grid > .leadership-degree-panel--boxed{
    padding: 28px 24px;
  }
}

@media only screen and (max-width: 575px){
  .leadership-professional-scope .leadership-professional-degree-grid > .leadership-degree-panel--boxed{
    padding: 24px 20px;
  }
}

/* --- Video Poster sauber steuern --- */

.leadership-professional-scope .leadership-video-section .leadership-video-frame{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Video standardmig unsichtbar */
.leadership-professional-scope .leadership-video-section .leadership-inline-video{
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Wenn Video luft -> sichtbar */
.leadership-professional-scope .leadership-video-section .leadership-video-frame.is-playing .leadership-inline-video{
  opacity: 1;
}



/* =========================================================
   Coaching & Training  Brain/Heart Section
   ========================================================= */

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two{
  background: #0f0f0f;
  color: #fff;
  margin: 0 !important;

  padding-top: var(--margin-padding) !important;
  padding-bottom: var(--margin-padding) !important;
  min-height: 0;

  display: block;
  align-items: initial;

  box-sizing: border-box;
  overflow: hidden;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two > .container{
  width: 100%;
  display: block;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .about-us-layout{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  column-gap: clamp(56px, 6vw, 88px);
  row-gap: 32px;
  align-items: start;
}

@media only screen and (min-width: 992px){
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .about-us-left{
    display: contents;
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .section-title{
    grid-column: 1 / -1;
    grid-row: 1;
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .about-us-copy{
    grid-column: 1;
    grid-row: 2;
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .about-us-image{
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    justify-self: center;
  }
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .about-us-left{
  min-width: 0;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .section-title{
  margin: 0 !important;
  gap: 14px;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .section-title h5,
#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .section-title h2,
#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .about-us-copy p{
  color: #fff;
	letter-spacing: 0px;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .section-title h5{
  margin: 0;
  max-width: 62ch;
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.24;
  letter-spacing: -0.01em;
  font-weight: 800;
  text-transform: none;
	letter-spacing: 1.2px;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .section-title h2.title{
  margin: 0;
  max-width: none;
  font-size: clamp(36px, 4vw, var(--title-heading));
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: 1.8;
  text-transform: uppercase;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .about-us-image{
  margin: 0;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .about-us-image img{
  display: block;
  width: min(100%, 600px);
  height: auto;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .about-us-copy{
  min-width: 0;
  max-width: 62ch;
  align-self: start;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .about-us-copy p{
  margin: 0;
  max-width: 62ch;
  font-size: var(--font-size-base);
  line-height: 1.7;
  letter-spacing: 0;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .about-us-copy p + p{
  margin-top: 14px;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .about-us-copy p.about-us-highlight{
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.24;
  font-weight: 800;
  font-style: normal;
  letter-spacing: -0.01em;
}

@media only screen and (max-width: 991px){
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .about-us-layout{
    grid-template-columns: 1fr;
    row-gap: 34px;
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .about-us-copy,
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .about-us-copy p{
    max-width: none;
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .about-us-image{
    margin-top: 18px;
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .about-us-image img{
  width: min(100%, 220px);
}
}

@media only screen and (max-width: 991px){
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .section-title h2.title{
    font-size: clamp(32px, 6vw, 46px);
  }
}

@media only screen and (max-width: 767px){
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .about-us-layout{
    row-gap: 32px;
  }
}

@media only screen and (max-width: 575px){
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two > .container{
    padding-left: var(--dsn-gap-container);
    padding-right: var(--dsn-gap-container);
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .about-us-layout{
    row-gap: 28px;
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .section-title h2.title{
  letter-spacing: 0px;
    font-size: clamp(28px, 8.4vw, 36px);
    line-height: 1;
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .section-title h5,
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .about-us-copy p.about-us-highlight{
    font-size: 17px;
    line-height: 1.28;
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .about-us-copy p{
    font-size: 14px;
    line-height: 1.65;
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .about-us-image{
    margin-top: 24px;
  }  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .about-us-image img{
    width: min(100%, 210px);
  }
}

/* =========================================================
   Coaching & Training  Offer Sections
   Template-nahe Struktur
   ========================================================= */

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-offer-section.project-info{
  overflow: visible;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #systemisches-coaching .grid-half-1{
  grid-template-columns: minmax(260px, 0.7fr) minmax(440px, 1fr);
  column-gap: clamp(110px, 12vw, 190px);
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-offer-section .box-left .title{
  max-width: 10ch;
}

@media only screen and (max-width: 991px){
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #systemisches-coaching .grid-half-1{
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #systemisches-coaching .box-left,
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #systemisches-coaching .pinned-scroll,
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #systemisches-coaching .pinned-element{
    position: relative !important;
    top: auto !important;
  }
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-offer-section .box-right p{
  margin-bottom: 0;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-offer-section .box-right p + p{
  margin-top: 15px;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-template-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-template-list li{
  position: relative;
  padding-left: 22px;
  color: var(--font-color);
  line-height: var(--line-height-content);
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-template-list li::before{
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--heading-color);
  font-weight: 800;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-template-list strong{
  display: block;
  color: var(--heading-color);
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-template-list span{
  display: block;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-frame-card{
  position: relative;
  overflow: hidden;
  box-shadow: none !important;  
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-frame-card::after{
  content: "\2726";
  position: absolute;
  right: 22px;
  top: 14px;
  color: #E6007E !important;
  font-size: 34px;
  line-height: 1;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-frame-card__item{
  position: relative;
  z-index: 1;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-frame-card__item + .ct-frame-card__item{
  margin-top: 22px;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-frame-card__item span{
  display: block;
  margin-bottom: 6px;
  color: var(--font-color);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .55;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-frame-card__item strong{
  display: block;
  max-width: 520px;
  color: var(--heading-color);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.05;
  font-weight: 800;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-frame-card__note{
  position: relative;
  z-index: 1;
  margin: 24px 0 0;
  max-width: 420px;
  font-size: 12px;
  line-height: 1.45;
  opacity: .62;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-frame-card__copy{
  position: relative;
  z-index: 1;
  margin: 24px 0 0;
  max-width: 520px;
  font-size: 15px;
  line-height: 1.6;
  opacity: .82;
}

@media only screen and (max-width: 575px){
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-frame-card__item strong{
    font-size: clamp(16px, 4.5vw, 18px);
    line-height: 1.08;
  }
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-template-accordion{
  display: block;
}

@media only screen and (max-width: 991px){
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-offer-section .box-right{
    display: flex;
    flex-direction: column;
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-offer-section .ct-template-accordion{
    order: 1;
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-offer-section .ct-frame-card{
    order: 2;
  }
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #systemisches-coaching .ct-template-accordion{
  background: transparent;
  padding: 0;
  border-radius: 0;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #systemisches-coaching .box-left .pinned-element > p + p{
  margin-top: 10px;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #systemisches-coaching .ct-template-details{
  border-bottom: 0;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #systemisches-coaching .ct-template-details + .ct-template-details{
  border-top: 1px solid var(--border-color);
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-template-summary{
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-template-summary::-webkit-details-marker{
  display: none;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-template-summary h4{
  margin: 0;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-template-summary-icon{
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-template-summary-icon::before,
#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-template-summary-icon::after{
  content: "";
  position: absolute;
  background: var(--heading-color);
  left: 0;
  top: 50%;
  width: 18px;
  height: 2px;
  transform: translateY(-50%);
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-template-summary-icon::after{
  transform: translateY(-50%) rotate(90deg);
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-template-details[open] .ct-template-summary-icon::after{
  transform: translateY(-50%) rotate(0deg);
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) .ct-template-details-content{
  padding-bottom: 24px;
}

/* =========================================
   SYSTEMISCHES COACHING – Fix
========================================= */

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #systemisches-coaching .grid-half-1{
  grid-template-columns: minmax(0, 0.8fr) minmax(440px, 1fr);
  column-gap: clamp(72px, 8vw, 120px);
  align-items: start;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #systemisches-coaching .box-left{
  max-width: 420px;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #systemisches-coaching .box-left .title{
  font-size: clamp(36px, 4vw, var(--title-heading));
  line-height: 1;
  font-weight: 800;
  max-width: none;
}

@media only screen and (max-width: 991px){
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #systemisches-coaching .grid-half-1{
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #systemisches-coaching .box-left{
    max-width: none;
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #systemisches-coaching .box-left .title{
    font-size: clamp(32px, 6vw, 46px);
  }
}

@media only screen and (max-width: 575px){
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #systemisches-coaching .box-left .title{
    font-size: clamp(28px, 8.5vw, 36px);
  }
}


#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #leadership-training .grid-half-1{
  grid-template-columns: minmax(0, 0.8fr) minmax(440px, 1fr);
  column-gap: clamp(72px, 8vw, 120px);
  align-items: start;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #leadership-training .box-left{
  max-width: 420px;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #leadership-training .box-left .title{
  font-size: clamp(36px, 4vw, var(--title-heading));
  line-height: 1;
  font-weight: 800;
  max-width: none;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #leadership-training .box-left .ct-offer-subline{
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.4;
  font-weight: 800;
  color: var(--heading-color);
  margin: 0;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #leadership-training .ct-template-accordion{
  background: transparent;
  padding: 0;
  border-radius: 0;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #leadership-training .ct-template-details{
  border-bottom: 0;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #leadership-training .ct-template-details + .ct-template-details{
  border-top: 1px solid var(--border-color);
}

@media only screen and (max-width: 991px){
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #leadership-training .grid-half-1{
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #leadership-training .box-left,
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #leadership-training .box-left .pinned-element{
    max-width: none;
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #leadership-training .box-left .title{
    font-size: clamp(32px, 6vw, 46px);
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #leadership-training .box-left,
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #leadership-training .pinned-scroll,
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #leadership-training .pinned-element{
    position: relative !important;
    top: auto !important;
  }
}

@media only screen and (max-width: 575px){
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #leadership-training .box-left .title{
    font-size: clamp(28px, 8.5vw, 36px);
  }
}


#page_wrapper:is(.page-coaching-training, .page-marke-strategie) 
#systemisches-coaching 
.box-left .ct-offer-subline{
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.4;
  font-weight: 800;
  color: var(--heading-color);
  margin: 0;
}#page_wrapper:is(.page-coaching-training, .page-marke-strategie) 
#systemisches-coaching 
.box-left .ct-offer-subline{
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.4;
  font-weight: 800;
  color: var(--heading-color);
  margin: 0;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #organisationsberatung .grid-half-1{
  grid-template-columns: minmax(0, 0.8fr) minmax(440px, 1fr);
  column-gap: clamp(72px, 8vw, 120px);
  align-items: start;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #organisationsberatung .box-left{
  max-width: 420px;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #organisationsberatung .box-left .title{
  font-size: clamp(36px, 4vw, var(--title-heading));
  line-height: 1;
  font-weight: 800;
  max-width: none;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #organisationsberatung .box-left .ct-offer-subline{
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.4;
  font-weight: 800;
  color: var(--heading-color);
  margin: 0;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #organisationsberatung .ct-template-accordion{
  background: transparent;
  padding: 0;
  border-radius: 0;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #organisationsberatung .ct-template-details{
  border-bottom: 0;
}

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #organisationsberatung .ct-template-details + .ct-template-details{
  border-top: 1px solid var(--border-color);
}

@media only screen and (max-width: 991px){
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #organisationsberatung .grid-half-1{
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #organisationsberatung .box-left,
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #organisationsberatung .box-left .pinned-element{
    max-width: none;
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #organisationsberatung .box-left .title{
    font-size: clamp(32px, 6vw, 46px);
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #organisationsberatung .box-left,
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #organisationsberatung .pinned-scroll,
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #organisationsberatung .pinned-element{
    position: relative !important;
    top: auto !important;
  }
}

@media only screen and (max-width: 575px){
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #organisationsberatung .box-left .title{
    font-size: clamp(28px, 8.5vw, 36px);
  }
}

/* =========================================================
   Coaching Training  About Section Image Scaling (stack + desktop)
   ========================================================= */

#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .about-us-image img{
  display: block;
  width: min(100%, 540px);
  height: auto;
}

/* Mobile / Stapel-Variante */
@media only screen and (max-width: 991px){
  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .about-us-image img{
    width: min(100%, 680px);
  }

  #page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us.about-section-two .about-us-image{
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
  }
}

/* Headline ber beide Spalten ziehen */
#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us .section-title{
  grid-column: 1 / -1;
  max-width: 900px;
  margin-bottom: 40px;
}

/* linke Spalte bleibt nur Bild */
#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us .about-us-left{
  display: contents;
}

/* Bild wieder als eigenes Grid-Item definieren */
#page_wrapper:is(.page-coaching-training, .page-marke-strategie) #about_us .about-us-image{
  grid-column: 1;
}

/* Cursor darf NICHT am Dokumentfluss teilnehmen */
#dsn_cursor,
#dsn_cursor_inner{
  position: fixed !important;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 99999;
}

/* ABOUT ME 3 - Index only breakpoint guard */
@media (min-width: 576px) and (max-width: 1199.98px){
  .about-me-3--index{
    min-height: auto !important;
    align-items: stretch !important;
  }

  .about-me-3--index .about-inner > .d-grid.grid-lg-2{
    grid-template-columns: 1fr !important;
    align-items: stretch !important;
  }
}


/* ABOUT ME 3 - smooth headline scaling + top spacing */
body.page-index .about-me-3 .about-inner .box-left{
  padding-top: clamp(48px, 5vw, 76px) !important;
  padding-bottom: clamp(48px, 5vw, 76px) !important;
}

body.page-index .about-me-3 .box-left .title-block{
  font-size: clamp(47px, 5.2vw, 68px) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.02em;
  margin: 0 0 clamp(20px, 2vw, 34px) 0 !important;
}

/* ABOUT ME 3 - Index: stacked overlap stabilization only */
@media (min-width: 576px) and (max-width: 1199.98px){

  body.page-index .about-me-3--index .about-inner > .d-grid.grid-lg-2{
    grid-template-columns: 1fr !important;
  }

body.page-index .about-me-3--index .box-left .text{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;

  padding-left: 42px !important;
  padding-right: 0 !important;
}

  body.page-index .about-me-3--index .box-left .title-block,
  body.page-index .about-me-3--index .box-left .text p{
    width: 52%;
    max-width: 52%;
  }

  body.page-index .about-me-3--index .box-right{
    position: relative !important;
    overflow: visible !important;
    min-height: clamp(210px, 24vw, 285px);
    display: block !important;
    padding: 0 !important;
  }

  body.page-index .about-me-3--index .about-inner .box-left{
  padding-left: clamp(40px, 3vw, 40px) !important;
  padding-right: clamp(40px, 3vw, 40px) !important;
}

  body.page-index .about-me-3--index .about-inner .box-left .text{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.page-index .about-me-3--index .box-right .about-me-3-photo--desktop{
    display: block !important;
    position: absolute !important;
    right: clamp(40px, 3vw, 40px) !important;
    left: auto !important;
    top: auto !important;
    bottom: 36px !important;
    width: clamp(220px, 28vw, 335px) !important;
    height: auto !important;
    aspect-ratio: 3 / 4;
    z-index: 5;
    overflow: hidden !important;
  }

  body.page-index .about-me-3--index .box-right .about-me-3-photo--desktop img{
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: 57% 50% !important;
    transform: none !important;
  }

  body.page-index .about-me-3--index .about-me-3-photo--mobile,
  body.page-index .about-me-3--index .about-me-3-actions .about-me-3-photo--mobile{
    display: none !important;
  }

  body.page-index .about-me-3--index .about-me-3-actions{
    position: absolute !important;
    top: clamp(28px, 4vw, 40px) !important;
    right: clamp(40px, 3vw, 40px) !important;
    left: auto !important;
    z-index: 10;
    margin: 0 !important;
    display: block !important;
  }

  body.page-index .about-me-3--index .experience-about{
    position: relative !important;
    z-index: 2;
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: clamp(12px, 2vw, 22px) !important;
    text-align: left !important;
    padding-left: clamp(40px, 3vw, 40px) !important;
  }

  body.page-index .about-me-3--index .experience-about .number,
  body.page-index .about-me-3--index .experience-about .description{
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    text-align: left !important;
    writing-mode: horizontal-tb !important;
  }

  body.page-index .about-me-3--index .experience-about .description{
    padding-top: clamp(8px, 1.2vw, 14px) !important;
  }

  body.page-index .about-me-3--index .experience-about .description .exp-label{
    display: block !important;
    width: auto !important;
    text-align: left !important;
    white-space: normal !important;
    line-height: 1.05 !important;
  }

  body.page-index .about-me-3--index .experience-about .description .exp-label br{
    display: block !important;
  }
}

@media (min-width: 576px) and (max-width: 820px){
  body.page-index .about-me-3--index .experience-about{
    flex-direction: column !important;
    gap: 0 !important;
    position: absolute !important;
    top: 50% !important;
    bottom: auto !important;
    left: 0 !important;
    transform: translateY(-50%) !important;
    align-items: flex-start !important;
  }
	
  body.page-index .about-me-3--index .experience-about .description{
    padding-top: 0 !important;
    margin-top: -4px !important;
  }

  body.page-index .about-me-3--index .box-left .title-block,
  body.page-index .about-me-3--index .box-left .text p{
    width: 75% !important;
    max-width: 75% !important;
  }

  body.page-index .about-me-3--index .box-left .text p{
    padding-bottom: clamp(70px, 22vw, 70px) !important;
    padding-top: 10px !important;
    margin-top: clamp(6px, 1vw, 12px) !important;
  }

  body.page-index .about-me-3--index .about-me-3-actions{
    right: clamp(40px, 3vw, 40px) !important;
    left: auto !important;
    top: clamp(28px, 4vw, 40px) !important;
    bottom: auto !important;
    transform: none !important;
  }
}

/* INDEX: Mobile identisch zu Stapel-Layout */
@media (max-width: 575px){

  body.page-index .about-me-3--index .about-inner > .d-grid.grid-lg-2{
    grid-template-columns: 1fr !important;
  }

  body.page-index .about-me-3--index .about-me-3-photo--desktop{
    display: block !important;
  }

  body.page-index .about-me-3--index .about-me-3-photo--mobile,
  body.page-index .about-me-3--index .about-me-3-actions .about-me-3-photo--mobile{
    display: none !important;
  }

  body.page-index .about-me-3--index .box-left .text{
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

  body.page-index .about-me-3--index .box-left .title-block,
  body.page-index .about-me-3--index .box-left .text p{
    width: 75% !important;
    max-width: 75% !important;
  }

  body.page-index .about-me-3--index .box-left .text p{
    padding-bottom: clamp(70px, 22vw, 70px) !important;
    padding-top: 10px !important;
    margin-top: clamp(6px, 1vw, 12px) !important;
  }

  body.page-index .about-me-3--index .box-right{
    position: relative !important;
    overflow: visible !important;
    min-height: clamp(210px, 24vw, 285px);
    display: block !important;
  }

  body.page-index .about-me-3--index .box-right .about-me-3-photo--desktop{
    display: block !important;
    position: absolute !important;
    right: clamp(40px, 3vw, 40px) !important;
    left: auto !important;
    top: auto !important;
    bottom: 36px !important;
    width: clamp(220px, 28vw, 335px) !important;
    height: auto !important;
    aspect-ratio: 3 / 4;
    z-index: 5;
    overflow: hidden !important;
  }

  body.page-index .about-me-3--index .box-right .about-me-3-photo--desktop img{
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: 57% 50% !important;
    transform: none !important;
  }

  body.page-index .about-me-3--index .about-me-3-actions{
    position: absolute !important;
    top: clamp(28px, 4vw, 40px) !important;
    right: clamp(40px, 3vw, 40px) !important;
    left: auto !important;
    z-index: 10;
    margin: 0 !important;
    display: block !important;
    transform: none !important;
  }

  body.page-index .about-me-3--index .experience-about{
    flex-direction: column !important;
    gap: 0 !important;
    position: absolute !important;
    bottom: 36px !important;
    left: 40px !important;
    align-items: flex-start !important;
    z-index: 2;
  }

  body.page-index .about-me-3--index .experience-about .number,
  body.page-index .about-me-3--index .experience-about .description{
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    text-align: left !important;
    writing-mode: horizontal-tb !important;
  }

  body.page-index .about-me-3--index .experience-about .description{
    padding-top: 2px !important;
  }

  body.page-index .about-me-3--index .experience-about .description .exp-label{
    display: block !important;
    width: auto !important;
    text-align: left !important;
    white-space: normal !important;
    line-height: 1.05 !important;
  }

  body.page-index .about-me-3--index .experience-about .description .exp-label br{
    display: block !important;
  }
}


/* ---------- FINAL OVERRIDE: REAL MOBILE TOUCH (<= 480px): Index About Me ---------- */
@media (max-width: 480px){

  .about-me-3--index{
    --am3-mobile-pad: 16px;
  }

  .about-me-3--index .about-inner{
    overflow: visible !important;
  }

  .about-me-3--index .about-inner > .d-grid.grid-lg-2{
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .about-me-3--index .about-inner .box-left{
    position: relative !important;
    padding: 28px var(--am3-mobile-pad) 92px var(--am3-mobile-pad) !important;
    overflow: visible !important;
  }

  .about-me-3--index .box-left .title-block{
    width: min-content !important;
    max-width: calc(100% - 116px) !important;
    font-size: 37px !important;
    line-height: .9 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    margin: 0 0 28px 0 !important;
  }

  .about-me-3--index .about-me-3-actions{
    position: absolute !important;
    top: 28px !important;
    right: var(--am3-mobile-pad) !important;
    left: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    transform: none !important;
    z-index: 20 !important;
  }

  .about-me-3--index .about-me-3-actions a{
    width: 96px !important;
    height: 96px !important;
    min-width: 96px !important;
    min-height: 96px !important;
  }

  .about-me-3--index .box-left .text,
  .about-me-3--index .box-left .text p{
    width: 100% !important;
    max-width: none !important;
  }

  .about-me-3--index .box-left .text p{
    padding: 0 !important;
    margin: 0 !important;
  }

  .about-me-3--index .about-inner .box-right{
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 0 var(--am3-mobile-pad) 44px var(--am3-mobile-pad) !important;
    min-height: auto !important;
    overflow: visible !important;
  }

  .about-me-3--index .box-right .about-me-3-photo--mobile,
  .about-me-3--index .about-me-3-actions .about-me-3-photo--mobile{
    display: none !important;
  }

  .about-me-3--index .box-right .about-me-3-photo--desktop{
    display: block !important;
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    margin: -70px 0 34px 0 !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    z-index: 5 !important;
    transform: none !important;
  }

  .about-me-3--index .box-right .about-me-3-photo--desktop img{
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: 50% 34% !important;
    transform: none !important;
  }

  .about-me-3--index .experience-about{
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 16px !important;
    margin: 0 !important;
    padding: 0 0 0 8px !important;
    z-index: 2 !important;
  }

  .about-me-3--index .experience-about .number,
  .about-me-3--index .experience-about .description{
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    writing-mode: horizontal-tb !important;
    text-align: left !important;
  }

  .about-me-3--index .experience-about .number span{
    display: block !important;
    font-size: 82px !important;
    line-height: .78 !important;
  }

  .about-me-3--index .experience-about .description{
    padding-top: 0 !important;
  }

  .about-me-3--index .experience-about .description .exp-label{
    display: block !important;
    font-size: 22px !important;
    line-height: 1.05 !important;
    white-space: normal !important;
  }

  .about-me-3--index .experience-about .description .exp-label br{
    display: block !important;
  }
}

@media (max-width: 480px){

  .about-me-3.about-me-3--index .about-inner .box-left{
    padding: 28px 28px 96px 28px !important;
  }

  .about-me-3.about-me-3--index .about-inner .box-left .title-block{
    width: min-content !important;
    max-width: calc(100% - 120px) !important;
    font-size: 37px !important;
    line-height: .9 !important;
    margin: 0 0 32px 0 !important;
  }

  .about-me-3.about-me-3--index .about-inner .box-left .text,
  .about-me-3.about-me-3--index .about-inner .box-left .text p{
    width: 100% !important;
    max-width: none !important;
  }

  .about-me-3.about-me-3--index .about-inner .box-left .text p{
    font-size: 16px !important;
    line-height: 1.75 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .about-me-3.about-me-3--index .about-inner .box-right{
    padding: 0 28px 44px 28px !important;
    min-height: auto !important;
    overflow: visible !important;
  }

  .about-me-3.about-me-3--index .about-inner .box-right .about-me-3-photo--desktop{
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: 16 / 9 !important;
    margin: -70px 0 34px 0 !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    transform: none !important;
  }

  .about-me-3.about-me-3--index .experience-about{
    position: relative !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 16px !important;
    margin: 0 !important;
    padding: 0 0 0 8px !important;
  }

  .about-me-3.about-me-3--index .experience-about .description{
    padding-top: 0 !important;
  }

  .about-me-3.about-me-3--index .experience-about .description .exp-label{
    white-space: normal !important;
  }
}

@media (max-width: 480px){

  .about-me-3.about-me-3--index .about-inner{
    overflow: hidden !important;
    border-radius: 18px !important;
  }

  .about-me-3.about-me-3--index .about-inner .box-left{
    padding-top: 28px !important;
    padding-bottom: 112px !important;
  }

  .about-me-3.about-me-3--index .about-inner .box-left .title-block{
    margin-bottom: 24px !important;
  }

  .about-me-3.about-me-3--index .about-inner .box-right{
    padding: 0 28px 54px 28px !important;
  }

  .about-me-3.about-me-3--index .about-inner .box-right .about-me-3-photo--desktop{
    margin: -82px 0 42px 0 !important;
  }

  .about-me-3.about-me-3--index .experience-about{
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    column-gap: 18px !important;
    align-items: start !important;
    margin: 0 !important;
    padding: 0 0 0 8px !important;
  }

  .about-me-3.about-me-3--index .experience-about .number{
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  .about-me-3.about-me-3--index .experience-about .description{
    grid-column: 2 !important;
    grid-row: 1 !important;
    padding-top: 0 !important;
    align-self: start !important;
  }

  .about-me-3.about-me-3--index .experience-about .description .exp-label{
    display: block !important;
    white-space: normal !important;
    line-height: 1.05 !important;
  }
}

/* AJAX-SAFE: Index only - ABOUT ME 3 final layout guard */
#about_me_3_index .about-me-3-photo--mobile,
#about_me_3_index .about-me-3-actions .about-me-3-photo--mobile{
  display: none !important;
}

#about_me_3_index .about-me-3-photo--desktop{
  display: block !important;
}

@media (min-width: 1200px){
  #about_me_3_index .about-inner > .d-grid.grid-lg-2{
    max-height: 635px !important;
  }

  #about_me_3_index .about-inner .box-left,
  #about_me_3_index .about-inner .box-right{
    min-height: 635px !important;
  }

  #about_me_3_index .about-inner .box-left{
    position: relative !important;
    overflow: hidden !important;
  }

  #about_me_3_index .about-inner .box-left .text{
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

#about_me_3_index .about-inner .box-left .text p{
    display: block !important;
    width: clamp(430px, 32vw, 615px) !important;
    max-width: calc(100% - clamp(20px, 20vw, 40px)) !important;
    min-width: 0 !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  #about_me_3_index .about-inner .box-left .about-me-3-actions{
    position: absolute !important;
    left: 60px !important;
    top: auto !important;
    bottom: 60px !important;
    right: auto !important;
    transform: none !important;
    margin: 0 !important;
    z-index: 10 !important;
    display: block !important;
  }

  #about_me_3_index .box-right .about-me-3-photo--desktop{
    height: min(330px, max(325px, calc(100% - 178px))) !important;
    overflow: hidden !important;
  }
}

#about_me_3_index .box-right .about-me-3-photo--desktop img{
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: 57% 50% !important;
}

@media (min-width: 576px) and (max-width: 1199.98px){
  #about_me_3_index{
    display: flex !important;
    align-items: center !important;
  }

  #about_me_3_index > .dsn-container{
    width: 100% !important;
  }

  #about_me_3_index .about-inner > .d-grid.grid-lg-2{
    grid-template-columns: 1fr !important;
  }

  #about_me_3_index .box-right{
    position: relative !important;
    overflow: visible !important;
    min-height: clamp(210px, 24vw, 285px) !important;
    display: block !important;
    padding: 0 !important;
  }

  #about_me_3_index .box-right .about-me-3-photo--desktop{
    position: absolute !important;
    right: clamp(40px, 3vw, 40px) !important;
    left: auto !important;
    top: auto !important;
    bottom: 36px !important;
    width: clamp(220px, 28vw, 335px) !important;
    height: auto !important;
    aspect-ratio: 3 / 4 !important;
    z-index: 5 !important;
  }

  #about_me_3_index .experience-about{
    position: absolute !important;
    top: 50% !important;
    left: 40px !important;
    bottom: auto !important;
    padding-left: 0 !important;
    transform: translateY(-50%) !important;
  }
}

@media (min-width: 576px) and (max-width: 820px){
  #about_me_3_index .experience-about{
    top: 35% !important;
  }

  #about_me_3_index .experience-about .number span{
    line-height: 0.78 !important;
  }
}



@media (max-width: 576px){
  #about_me_3_index .box-right{
    padding-left: 28px !important;
    padding-right: 28px !important;
    overflow: visible !important;
  }

  #about_me_3_index .box-right .about-me-3-photo--desktop{
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: calc(100% - 56px) !important;
    max-width: none !important;
    aspect-ratio: 16 / 9 !important;
    margin: -112px auto 72px auto !important;
    border-radius: 18px !important;
    transform: none !important;
    z-index: 6 !important;
  }

  #about_me_3_index .box-right .about-me-3-photo--desktop img{
    object-position: 65% 80% !important;
    transform: translateX(-20px) scale(1.14) !important;
    transform-origin: center center !important;
	  
  }

  #about_me_3_index .experience-about{
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
  }
}

/* INDEX ONLY: ABOUT ME 3 pre-mobile stacked safety */
@media (min-width: 481px) and (max-width: 575px){
  #about_me_3_index .box-right{
    position: relative !important;
    min-height: 320px !important;
    overflow: visible !important;
  }

	  #about_me_3_index .experience-about{
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  #about_me_3_index .experience-about .description{
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
	
  #about_me_3_index .box-right .about-me-3-photo--desktop{
    position: absolute !important;
    top: -120px !important;
    right: 28px !important;
    bottom: auto !important;
    left: 28px !important;
    width: auto !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    margin: 0 !important;
    z-index: 5 !important;
  }

  #about_me_3_index .experience-about{
    position: absolute !important;
    top: 170px !important;
    left: 28px !important;
    right: 28px !important;
    bottom: auto !important;
    transform: none !important;
    z-index: 4 !important;
  }
}




/* ---------- FINAL PATCH: REAL MOBILE ONLY - Index About Me spacing/counter ---------- */
@media (max-width: 480px){

  #about_me_3_index .about-inner .box-left{
    padding-bottom: 28px !important;
  }

  #about_me_3_index .about-inner .box-left .title-block{
    width: 100% !important;
    max-width: none !important;
    font-size: 39px !important;
    line-height: 1.1 !important;
    letter-spacing: normal !important;
    white-space: nowrap !important;
    margin-bottom: 12px !important;
  }

  #about_me_3_index .about-inner .box-left .text p{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  #about_me_3_index .about-me-3-actions{
    position: static !important;
    display: flex !important;
    justify-content: flex-end !important;
    width: 100% !important;
    margin-top: 14px !important;
    transform: translateY(-48px) !important;
  }

  body.page-leadership-professional .leadership-video-section--lp .leadership-subline{
    font-size:20px !important;
    line-height:1.2 !important;
  }
	
	

	

  /* Index: ABOUT ME Flietext exakt wie MEIN ANGEBOT Flietext */
  #about_me_3_index .about-inner .box-left .text > p{
    font-size: var(--font-size-base) !important;
  }

  #about_me_3_index .about-me-3-actions > a{
    margin-left: auto !important;
  }

  #about_me_3_index .about-inner .box-right .about-me-3-photo--desktop{
    margin: -140px 0 97px 0 !important;
    width: 100% !important;
  }
	
  #about_me_3_index .about-inner .box-right .about-me-3-photo--desktop img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 65% 80% !important;
    transform: translateX(-20px) scale(1.14) !important;
    transform-origin: center center !important;
  }

  #about_me_3_index .experience-about{
    position: absolute !important;
    top: 56% !important;
    bottom: auto !important;
    padding-left: 0 !important;
    column-gap: 14px !important;
    margin-top: 0 !important;
    transform: translateX(-8px) translateY(-50%) !important;
  }

  #about_me_3_index .experience-about .description{
    padding-top: 0 !important;
    margin-top: -4px !important;
  }

  #about_me_3_index .experience-about .number span{
    font-size: 82px !important;
    line-height: .78 !important;
  }

  body.page-index #home .bg-img > img.cover-bg-img{
    object-position: 55% center !important;
  }



}

@media only screen and (max-width: 767px){

  body.page-leadership-professional .leadership-video-section--lp .dsn-posts.flexibly-hover{
    display:flex !important;
    flex-direction:column !important;
  }

  body.page-leadership-professional .leadership-video-section--lp .dsn-posts.flexibly-hover .grid-item,
  body.page-leadership-professional .leadership-video-section--lp .dsn-posts.flexibly-hover .grid-item:hover{
    flex:0 0 auto !important;
    flex-grow:0 !important;
    flex-basis:auto !important;
    width:100% !important;
  }

  body.page-leadership-professional .leadership-video-section--lp .box-image-bg{
    height:auto !important;
    aspect-ratio:16 / 9 !important;
  }

  body.page-leadership-professional .leadership-video-section--lp .leadership-video-frame,
  body.page-leadership-professional .leadership-video-section--lp .leadership-video-frame.is-playing,
  body.page-leadership-professional .leadership-video-section--lp .dsn-item-post:hover .leadership-video-frame{
    height:auto !important;
    aspect-ratio:16 / 9 !important;
  }
}

@media only screen and (max-width: 560px){

  body.page-leadership-professional .leadership-video-section--lp .leadership-video-play{
    width:64px !important;
    height:64px !important;
	   top:42% !important;
  }

  body.page-leadership-professional .leadership-video-section--lp .leadership-video-play span{
    transform:scale(.7);
  }

}


#site_menu_header.jj-hide-header-controls{
  background-color: transparent !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

#site_menu_header.jj-hide-header-controls .main-logo,
#site_menu_header.jj-hide-header-controls #navbar_toggle{
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}