*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  /* Safari & Chrome */
  display: none;
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */
*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */
/* This one works */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

::marker {
  display: none;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nobr {
  white-space: nowrap;
}

.linebreak-mobile {
  display: none; /* hide by default */
}

@font-face {
  font-family: "Bebas Neue";
  src:
    url("../fonts/Bebas-Neue-Regular.woff2") format("woff2"),
    url("../fonts/Bebas-Neue-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

/* 
Die Basisschriftgröße ist 28px
Alle anderen Schriftgrößen im Dokument bitte mit der Einheit rem angeben, das bezieht sich immer auf die Basisschriftgröße.
Also zum Beispiel wenn eine Headline 70px Schriftgröße hat müsste man rechnen 70/28, das wären dann 2.5rem
*/

html {
  font-size: 1.7vw;
  scroll-behavior: smooth;
}

@media (hover: hover) {
  body {
    cursor: pointer;
  }

  * {
    cursor: auto;
  }
}

/*
CSS-Variablen definieren
*/

:root {
  --sideSpacing: 2.3vw;
  --columnWidth: 17vw;
  --colorDarkGrey: #808080;
  --colorDarkred: #a52a2a;
  --colorLightGreen: #fdc9c9;
  --colorNeon: red;
  --colorWhite: #ffffff;
  --colorGrey: #d5d2ce;
  --mainFont: "Arial";
  --color-bg: #fff;
  --colorFont: #000000;
  --backgroundOverlay: rgba(0, 0, 0, 0.7);
}

body {
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  font-size: 0.7rem;
  line-height: 1rem;
  font-family: "Arial";
  font-weight: lighter;
  font-style: normal;
  background-color: var(--color-bg);
  color: var(--colorFont);
  cursor: pointer;
}

input {
    min-width: 95%;
    height: 1.8rem;
    padding: 0.5rem;
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  display: none;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.pT20 {
  top: 120vh;
  position: relative;
}

.pT4rem {
  padding-top: 4rem;
}
.pB4rem {
  padding-bottom: 4rem;
}
.mh15 {
  min-height: 15rem;
}
.mh34 {
  min-height: 34rem;
}

p {
  margin: 0;
  padding: 2rem 1rem 2rem 2rem ;
}

button,
a {
  cursor: pointer;
  color: var(--colorFont);
}

a.active:before {
  width: 100%;
}

.error {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  box-shadow: none;
  background-color: var(--colorPink);
}

section {
  min-height: 100vh;
  overflow: unset;
}

/* FIXED SECTION BACKGROUDN */
.section__intro {
  background-position: 0rem 0rem;
  min-height: 100vh;
  /*position: fixed;*/
  /*background-image: url(../img/bg-img-incom-collage.png);*/
  background-repeat: no-repeat;
  background-size: 100%;
}

.section__intro .kinesio-products {
  padding-top: 9rem;
  position: relative;
  z-index: 999;
  padding-bottom: 0rem;
  top: 15rem;
}

.section__tips {
  position: relative;
}

.section__claim {
  position: relative;
  background-color: brown;
}

.section__claim h2 {
  font-size: 6rem;
  line-height: 6rem;
}

.section__claim--bg {
  position: relative;
  /*background-color: var(--colorDarkred);*/
  margin-bottom: 10rem;
}

.section__claim--bg .kinesio-claim {
  position: relative;
  background-color: var(--color-bg);
  padding-bottom: 3rem;
}

.section__claim--bg .kinesio-products-filter {
  padding-top: 15rem;
}

/*
.section__products {
  position: relative;
  bottom: -120vh; 
  height: 120vh; 
  top: 63rem;
}*/

.section__products {
  position: relative;
  /* bottom: -96vh; */
  height: 120vh;
  z-index: 9999;
}

.section__cart {
  position: relative;
}

.section__faq {
  position: relative;
  bottom: 0vh;
  height: 120vh;
  background-color: transparent;
}


.section__physio {
  position: relative;
  bottom: 0vh;
  min-height: 27rem;
  position: relative;
  background-color: brown;
  /* margin-bottom: 10rem; */
}

.cl-left {
  padding-bottom: 5.7rem;
}

.kinesio-selfcare {
    display: flex;
    flex-direction: column;
    position: fixed;
    padding: 0 2rem;
    color: red;
    top: 13vh;
    z-index: -999;
    width: 45%;}

.kinesio-selfcare--ul {
    text-align: center;
    color: red;
    padding: 0rem 0rem 4rem 0rem;
    font-weight: bold;
    font-size: 2rem;
    line-height: 2rem;
    background-color: lightgrey;
}


.kinesio-products {
  background-color: #d5d2ce;
  position: relative;
}

.kinesio-products-filter {
  background-color: lightgrey;
  padding-bottom: 2rem;
}

.kinesio-products-img {
  height: 20rem;

  /* background-color: white;*/
}

.kinesio-products button {
  border-radius: unset;
  width: 5rem;
  height: 2rem;
}

.kinesio-products .package-btn:nth-child(1),
.kinesio-products .colour-btn:nth-child(1) {
  text-transform: uppercase;
}

.kinesio-products .category-btn:nth-child(1) span {
  font-size: 4rem;
}

.kinesio-products .category-btn i {
  font-size: 1rem;
  border-radius: 0.1rem;
  padding: 0.2rem;
  background-color: red;
}

.kinesio-products button.active {
  background-color: red;
}

.kinesio-products--quantity-selector {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 1rem 0;
  padding: 0.5rem 0.8rem;
  border: 1px solid #ccc;
  border-radius: 999px;
  width: fit-content;
}

/* PRODUCT QUANTITY SELECTOR */
.qty-btn {
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 0.1rem;
  background: #111;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  transition: 0.2s ease;
}

.qty-btn:hover {
  opacity: 0.85;
}

.qty-value {
  min-width: 24px;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.5rem;
}

.add-to-cart-btn {
  padding: 0.8rem 1.2rem;
  border: none;
  background: #111;
  color: #fff;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
}

.product-card img {
  opacity: 1;
  display: flex;
  flex-direction: row;
  overflow-x: hidden;
  width: 100%;
}

.product-card {
  opacity: 0;
  transform: scale(0.98);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  pointer-events: none; /* prevents clicking hidden items */
  padding: 2rem 4rem 0rem 2rem;
}

.product-card.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  background-color: #fff;
}

.quantity-selector {
   padding: 0rem 2rem 2rem 2rem;
}

.kinesio-products li:hover {
  background-color: rgba(250, 250, 250, 0.5);
  border-radius: 1rem;
}

.kinesio-products li img {
  width: 6rem;
  margin-right: 2rem;
}

.kinesio-products h2 {
  margin: 0rem;
}

.kinesio-products h2 .btn-arrow {
  padding-right: 2rem;
}

.kinesio-physio {
  background-color: white;
  color: red;
  padding-bottom: 2rem;
}

/* --- Accordion --- */
.accordion__header {
  font-size: 1.3rem;
  text-align: left;
  margin: 0.2rem;
}

.accordion__content {
  display: none;
}

.accordion__item.active .accordion__content {
  display: block;
  background-color: lightgrey;
}


footer {
     height: 30rem;
    background-color: black;
    position: relative;
    color: white;
}

footer h2 {
  font-size: 8.3rem;
    padding-top: 5rem;
    color: grey;
}

.footer__content {
    display: flex;
    flex-direction: row;
    gap: 5rem;
    padding-top: 10rem;
    justify-content: center;
    color: #dddd;
}

.footer__content strong {
  font-weight : bold;
}


.footer__tapes {
  font-size: 1.8rem;
  line-height: 1.8rem;
}
  /* ---------- QUOTES Pagination NUMBERS ---------- 

.numbers-container {
	display: flex;
	padding-left: 0.5rem;
}

  /* HEADER NAVBAR */
  /* 1. Initial navbar state */
  .navBar {
    display: inline-flex;
    flex-flow: row wrap;
    width: 95%;
    overflow: hidden;
    color: #000;
    border: 0rem solid black;
    border-radius: 0.5rem;
    position: fixed;
    top: -0.1rem;
    font-size: 0.5rem;
    left: 0.2rem;
    opacity: 1;
    transition:
      opacity 0.6s ease,
      height 0.6s ease;
    background-image: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 999999;
  }

  .navBar.nav-fade-in {
    opacity: 1;
  }

  /* Initial hidden state */
  .navBar .navitem_02,
  .navBar .navitem_03,
  .navBar .navitem_04,
  .navBar .navitem_05 {
    opacity: 1;
    transform: translateY(20px);
    transition:
      opacity 0.5s ease,
      transform 0.5s ease;
  }

  .navBar.is-dark {
    /*background-color: grey;*/
    height: 90vh; /* start full height */
    max-height: 90vh;
    background-image: url(../img/tattoo-shop-img3.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  /* 4. Inner elements revealed */
  /* staged reveal */
  .navBar.nav-visible .navitem_01 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
  }

  .navBar.nav-visible .navitem_02 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
  }

  .navBar.nav-visible .navitem_03 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
  }

  .navBar.nav-visible .navitem_04 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.9s;
  }

  /* Add more menu items with increasing delay */

  /* Collapse navbar AFTER inner elements revealed */
  .navBar.collapse {
    height: 40vh;
    background-color: grey;
    transition:
      height 1.2s ease-in-out,
      transform 1.2s ease-in-out;
    transform: rotateX(10deg) translateZ(-20px);
  }

  /* Collapse navbar after inner elements appear */
  .navBar.nav-reveal.collapse {
    height: 100vh;
    transform: rotateX(10deg) translateZ(-20px); /* subtle 3D tilt */
    transition:
      height 1.2s ease-in-out,
      transform 1.2s ease-in-out;
  }

  /* optional alternative */
  .navBar.nav-reveal.is-light {
    height: 0vh;
    transition:
      height 1.2s ease-in,
      transform 1.2s ease-in;
    /*background-image: url(../img/tattoo-shop-img4.png);
	background-size: cover;
	background-repeat: no-repeat; 
	transform: rotateX(0) translateZ(0);   /* optional smooth reset */
  }
  /*
.nav-reveal {
	opacity: 0;
  transform: translateY(-20px);
  pointer-events: none; }

.nav-reveal.is-visible {
  opacity: 1;
  height: 80vh;
  transform: translateY(0);
  pointer-events: auto;
  transition:
    opacity .6s ease,
    transform .6s cubic-bezier(.22,1,.36,1);
}*/

  .grey-style-element {
    height: 11rem;
    background-color: lightgrey;
  }

  .navitem_01 {
    flex: 2;
    padding: 1.2rem 0;
    border-top: 1px solid;
  }

  .navitem_02 {
    flex: 0;
  }

  .navitem_03 {
    flex: none;
  }

  .navitem_04 {
    flex: 0;
  }

  .navitem_05 {
    flex: 0;
  }

  #navMenu {
    cursor: pointer;
    display: block;
    z-index: 11111;
    position: fixed;
    padding: 0.4rem 0rem 0rem 4rem;
    background-color: red;
    transition: background-color 0.3s ease;
    height: 2rem;
  }

  #navMenu * {
    cursor: pointer;
  }

  #navMenu:hover {
    background-color: rgb(157, 156, 156);
  }

  .burger {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 9999;
    cursor: pointer;
  }

  /* Open/close text */
  .burger .open {
    opacity: 1;
    transition: opacity 0.2s ease;
  }
  .burger .close {
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
  }

  /* Open/close SVG */
  .burger svg {
    width: 1.285rem;
    height: 1.285rem;
    transition: opacity 0.2s ease;
    position: relative;
    right: 1rem;
    top: 0rem;
  }

  .burger-close-wrapper {
    top: -1.6rem;
    position: relative;
    left: 0.2rem;
  }

  .burger-close-wrapper svg {
    right: -0.5rem;
    width: 1rem;
  }

  .burger svg.open {
    opacity: 1;
  }
  .burger svg.close {
    opacity: 0;
  }

  /* Active state toggle */
  .burger.is-active .open {
    opacity: 0;
    pointer-events: none;
  }
  .burger.is-active .close {
    opacity: 1;
    pointer-events: auto;
  }

  /* Hamburger lines animation */
  .burger svg.open .stroke_top,
  .burger svg.open .stroke_middle,
  .burger svg.open .stroke_bottom {
    transition: transform 0.3s ease;
    transform-origin: center;
  }

  /* Example: transform top and bottom lines to X */
  .burger.is-active svg.open .stroke_top {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .burger.is-active svg.open .stroke_middle {
    opacity: 0;
  }
  .burger.is-active svg.open .stroke_bottom {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  /* Hamburger lines animation:hover */
  .burger:hover svg.open .stroke_top {
    transform: translateX(52%);
  }
  .burger:hover svg.open .stroke_bottom {
    transform: translateX(-52%);
  }

  @keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      transform: translateX(0);
    }
    40% {
      transform: translateX(8px); /* down */
    }
    60% {
      transform: translateX(4px); /* up slightly */
    }
  } /*---end keyframes */

  @keyframes bounce-down {
    0%,
    20%,
    50%,
    80%,
    100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(8px); /* down */
    }
    60% {
      transform: translateY(4px); /* up slightly */
    }
  } /*---end keyframes */

  /******/

  .menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 30rem;
    flex-direction: row;
    display: flex;
  }

  .menu-list li {
    opacity: 0;
    transform: translateX(30px);
    transition:
      opacity 0.5s ease,
      transform 0.5s ease;
  }

  /* Open state */
  .menu-list.is-open li {
    opacity: 1;
    transform: translateX(0);
    line-height: 2rem;
    background-color: red;
    border-radius: 0.7rem;
    padding: 0 0.4rem;
  }

  /* Stagger from top to bottom */
  .menu-list.is-open li:nth-child(1) {
    transition-delay: 0s;
  }
  .menu-list.is-open li:nth-child(2) {
    transition-delay: 0.1s;
  }
  .menu-list.is-open li:nth-child(3) {
    transition-delay: 0.2s;
  }
  .menu-list.is-open li:nth-child(4) {
    transition-delay: 0.3s;
  }
  .menu-list.is-open li:nth-child(5) {
    transition-delay: 0.4s;
  }

  #dl__main {
    width: 100%;
    overflow: hidden;
  }

  #mobile {
    display: none;
  }

  .br-mobile-none {
    white-space: nowrap;
  }

  img {
    width: 100%;
  }

  a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    cursor: 200px;
  }

  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Arial";
    font-weight: bold;
  }

  h1 {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    display: block;
    z-index: 9999;
    color: red;
    line-height: 1.5rem;
    padding-left: 2rem;
    font-family: "Bebas Neue", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  }

  h1 a {
    display: block;
  }
  .logo svg {
    fill: red; /* default color */
    transition: fill 0.3s ease;
  }

  .white path {
    fill: #fff; /* your new color */
  }

  h3 {
    white-space: pre-line;
    margin-top: 3rem;
    color: red;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  h2 {
    font-family: "Bebas Neue", "Arial", sans-serif;
    font-weight: lighter;
    color: red;
    font-size: 5rem;
    line-height: 5rem;
    padding-top: 5rem;
    margin-bottom: 0rem;
    text-align: left;
    margin: 0;
  }

  h2 .label em {
    font-size: 2rem;
    padding-left: 2.5rem;
    line-height: 1rem;
    padding-top: 1rem;
    font-style: normal;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  h4 {
    color: grey;
    text-transform: uppercase;
    padding: 0;
    line-height: 1rem;
    font-size: 1rem;
    height: 0rem;
  }

  .clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .slideUp {
    animation: slideUp ease 3.5s forwards 5.2s;
  }

  @keyframes slideUp {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-40px);
      opacity: 1;
    }
  }

  @keyframes slide-down {
    0% {
      transform: translateY(-40px);
    }
    100% {
      transform: translateY(0px);
      opacity: 1;
    }
  }

  ::selection {
    background: #101010;
    color: #000;
  }

  p::-moz-selection {
    background: black;
    color: #fff;
  }

  p::-webkit-selection {
    background: black;
    color: #fff;
  }

  ::-moz-selection,
  ::selection {
    background-color: black;
    color: white;
  }

  .menu__nav a::selection {
    background: white;
  }

  .section__signup {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    background-color: white;}
  
  .section__signup p {
    padding: 0.3rem 0;
  }

  .section__signup .gdpr-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    padding-top: 0.5rem;
  }

  .section__signup .gdpr-wrapper input {
    min-width: 1rem;
    height: 1rem;
  }

  .tab-container {
    display: flex;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    flex-direction: column;
    top: 7rem;
    position: relative;
  }

