/*

Theme Name: REHAFABRIK
Text Domain: rehafabrik.de
Theme URI: http://www.rehafabrik.de
Version: 1.0
Description: Website Theme für REHAFABRIK
Tags: Physiotherapie, Gesundheit, Bremen, Oldenburg, Reha, Therapie, Logistik, Spedition, Transport, Lagerung, Cross-Docking, Direktverkehre
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
Author: Superidee
Author URI: http://www.renowillhaus.de


*/
/* Hightlight Termingarantie */
.highlight {
  position: relative;
  display: inline-block;
  color: white;
  text-decoration: none;
  font-weight: 500;
}

.highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background-color: white;

  /* Startzustand: Breite 0 */
  transform: scaleX(0);
  transform-origin: left;

  /* Die gewünschte Animation: 0.5 Sekunden */
  transition: transform 0.5s ease-out;
}
/* Diese Klasse wird per JavaScript hinzugefügt, wenn das Wort sichtbar ist */
.highlight.is-visible::after {
  transform: scaleX(1);
}

/* Cookie Widget */
#BorlabsCookieBox .brlbs-cmpnt-widget,
.brlbs-cmpnt-container .brlbs-cmpnt-widget {
  z-index: 100 !important;
}
#BorlabsCookieBox .brlbs-cmpnt-widget svg,
.brlbs-cmpnt-container .brlbs-cmpnt-widget svg {
  width: 24px !important;
  height: 24px !important;
}
/* .sbi_inner_wrap {
  border-radius: 20px;
  border: 2px solid var(--color-reha-orange);
} */
#mobile-menu ul.sub-menu {
  display: none !important;
}
#mobile-menu ul.sub-menu.mobile-sub-open {
  display: block !important;
}

@media (min-width: 768px) {
  /* #main-menu > li:first-child > ul.sub-menu {
    display: none;
  }
  #main-menu > li:first-child:hover > ul.sub-menu {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    min-width: 440px;
  } */
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 30s linear infinite;
}

.ticker-track:hover {
  animation-play-state: paused;
}

#physio {
  scroll-margin-top: 70px;
}

.show-termine-menu {
  right: 0;
  transition: all 0.3s ease-in;
}

.show-bewerbung-menu {
  right: 0;
  transition: all 0.3s ease-in;
}

/* Fade Out Scroll Up on Mobile */
.at-top .jump-top,
.at-bottom .jump-top {
  opacity: 0;
  pointer-events: none;
}

/* Parallax */
.parallax-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.parallax-layer {
  position: absolute;
  top: 0%; /* eigentlich -20% Puffer oben */
  left: 0;
  width: 100%;
  height: 140%; /* eigentlich 140% mehr Höhe zum Bewegen */
  will-change: transform; /* Aktiviert GPU-Beschleunigung */
}

.show-mobile-menu {
  left: 0;
}

/* Animations */
.fadeInUp {
  opacity: 0;
}
.fadeInUpAni {
  animation: fadeInUp 0.7s ease backwards;
}
@keyframes fadeInUp {
  0% {
    transform: translate(0px, 40px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0);
    opacity: 1;
  }
}
.slide-in-right {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2026-3-9 16:58:45
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

/* 404 Seite */
.bench {
  position: absolute;

  top: 74%;
  left: -2%;
  width: 330px;
  height: 10px;
  background: #476098;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .bench {
    top: 68%;
    left: 31%;
  }
}
@media screen and (min-width: 1024px) {
  .bench {
    top: 65%;
    left: 40%;
  }
}
.support {
  position: absolute;
  background: #222;
  top: 100%;
  left: 3%;
  width: 310px;
  height: 5px;
  border-radius: 5px;
}
.hanger {
  background: #333;
  position: absolute;
  left: 90%;
  top: -1500%;
  width: 15px;
  height: 260px;
}
.hook {
  position: absolute;
  background: #333;
  top: 10%;
  left: -100%;
  width: 20px;
  height: 3px;
}
.stand {
  position: absolute;
  background: #333;
  top: 10%;
  left: 10%;
  width: 15px;
  height: 102px;
  border-radius: 1px;
}
.grd1 {
  position: absolute;
  top: 95%;
  left: -140%;
  width: 55px;
  height: 10px;
  background: #333;
}
.grd2 {
  position: absolute;
  top: 99%;
  left: -160%;
  width: 65px;
  height: 10px;
  background: #333;
}
.dmbl1 {
  position: absolute;
  top: -300%;
  left: -400%;
  width: 40px;
  height: 40px;
  background: #444;
  border-radius: 100%;
}
.dmbl2 {
  position: absolute;
  top: -300%;
  left: -350%;
  width: 40px;
  height: 40px;
  background: #009688;
  border-radius: 100%;
}
.dmbl3 {
  position: absolute;
  top: -150%;
  left: -375%;
  width: 15px;
  height: 8px;
  background: #999;
  border-radius: 6px;
}
.dmbl4 {
  position: absolute;
  top: -150%;
  left: -322%;
  width: 10px;
  height: 10px;
  background: #111;
  border-radius: 10px;
}
.dmbl5 {
  position: absolute;
  top: -300%;
  left: 150%;
  width: 20px;
  height: 40px;
  background: #444;
  border-radius: 5px;
}
.dmbl6 {
  position: absolute;
  top: -300%;
  left: 250%;
  width: 20px;
  height: 40px;
  background: #444;
  border-radius: 5px;
}
.dmbl7 {
  position: absolute;
  top: -150%;
  left: 170%;
  width: 100%;
  height: 6px;
  background: #444;
  border-radius: 10px;
}
.dmbl8 {
  position: absolute;
  top: -800%;
  left: 380%;
  width: 10px;
  height: 90px;
  background: #666;
  border-radius: 2px;
}

