/* Globale Einstellungen */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  scroll-padding-top: 5rem;
}

body {
  margin: 0;
  font-style: normal;
  overflow-x: hidden;
  position: relative;
  font-size: 16px;
  color: var(--black);
  background-color: var(--bg);
  hyphens: auto;
  font-family: "League Spartan";
  line-height: 1.2;
}

/* Allgemeine Farbeinstellungen, GrÃ¶ÃŸen, etc. */
:host {
  --swiper-theme-color: white !important;
}

:root {
  /* Voreingestellte Farben, diese sind von Projekt zu Projekt unterschiedlich. Also anpassen!
      Hauptfarben: */
  --yellow: #e8e001;
  --lightyellow: #fffbdc;
  --purple: #a82582;

  --lightpurple: #a825830b;

  /* Farben fÃ¼r Schriften */
  /* Schriftfarbe fÃ¼r FlieÃŸtexte, reines Schwarz vermeiden -> Kann zu einer Ãœberanstrengung der Augen fÃ¼hren, wenn Nutzer den Text Ã¼ber einen lÃ¤ngeren Zeitraum lesen. */
  --black: #1e1e1e;

  /* Hintergrundfarbe, Abwandlung von weiÃŸ, reines WeiÃŸ vermeiden -> starke Helligkeit von reinem WeiÃŸ kann einen hohen Kontrast zu den umgebenden Elementen erzeugen => "White Glare-Effect" */
  --bg: #fffefa;

  /* Abstandswerte */
  /* Sehr kleiner Abstand */
  --g-xs: 8px;
  /* Kleiner Abstand */
  --g-m1: 16px;
  /* Mittlerer Abstand */
  --g-m2: 24px;
  /* GroÃƒÅ¸er Abstand */
  --g-m3: 32px;
  /* Sehr groÃƒÅ¸er Abstand */
  --g-l1: 40px;
  --g-l2: 48px;
  --g-xl: 56px;
  --g-xxl: 64px;
  --g-mega: 36px;

  /* Abstand zwischen Paragraphen */
  --p-gap: 20px;

  /* Abstand von Ãœberschriften zur Section */
  --h-gap: 2rem;

  --section: var(--g-mega);

  /* rem Angaben: Hauptsächlich für Schriftgröße!*/
  --xs-rem: 1.3rem;
  --s-rem: 1.1rem;
  --m-rem: 2rem;
  --l-rem: 1.3rem;
  --xl-rem: 1.4rem;
  --xxl-rem: 2.5rem;
  --xxl-I-rem: 2.4rem;

  /*Abstände für die col's*/
  --col: 3rem;
}

@media screen and (min-width: 1024px) {
  :root {
    --xs-rem: 1.3rem;
    --s-rem: 1.4rem;
    --m-rem: 1.5rem;
    --xxl-I-rem: 2.5rem;
  }
}

@media screen and (min-width: 1024px) {
  :root {
    --g-mega: 136px;
  }
}

/* Voreinstellung von AbstÃ¤nden */
/* Abstand zwischen Paragraphen */
.p-gap {
  margin-top: var(--p-gap);
}

.p-t-4 {
  padding-top: 4rem;
}

header .p-gap {
  margin-top: 0.4rem;
}

.col-g {
  margin-top: var(--col);
}

.col-md-2,
.col-md-3,
.col-md-5,
.col-md-6,
.col-md-7 {
  margin-top: var(--col);
}

@media screen and (max-width: 768px) {
  footer .col-md-6 {
    margin-top: unset;
  }
}

.no-col-g {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .no-col-g {
    margin-top: unset;
  }

  .col-md-2,
  .col-md-3,
  .col-md-5,
  .col-md-6,
  .col-md-7 {
    margin-top: unset;
  }
}

header address {
  line-height: 1.2;
}

/* Abstand Ãœberschriften nach oben und nach unten */
.h-all {
  margin-top: var(--h-gap);
  margin-bottom: var(--h-gap);
}

/* Abstand Ãœberschrift nach oben */
.h-top {
  margin-top: var(--h-gap);
}

ul {
  list-style-position: inside;
}

.h-top-md {
  margin-top: var(--h-gap);
}

.align-right {
  text-align: right;
}

.lightpurple {
  background-color: var(--lightpurple);
}

.abstand-oben {
  margin-top: var(--g-m3);
}

.abstand-oben-footer {
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .abstand-oben-footer {
    margin-top: 5rem;
  }
}

/* Abstand Ãœberschrift nach unten */
.h-bot {
  margin-bottom: var(--h-gap);
}

.light {
  font-weight: 300;
}