.tab-btn {
    padding: 0.8rem;
    min-width: 4rem;}


.tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tab-btn .active {
  background-color: red;
  color: black;
}

.tab-content {
  display: none;
  margin-top: 20px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.tab-content.active {
  display: block;
  opacity: 1;
}

.btn-cta-primary {
	padding: 0.3rem;
  color: black;
  margin-top: 1rem;
  border-radius: 0.6rem;
  font-size: 1rem;
  min-width: 25rem;
}

#signup .tabs button.active  {
	color: #000;
	border-bottom: 2rem #000;
}

/* PW rules */
.password-rules p {
  margin: 2px 0;
  font-size: 12px;
  color: #888;
}

.password-rules p.valid {
  color: green;
}

.password-rules p.invalid {
  color: #888;
}

/* Filled state */
#resetPasswordSection input:not(:placeholder-shown),
#forgotPasswordSection input:not(:placeholder-shown),
#loginContent input:not(:placeholder-shown),
#registerContent input:not(:placeholder-shown) {
	color: black
}

.pw-forget,
#forgotMessage,
#loginMessage,
#reg-message {
	font-size: 1rem;
    font-family: 'Orator Student';
    font-weight: 100;
    margin-top: 1rem;}


.registerContent .tab-conent .active {
	display: block;
	opacity: 1;
}

