:root {
  --primary-color: #87a316;
  --secondary-color: #a2c516;
  --tertiary-color: #8f8f8f;
  --text-color: #2c2c2c;
  --step--2: clamp(0.7813rem, 0.7747rem + 0.0326vw, 0.8rem);
  --step--1: clamp(0.9375rem, 0.9158rem + 0.1087vw, 1rem);
  --step-0: clamp(1.125rem, 1.0815rem + 0.2174vw, 1.25rem);
  --step-1: clamp(1.35rem, 1.2761rem + 0.3696vw, 1.5625rem);
  --step-2: clamp(1.62rem, 1.5041rem + 0.5793vw, 1.9531rem);
  --step-3: clamp(1.944rem, 1.771rem + 0.8651vw, 2.4414rem);
  --step-4: clamp(2.3328rem, 2.0827rem + 1.2504vw, 3.0518rem);
  --step-5: clamp(2.7994rem, 2.4462rem + 1.7658vw, 3.8147rem);
}
/* Fonts */
body {
  font-size: calc(15px + 0.5vw);
  line-height: calc(22px + 0.7vw);
}
@font-face {
  font-family: "OpenSans Regular";
  src: url("/assets/fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans ExtraBold";
  src: url("/assets/fonts/OpenSans/OpenSans-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans Light";
  src: url("/assets/fonts/OpenSans/OpenSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans Bold";
  src: url("/assets/fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans SemiBold";
  src: url("/assets/fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");
}
/* End Fonts */
/* Header */
.cs-header-wrapper a {
  font-family:
    OpenSans SemiBold,
    sans-serif;
  font-size: 1.25rem;
  color: var(--tertiary-color);
}
.cs-header-wrapper a:hover {
  color: var(--secondary-color);
}
.cs-header-wrapper .cs-header-icon {
  width: 1.3rem;
  margin-right: 5px;
  padding: 0;
  display: flex;
}
.cs-header-wrapper .cs-contact-header {
  display: flex;
  align-items: center;
}
/* End Header */
/* Content */
.cs-content h1 {
  font-family:
    OpenSans SemiBold,
    sans-serif;
  font-size: 2.9rem;
  line-height: 3.5rem;
  color: var(--tertiary-color);
  text-align: center;
  padding-bottom: 3rem;
}
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
  .cs-content h1 {
    font-family:
      OpenSans SemiBold,
      sans-serif;
    font-size: 2.1rem;
    line-height: 2.7rem;
  }
}
.cs-content h2,
.cs-slider-content h2 {
  font-family:
    OpenSans SemiBold,
    sans-serif;
  font-size: 2.9rem;
  line-height: 3.5rem;
  color: var(--tertiary-color) !important;
  text-align: center;
  padding-bottom: 3rem;
  text-shadow: 0 0 0 !important;
}
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
  .cs-content h2,
  .cs-slider-content h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.cs-datenschutz-style h2 {
  font-family:
    OpenSans SemiBold,
    sans-serif;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: var(--tertiary-color) !important;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
  text-shadow: 0 0 0 !important;
}
.cs-slider-content p {
  font-family:
    OpenSans Regular,
    sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: var(--tertiary-color) !important;
  text-align: center;
  padding-bottom: 3rem;
  text-shadow: 0 0 0 !important;
}
.cs-content-left h2 {
  font-family:
    OpenSans SemiBold,
    sans-serif;
  font-size: 2.9rem;
  line-height: 3.5rem;
  color: var(--tertiary-color) !important;
  text-align: left;
  border-bottom: 4px solid;
  border-image: linear-gradient(
      to right,
      #a2c516 0,
      #a2c516 32%,
      rgba(0, 0, 0, 0) 32%,
      rgba(0, 0, 0, 0) 100%
    )
    1;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.cs-halfbox h2 {
  font-family:
    OpenSans SemiBold,
    sans-serif;
  font-size: 2.9rem;
  line-height: 3.5rem;
  color: white;
  text-align: center;
  padding-bottom: 3rem;
}
h3 {
  font-family:
    OpenSans SemiBold,
    sans-serif;
  font-size: 1.8rem;
  line-height: 130%;
  color: #676767;
  text-align: center;
}
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
  h3 {
    font-size: 1.6rem;
    line-height: 130%;
  }
}
.get-in-touch h3 {
  font-family:
    OpenSans SemiBold,
    sans-serif;
  font-size: 2.9rem;
  line-height: 3.5rem;
  color: #676767;
  text-align: left;
}
.get-in-touch p {
  font-family:
    OpenSans SemiBold,
    sans-serif;
  font-size: 1.6rem;
  line-height: 140%;
  color: #676767;
  text-align: left;
}
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
  .get-in-touch h3 {
    font-size: 1.9rem;
  }
  .get-in-touch p {
    font-size: 1.4rem;
  }
}
p.header-overlay {
  font-family:
    OpenSans SemiBold,
    sans-serif;
  font-size: 2.9rem;
  line-height: 3.5rem;
  color: white;
  text-align: left;
  padding-bottom: 3rem;
  text-shadow: 2px 2px #000;
}
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
  p.header-overlay {
    font-size: 2.1rem;
    line-height: 2.7rem;
  }
}
/*** Responsive Styles Tablet Only ***/
@media all and (max-width: 767px) {
  p.header-overlay {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.cs-content p {
  font-family:
    OpenSans SemiBold,
    sans-serif;
  font-size: 1rem;
  line-height: 1.8125rem;
  color: var(--tertiary-color);
  text-align: center;
}
.cs-content li {
  font-family:
    OpenSans SemiBold,
    sans-serif;
  font-size: 1rem;
  line-height: 1.8125rem;
  color: var(--tertiary-color);
  text-align: left;
}
.cs-content ul {
  margin-left: 20%;
}
.cs-content-left p {
  font-family:
    OpenSans SemiBold,
    sans-serif;
  font-size: 1rem;
  line-height: 1.8125rem;
  color: var(--tertiary-color);
  text-align: left;
}
.cs-content p span {
  color: var(--secondary-color);
}
.cs-text-cta p {
  font-family:
    OpenSans SemiBold,
    sans-serif;
  font-size: 1.875rem;
  line-height: 2rem;
  color: var(--tertiary-color);
  text-align: center;
}
.cs-content hr {
  width: 9rem;
  border: 2px solid var(--secondary-color);
  text-align: center;
  margin: -34px auto 25px;
}
.cs-content-left hr {
  width: 9rem;
  border: 2px solid var(--secondary-color);
  text-align: left;
  margin: -34px auto 25px;
}
sup.sup-head {
  font-size: 1rem !important;
  bottom: 1.4em !important;
}
/**** Kontakt Div in Halfbox ****/
.cs-mail-block-01 {
  width: 350px;
  background-color: var(--primary-color);
  background-image: url("/wp-content/uploads/2024/12/button.png");
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: 95% center;
}
.cs-mail-block-01:hover,
.cs-mail-block-02:hover {
  background-color: var(--text-color);
}
.cs-mail-block-01 a,
.cs-mail-block-02 a {
  display: block;
  font-family: OpenSans SemiBold;
  font-size: 0.9rem;
  line-height: 1.2rem;
  height: 100%;
  color: white;
  padding: 10px 0 10px 5%;
}
.cs-mail-block-02 {
  width: 350px;
  background-color: var(--secondary-color);
  background-image: url("/wp-content/uploads/2024/12/button.png");
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: 95% center;
}
/**** Link im Parallax Bild ****/
.cs-parallax-link {
  width: 150px;
  background-color: var(--primary-color);
  background-image: url("/wp-content/uploads/2024/12/button.png");
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: 90% center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}
.cs-parallax-link:hover {
  background-color: var(--text-color);
}
.cs-parallax-link a {
  display: block;
  font-family: OpenSans SemiBold;
  font-size: 0.9rem;
  line-height: 1.2rem;
  height: 100%;
  color: white;
  text-align: left;
  padding: 15px 0 15px 10%;
  text-shadow: 0 0 0 !important;
}
.get-in-touch-link {
  width: 220px;
  background-color: var(--primary-color);
  background-image: url("/wp-content/uploads/2024/12/button.png");
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: 90% center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}
.get-in-touch-link:hover {
  background-color: var(--text-color);
}
.get-in-touch-link a {
  display: block;
  font-family: OpenSans SemiBold;
  font-size: 0.9rem;
  line-height: 1.2rem;
  height: 100%;
  color: white;
  text-align: left;
  padding: 15px 0 15px 10%;
  text-shadow: 0 0 0 !important;
}
/**** Header Slider ****/
.cs-header-slider .et_pb_slide_0,
.cs-header-slider .et_pb_slide_1,
.cs-header-slider .et_pb_slide_2,
.cs-header-slider .et_pb_slide_3,
.cs-header-slider .et_pb_slide_4 {
  height: 80vh;
}

.cs-header-slider .et_pb_slide_content {
  font-family: OpenSans SemiBold;
  font-size: 2.5rem !important;
  line-height: 2.8rem;
  padding: 20px;
}
.cs-header-slider .et_pb_slide_description {
  position: absolute;
  width: 100%;
  padding: 0 !important;
  bottom: 60px;
  background-color: rgba(162, 197, 22, 0.75);
}
.cs-header-slider div.et_pb_slide {
  padding-left: 0;
  padding-right: 0;
}
.cs-header-slider .et-pb-arrow-next,
.cs-header-slider .et-pb-arrow-prev {
  bottom: 80px !important;
  top: auto !important;
}
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  .cs-header-slider .et_pb_slide_0,
  .cs-header-slider .et_pb_slide_1,
  .cs-header-slider .et_pb_slide_2,
  .cs-header-slider .et_pb_slide_3,
  .cs-header-slider .et_pb_slide_4 {
    height: 60vh;
  }
  .cs-header-slider .et_pb_slide_content {
    font-family: OpenSans SemiBold;
    font-size: 1.5rem !important;
    line-height: 1.8rem;
    padding: 15px;
  }
  .cs-header-slider .et_pb_slide_description {
    position: absolute;
    width: 100%;
    padding: 0 20px !important;
    bottom: 20px;
    background-color: rgba(162, 197, 22, 0.75);
  }
  .cs-header-slider .et-pb-arrow-next,
  .cs-header-slider .et-pb-arrow-prev {
    bottom: 25px !important;
    top: auto !important;
  }
  .cs-content h1 {
    font-family:
      OpenSans SemiBold,
      sans-serif;
    font-size: 1.9rem;
    line-height: 2.4rem;
    color: var(--tertiary-color);
    text-align: center;
    padding-bottom: 3rem;
  }
  .cs-content h2 {
    font-family:
      OpenSans SemiBold,
      sans-serif;
    font-size: 1.9rem;
    line-height: 2.4rem;
    color: var(--tertiary-color) !important;
    text-align: center;
    padding-bottom: 3rem;
    text-shadow: 0 0 0 !important;
  }
  .cs-slider-content h2 {
    font-family:
      OpenSans SemiBold,
      sans-serif;
    font-size: 1.1rem;
    line-height: 1.3rem;
    color: var(--tertiary-color) !important;
    text-align: center;
    padding-bottom: 1.5rem;
    text-shadow: 0 0 0 !important;
  }
  .cs-slider-content p {
    font-family:
      OpenSans Regular,
      sans-serif;
    font-size: 0.8rem;
    line-height: 1rem;
    color: var(--tertiary-color) !important;
    text-align: center;
    padding-bottom: 1.5rem;
    text-shadow: 0 0 0 !important;
  }
  .cs-halfbox h2 {
    font-family:
      OpenSans SemiBold,
      sans-serif;
    font-size: 1.9rem;
    line-height: 2.4rem;
    color: white;
    text-align: center;
    padding-bottom: 1.45rem;
  }
  .cs-content-left h2 {
    font-family:
      OpenSans SemiBold,
      sans-serif;
    font-size: 1.9rem;
    line-height: 2.4rem;
    color: var(--tertiary-color) !important;
    text-align: center;
    border-bottom: 4px solid;
    border-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 30%,
        #a2c516 20%,
        #a2c516 70%,
        rgba(0, 0, 0, 0) 70%,
        rgba(0, 0, 0, 0) 100%
      )
      1;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
  }
  .cs-content-left hr {
    width: 9rem;
    border: 2px solid var(--secondary-color);
    text-align: center;
    margin: -34px auto 25px;
  }
  .cs-content-left p {
    font-family:
      OpenSans SemiBold,
      sans-serif;
    font-size: 1rem;
    line-height: 1.8125rem;
    color: var(--tertiary-color);
    text-align: center;
  }
}
/* End Content */
/* Footer */
.cs-footer-fullwidth {
  background: var(--secondary-color);
  margin: 0;
  padding: 0;
}
.cs-footer-contact h2 {
  font-family:
    OpenSans Regular,
    sans-serif;
  font-size: 3rem;
  color: white;
  text-align: center;
}
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
  .cs-footer-contact h2 {
    font-size: 1.9rem;
  }
}
.cs-footer-contact hr {
  width: 9rem;
  border: 2px solid white;
  text-align: center;
  margin: 5px auto 25px;
}
.cs-footer-contact p,
.cs-footer-contact a {
  font-family:
    OpenSans Regular,
    sans-serif;
  font-size: 1.125rem;
  line-height: 2.125rem;
  color: white;
  text-align: center;
}
.cs-footer-contact a:hover {
  color: var(--text-color);
}
.cs-footer-imprint p,
.cs-footer-imprint a {
  font-family:
    OpenSans Regular,
    sans-serif;
  font-size: 1.125rem;
  color: white;
  text-align: center;
}
.cs-footer-imprint a:hover {
  color: var(--text-color);
}
/* End Footer */
/* Menu */
/*==== Start Underline From Center ====*/