.dmbl9 {
  position: absolute;
  top: -550%;
  left: 360%;
  width: 20px;
  height: 40px;
  background: #666;
  border-radius: 5px;
}
.dmbl10 {
  position: absolute;
  top: -800%;
  left: 660%;
  width: 10px;
  height: 90px;
  background: #666;
  border-radius: 2px;
}
.dmbl11 {
  position: absolute;
  top: -550%;
  left: 660%;
  width: 20px;
  height: 40px;
  background: #666;
  border-radius: 5px;
}
.dmbl12 {
  position: absolute;
  top: -400%;
  left: 340%;
  width: 380%;
  height: 8px;
  background: #666;
  border-radius: 10px;
}
.leg1 {
  position: absolute;
  background: #fda76d;
  height: 126px;
  width: 15px;
  top: -210%;
  left: -9%;
  border-radius: 7px;
  z-index: 100;
  -ms-transform: rotate(-15deg); /* IE 9 */
  -webkit-transform: rotate(-15deg); /* Chrome, Safari, Opera */
  transform: rotate(-15deg);
  animation: movement 3s infinite linear;
  -moz-animation: movement 3s infinite linear;
}
.shoe {
  position: absolute;
  background: #333;
  height: 20px;
  width: 40px;
  top: 95%;
  left: -150%;
  border-radius: 5px;
  z-index: 100;
}
.leg2 {
  position: absolute;
  background: #fda050;
  height: 126px;
  width: 15px;
  top: -210%;
  left: -7%;
  border-radius: 7px;
  z-index: 10;
  -ms-transform: rotate(-15deg); /* IE 9 */
  -webkit-transform: rotate(-15deg); /* Chrome, Safari, Opera */
  transform: rotate(-15deg);
  animation: movement 3s infinite linear;
  -moz-animation: movement 3s infinite linear;
}
.shoe1 {
  position: absolute;
  background: #555;
  height: 20px;
  width: 40px;
  top: 95%;
  left: -150%;
  border-radius: 5px;
  z-index: 100;
}
.thy {
  position: absolute;
  background: #61967b;
  width: 156px;
  height: 20px;
  top: -220%;
  left: -11%;
  border-radius: 7px;
  z-index: 90;
  animation: thym 3s infinite linear;
}
.belt {
  position: absolute;
  background: #8bc34a;
  width: 15px;
  height: 45px;
  top: -450%;
  left: 20%;
  border-radius: 3px;
  z-index: 100;
}
.stomach {
  position: absolute;
  background: #cf4645;
  width: 86px;
  height: 35px;
  top: -350%;
  left: 20%;
  border-radius: 7px;
  z-index: 90;
}
.stomach2 {
  position: absolute;
  background: #ff8a65;
  width: 56px;
  height: 30px;
  top: -470%;
  left: 21%;
  border-radius: 5px;
  z-index: 10;
  opacity: 1;
  -ms-transform: rotate(-15deg); /* IE 9 */
  -webkit-transform: rotate(-15deg); /* Chrome, Safari, Opera */
  transform: rotate(-15deg);
}
.chest {
  position: absolute;
  background: #cf4645;
  width: 86px;
  height: 60px;
  top: -600%;
  left: 35%;
  border-radius: 40px;
  z-index: 11;
  animation: inex 3s infinite linear;
}
.chest2 {
  position: absolute;
  background: #ff8a65;
  width: 103px;
  height: 80px;
  top: -820%;
  left: 30%;
  border-radius: 60px;
  z-index: 10;
  opacity: 1;
  animation: inex 3s infinite linear;
}
.armpit {
  position: absolute;
  background: #f8a781;
  width: 46px;
  height: 26px;
  top: -250%;
  left: 42%;
  border-radius: 60px;
  z-index: 90;
}
.hand {
  position: absolute;
  background: #fda76d;
  width: 36px;
  height: 136px;
  top: -100%;
  left: 45%;
  border-radius: 60px;
  z-index: 90;
  transform: translateY(-60%);
  animation: lift 3s infinite linear;
}
.dumbell {
  position: absolute;
  top: 0%;
  left: -75%;
  background: #222;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  z-index: 90;

  transform: translateY(-60%);
}
.circle1 {
  position: absolute;
  top: 5%;
  left: 5%;
  background: var(--color-reha-orange);
  width: 100px;
  height: 100px;
  border-radius: 100%;
  z-index: 200;
}
.circle2 {
  position: absolute;
  top: 15%;
  left: 15%;
  background: #222;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  z-index: 200;
}
.circle3 {
  position: absolute;
  top: 42%;
  left: 42%;
  background: #eee;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  z-index: 200;
}
.neck {
  position: absolute;
  background: #cf4645;
  width: 25px;
  height: 46px;
  top: -450%;
  left: 54%;
  border-radius: 10px;
  z-index: 11;
}
.head {
  position: absolute;
  background: #fda76d;
  width: 66px;
  height: 40px;
  top: -400%;
  left: 59%;
  border-radius: 5px;
  z-index: 10;
  animation: hm 3s infinite linear;
}
.hair {
  position: absolute;
  background: #212121;
  width: 16px;
  height: 46px;
  top: -10%;
  left: 90%;
  border-radius: 2px;
  z-index: 10;
}
.lip1 {
  position: absolute;
  background: #fda76d;
  width: 5px;
  height: 6px;
  top: -10%;
  left: 50%;
  border-radius: 5px;
  z-index: 10;
  animation: exin 3s infinite linear;
}
.lip2 {
  position: absolute;
  background: #fda76d;
  width: 5px;
  height: 6px;
  top: -10%;
  left: 55%;
  border-radius: 5px;
  z-index: 10;
}
.wall1 {
  position: absolute;
  top: 20%;
  left: 30%;
  width: 40px;
  height: 15px;
  background: #777;
  border-radius: 2px;
}
.wall2 {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 40px;
  height: 15px;
  background: #aaa;
  border-radius: 2px;
}
.wall3 {
  position: absolute;
  top: 10%;
  left: 80%;
  width: 40px;
  height: 15px;
  background: #777;
  border-radius: 2px;
}
.wall4 {
  position: absolute;
  top: 13%;
  left: 85%;
  width: 40px;
  height: 15px;
  background: #aaa;
  border-radius: 2px;
}
.wall5 {
  position: absolute;
  top: 25%;
  left: 33%;
  width: 40px;
  height: 15px;
  background: #999;
  border-radius: 2px;
}