#registerForm input:focus {
	border-color: var(--colorFont);
}

#registerForm button {
	transition: ease;
	cursor: pointer;
}
#registerForm button:hover {
	background-color: grey;
	color: white;
}

#loginPassword,
#resetPasswordSection #newPassword,
#registerForm #regPassword, #regName {
	text-transform: none;
	padding: 0.5rem;
}

#registerForm .incorrect {
	border-color: red;
}

#toggleLogInPassword i,
#togglePassword i {
  color: #666;
  position: relative;
    right: 2rem;
    top: 0.4rem;
	transform:translateY(-50%); 
	cursor: pointer;
	z-index: 9;
}

#resetPasswordSection {
  display: none;
}

#resetPasswordSection.visible {
  display: block;
}

.pw-forget {
	font-size: 0.6rem;
    font-weight: 100;
}

  /* BRAND HERITAGE */

  .facts-list {
    display: flex;
    flex-direction: row;
    padding: 2rem 0;
    gap: 2rem;
    border-top: 1px solid grey;
  }

  .facts-list li {
    display: flex;
    font-size: 2rem;
    line-height: 2rem;
    flex-direction: column;
    flex-grow: 1; /* alle Items wachsen gleichmäßig */
  }

  .facts-list li .word-outline {
    font-family: "Gallery";
    font-size: 4rem;
    line-height: 4rem;
    font-style: normal;
    text-transform: lowercase;
  }

  .facts-list .flex-item--middle {
    flex: 40%; /* makes this item twice as big as the others */
  }

  .benefits-wrapper {
    height: 10rem;
    overflow-y: scroll;
    width: 100%;
  }

  ul.benefits-list {
    padding: 0rem 0rem 1rem;
    display: flex;
    flex-direction: column;
    overflow-x: scroll;
    background-color: rgba(250, 250, 250, 0.7);
  }

  ul.benefits-list li i {
    padding-right: 1rem;
  }

  ul.benefits-list li:first-child,
  ul.benefits-list li {
    height: 10rem;
    position: relative;
    min-width: 28%;
    font-size: 2rem;
    text-transform: uppercase;
    padding-right: 2rem;
    padding-left: 5rem;
    border: 1px solid;
    line-height: 1rem;
    padding-top: 4rem;
    text-align: left;
  }

  ul.benefits-list li:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }

  ul.card-list {
    padding: 0 0 3rem;
    overflow-x: scroll;
    display: flex;
    gap: 1rem;
    list-style: none;
    padding: 0 0 2rem;
    margin: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .card-list li {
    flex: 1 0 30%;
    font-weight: 100;
    line-height: 1rem;
    min-width: 220px;
    padding: 1rem;
    border-radius: 8px;
    scroll-snap-align: start;
    white-space: normal;
  }

  .card-list li:first-child,
  .card-list li:hover {
    border: 1px solid;
  }
}

.address-wrapper {
  display: flex;
  flex-direction: row;
  --unit: 2rem;
}

.address-wrapper:first-child {
  flex-grow: 1;
}

.address-wrapper > :first-child {
  margin-right: calc(var(--unit) * 3);
}
.address-wrapper > :nth-child(2) {
  margin-right: calc(var(--unit) * 1);
}

.address-wrapper > :last-child {
  margin-left: calc(var(--unit) * 1);
}

ul.address-list {
  min-width: 10rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  padding: 0rem 0rem 1rem;
  display: flex;
  flex-direction: column;
  overflow-x: scroll;
  line-height: 1.2rem;
}

.legal-nav {
  font-size: 0.5rem;
  text-transform: uppercase;
  padding: 0 2rem 0 2rem;
}

.lang-switch li:hover,
.legal-nav li:hover {
  font-weight: bold;
}

ul.address-list li:first-child {
  font-size: 0.5rem;
  text-transform: uppercase;
  padding-top: 0.15rem;
}

ul.address-list li:hover:first-child {
  font-weight: bold;
}

.service-wrapper {
  overflow-x: scroll;
  background: rgba(250, 250, 250, 0.9);
  height: 30rem;
  position: absolute;
}

ul.service-list li {
  height: 10rem;
  position: relative;
}

ul.service-list li:hover {
  transition: height 0.5s ease;
  height: 20rem;
}

/* PRINCIPLE WRAPPER */
.functional-wrapper {
  overflow-x: scroll;
  background: rgba(250, 250, 250, 0.9);
  position: relative;
  width: 100%;
  height: 17rem;
  padding-left: 4rem;
}

.principle-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  background: rgba(250, 250, 250, 0.9);
  position: relative;
  width: 100%;
  padding-left: 4rem;
}

#about .principle-wrapper {
  height: 16rem;
}

#services .principle-wrapper {
  height: 15rem;
}

.principle-list-column li {
  position: relative;
  left: 20rem;
}

.principle-list-column {
  display: flex;
  flex-direction: row;
  padding-top: 4rem;
  counter-reset: numeric;
  text-align: left;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7rem;
  line-height: 1rem;
  width: auto;
  gap: 2.6rem;
  cursor: pointer;
  position: absolute;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}

.principle-list-column li button {
  width: 3rem;
  margin: -2rem 3rem;
  background-color: transparent;
  border: none;
  font-size: 0.5rem;
}

.principle-list-column li:first-child {
  margin-right: -40rem !important;
}

.principle-list-column li {
  flex: 0 0 auto;
  width: 20rem;
  font-weight: 100;
  border-top: 1px solid;
  line-height: 1rem;
  font-family: monospace;
  padding-top: 1rem;
  scroll-snap-align: start;
  padding-left: 1rem;
}

/* arrows */
.scroll-arrow {
  position: fixed;
  transform: translateY(-50%);
  z-index: 10;
  width: 3rem;
  height: 2rem;
  font-size: 0.7rem;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  left: 85%;
  text-transform: uppercase;
  color: grey;
}

.scroll-arrow.active {
  color: #000000;
  font-weight: bold;
}

.index-current {
  position: fixed;
}

.scroll-arrow.left {
  left: 81%;
}
.scroll-arrow.right {
  left: 85%;
}

.scroll-arrow:hover {
  border: 1px solid rgba(0, 0, 0, 0.8);
}

.scroll-arrow.left:hover i {
  transform: translateX(-5px); /* Push left arrow to the left */
}

.scroll-arrow.right:hover i {
  transform: translateX(5px); /* Push right arrow to the right */
}

.scroll-arrow i {
  transition: transform 0.2s ease;
}

/*SECTION INTRO */
ul .gallery-wrapper {
  height: 10rem;
  overflow-x: scroll;
}

ul.gallery-list {
  display: flex;
  flex-direction: row;
  padding: 0;
  counter-reset: numeric;
  text-align: left;
  margin: 0;
}

ul.news-list * {
  cursor: pointer;
}

ul.news-list li {
  height: 10rem;
  width: 100vw;
  position: relative;
}

ul.news-list li .news-bg-case {
  width: 100vw;
}

ul.news-list li:hover {
  transition: height 0.5s ease;
  height: 20rem;
}

ul.news-list li:hover .news-more {
  opacity: 1;
}

.news-more {
  content: "";
  display: flex;
  padding: 2rem;
  gap: 1rem;
  position: absolute;
  padding: 1rem 2rem 1rem 2rem;
  height: auto;
  background-color: #b34647;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  top: 10rem;
  left: 2rem;
  transform: translateY(-50%);
}

.news-more span {
  display: block;
}

.news-logo {
  width: 8rem;
}

.news-details {
  padding: 1rem;
  font-size: 1rem;
}

.hl-news-course {
  font-weight: bold;
}

.hl-news-project {
  font-weight: normal;
}

.news li::marker {
  content: "— ";
}

li img:hover:after {
  content: "show more";
  opacity: 1;
}

.read-btn {
  position: absolute;
  top: 10.7rem;
  background: #dbbfb6;
  pointer-events: none; /* blockiert keine Klicks */
  color: black;
  padding: 0.3rem 0.6rem;
  font-size: 0.8rem;
  border-radius: 0.3rem;
  transform: translate(-50%, -50%); /* mittig auf Cursor */
  z-index: 9999;
  left: 1.8rem;
  transition: transform 0.1s ease;
}

.docs-btn {
  background-color: red;
  color: black;
  padding: 0rem 0.6rem;
  font-size: 0.8rem;
  border-radius: 0.3rem;
  z-index: 9999;
  line-height: 1.5rem;
  transition: transform 0.1s ease;
  position: relative;
  top: -1rem;
  cursor: pointer;
}