/* Allgemeine Gestaltung */
a {
  text-decoration: underline;
  color: unset;
}

a:hover,
a li:hover {
  transition: 0.4s;
  font-weight: 600;
}

.rounded {
  border-radius: 10000px;
  border: var(--purple) solid 1.2mm;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  footer .float-right {
    float: left;
  }
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

h1,
h2,
h4 {
  margin-bottom: var(--g-m2);
  font-size: var(--xxl-I-rem);
  margin-bottom: var(--g-m1);
  color: var(--green);
  font-family: "League Spartan";
  overflow-wrap: break-word;
  word-break: keep-all;
  /* oder try: break-word */
  hyphens: none;
}

/* @media screen and (min-width:){
  h1, h2, h4{
    font-size: 2rem;
  }
} */

h3 {
  margin-bottom: var(--g-m1);
  font-size: var(--m-rem);
  font-family: "League Spartan";
  overflow-wrap: break-word;
  word-break: keep-all;
  /* oder try: break-word */
  hyphens: none;
}

/* @media screen and (min-width:){
  h3{
    font-size:1.8rem;
  }
} */
p {
  font-family: "League Spartan";
  font-weight: 400;
}

.small {
  text-transform: none;
}

p,
a,
li,
address {
  font-size: var(--xs-rem);
}

address {
  font-style: normal;
}

section {
  margin: var(--section) 0;
  padding: var(--g-m3) 0;
}

/* main .container > section:last-of-type {
  padding-bottom: var(--section);
} */

ol {
  list-style-position: outside;
  padding-left: 20px;
}

ol li {
  padding-left: 8px;
  margin-top: var(--p-gap);
}

main>section:nth-child(1) {
  margin-top: unset;
  padding-top: var(--section);
}

main div>section:nth-child(1) {
  margin-top: unset;
  padding-top: var(--section);
}

img {
  width: 100%;
}

.no-img {
  width: unset;
}

/*________________________________________________________*/

.header-top {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .header-top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

.header-bg-color {
  background-color: var(--yellow);
  border-bottom: solid 2mm var(--purple);
}

.header-top p,
.header-top address,
.header-top a {
  font-size: 1rem;
}

.ausblenden {
  display: none !important;
}

.ausblenden2 {
  display: none !important;
}

@media screen and (min-width: 1400px) {
  .ausblenden {
    display: grid !important;
  }
}

@media screen and (min-width: 992px) {
  .ausblenden2 {
    display: flex !important;
  }
}

@media screen and (min-width: 768px) {
  .header-top div:nth-child(1) {
    grid-area: 1 / 1 / 2 / 3;
  }

  .header-top div:nth-child(2) {
    grid-area: 1 / 3 / 2 / 4;
  }

  .header-top div:nth-child(3) {
    grid-area: 1 / 4 / 2 / 5;
  }

  .header-top div:nth-child(4) {
    grid-area: 1 / 5 / 2 / 6;
  }

  .header-top div:nth-child(5) {
    grid-area: 2 / 1 / 3 / 6;
  }
}

.icon-top {
  width: 20px;
}

.icon-middle {
  width: 60px;
}

.round-card .icon-middle{
  margin-bottom:1rem;
}

.abstand-links {
  margin-left: 1rem;
}

.logo-top {
  width: 100%;
  max-width: 335px;
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
  .logo-top {
    max-width: unset;
    width: 430px;
  }
}

nav {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fdfdfd;
  margin: 10px 0;
}

nav div:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (min-width: 768px) {
  nav div:nth-child(2) {
    width: 100vw;
    max-width: 720px;
    align-items: center;
  }
}

@media screen and (min-width: 992px) {
  nav div:nth-child(2) {
    max-width: 960px;
  }
}

@media screen and (min-width: 1200px) {
  nav div:nth-child(2) {
    max-width: 1140px;
  }
}

@media screen and (min-width: 1400px) {
  nav div:nth-child(2) {
    max-width: 1320px;
  }
}

/* @media screen and (min-width: 768px) {
  nav div:nth-child(2) {
    grid-area: 1 / 2 / 2 / 13;
    width: unset;
    align-items: unset;
  }
} */

header {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

/* Hamburger Menu Styles */
.hamburger {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  z-index: 2000;
}

.hamburger span {
  height: 3px;
  width: 30px;
  background: var(--purple);
  margin: 3px 0;
  border-radius: 45px;
  transition: 0.3s;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  position: relative;
  top: 6px;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  position: relative;
  top: -12px;
}

.nav-menu {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--yellow);
  z-index: 1000;
}

.nav-menu.active {
  display: flex;
  max-width: 100vw !important;
}

.nav-menu a {
  text-decoration: none;
  color: var(--purple);
  font-size: 2rem;
  margin: 10px 0;
  transition: color 0.3s;
}

.no-style {
  list-style-type: none;
}

.nav-menu a:hover {
  color: var(--dark-purple);
}

nav ul li {
  display: none;
}

@media screen and (min-width: 768px) {
  nav ul li {
    display: block;
    text-transform: uppercase;
  }
}

.hero {
  height: 30vh;
  min-height: 300px;
  /* margin-top: 11.4rem; */
}

#about-us-main .hero {
  height: unset;
  min-height: 300px;
  padding-right: 100px;
}

.hero-text {
  color: var(--bg);
  font-size: 3.2rem;
  font-weight: 200;
  padding: 10px;
}

.hero-text span {
  font-weight: 400;
}


@media screen and (min-width: 992px) {
  .hero {
    height: 83vh;
    margin-top: -0.6rem;
  }

  #about-us-main .hero {
    height: unset;
    min-height: 300px;
  }
}