.cs-underline-from-center nav ul li a {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.cs-underline-from-center nav ul li a::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #ffa956;
  height: 3px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.cs-underline-from-center nav ul li a:hover::before {
  left: 8px;
  right: 8px;
}
/*==== End Underline From Center ====*/
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li > a {
  padding-top: 3px;
  padding-bottom: 11px;
}
/* End menu */
sup {
  font-size: 0.5rem;
}
/* To Top Button */
/* Default button appearance */
.et_pb_scroll_top.et-pb-icon {
  right: 30px; /* space from right */
  bottom: 30px; /* space from bottom */
  padding: 8px; /*padding size*/
  border-radius: 30px; /* make the circle */
  background: var(--secondary-color) /* button color */;
  font-size: 32px; /* icon size */
  transition: all 0.1s ease-in-out; /* add transition */
}
/* Button Appearance on Mouseover */
.et_pb_scroll_top.et-pb-icon:hover {
  bottom: 32px /* space from bottom */;
  background: var(--primary-color) /*button hover color*/;
  transition: all 0.1s ease-in-out; /*add transition*/
  box-shadow: 0 10px 15px #162c4e4a; /*box shadow on hover*/
}
/* Animation tweaks */
.et_pb_scroll_top.et-visible {
  -webkit-animation: fadeInBottom 1s 1 cubic-bezier(0.5, 0, 0.16, 1);
  -moz-animation: fadeInBottom 2s 1 cubic-bezier(0.5, 0, 0.16, 1);
  -o-animation: fadeInBottom 1s 1 cubic-bezier(0.5, 0, 0.16, 1);
  animation: fadeInBottom 1s 1 cubic-bezier(0.5, 0, 0.16, 1);
}
.et_pb_scroll_top.et-hidden {
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
/* Mobiles Menu */
/*changing the Divi hamburger menu to X*/
.mobile_nav.opened .mobile_menu_bar:before {
  content: "\4d";
}
/*rotating the Divi Menu icon*/

.mobile_menu_bar:before {
  transition: all 0.4s ease;
  transform: rotate(0deg);
  display: block;
}

/*rotate the Divi Menu icon on click*/

.mobile_nav.opened .mobile_menu_bar::before {
  transition: all 0.4s ease;
  transform: rotate(90deg);
  display: block;
}

/* Remove the top line in the mobile menu*/
.et_mobile_menu {
  border-top: 0;
}

/*making the Divi Menu full width*/
.et_pb_menu .et_mobile_menu {
  min-width: 105vw;
  padding-top: 5% !important;
  margin-left: -90vw;
  margin-top: 25px;
}

/*removing the line from the menu items and adding line height*/

.et_mobile_menu li a {
  padding: 10px 20px !important;
  border-bottom: 1px solid var(--secondary-color) !important;
}

/*removing padding of the social media icons*/
.et_mobile_menu li li {
  padding-left: 0% !important;
}

/* Element | https://csm-lernen.test.sparkundsparkling.com/ */

#mobile_menu2 > li:nth-child(odd) > a {
  background: var(--quaternary-color);
}
@media (max-width: 980px) {
  .et_pb_menu .et_mobile_menu,
  .et_pb_menu .et_mobile_menu ul {
    text-align: center;
  }
}
/* End Mobiles Menu */
/* Brain */
.cs-et-pb-icon {
  font-family: ETmodules !important;
  font-weight: 400 !important;
  color: #a2c516;
  font-size: 58px;
  background: #fff;
  border-radius: 50%;
}
.responsive-image {
  width: 650px;
  height: auto;
  /*display: block; */
}
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
  .responsive-image {
    width: 420px;
  }
}
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  .responsive-image {
    width: 270px;
  }
}
/* ---- */
.cs-hotspot-wrapper {
  position: relative; /* Sicherstellen, dass absolute Kinder relativ dazu positioniert sind */
}