.mouse-btn {
  position: absolute;
  top: 6rem;
  left: 0rem;
  z-index: 999;
  background-color: red;
  color: black;
  padding: 0.4rem 0.6rem;
  font-size: 0.8rem;
  border-radius: 0.3rem;
}

.hover-btn {
  content: "show more";
  position: fixed; /* folgt dem Cursor */
  pointer-events: none; /* blockiert keine Klicks */
  display: none; /* standardmäßig versteckt */
  background-color: red;
  color: black;
  padding: 0.3rem 0.6rem;
  font-size: 0.8rem;
  border-radius: 0.3rem;
  transform: translate(-50%, -50%); /* mittig auf Cursor */
  z-index: 9999;
  transition: transform 0.1s ease;
}

.scroll-btn-prev {
  content: "show more";
  position: fixed; /* folgt dem Cursor */
  pointer-events: none; /* blockiert keine Klicks */ /* standardmäßig versteckt */
  background-color: red;
  color: black;
  padding: 0.3rem 0.6rem;
  font-size: 0.8rem;
  left: 3.8rem;
  border-radius: 0.3rem;
  transform: translate(-50%, -50%); /* mittig auf Cursor */
  z-index: 9999;
  transition: transform 0.1s ease;
}

.scroll-btn-next {
  content: "show more";
  position: fixed; /* folgt dem Cursor */
  pointer-events: none; /* blockiert keine Klicks */ /* standardmäßig versteckt */
  background-color: red;
  color: black;
  padding: 0.3rem 0.6rem;
  font-size: 0.8rem;
  border-radius: 0.3rem;
  transform: translate(-50%, -50%); /* mittig auf Cursor */
  z-index: 9999;
  right: -1.5rem;
  transition: transform 0.1s ease;
}

.scroll-btn-down {
  position: relative;
  top: 20rem;
  font-size: 3rem;
  color: #000000;
  padding-left: 0rem;
  left: 0rem;
  border: none;
  background-color: transparent;
  display: inline-flex;
}

.scroll-btn-down i {
  padding: 1rem 2rem 0rem 2rem;
  animation: bounce-down 1.6s ease infinite;
}

.innerwrapper {
  width: calc(100% - var(--sideSpacing) - var(--sideSpacing));
  margin: 0rem auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*
.innerwrapper__small {
	width: calc(100% - var(--sideSpacing) - var(--sideSpacing) - 9.5%);
	margin: 0 auto;
}*/

/* The progress container (grey background) */
header .progress-container {
  position: fixed;
}

.progress-container {
  width: 100%;
  height: 0.25rem;
  min-height: 4px;
  border-top: 1px solid var(--colorBlack);
  transition: border-top 200ms ease-out;
  /*background: var(--colorGreen);*/
}

/* The progress bar (scroll indicator) */
.progress-bar {
  /*height: 8px;*/
  height: 100%;
  background: var(--colorCreme);
  width: 0%;
  transition: background 200ms ease-out;
}

#styleguide header {
  position: relative;
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999999;
  /*pointer-events: none;*/
}

header .innerwrapper {
  padding-top: var(--sideSpacing);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  right: 0rem;
  width: 98%;
}

.lang-switch {
    display: flex;
    z-index: 9999;
    font-size: 0.6rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    position: relative;
    border: 1px solid grey;
    border-radius: 0.8rem;
    padding: 0.5rem;
}

.lang-switch li {
  padding-left: 0.5rem;
  color: #000;
}

.lang-switch li a.active {
  color: #000;
  font-weight: 600;
}

#overlayMenuContainer {
  position: fixed;
  top: 0;
  left: 0;
  display: block; /* always block, hide with transform */
  width: 50vw;
  height: 100vh;
  background-color: lightgray;
  z-index: 99999;
  padding-top: 5rem;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.3s cubic-bezier(0, 0.52, 0, 1);
  overflow: scroll;
  pointer-events: none; /* block clicks when hidden */
}

#overlayMenuContainer.show {
  transform: translate3d(0, 0, 0);
  pointer-events: auto; /* enable clicks when visible */
}

#overlayMenuContainer .innerwrapper__small {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1rem 0rem 0rem 1rem;
}

/* Navbar transparent when overlay is open */
#overlayMenuContainer.show ~ #navBar,
#overlayMenuContainer.show + #navBar {
  background-color: transparent !important;
  box-shadow: none !important; /* optional: remove shadow */
}

#navBar.transparent {
  background-color: transparent !important;
  box-shadow: none !important; /* optional: remove shadow */
  transition:
    background-color 0.3s,
    box-shadow 0.3s;
}

.overlay__menu_container {
  position: relative;
  width: 90%;
  margin: 0 auto; /* center container */
  border-radius: 1rem;
  max-height: 100%; /* fill overlay height */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* 
by default, overlay is visible… 
*/
.item-overlay {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  overflow: hidden;
  text-align: center;
  /* fix text transition issue for .left and .right but need to overwrite left and right properties in .right */
  width: 100%;
  height: 10rem;
  -moz-transition:
    top 0.3s,
    right 0.3s,
    bottom 0.3s,
    left 0.3s;
  -webkit-transition:
    top 0.3s,
    right 0.3s,
    bottom 0.3s,
    left 0.3s;
  transition:
    top 0.3s,
    right 0.3s,
    bottom 0.3s,
    left 0.3s;
}

.menu-content {
  display: flex;
  flex-direction: row;
  /*padding-left: 4.2rem;*/
  flex-wrap: wrap;
  flex: 1;
  margin-bottom: 1rem;
  text-align: left;
}

.menu__nav * {
  cursor: pointer;
}

.menu__nav {
  padding: 0;
  margin: 0;
  height: 100%;
  letter-spacing: -0.5em;
  margin-bottom: 2vmin;
  position: relative;
  z-index: 99999;
}

.menu-policy {
  display: flex;
  gap: 2rem;
  height: 20rem;
  font-size: 0.6rem;
  padding: 3rem 0; /* start collapsed */
}

.menu__nav li:first-child {
  font-size: 0.6rem;
}


.menu__nav li:hover {
  font-weight: bold;
}

.menu__nav li .hover_video {
  position: absolute;
  pointer-events: none;
  width: 12.7rem;
  right: 7.3rem;
  transform: translateX(5%) translateY(-45%);
  opacity: 0;
  transition:
    transform 300ms ease-out,
    opacity 300ms ease-out;
}

.menu__nav li:hover .hover_video {
  opacity: 1;
  transform: translateX(0%) translateY(-45%);
}

.menu__nav li.disabled a:hover {
  color: grey;
}

.menu__nav li {
  font-family: "Arial";
  text-transform: uppercase;
  font-weight: 200;
  color: #000000;
  font-size: 1rem;
  line-height: 1.5rem;
  z-index: 999;
  font-weight: 100;
  cursor: pointer;
  position: relative;
  letter-spacing: 0;
  padding: 0.5rem;
  border-bottom: 1px solid grey;
}

.menu__nav li a {
  font-weight: 100;
  cursor: pointer;
  z-index: 9999;
  position: relative;
}

.menu__nav li:first-child a,
.menu__nav li:nth-child(6) a,
.menu__nav li:last-child a {
  font-size: 0.5rem;
}

.menu__nav li a:hover {
  font-weight: bold;
  transition: font-weight 0.4s ease-in-out;
}

.menu__nav_right,
.menu__nav_left {
  color: black;
  padding: 0.2rem 0rem;
  font-size: 0.5rem;
  line-height: 1rem;
  text-transform: uppercase;
  flex-direction: row;
  display: flex;
}

.menu__nav_right {
  text-transform: uppercase;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-size: 1.1rem !important;
}

#outerWrapper {
  position: absolute;
  z-index: 999;
  margin: 0 auto;
  width: 100vw;
  bottom: -15vh;
  animation: fadeIn 5.5s linear;
}

/* SCROLL DOWN ARROW */

#scroll-down {
  text-align: center;
  display: block;
  position: relative;
  padding-top: 79px;
  text-align: center;
}
.arrow-down {
  display: block;
  margin: 0 auto;
  width: 10px;
  height: 3rem;
}

/*
.arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}*/

#scroll-title {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#scroll-down::before {
  -webkit-animation: elasticus 2.2s cubic-bezier(1, 0, 0, 1) infinite;
  /* Safari 4+ */

  -moz-animation: elasticus 2.2s cubic-bezier(1, 0, 0, 1) infinite;
  /* Fx 5+ */

  -o-animation: elasticus 2.2s cubic-bezier(1, 0, 0, 1) infinite;
  /* Opera 12+ */

  animation: elasticus 2.2s cubic-bezier(1, 0, 0, 1) infinite;
  /* IE 10+, Fx 29+ */

  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 90px;
  background: #fff;
  content: " ";
}