@-webkit-keyframes movement {
  0% {
    transform: rotate(-10deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  65% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(-10deg);
  }
}

@-webkit-keyframes thym {
  0% {
    left: -11%;
  }
  40% {
    left: -11%;
  }
  50% {
    left: -6%;
  }
  65% {
    left: -6%;
  }

  100% {
    left: -11%;
  }
}
@-webkit-keyframes lift {
  0% {
    top: -100%;
  }
  40% {
    top: -100%;
  }
  50% {
    top: -670%;
  }
  65% {
    top: -670%;
  }

  100% {
    top: -100%;
  }
}
@-webkit-keyframes inex {
  0% {
    transform: translateY(0%);
  }
  35% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(5%);
  }

  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes exin {
  0% {
    left: 35%;
  }
  45% {
    left: 35%;
  }
  50% {
    left: 45%;
    top: -10%;
  }
  65% {
    left: 45%;
  }

  100% {
    left: 35%;
  }
}
@-webkit-keyframes hm {
  0% {
    transform: rotate(0deg);
  }
  35% {
    transform: rotate(0deg);
    top: -400%;
  }

  50% {
    transform: rotate(-15deg);
    top: -460%;
  }
  53% {
    top: -460%;
    transform: rotate(-15deg);
  }
  56% {
    top: -400%;
    transform: rotate(0deg);
  }
  59% {
    top: -410%;
    transform: rotate(-4deg);
  }
  62% {
    top: -405%;
    transform: rotate(-2deg);
  }
  65% {
    top: -400%;
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@-moz-keyframes movement {
  0% {
    -moz-transform: rotate(-10deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  50% {
    -moz-transform: rotate(10deg);
  }
  65% {
    -moz-transform: rotate(10deg);
  }

  100% {
    -moz-transform: rotate(-10deg);
  }
}

@-moz-keyframes thym {
  0% {
    left: -11%;
  }
  40% {
    left: -11%;
  }
  50% {
    left: -6%;
  }
  65% {
    left: -6%;
  }

  100% {
    left: -11%;
  }
}
@-moz-keyframes lift {
  0% {
    top: -100%;
  }
  40% {
    top: -100%;
  }
  50% {
    top: -670%;
  }
  65% {
    top: -670%;
  }

  100% {
    top: -100%;
  }
}
@-moz-keyframes inex {
  0% {
    -moz-transform: translateY(0%);
  }
  35% {
    -moz-transform: translateY(0%);
  }
  50% {
    -moz-transform: translateY(5%);
  }

  100% {
    -moz-transform: translateY(0%);
  }
}
@-moz-keyframes exin {
  0% {
    left: 35%;
  }
  45% {
    left: 35%;
  }
  50% {
    left: 45%;
    top: -10%;
  }
  65% {
    left: 45%;
  }

  100% {
    left: 35%;
  }
}
@-moz-keyframes hm {
  0% {
    -moz-transform: rotate(0deg);
  }
  35% {
    -moz-transform: rotate(0deg);
    top: -400%;
  }

  50% {
    -moz-transform: rotate(-15deg);
    top: -460%;
  }
  53% {
    top: -460%;
    -moz-transform: rotate(-15deg);
  }
  56% {
    top: -400%;
    -moz-transform: rotate(0deg);
  }
  59% {
    top: -410%;
    -moz-transform: rotate(-4deg);
  }
  62% {
    top: -405%;
    -moz-transform: rotate(-2deg);
  }
  65% {
    top: -400%;
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(0deg);
  }
}

/* WYSIWYG – ul mit Custom Bullet (bullet-point-orange-kl.png) */
.wysiwyg-content ul {
  list-style: none;
  padding-left: 0;
  padding-bottom: 0.25rem;
  margin-bottom: 0.75rem;
}
.wysiwyg-content ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  margin-bottom: 0.75em;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.36px;
}
.wysiwyg-content ul li::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 3px;
  background-image: url("assets/img/bullet-point-orange-kl.png");
  background-size: contain;
  background-repeat: no-repeat;
}

ul.white-checks li::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 5px;
  background-image: url("assets/img/rehafabrik-physiotherapie-icon-checkbox-kreis-weiss.png");
  background-size: contain;
  background-repeat: no-repeat;
}
ul.white-checks li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.36px;
}
/* WYSIWYG-Inhalte (wp_editor) – Tailwind Preflight wiederherstellen */
.wysiwyg-content p {
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.36px;
}
.subtext-hero > p,
.hero-subtext > p {
  margin-bottom: 1em;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.48px;
}
@media (min-width: 768px) {
  .subtext-hero > p,
  .hero-subtext > p {
    margin-bottom: 1em;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.48px;
  }
}
.wysiwyg-content p:last-child {
  margin-bottom: 0;
}
.wysiwyg-content strong,
.wysiwyg-content b {
  font-weight: 500;
}
.wysiwyg-content em,
.wysiwyg-content i {
  font-style: italic;
}
.wysiwyg-content a {
  color: #ff5f00;
  text-decoration: underline;
}
.wysiwyg-content a:hover {
  opacity: 0.8;
}
.wysiwyg-content ol {
  list-style: decimal;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
/* .wysiwyg-content h2 {
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 0.25rem;
  letter-spacing: 0.5px;
  line-height: normal;
}
.wysiwyg-content h3 {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 0.5em;
} */