#about-us-main .hero {
  margin-top: 11.5rem;
}

@media screen and (min-width: 992px) {
  #about-us-main .hero {
    margin-top: 13.5rem;
  }
}

#index {
  background-image: url("../img/hero/hero-start_mb.jpg");
  background-size: cover;
  background-position:20% 25%;
}

@media screen and (min-width:992px){
  #index {
  background-image: url("../img/hero/hero-start.jpg");
  background-size: cover;
  background-position:20% 25%;
}
}

#about {
  background-image: url("../img/hero/ueber-uns.png");
  background-size: cover;
}

#therapie {
  background-image: url("../img/hero/hero_therapie.png");
  background-size: cover;
  background-position:right;
}

#partner {
  background-image: url("../img/hero/hero_about.png");
  background-size: cover;
}

#stellenangebote {
  background-image: url("../img/hero/hero_stellenangebot.png");
  background-size: cover;
}

#kontakt {
  background-image: url("../img/hero/hero_kontakt.png");
  background-size: cover;
}

#rechtliches {
  background-image: url("../img/hero/hero_datenschutz_impressum.png");
  background-size: cover;
  background-position: center;
}

#hero-start{
  margin-top:14rem;
  border-bottom: var(--purple) 2mm solid;
  
}

#hero-start .hero{
  height:38vh;
}

@media screen and (min-width:992px){
  #hero-start .hero{
  height:68vh;
}
}

/* #index::after{
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.64) 100%);
   content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* top: 0; 
    left: 0;
    z-index: 0;
    overflow-y:hidden;
} */


#hero-start p{
  font-size:2rem;
}

#hero-start h1{
  margin-bottom:0;
}

.scrolldown img{
  width:30px;
}

.scrolldown p{
  font-size:1.4rem !important;
  padding-left:12px;
}

.spalte-links{
  padding-left:48px;
  padding-right:48px;
  min-height:341px;
}

.lightpurple-bg{
  background-color:#F5E6ED;
}

/* .under-hero{
  margin:var(--section) 0;
}

.under-hero img{
  width:250px;
} */

.hero-card {
  border: solid 1mm var(--purple);
  border-radius: 500px;
  padding: 12px 30px;
  background-color: #fcfcfc;
}

.hero-card:nth-child(1) {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .hero-card {
    padding: 25px;
  }
}

.hero-card h2 {
  color: var(--purple);
  text-transform: none;
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}

.hero-card p {
  font-size: 1.1rem;
}

.hero-card img {
  width: 50px;
}

.m-t-5 {
  margin-top: 0rem;
  padding: 1rem;
  background: rgb(168, 37, 130);
  background: -moz-linear-gradient(180deg,
      rgba(168, 37, 130, 0.44021358543417366) 0%,
      rgba(255, 254, 250, 0) 81%);
  background: -webkit-linear-gradient(180deg,
      rgba(168, 37, 130, 0.44021358543417366) 0%,
      rgba(255, 254, 250, 0) 81%);
  background: linear-gradient(180deg,
      rgba(168, 37, 130, 0.44021358543417366) 0%,
      rgba(255, 254, 250, 0) 81%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a82582", endColorstr="#fffefa", GradientType=1);
}

@media screen and (min-width: 576px) {
  .m-t-5 {
    background: unset;
  }
}

@media screen and (min-width: 768px) {
  .m-t-5 {
    margin-top: -5rem;
  }
}

.circle {
  position: relative;
  width: 280px;
  height: 280px;
  margin: 20px;
  border-radius: 50%;
  perspective: 1000px;
  cursor: pointer;
  border: var(--purple) solid 1.5mm;
}

.circle-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

.circle:hover .circle-inner,
.circle.active .circle-inner {
  transform: rotateY(180deg);
}

.circle-front,
.circle-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  font-size: 1.5rem;
  padding: 10px;
}