@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@-moz-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@-o-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}

/*@keyframes autoplay1 {
	0% {visibility: visible}
	33.33% {visibility: hidden}
  }*/

@keyframes autoplay4 {
  0% {
    height: auto;
    padding: 0.5em 1em;
    border: thin solid;
  }
  33.32% {
    height: auto;
    padding: 0.5em 1em;
    border: thin solid;
  }
  33.33% {
    height: 0;
    padding: 0;
    border: none;
  }
  100% {
    height: 0;
    padding: 0;
    border: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

section {
  width: 100%;
  min-height: 100vh;
}

.section__prev-screen {
  height: 100vh;
  margin: 0 auto;
  text-align: center;
  display: none;
}

.section__prev-screen h1 {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0.5em;
  left: 0;
  margin: auto;
  height: 1em;
  transform-origin: 0 0;
}

.prev-screen-active {
  width: 100%;
  right: auto;
  left: 0;
  z-index: 3000;
  position: fixed;
}

span.letters {
  display: inline-block;
}

span.texteffect_01:hover {
  font-family: "Blackstone";
  font-size: 7rem;
  text-transform: none;
  transition: 0.3s ease;
}

.texteffect_02:after {
  content: "Human Centered";
  font-size: 4rem;
  animation: fontChange 2s linear infinite;
}

@keyframes fontChange {
  0% {
    content: "Human Centered";
    font-family: "Blackstone";
    text-transform: none;
  }
  40% {
    content: "User Centered";
    font-family: "Blackstone";
    text-transform: none;
  }
  100% {
    content: "People Centered";
    font-family: "Blackstone", monospace;
    text-transform: none;
  }
}

.texteffect_03:after {
  content: "";
  animation: iconChange 2s linear infinite;
}

.texteffect_04:hover {
  font-family: "Blackstone";
  font-size: 5rem;
  text-transform: none;
  transition: 0.3s ease;
}

@keyframes iconChange {
  0% {
    content: "♦ ";
  }
  40% {
    content: "☮";
  }
  100% {
    content: "❊";
  }
}

span.word:hover {
  transition:
    color 0.35s,
    -webkit-text-stroke-color 0.35s,
    -webkit-text-stroke-width 0.35s;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}

span.word-7art:hover {
  transition: transform;
  content: "";
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  position: absolute;
}

video {
  width: 120%;
  position: absolute;
  height: 100vh;
  top: 0;
  margin: 0 auto;
  z-index: -99999;
  object-fit: cover;
}


#video_overlays {
  background-color: var(--backgroundOverlay);
  position: absolute;
  z-index: -99;
  width: 100vw;
  height: 100vh;
  top: 0;
}

video::-webkit-media-controls {
  display: none;
}

.map {
  width: 100%;
  height: 900px;
  margin: -7em 0 5em;
  background-color: var(--colorWhite);
}

.section__start:before {
  content: "";
  background-color: var(--colorGreen);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.carousel-content {
  font-family: "Orator Student";
  color: var(--colorBlack);
  position: absolute;
  z-index: 9999;
  top: 15rem;
  left: 5rem;
}

@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}

@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}

* {
  box-sizing: border-box;
  scrollbar-color: transparent transparent; /* thumb and track color */
  scrollbar-width: 0px;
}

*::-webkit-media-controls {
  display: none !important;
  -webkit-appearance: none !important;
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none !important;
}

*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none !important;
}

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none !important;
}

* {
  -ms-overflow-style: none;
}

.carousel {
  position: relative;
  padding-top: 75%;
  perspective: 100px;
}

.carousel__viewport {
  position: absolute;
  top: -5rem;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.carousel__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  counter-increment: item;
}

.carousel__slide:nth-child(even) {
  background-color: transparent;
}

.carousel__slide:before {
  content: counter(item);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -40%, 70px);
  color: transparent;
  font-size: 2em;
}

.carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}

@media (hover: hover) {
  .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }

  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none;
  }
}

.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
  animation-name: none;
}

.carousel__navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.carousel__navigation-list,
.carousel__navigation-item {
  display: inline-block;
}

.carousel__navigation-button {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #333;
  background-clip: content-box;
  border: 0.25rem solid transparent;
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.3s;
}

.carousel::before,
.carousel::after,
.carousel__prev,
.carousel__next {
  position: absolute;
  top: 0;
  margin-top: 37.5%;
  width: 4rem;
  height: 4rem;
  transform: translateY(-50%);
  font-size: 0;
  outline: 0;
}

.carousel::before,
.carousel__prev {
  left: 0rem;
}

.carousel::after,
.carousel__next {
  right: 0rem;
}

.carousel::before,
.carousel::after {
  content: "";
  z-index: 1;
  background-color: #101010;
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  font-size: 1.5rem;
  line-height: 4rem;
  text-align: center;
  pointer-events: none;
}

.carousel::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");
}

.carousel::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
}

h3 > div {
  position: relative;
  margin: 0;
}

h3 .split-parent {
  overflow: hidden;
}

h3 .split-child {
  display: inline-block;
}

/* LOGO SPLIT TEXT */

.splitting .word {
  display: inline-block;
  position: relative;
  will-change: transform;
}

.split-text-container {
  display: flex;
  font-size: 0.7rem;
  /*text-transform: uppercase;*/
  overflow: hidden;
  height: 4rem;
  width: 15rem;
  margin-left: 2rem;
}

.text-part {
  display: block;
  position: relative;
  transform: translateX(0);
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.text-part em {
  font-style: normal;
  font-weight: bold;
  /*font-variation-settings: "slnt" 0;
    transition: font-variation-settings 0.4s ease;*/
  transform: translateY(20px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.text-part:hover em {
  font-weight: bold;
  font-variation-settings: "slnt" -10;
}

.text-part.up {
  transform: translateY(-40%);
  animation-name: slide-down;
}

.text-part.left {
  transform: translateX(-200%);
  animation-name: slide-in-left;
}

.text-part.right {
  transform: translateX(200%);
  animation-name: slide-in-right;
}

@keyframes slide-in-left {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slide-in-right {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(0);
  }
}

.delay1 {
  -webkit-animation-delay: 2s;
  animation-delay: 1s;
}
.delay2 {
  -webkit-animation-delay: 3s;
  animation-delay: 2s;
}
.delay3 {
  -webkit-animation-delay: 4s;
  animation-delay: 3s;
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    transform: translateX(15vw);
  }
  20% {
    opacity: 1;
    transform: translateX(9vw);
  }
  80% {
    opacity: 1;
    transform: translateX(-9vw);
  }
  100% {
    opacity: 0;
    transform: translateX(-15vw);
  }
}
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateX(15vw);
  }
  20% {
    opacity: 1;
    transform: translateX(9vw);
  }
  80% {
    opacity: 1;
    transform: translateX(-9vw);
  }
  100% {
    opacity: 0;
    transform: translateX(-15vw);
  }
}

#cookiebanner {
  position: fixed;
  bottom: 0;
  padding: 1rem;
  background-color: var(--colorWhite);
  width: 100%;
  z-index: 999;
  color: #000000;
}

#cookiescript_injected {
  border-radius: 10px;
}

#cookiescript_injected {
  transition: width 200ms 600ms;
}

#cookiescript_injected {
  bottom: 20px;
  left: 20px;
  position: fixed;
  padding: 15px 20px 15px 20px;
  width: 300px;
  text-align: left;
  max-height: 85%;
  overflow-y: auto;
  max-width: calc(100% - 40px);
}

#cookiescript_injected {
  background-color: #f4f4f4;
  z-index: 999997;
  opacity: 0.6;
  font-size: 14px;
  font-weight: normal;
  font-family:
    "Open Sans", Arial, "Trebuchet MS", "Segoe UI", "Helvetica", sans-serif;
  box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.35);
  color: #333333;
  box-sizing: border-box;
}
#cookiescript_injected {
  opacity: 0.9 !important;
  box-shadow: 0px 0px !important;
  width: auto !important;
  max-width: 600px !important;
  right: 20px !important;
}
#cookiescript_injected {
  opacity: 0.9 !important;
  box-shadow: 0px 0px !important;
  width: auto !important;
  max-width: 600px !important;
  right: 20px !important;
}