.cs-icon-01:hover ~ .cs-hover-image-01,
.cs-hover-image-01:hover,
.cs-icon-02:hover ~ .cs-hover-image-02,
.cs-hover-image-02:hover,
.cs-icon-03:hover ~ .cs-hover-image-03,
.cs-hover-image-03:hover,
.cs-icon-04:hover ~ .cs-hover-image-04,
.cs-hover-image-04:hover {
  display: block !important;
}
/* ---- */
.cs-icon-01 {
  position: absolute;
  top: 330px; /* vertikale Position relativ zum Bild */
  left: 220px; /* horizontale Position relativ zum Bild */
  transform: translate(-50%, -50%);
}
.cs-icon-02 {
  position: absolute;
  top: 330px; /* vertikale Position relativ zum Bild */
  left: 480px; /* horizontale Position relativ zum Bild */
  transform: translate(-50%, -50%);
}
.cs-icon-03 {
  position: absolute;
  top: 590px; /* vertikale Position relativ zum Bild */
  left: 220px; /* horizontale Position relativ zum Bild */
  transform: translate(-50%, -50%);
}
.cs-icon-04 {
  position: absolute;
  top: 590px; /* vertikale Position relativ zum Bild */
  left: 480px; /* horizontale Position relativ zum Bild */
  transform: translate(-50%, -50%);
}
.cs-hover-image-01 {
  position: fixed;
  width: 300px;
  height: auto;
  top: 30vh;
  left: 10vw;
  transform: translate(0, -50%);
  display: none;
  z-index: 99;
  background: #fff;
  border: 1px solid #a2c516;
}
.cs-hover-image-02 {
  position: fixed;
  width: 300px;
  height: auto;
  top: 30vh;
  right: 10vw;
  transform: translate(0, -50%);
  display: none;
  z-index: 99;
  background: #fff;
  border: 1px solid #a2c516;
}
.cs-hover-image-03 {
  position: fixed;
  width: 300px;
  height: auto;
  top: 70vh;
  left: 10vw;
  transform: translate(0, -50%);
  display: none;
  z-index: 99;
  background: #fff;
  border: 1px solid #a2c516;
}
.cs-hover-image-04 {
  position: fixed;
  width: 300px;
  height: auto;
  top: 70vh;
  right: 10vw;
  transform: translate(0, -50%);
  display: none;
  z-index: 9;
  background: #fff;
  border: 1px solid #a2c516;
}
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
  .cs-icon-01 {
    position: absolute;
    top: 212px; /* vertikale Position relativ zum Bild */
    left: 140px; /* horizontale Position relativ zum Bild */
    transform: translate(-50%, -50%);
  }
  .cs-icon-02 {
    position: absolute;
    top: 215px; /* vertikale Position relativ zum Bild */
    left: 305px; /* horizontale Position relativ zum Bild */
    transform: translate(-50%, -50%);
  }
  .cs-icon-03 {
    position: absolute;
    top: 385px; /* vertikale Position relativ zum Bild */
    left: 140px; /* horizontale Position relativ zum Bild */
    transform: translate(-50%, -50%);
  }
  .cs-icon-04 {
    position: absolute;
    top: 385px; /* vertikale Position relativ zum Bild */
    left: 305px; /* horizontale Position relativ zum Bild */
    transform: translate(-50%, -50%);
  }
  .cs-hover-image-01 {
    position: absolute;
    width: 300px;
    height: auto;
    transform: translate(-50%, -50%);
    top: 50px;
    left: 140px;
  }
  .cs-hover-image-02 {
    position: absolute;
    width: 300px;
    height: auto;
    transform: translate(-50%, -50%);
    top: 50px;
    left: 305px;
  }
  .cs-hover-image-03 {
    position: absolute;
    width: 300px;
    height: auto;
    transform: translate(-50%, -50%);
    top: 250px;
    left: 140px;
  }
  .cs-hover-image-04 {
    position: absolute;
    width: 300px;
    height: auto;
    transform: translate(-50%, -50%);
    top: 250px;
    left: 305px;
  }
}
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  .cs-icon-01 {
    position: absolute;
    top: 142px; /* vertikale Position relativ zum Bild */
    left: 92px; /* horizontale Position relativ zum Bild */
    transform: translate(-50%, -50%);
  }
  .cs-icon-02 {
    position: absolute;
    top: 140px; /* vertikale Position relativ zum Bild */
    left: 200px; /* horizontale Position relativ zum Bild */
    transform: translate(-50%, -50%);
  }
  .cs-icon-03 {
    position: absolute;
    top: 250px; /* vertikale Position relativ zum Bild */
    left: 92px; /* horizontale Position relativ zum Bild */
    transform: translate(-50%, -50%);
  }
  .cs-icon-04 {
    position: absolute;
    top: 250px; /* vertikale Position relativ zum Bild */
    left: 200px; /* horizontale Position relativ zum Bild */
    transform: translate(-50%, -50%);
  }
  .cs-hover-image-01 {
    position: absolute;
    width: 300px;
    height: auto;
    transform: translate(-50%, -50%);
    top: -10px;
    left: 130px;
  }
  .cs-hover-image-02 {
    position: absolute;
    width: 300px;
    height: auto;
    transform: translate(-50%, -50%);
    top: -10px;
    left: 195px;
  }
  .cs-hover-image-03 {
    position: absolute;
    width: 300px;
    height: auto;
    transform: translate(-50%, -50%);
    top: 115px;
    left: 130px;
  }
  .cs-hover-image-04 {
    position: absolute;
    width: 300px;
    height: auto;
    transform: translate(-50%, -50%);
    top: 115px;
    left: 195px;
  }
}
.cs-icon-01:hover + .cs-hover-image-01,
.cs-icon-02:hover + .cs-hover-image-02,
.cs-icon-03:hover + .cs-hover-image-03,
.cs-icon-04:hover + .cs-hover-image-04 {
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.cs-hover-image-01 .brain-title {
  font-family:
    OpenSans Regular,
    sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-decoration: underline #df007e;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.cs-hover-image-02 .brain-title {
  font-family:
    OpenSans Regular,
    sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-decoration: underline #fde97e;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.cs-hover-image-03 .brain-title {
  font-family:
    OpenSans Regular,
    sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-decoration: underline #56abd9;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.cs-hover-image-04 .brain-title {
  font-family:
    OpenSans Regular,
    sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-decoration: underline #b1ac00;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.cs-icon {
  opacity: 0.3;
  animation: pulseOpacity 2s ease-in-out infinite;
  cursor: pointer;
}

@keyframes pulseOpacity {
  0%,
  100% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.8;
  }
}
.cs-img-round-1 {
  -webkit-border-top-left-radius: 150px;
  -moz-border-radius-topleft: 150px;
  border-top-left-radius: 150px;
}
.cs-img-round-2 {
  -webkit-border-top-right-radius: 150px;
  -moz-border-radius-topright: 150px;
  border-top-right-radius: 150px;
}
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
  .cs-img-round-1 {
    -webkit-border-top-left-radius: 100px;
    -moz-border-radius-topleft: 100px;
    border-top-left-radius: 100px;
  }
  .cs-img-round-2 {
    -webkit-border-top-right-radius: 100px;
    -moz-border-radius-topright: 100px;
    border-top-right-radius: 100px;
  }
}
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  .cs-img-round-1 {
    -webkit-border-top-left-radius: 60px;
    -moz-border-radius-topleft: 60px;
    border-top-left-radius: 60px;
  }
  .cs-img-round-2 {
    -webkit-border-top-right-radius: 60px;
    -moz-border-radius-topright: 60px;
    border-top-right-radius: 60px;
  }
}
/* End Brain */