.circle-front {
  text-decoration: underline var(--purple);
  text-underline-offset: 1.2mm;
}

.circle-back {
  background-color: #333;
  transform: rotateY(180deg);
}

#circle-about-us {
  background-image: url("../img/circle-theme/about-us.png");
  background-size: cover;
  background-position: center;
}

#circle-team {
  background-image: url("../img/circle-theme/team.png");
  background-size: cover;
  background-position: right;
}

#circle-therapie {
  background-image: url("../img/circle-theme/therapie.png");
  background-size: cover;
}

#circle-job {
  background-image: url("../img/circle-theme/job.png");
  background-size: cover;
  background-position: center;
}

#circle-krankengymnastik {
  background-image: url("../img/circle-theme/circle-krankengymnastik.png");
  background-size: cover;
  background-position: center;
}

#circle-manuelle {
  background-image: url("../img/circle-theme/circle-sporttherapie.png");
  background-size: cover;
  background-position: center;
}

#circle-sport {
  background-image: url("../img/circle-theme/circle-sporttherapie-neu.png");
  background-size: cover;
  background-position: center;
}

#circle-massage {
  background-image: url("../img/circle-theme/circle-massage.png");
  background-size: cover;
  background-position: center;
}

#circle-waerme {
  background-image: url("../img/circle-theme/circle-waerme-kaelte.png");
  background-size: cover;
  background-position: center;
}

#circle-kinesio {
  background-image: url("../img/circle-theme/circle-kinesio.png");
  background-size: cover;
  background-position: center;
}

#circle-drainage{
  background-image: url("../img/circle-theme/lymphdrainage.png");
  background-size: cover;
  background-position: center;
}

#circle-bobath{
  background-image: url("../img/circle-theme/bobath.png");
  background-size: cover;
  background-position: center;
}

.slogan {
  font-family: "League Spartan";
  color: var(--purple);
  font-size: 3rem;
  font-weight: 400;
  opacity: 0.9;
  margin-top: 9rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .slogan {
    font-size: 4rem;
  }
}

.lightpurple-bg .slogan{
  margin-top:4rem;
}

/* CSS */
.button {
  align-items: center;
  background-color: var(--purple);
  border: 2px solid #111;
  border-radius: 25px;
  box-sizing: border-box;
  color: var(--bg);
  font-family: "League Spartan";
  cursor: pointer;
  display: flex;
  font-size: var(--xs-rem);
  height: 48px;
  justify-content: center;
  line-height: 24px;
  max-width: 100%;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-top: 2rem;
}

.button:after {
  background-color: #111;
  border-radius: 25px;
  content: "";
  display: block;
  height: 48px;
  left: 0;
  width: 100%;
  position: absolute;
  top: -2px;
  transform: translate(8px, 8px);
  transition: transform 0.2s ease-out;
  z-index: -1;
}

.button:hover:after {
  transform: translate(0, 0);
}

.button:active {
  background-color: #ffdeda;
  outline: 0;
}

.button:hover {
  outline: 0;
}

@media (min-width: 768px) {
  .button {
    padding: 0 40px;
  }
}

.icon {
  width: 50px;
  margin-right: 2rem;
  margin-top: var(--h-gap);
}

.p-80 {
  padding: 54px;
}

@media screen and (min-width: 768px) {
  .p-80 {
    padding: 80px;
  }
}

.p-20 {
  padding: 20px;
}

.m-r-1 {
  margin-right: 1rem;
}

.purple {
  color: var(--purple);
}

footer {
  padding: 5rem 0 1rem 0;
  margin-top: 2rem;
  background-color: var(--yellow);
}

.mm-copy {
  width: 90px;
  vertical-align: middle;
}

.copyright {
  vertical-align: middle;
}

footer p,
footer ul li a,
footer address,
footer p a {
  font-size: 1rem;
  line-height: 1.2;
}

footer h3 {
  font-size: 1.2rem;
}

/* Standardstil für header-bg-color */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: var(--bg);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

/* Wenn header-bg-color versteckt ist */
header.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.round-card {
  width: 100%;
  border-radius: 50px;
  padding: 30px;
  text-align: center;
  transition: all 40ms ease-out;
  border: solid 1mm var(--purple);
  background-color: var(--lightpurple);
}