/* ---------- Portfolio section initial state ---------- */
.section__portfolio {
  opacity: 0;
  top: 20rem;
  padding-bottom: 30rem;
  transform: translateY(15rem); /* start slightly below */
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

/* ---------- Portfolio section visible ---------- */
.section__portfolio.reveal {
  opacity: 1;
  transform: translateY(0); /* slide up into place */
}

.grid-container {
  display: grid;
  margin: 5rem auto;
  width: calc(100% - var(--sideSpacing) - var(--sideSpacing) - 9.5%);
  grid-template-columns: auto auto auto auto;
  min-height: 20vh;
  padding-bottom: 5rem;
  border-bottom: 1px solid #fff;
}

.grid-container__grid {
  display: flexbox;
  flex-flow: row wrap;
}

/* CLIENT QUOTES NAVIGATION */
.quote__navigation .prevBtn .arrow-top,
.quote__navigation .prevBtn .arrow-bottom,
.quote__navigation .nextBtn .arrow-top,
.quote__navigation .nextBtn .arrow-bottom,
.quote__navigation .carousel__navigation-item a {
  background-color: var(--colorGreen);
}

:lang(de) .scroll-arrow + .scroll-arrow::before,
:lang(de) .quote-arrow + .quote-arrow::before {
  content: "/";
  margin-right: 1rem;
  opacity: 0.5;
  pointer-events: none;
}

.quote__navigation,
.carousel__navigation {
  position: relative;
  display: inline-flex;
  top: -5rem;
  right: -15rem;
  width: 300px;
  justify-content: center;
}

.quote__navigation {
  top: -4rem;
  right: -13rem;
  width: 219px;
}

.carousel__navigation-item {
  background-color: transparent;
  /* color: #fff; */
  margin: 0.4rem;
  border-radius: 50%;
  list-style-type: none;
  /* width: 2em; */
  border: 1px solid transparent;
}

.carousel__navigation-item a {
  display: block;
  text-indent: -9999px;
  background-color: #fff;
  margin: 5px;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.carousel__navigation-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 0 25px;
}

.selected,
.carousel__navigation-list li:hover,
.carousel__navigation-list li a:active {
  border: 1px solid #fff;
  background-color: transparent;
  transition: border 0.6s ease;
  color: transparent;
}

.quote__navigation .carousel__navigation-list li:hover {
  border: 1px solid var(--colorGreen);
  background-color: transparent;
  transition: border 0.6s ease;
  color: transparent;
}

.carousel__navigation-list li:hover a,
.carousel__navigation-list li:active a {
  background-color: transparent;
  border: 0px solid transparent;
  transition: border 0.6s ease;
}

.prevBtn,
.nextBtn {
  color: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: transform 0.1s;
  width: 5rem;
}

.prevBtn {
  left: 0;
}

.nextBtn {
  right: 0;
}

.nextBtn .arrow-top,
.nextBtn .arrow-bottom {
  background-color: #666;
  height: 2px;
  left: -5px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.prevBtn .arrow-top,
.prevBtn .arrow-bottom {
  background-color: #666;
  height: 2px;
  left: -5px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.arrow-top:after,
.arrow-bottom:after {
  background-color: #fff;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.15s;
}

.prevBtn .arrow-top {
  transform: rotate(225deg);
  transform-origin: bottom right;
}

.prevBtn .arrow-bottom {
  transform: rotate(-225deg);
  transform-origin: bottom right;
}

.circleBtn .arrow-bottom,
.nextBtn .arrow-bottom {
  transform: rotate(90deg);
  transform-origin: top right;
}

.circleBtn .arrow-top,
.nextBtn .arrow-top {
  transform: rotate(-90deg);
  transform-origin: bottom right;
}

.circleBtn .arrow-top:after,
.nextBtn .arrow-bottom:after,
.prevBtn .arrow-top:after {
  left: 0;
  right: 100%;
  transition-delay: 0.15s;
}

.nextBtn .arrow-top:after,
.prevBtn .arrow-bottom:after {
  left: 100%;
  right: 0;
  transition-delay: 0.15s;
}

.circleBtn .arrow-bottom:after,
.prevBtn:hover .arrow-bottom:after,
.nextBtn:hover .arrow-top:after {
  left: 0;
  transition-delay: 0.15s;
}

.prevBtn:hover .arrow-top:after,
.nextBtn:hover .arrow-bottom:after {
  right: 0;
  transition-delay: 0s;
}

.prevBtn:active,
.nextBtn:active {
  transform: translateX(-50%) translateY(-50%) scale(0.9);
}

.progress-quote {
  width: 100%;
  /*background: var(--colorBrown);
	background-image: linear-gradient(to right, var(--colorBrown), var(--colorBrown));
	background-repeat: no-repeat;
	background-size: 0 100%;*/
  height: 0.25rem;
  min-height: 4px;
  border-top: 1px solid var(--colorBrown);

  transition: background-size 0.4s ease-in-out;
  margin-top: 0.5rem;
  position: relative;
}

.progress-quote-bar {
  height: 100%;
  background: var(--colorBrown);
  width: 0%;
  position: absolute;
  left: 0;
  top: 0;
}

.flex-wrapper {
  flex-direction: row;
  overflow-y: scroll;
  display: flex;
  column-gap: 5rem;
  /*min-height: 33rem;*/
  /*padding-right: 5rem;*/
}

.column-wrapper {
  display: flex;
  column-gap: 0rem;
  column-width: 300px;
  justify-content: center;
  font-weight: 100;
  font-size: 0.8rem; /* horizontal */
}

.column-wrapper-slide {
  /*overflow-y: scroll; */
  display: flex;
  flex-direction: column;
  top: -5rem;
  position: absolute;
}

.column-wrapper-animation {
  /*overflow-y: scroll; */
  display: flex;
  flex-direction: column;
  top: -5rem;
  position: absolute;
}

.column-wrapper-ratings {
  position: relative;
  overflow-y: scroll;
  /* height: 8rem; */
  display: flex;
  flex-direction: column;
  z-index: 99999;
  top: 15vh;
}

.column-wrapper-ratings p {
  background-color: lightgrey;
  padding: 0.3rem;
  margin: 0.1rem;
  font-size: 2rem;
  line-height: 2rem;
  height: 10rem;
  width: auto;
}

.column-wrapper-ratings .slide {
  position: relative;
  padding-bottom: 8rem;
  height: 13rem;
  background-color: lightgrey;
  z-index: 9999;
  margin-bottom: 0.5rem;
}

.column-wrapper-ratings .img-stars {
  width: 10rem;
  z-index: 999;
  left: 18rem;
  /* rotate: 180deg; */
  top: 20.5rem;
}

.column-wrapper-ratings .img-stars i {
  background-color: red;
  /* width: 1rem; */
  padding: 0.3rem;
  margin: 0.1rem;
  border-radius: 0.2rem;
}

.column-wrapper-overflow {
  background-color: #000;
}

.slide {
  position: relative;
  padding-bottom: 8rem;
}

.column--2 {
  width: 50%;
}

.column--2 h2 {
  font-size: 7rem;
  line-height: 6rem;
}

.---products {
  padding: 2rem;
  background-color: #fff;
}

.bg-img--woman {
  position: relative;
  top: -5rem;
}

.bg-img--app,
.bg-img--tips {
  position: relative;
}


.bg-img--backside {
  position: fixed;
  top: 0;
  width: fit-content;
}

.kinesio-animation {
  top: 10%;
  position: absolute;
  color: red;
  padding-left: 1rem;
  z-index: 999;
}


.kinesio-intro {
  top: 0%;
  position: relative;
  color: red;
  padding-left: 1rem;
  z-index: 999;
  width: 70%;
}

.kinesio-claim--underline {
  text-decoration: underline;
}
.kinesio-claim-usp,
.kinesio-claim--physio {
   padding: 2rem 1rem;
}

.kinesio-claim--faq {
  padding: 2rem;
  background-color: #000;
}

.price-btn {
  font-size: 2rem;
  line-height: 5rem;
  position: relative;
  padding-right: 2rem;
}

.kinesio-icon-pain {
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 12rem;
  left: 18rem;
}

.kinesio-icon-waterproof img {
  display: inline-block;
  width: 6rem;
  height: 6rem;
  position: relative;
  bottom: -2rem;
}

.kinesio-animation span {
  display: flex;
  flex-direction: column;
}

.kinesio-animation {
  display: flex;
  flex-direction: column;
  gap: 12px;
  left: 8rem;
  top: 20rem;
  z-index: 999;
}

.kinesio-animation span {
  display: inline-block;
  opacity: 0;
  transform: translateY(-20px);
}

.kinesio-animation.is-active span {
  opacity: 1;
  transform: translateY(0);
  animation: wave 2s ease-in-out infinite;
}

.kinesio-animation img {
  width: 5rem;
  height: auto;
  display: block;
  position: relative;
}

.img-blitz {
  position: absolute;
  width: 10rem;
  z-index: 999;
  left: 18rem;
  /* rotate: 180deg; */
  top: -13.5rem;
}

.img-blitz p {
  background-color: lightgrey;
  /* width: 1rem; */
  padding: 0.3rem;
  margin: 0.1rem;
}

.img-blitz i {
  background-color: red;
  /* width: 1rem; */
  padding: 0.3rem;
  margin: 0.1rem;
  border-radius: 0.2rem;
}

.kinesio-animation span:nth-child(1) {
  animation-delay: -0s;
}
.kinesio-animation span:nth-child(2) {
  animation-delay: -0.2s;
}
.kinesio-animation span:nth-child(3) {
  animation-delay: -0.4s;
}

/* keyframes */
@keyframes wave {
  0% {
    opacity: 0;
    transform: translateY(-15px);
  }

  25% {
    opacity: 1;
    transform: translateY(0);
  }

  70% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}

section.reveal {
  position: relative;
  opacity: 0;
  transform: translateY(-250px);
  transition: 1s all ease;
  border-style: none;
}

.reveal.active {
  transform: translateY(0px);
  opacity: 1;
}

.wrapper-button {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  /* width: 57rem; */
  /* height: 50rem; */
  right: 0rem;
  position: absolute;
}

.btn-outer {
  right: 2rem;
  z-index: 999;
  background-color: lightgrey;
  padding: 0.5rem;
  border-radius: 0.8rem;
  border: transparent;
  transition: background-color 0.3s ease;
  /* clip-path: polygon(100% 0, 100% calc(100% - 75px), calc(100% - 75px) calc(100% - 75px), calc(100% - 75px) 100%, 0 100%, 0 0);*/
}

.btn-outer span {
  position: relative;
  line-height: 1rem;
  font-size: 0.6rem;
  padding-right: 1rem;
}

.bounce {
  animation: bounce 2s infinite; /* smooth movement */
}

.bounce-down {
  animation: bounce-down 2s infinite; /* smooth movement */
}

/* Move the arrow on hover */
.btn-outer:hover .btn-arrow {
  transform: translateX(8px); /* arrow slides 8px to the right */
  /* optional: change color */
  color: #000;
}

#chooseTapeBtn {
  border: 1px solid grey;
}

#chooseTapeBtn--mobile  {
  display: none;
}

#menuBtnApp,
#menuBtn {
  background-color: grey;
  /* position: relative; */
  text-align: center;
  /* line-height: 2rem; */
  font-size: 1rem;
  /* padding: 1rem; */
  height: 2rem;
  width: auto;
  background-position: center;
}

#cartBtn {
  background-color: red;
  /*position: relative;*/
  background-image: url(../img/kinesio-cart.svg);
  background-repeat: no-repeat;
  background-size: 50% 50%;
  /* display: inline-block; */
  /* border-radius: 50%; */
  text-align: center;
  line-height: 2rem;
  font-size: 0.5rem;
  padding: 1rem;
  height: 2rem;
  width: 3rem;
  background-position: center;
}

#checkoutBtn {
  display: flex;
  flex-direction: row;
  background-color: red;
  position: relative;
  /* display: inline-block; */
  /* border-radius: 50%; */
  text-align: center;
  line-height: 1.6rem;
  font-size: 1rem;
  padding: 0.2rem 5.5rem 0rem 6rem;
  height: 2rem;
  background-position: left;
  margin-top: 2rem;
  left: 5rem;
  border-radius: 0.8rem;
}

.bttn-icon {
  display: flex;
}

.cart-icon path {
  fill: #000;
}

.btn-icon svg {
  width: 22px;
  height: 22px;
}

.addToCartBtn {
  flex-direction: row;
  background-color: black;
  color: white;
  position: relative;
  /* display: inline-block; */
  /* border-radius: 50%; */
  text-align: center;
  line-height: 1.4rem;
  font-size: 1rem;
  padding: 0.2rem 6.5rem 0rem 6rem;
  height: 2rem;
  background-position: left;
  border-radius: 0.8rem;
  width: 100%;
}

/* INCOM SOFTWARE TESTEN */
.slide-up-btn {
  transform: translateY(30px);
  opacity: 0;
  animation: slideUp 0.6s ease-out forwards;
}

@keyframes slideUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

footer a {
  color: var(--colorGreen);
}

footer h3 {
  font-size: 1rem;
  margin-bottom: 0.7rem;
}

.footer-container {
  position: relative;
}

.footer-container .innerwrapper__small {
  width: calc(100% - var(--sideSpacing) - var(--sideSpacing) - 24%);
  font-size: 0.7rem;
  align-items: flex-start;
}

.footer__navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 65%;
}

.footer__nav_left {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}

.footer__nav_left li {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Delphia Cond", sans-serif;
  font-size: 0.8rem;
  line-height: 1.2;
  margin: 0.6rem 0 0.8rem 0;
}

.footer__nav_left li a:hover {
  color: var(--colorBrown);
}

.footer__nav_right {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}

.footer__nav_right li {
  font-weight: 400;
  line-height: 1.2;
  margin: 0.6rem 0 0.8rem 0;
}

.menu__nav_left li,
.menu__nav_right li {
  margin-right: 1rem;
  padding: 0 0.2rem;
  text-transform: uppercase;
}

.menu__nav_left li a,
.footer__nav_right li a {
  font-family: "Orator Student", sans-serif;
  /*font-size: 0.75rem;*/
  position: relative;
  transition: all 0.25s cubic-bezier(1, 0, 0.58, 0.97);
}

.menu__nav_left li a:before,
.footer__nav_right li a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  top: calc(50% - 0px);
  right: 0;
  transition: inherit;
  background: var(--colorGreen);
}

.menu__nav_left li a:hover,
.footer__nav_right li a:hover {
  position: relative;
}

.menu__nav_left a:hover:before,
.footer__nav_right a:hover:before {
  left: 0;
  width: 100%;
}

.footer-copyright {
  margin: auto 0 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}

.menu__nav_right a:hover,
.footer-copyright li a:hover {
  color: var(--colorBrown);
}