@media screen and (min-width: 992px) {
  .round-card {
    width: 33.33%;
  }

  #leistungen-karte .round-card {
    display: flex;
    align-items: center;
  }
}

.round-card:hover {
  background-color: #a8258315;
  transition: all 40ms ease-out;
}

.g-2 {
  gap: 2rem;
}

.g-1 {
  gap: 1rem;
}

.no-bottom {
  margin-bottom: 0;
}

.colored-section {
  padding: 6rem 0;
}

#leistungen-karte .round-card {
  text-align: left;
}

/*Accordion Menü*/
.accordion {
  background-color: var(--lightpurple);
  border: thin solid var(--black);
  color: var(--black);
  cursor: pointer;
  padding: 15px;
  width: 100%;
  text-align: left;
  outline: none;
  margin: 5px 0;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
  font-family: "League Spartan";
  font-size: var(--xs-rem);
}

.accordion:hover {
  background-color: #a8258315;
}

.arrow {
  transition: transform 0.3s ease;
}

.panel {
  padding: 15px;
  background-color: var(--lightpurple);
  display: none;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  max-height: 0;
  transition: max-height 0.3s ease-out;
}

.active+.panel {
  display: block;
  max-height: 500px;
  /* Set max-height high enough for the content */
}

.active .arrow {
  transform: rotate(180deg);
}

.arrow-acc {
  width: 20px;
  margin-right: 9px;
}

.icon-kontakt {
  width: 50px;
}

.border-left {
  border-left: #a82582 1mm solid;
  padding-left: 15px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

figcaption {
  text-align: right;
}

figcaption a {
  text-align: right;
  font-size: 0.9rem;
}

.map {
  border: solid 2mm var(--purple);
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .map {
    margin: 40px 40px 5px 40px;
  }
}

.mobile-hide {
  display: none;
}

@media screen and (min-width: 768px) {
  .mobile-hide {
    display: block;
  }
}

.active {
  color: var(--purple);
  font-weight: 500;
  text-decoration: underline var(--purple);
  text-underline-offset: 2mm;
}

footer .active {
  text-decoration: none;
}

#scrollToTopButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #fff;
  border: solid 1mm var(--purple);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
  z-index: 999;
}

/*____________________________________*/
.header-icons {
  position: fixed;
  right: -2px;
  top: 40%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 10;
}

.icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* cursor: pointer; */
  width: 52px;
  padding: 10px;
  border-radius: 5px;
  background-color: #fcfcfc;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

@media screen and (min-width: 768px) {
  .icon-wrapper {
    width: 79px;
  }
}

.icon-info {
  position: absolute;
  color: var(--bg);
  right: 100%;
  /* Start from the right of the icon */
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  background-color: white;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  transition: opacity 0.3s ease, visibility 0.3s ease, right 0.3s ease;
  font-size: 14px;
  z-index: 10;
  /* Ensure it appears above other elements */
  color: var(--black);
}

.icon-wrapper:hover .header-icon {
  transform: scale(1.2);
}

.icon-wrapper:hover .icon-info {
  opacity: 1;
  visibility: visible;
  right: 120%;
  /* Move the info box out to the left */
}

.icon-wrapper img {
  width: 30px;
}

.scroll-down {
  position: absolute;
  bottom: 10px;
  display: block;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0;
  width: 25px;
  height: 25px;
  border-bottom: 2px solid var(--purple);
  border-right: 2px solid var(--purple);
  z-index: 9;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: fade_move_down 4s ease-in-out infinite;
  -moz-animation: fade_move_down 4s ease-in-out infinite;
  animation: fade_move_down 4s ease-in-out infinite;
}


/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -3px) rotate(45deg);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}

@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(0, -3px) rotate(45deg);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -moz-transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}

@keyframes fade_move_down {
  0% {
    transform: translate(0, -3px) rotate(45deg);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}

.containerpfeil {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.scrolldowntext{
  background-color: var(--bg);
    padding-top: 49px;
    border-radius: 531px;
    height: 214px;
    width: 214px;
    margin-top: -6rem;
    text-align: center;
}

@media screen and (max-width:768px){
  .scrolldowntext{
    color:var(--bg);
  }

  .mb-leistungen{
    margin-top:-10.4rem;
    position:relative;
    z-index:3;
    padding-top:3rem;
  }
}

.short-info{
  margin-top:0rem;
}

@media screen and (min-width:768px){
.short-info{
  margin-top:3rem;
}
}

@media screen and (min-width:992px){
.short-info{
  margin-top:8rem;
}
}


.no-visual-card{
  border:none;
  background-color:unset;
}

.no-visual-card:hover{
  background-color:unset;
}