@media screen and (max-width: 1020px) {
  .reveal {
    position: relative;
    opacity: 1;
    transform: translateY(-20px);
    transition: 1s all ease;
  }

  .flex-container {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .scroll-arrow.right {
    right: 0rem;
  }
  .principle-list-column {
    padding-top: 5rem;
  }
  .principle-list-column li {
    padding-top: 1rem;
  }
  .principle-list-column li button {
    margin: -3rem 3rem;
  }
}

@media screen and (max-width: 450px) {
  /* Zusätzliche Regeln noch kleinere Monitore  */
  body {
    font-size: 1rem;
    line-height: 1.2;
  }

  .br-grey {
    background-color: lightgrey;
  }

  header {
    background-color: white;
    height: 20rem;
  }

  .cl-right {
    padding: 10rem 1rem 10rem 1rem;
  }

  .hidden {
    display: block;
    position: relative;
  }

  h1 {
      font-size: 5rem;
      line-height: 4rem;
      padding-left: 4rem;
      padding-top: 1rem;
  }

  #menuBtnApp,
  #menuBtn {
    background-color: grey;
    /* position: relative; */
    text-align: center;
    /* line-height: 2rem; */
    font-size: 2rem;
    /* padding: 1rem; */
    height: 4rem;
    width: 25rem;
  }

  .column-wrapper {
    display: flex;
    column-gap: 0rem;
    /* column-width: 300px; */
    justify-content: center;
    font-weight: 100;
    font-size: 0.8rem;
    flex-direction: column-reverse;
}

.column-wrapper-slide {
  /*overflow-y: scroll; */
  display: flex;
  flex-direction: column;
  top: -5rem;
  position: absolute;
}

  .column--2 {
    min-height: 70vh;
    width: 100%;}
  
  .column--2 h2 {
    font-size: 22rem;
    line-height: 16rem;
  }

  .img-blitz {
    position: relative;
    width: 10rem;
    z-index: 999;
    left: 0rem;
    /* rotate: 180deg; */
    top: 50vh;
}

  .fa-star:before {
      content: "\f005";
      font-size: 4rem;
  }

  .bg-img--woman {
      position: relative;
      top: 50vh;
      /* height: 50%; */
      z-index: 99;
  }

  .bg-img--app {
    position: relative;
    width: 200%;
    margin: 0 auto;
    left: -50%;}

  .bg-img--backside {
      top: 20rem;
      position: absolute;
      width: 100%;
  }

  .kinesio-icon-pain {
    display: none;
  }

  .section__claim h2 {
    font-size: 8rem;
    line-height: 8rem;}

  .kinesio-claim--faq h2 {
    font-size: 15rem;
    line-height: 12rem;
    padding-top: 5rem;
  }


  .kinesio-animation img {
    width: 10rem;
    height: auto;
    display: block;
    position: relative;
}

  .kinesio-animation {
    top: 20vh;
    position: relative;
    color: red;
    padding-left: 1rem;
    z-index: 99999;
    margin: 0 auto;
    left: 38%;
  }

  .kinesio-products button {
    width: 10.5rem;
    height: 6rem;
    background-color: #d5d2ce;;
  }

  .kinesio-products-img {
     position: relative;
     height: 33rem;
  }

  .kinesio-selfcare {
      position: relative;
      z-index: 99;
      background-color: #fff;
      padding: 13rem 1rem;
      top: 36vh;
      z-index: -999;
    width: 100%;
  }

  .kinesio-selfcare h2 {
    font-size: 18rem;
    line-height: 16rem;
  }

  .kinesio-physio h2 {
    font-size: 18rem;
    line-height: 14rem;
  }

  .kinesio-selfcare--ul {
    text-align: center;
    color: red;
    padding: 8rem 0rem 8rem 0rem;
    font-weight: bold;
    font-size: 8rem;
    line-height: 6rem;
    background-color: #fff;
    z-index: 9999;
    position: relative;}

  .product-card img {
    opacity: 1;
    display: flex;
    flex-direction: row;
    overflow-x: hidden;
    width: 100%;
  }

  .menu-content {
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
  }

  .innerwrapper__small {
    width: 100%;
  }

  .mouse-btn {
    position: absolute;
    top: 12rem;
    left: 4rem;
    z-index: 999;
    background-color: red;
    color: black;
    padding: 0.4rem 0.6rem;
    font-size: 2.8rem;
    border-radius: 0.3rem;
    height: 5rem;
    line-height: 4rem;
  }
  
   #addToCartBtn {
    margin-top: 4rem;}


  #navMenu,
  #navMenu:hover {
    top: 3rem;
    height: 5rem;
    background-color: transparent;
    border: transparent;
  }

  #overlayMenuContainer {
    padding: 25rem 0rem 15rem;
    height: 70vh;
    width: 100vw;
  }

  .burger span {
    opacity: 0 !important;
    position: relative;
    right: 2.5rem;
    font-size: 2.6rem;
    bottom: 1rem;
    color: #000;
  }

  .burger svg {
    width: 4rem;
    height: 4rem;
  }

  .navBar.nav-reveal.collapse {
    height: 30vh;
  }

  .navBar,
  .navBar.is-light {
    height: 30rem;
  }

  .menu__nav li {
    line-height: 7.5rem;
  }

  .menu__nav li:first-child {
    font-size: 1.6rem;
  }

  .menu__nav li,
  .nav-footer li {
    font-size: 3rem;
  }

  .navitem_01 {
    flex: 6;
    margin-right: 3rem;
    top: 6rem;
    position: relative;
  }

  .navitem_02 {
    flex: 2;
    left: -41rem;
    position: relative;
  }

  .navitem_03 {
    display: none;
  }

  .index-inner {
    display: block;
  }

  .mobile-none,
  .navitem_04 {
    display: none;
  }

  .menu__nav li:nth-child(6) a,
  .menu__nav li:last-child a,
  .menu__nav li:first-child a {
    font-size: 1.5rem;
  }

  .menu-policy {
    display: inline-block;
  }

  .lang-switch {
    font-size: 2.5rem;
    padding-top: 1rem;
  }

  :lang(de) .scroll-arrow + .scroll-arrow::before,
  :lang(de) .quote-arrow + .quote-arrow::before {
    content: "/";
    margin-right: 6rem;
  }

  .quote-arrow {
    font-size: 2.5rem;
    bottom: 0rem;
    top: 11%;
  }

  .quote-arrow.prev {
    left: 26rem;
  }

  .section__portfolio {
    top: 40vh;
  }

  .section__products {
    position: relative;
    height: auto;
    z-index: 9999;
}

.section__intro .kinesio-products {
    top: 150rem;
}

.section__products .column-wrapper {
  flex-direction: column;
}


.section__faq {
    position: relative;
    bottom: 0vh;
    height: auto;
    background-color: transparent;
}

.accordion__header {
    font-size: 3.3rem;
    text-align: left;
    margin: 0.2rem;
}

.section__app {
  position: relative;
}

  .section__claim {
    position: relative;
    background-color: brown;
    margin-bottom: 10rem;
    padding: 5rem 3rem 10rem 3rem;
    min-height: auto;
}

  /* NAV BURGER */

  .scroll-btn-next {
    font-size: 2.5rem;
    right: -3.5rem;
    margin-top: 3rem;
    padding: 1.3rem 1rem;
  }

  .scroll-btn-prev {
    font-size: 2.5rem;
    left: 11rem;
    margin-top: 3rem;
    padding: 1.3rem 1rem;
  }

  h2 {
    font-size: 7rem;
    line-height: 7rem;
    padding-top: 0rem;
    padding-left: 0rem;
    padding-bottom: 5rem;
  }

  h2 .label em {
    font-size: 3rem;
    padding-left: 0;
  }

  h3 {
     font-size: 4rem;
     line-height: 4rem;
  }

  p {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  nobr {
    display: inline; /* <br> becomes active */
  }

  .marquee {
    height: 40rem;
  }

  .marquee span {
    font-size: 2rem;
    text-wrap: wrap;
    padding-top: 5rem;
  }

  .mq-header {
    background-color: grey;
    top: 0rem;
    flex-direction: column;
    height: 50rem;
    white-space: pre-wrap;
    border-radius: 2rem;
    padding-left: 2rem;
  }

  .mq-header span {
    padding-left: 2.5rem;
    padding-top: 8rem;
    font-size: 3.3rem;
    line-height: 4rem;
  }

  .read-btn {
    font-size: 2.8rem;
    left: 5rem;
    top: 22.7rem;
    padding: 1.3rem 1rem;
  }

  /* ACCORDION STYLES */

  summary.accordion-trigger:hover::after {
    content: "click for more";
    position: absolute;
    width: 100%;
    padding: 4rem;
    font-size: 2rem;
    top: 4rem;
  }

  details[open] > .accordion-trigger::after {
    width: 16rem;
    height: 7rem;
    opacity: 1;
    transition: opacity 0.2s ease;
    font-size: 3rem;
    font-weight: bold;
    padding: 1rem 0 0 3.5rem;
    border: transparent;
    /*border-bottom: 1px solid;*/
    top: 18rem;
  }

  .accordion-item[open] > .accordion-trigger::after {
    opacity: 1;
  }

  .accordion-item[open] > .accordion-trigger:hover::after {
    border: transparent;
  }

  .accordion-pagination {
    display: flex;
    padding-right: 3rem;
    gap: 0.75rem;
    margin-top: 15rem;
    font-size: 3rem;
  }

  .content-inner {
    padding: 4rem 3rem 7rem 4rem;
  }

  .content-inner h3 {
    text-transform: uppercase;
    font-size: 3.8rem;
    line-height: 4rem;
    padding-top: 4rem;
  }

  .column-wrapper-rating--first {
    position: absolute;
  }

  .slide {
    padding: 2rem;
  }

  /* QUOTES */

  .quote-container {
    padding-bottom: 25%;
    padding-top: 15rem;
    height: 90rem;
  }

  .quote-container h2 {
    font-size: 4rem;
    line-height: 6rem;
    padding-top: 10rem;
  }

  .quote-container .author {
    font-size: 3rem;
  }

  /* PRINCIPLES LIST */

  .index-divider {
    margin: 0 0.1rem 0 1.5rem;
  }

  .scroll-arrow {
    height: 6rem;
  }

  .scroll-arrow.left {
    left: 35.5rem;
  }

  .scroll-arrow.right {
    left: 80%;
  }

  /* NEWS LIST */

  .btn::after {
    width: 40rem;
    height: 10rem;
  }

  .btn::before {
    height: 46rem;
    width: 9rem;
  }

  #chooseTapeBtn--mobile {
    width: 30rem;
    display: flex;
    display: block;
    height: 6rem;
  }

  #chooseTapeBtn--mobile span {
    position: relative;
    line-height: 1rem;
    font-size: 2.6rem;}

  .section__intro {
    min-height: 260vh;
    position: relative;
  }

  .column-wrapper-ratings {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 0rem;
    background-color: lightgrey;
  }

  .kinesio-intro {
    top: 55vh;
    width: 100%;
  }

  .kinesio-physio {
    padding-top: 10rem;
  }

  /* ADDRESS LIST */

  .address-wrapper {
    padding-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 7rem;
  }

  .address-wrapper > :last-child {
    margin-left: 0;
  }

  ul.address-list li:first-child {
    font-size: 2.5rem;
  }
  ul.address-list li:last-child {
    padding-bottom: 7rem;
    border-bottom: none;
  }

  ul.address-list {
    font-size: 2rem;
    line-height: 4rem;
    border-bottom: 1px solid;
  }

  label {
    /* display: flex; */
    color: #000;
    font-size: 2rem;
    line-height: 3rem;
    padding-left: 0;
  }

  #quotes .quote-pagination {
    margin-top: -7rem;
    font-weight: 100;
  }

  .quote-pagination {
    display: flex;
    padding-left: 0rem;
    gap: 0.75rem;
    margin-top: -12rem;
    font-size: 2.7rem;
  }
}
