:root {
  --accent-color: #222222;
  --secondary-color: #ffea3d;
  --background-dg-color: #535353;
  --background-lg-color: #f0ecec;
  --background-btn-lg-color: #f0f0f0;
  --text-color: #ffffff;
  --headline-color: #121212;
  --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);
  --cs-theme-button-border-radius: 2;
}
/* Content-Container */
.cs_content-wrapper {
  width: 90%;
  max-width: 1536px !important;
}
.cs_content-fullwidth-wrapper {
  width: 100%;
  max-width: 1920px !important;
}
/* End Content-Container */
/* Fonts */
@font-face {
  font-family: "OpenSans Light";
  src: url("../fonts/OpenSans/OpenSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans Regular";
  src: url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans SemiBold";
  src: url("../fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans Bold";
  src: url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans ExtraBold";
  src: url("../fonts/OpenSans/OpenSans-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans Italic";
  src: url("../fonts/OpenSans/OpenSans-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans SemiBold Italic";
  src: url("../fonts/OpenSans/OpenSans-SemiBoldItalic.ttf") format("truetype");
}
html {
  font-size: calc(15px + 0.5vw);
  line-height: calc(20px + 0.6vw);
}
h1 {
  font-family: OpenSans Bold;
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-align: left;
  color: var(--text-color);
}
h1 strong {
  font-size: 1.6rem;
}
@media only screen and (max-width: 980px) {
  h1 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  h1 strong {
    font-size: 1.2rem;
  }
}
.\34 04_site {
  font-family: OpenSans ExtraBold;
  font-size: 3rem;
  line-height: 3.1rem;
  text-align: left;
  text-transform: uppercase;
  color: var(--text-color) !important;
  text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: flex-start;
  padding-top: 10%;
  padding-bottom: 2%;
}
.\34 04_site_text {
  font-size: 1rem;
  line-height: 1.3rem;
  color: #000000;
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
  padding-top: 20px;
  padding-bottom: 20px !important;
  margin-bottom: 10%;
}
.h1-subline p {
  font-family: OpenSans Bold !important;
  font-size: 1.1rem !important;
  line-height: 1.3rem;
  text-align: left;
  color: var(--secondary-color);
  margin-top: -35px;
}
.h1-subline p sup {
  font-size: 0.8rem !important;
}
h1 sup {
  font-size: 0.85rem;
}
@media only screen and (max-width: 980px) {
  .h1-subline p {
    font-size: 0.9rem !important;
    line-height: 1.5rem;
    margin-top: -37px;
  }
  .h1-subline p sup {
    font-size: 0.6rem !important;
  }
  h1 sup {
    font-size: 0.65rem;
  }
}
h2 {
  font-family: OpenSans Bold;
  font-size: 1.2rem;
  line-height: 1.3rem;
  text-align: left;
  color: #fff;
}
h2.h2-halfbox {
  font-family: OpenSans Bold;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: left;
  color: #666666;
  border-bottom: 0.5rem solid;
  border-image: linear-gradient(
      to right,
      #ffea3d 0,
      #ffea3d 35%,
      #fff 35%,
      #fff 100%
    )
    1;
}
h2.h2-footer-intro {
  font-family: OpenSans Light;
  font-size: 1.1rem;
  line-height: 1.3rem;
  color: #fff;
  text-align: center;
  padding-bottom: 19px;
}
h2 sup {
  font-size: 0.65rem;
  bottom: 0.6em;
}
.listing h2 {
  font-size: 0.9rem;
  line-height: 1rem;
  padding: 15px 0 6px 0;
  margin-left: 10px;
  border-bottom: 0.35rem solid;
  border-image: linear-gradient(
      to right,
      #666666 0,
      #666666 60%,
      rgba(0, 0, 0, 0) 60%,
      rgba(0, 0, 0, 0) 100%
    )
    1;
}
.yellow-section h2 {
  font-family: OpenSans Bold;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: left !important;
  color: #666666;
  border-bottom: 0.4rem solid;
  border-image: linear-gradient(
      to right,
      #666666 0,
      #666666 32%,
      rgba(0, 0, 0, 0) 32%,
      rgba(0, 0, 0, 0) 100%
    )
    1;
  margin-bottom: 20px;
}
.yellow-section h2 span {
  font-family: OpenSans Regular;
}
.yellow-semi-section h2 {
  font-family: OpenSans ExtraBold;
  font-size: 1.5rem;
  line-height: 1.8rem;
  text-align: left !important;
  color: #666666;
  border-bottom: 0.4rem solid;
  border-image: linear-gradient(
      to right,
      #666666 0,
      #666666 32%,
      rgba(0, 0, 0, 0) 32%,
      rgba(0, 0, 0, 0) 100%
    )
    1;
  margin-bottom: 20px;
}
.row-quotation h2 {
  text-align: center !important;
  font-size: 2rem !important;
  line-height: 2.2rem !important;
}
.row-quotation p {
  text-align: center !important;
}
.row-quotation h2 span {
  color: var(--secondary-color);
}
.row-quotation p {
  color: var(--secondary-color);
}
h3 {
  font-family: OpenSans SemiBold;
  font-size: 1.1rem;
  line-height: 1.6rem;
  text-align: left;
  color: #fff;
}
.listing h3 {
  font-family: OpenSans Bold;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: left;
  color: #fff;
}
p {
  font-family: OpenSans Regular;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #fff;
}
p sup {
  font-size: 0.65rem;
  bottom: 0.4em;
}
.listing p {
  font-size: 0.8rem;
  line-height: 1.3rem;
}
.podcast_sektion p {
  font-family: OpenSans SemiBold;
  font-size: 1.1rem;
  line-height: 1.6rem;
  text-align: left;
  color: #666666;
}
.supline_h1 p {
  margin-bottom: -30px;
}
@media screen and (max-width: 980px) {
  .supline_h1 p {
    margin-bottom: -30px;
  }
}
a {
  font-family: OpenSans Regular;
  font-size: 0.8rem;
  line-height: 1.3rem;
  color: #888888 !important;
  text-decoration: none !important;
}
a:hover {
  color: #666666 !important;
}
.download_section a {
  font-family: OpenSans Regular;
  font-size: 0.7rem !important;
  color: #888888 !important;
}
.download_section a:hover {
  font-family: OpenSans Regular;
  font-size: 0.7rem !important;
  color: #666666 !important;
}
.hinweistext p {
  font-size: 0.6rem;
  line-height: 0.9rem;
}
.dark-section p {
  font-family: OpenSans Regular;
  font-size: 0.8rem;
  line-height: 1.3rem;
  color: #fff;
}
.dark-section ul {
  list-style: none;
  font-family: OpenSans Regular;
  font-size: 0.8rem;
  line-height: 1.3rem;
  color: #fff;
}
.dark-section ul li::before {
  content: "\25A0"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  font-size: 1.1rem;
  color: #ffea3d; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1rem; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.light-section li {
  list-style-type: none;
}
.light-section ul {
  list-style: none;
  font-family: OpenSans Regular;
  font-size: 0.8rem;
  line-height: 1.3rem;
  color: #666666;
}
.light-section ul li::before {
  content: "\25A0"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  font-size: 1.1rem;
  color: #ffea3d; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1rem; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
@media all and (max-width: 980px) {
  .light-section ul li::before {
    content: "\25A0"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    font-size: 0.8rem;
    color: #ffea3d; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1rem; /* Also needed for space (tweak if needed) */
    margin-left: -1.3em; /* Also needed for space (tweak if needed) */
  }
}
.footer-impressum p,
.footer-impressum a {
  font-family: OpenSans Regular;
  font-size: 0.6rem;
  line-height: 1rem;
  text-align: center;
  color: #fff;
}
.footer-kontakt p {
  font-family: OpenSans Regular;
  font-size: 0.7rem;
  line-height: 1.4rem;
  color: #fff;
}
.footer-kontakt a {
  font-family: OpenSans Regular;
  font-size: 0.7rem;
  line-height: 1.4rem;
  color: #fff;
}
.et_pb_menu ul > li > a {
  font-family: OpenSans SemiBold;
  font-size: 0.7rem;
  color: #666666;
  text-transform: uppercase;
}
#menu-top > li.menu-item.menu-item-type-custom.menu-item-object-custom > a {
  font-family: OpenSans SemiBold;
  font-size: 0.6rem;
  color: #666666;
  text-transform: uppercase;
}
.mega_menu-seminare p {
  font-family: OpenSans Regular;
  font-size: 0.7rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #fff;
  padding-left: 20px;
}
.mega_menu-seminare a {
  font-family: OpenSans Regular;
  font-size: 0.7rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #fff !important;
  padding-left: 0;
}
.mega_menu-seminare a:hover {
  color: #ffffffc0;
}
/* Buttons */
.btn-kontakt {
  font-family: OpenSans SemiBold;
  font-size: 0.8rem;
  color: var(--accent-color) !important;
  background: #ffea3d;
  border: 0;
  border-radius: calc(var(--cs-theme-button-border-radius) * 1px);
  padding: 8px 25px;
}
.btn-kontakt:hover {
  font-size: 0.8rem;
  color: #ffea3d !important;
  background: #666666 !important;
  border: 0 !important;
  border-radius: calc(var(--cs-theme-button-border-radius) * 1px);
  padding: 8px 25px;
}
.btn-newsletter {
  font-family: OpenSans SemiBold;
  font-size: 0.7rem;
  color: #666666;
  background: #ffea3d;
  border: 0;
  border-radius: 25px;
  margin-top: 20px;
}
.btn-newsletter:hover {
  font-size: 0.7rem;
  color: #ffea3d !important;
  background: #666666 !important;
  border: 0 !important;
  border-radius: 25px;
  margin-top: 20px;
}
button.single_add_to_cart_button {
  font-family: OpenSans SemiBold;
  font-size: 0.8rem !important;
  color: var(--accent-color) !important;
  background: #ffea3d !important;
  border: 0 !important;
  border-radius: calc(var(--cs-theme-button-border-radius) * 1px) !important;
  padding: 8px 25px;
}
button.single_add_to_cart_button:hover {
  font-size: 0.8rem;
  color: #ffea3d !important;
  background: #666666 !important;
  border: 0 !important;
  border-radius: calc(var(--cs-theme-button-border-radius) * 1px);
  padding: 8px 25px;
}
input.input-text.qty.text {
  font-family: OpenSans SemiBold;
  font-size: 0.8rem !important;
  color: var(--accent-color);
  background: #ffea3d !important;
  padding: 0.23rem;
  border-radius: calc(var(--cs-theme-button-border-radius) * 1px) !important;
}
.menu-account {
  padding-left: 5px;
}
.nav li {
  line-height: 1.2rem;
}
.topmenu-podcast {
  font-family: OpenSans Light;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #666666;
  background: #ffea3d;
  padding: 4px 20px;
}
.topmenu-podcast:hover {
  font-family: OpenSans Light;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #ffea3d !important;
  background: #666666;
  padding: 4px 20px;
}
.topmenu-newsletter {
  font-family: OpenSans Light;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #ffea3d !important;
  background: #666666;
  padding: 4px 20px;
}
.topmenu-newsletter:hover {
  font-family: OpenSans Light;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #666666 !important;
  background: #ffea3d !important;
  padding: 4px 20px;
}
.et_pb_menu__search-button:after {
  color: #666666;
  padding-left: 20px;
}
.cs__header--slider .et_pb_slide_description {
  text-align: left;
}
.cs__header--slider .et_pb_slide_content p {
  font-family: OpenSans Bold;
  font-size: 2.5rem;
  line-height: 2.6rem;
  /* text-transform: uppercase; */
  color: #fff;
  text-shadow: 5px 5px 6px rgba(0, 0, 0, 0.5);
}
.cs__header--slider .et_pb_slide_content span {
  color: #ffea3d;
}
.cs__header--slider div.et_pb_button_wrapper > a {
  font-family: OpenSans Bold;
  color: #666666;
  background: #ffea3d;
  border: 0;
  border-radius: 25px;
  padding: 5px 45px;
}
.cs__header--slider div.et_pb_button_wrapper > a:hover {
  font-family: OpenSans Bold;
  color: #ffea3d !important;
  background: #666666;
  border: 0;
  border-radius: 25px;
  padding: 5px 45px;
}
p.slider-intro-txt {
  font-family: OpenSans Regular !important;
  font-size: 0.9rem !important;
  width: 35%;
  line-height: 1.2rem !important;
  border-left: 4px solid var(--secondary-color);
  padding-left: 20px;
  margin-top: -20px;
}
@media all and (min-width: 768px) and (max-width: 980px) {
  p.slider-intro-txt {
    width: 65% !important;
    padding-left: 20px;
    margin-top: -20px;
  }
}
@media all and (max-width: 767px) {
  p.slider-intro-txt {
    width: 95% !important;
    padding-left: 20px;
    margin-top: -20px;
  }
}
@media all and (min-width: 768px) and (max-width: 980px) {
  .cs__header--slider .et_pb_slide_content p {
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding: 10px 0 inherit;
  }
}
@media all and (max-width: 767px) {
  .cs__header--slider .et_pb_slide_content p {
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding: 10px 0 inherit;
    margin-top: 30px;
  }
}
/* Filter */
div.acf-view__field {
  font-size: 0.75rem !important;
  margin-bottom: 12px;
}
a.dp-dfg-filter-link.a {
  border-left: none !important;
}
a.dp-dfg-filter-link.z {
  border-right: none !important;
}
a.dp-dfg-filter-link {
  border-right: 1px solid #ffea3d !important;
  border-left: 1px solid #ffea3d !important;
  border-top: none !important;
  border-bottom: none !important;
}
.dp-dfg-filters a {
  font-family: OpenSans SemiBold !important;
  font-size: 0.7rem !important;
}
/* End Filter */
/* Footer */
.footer-socialmedia {
  display: flex;
  gap: 7px;
  padding-bottom: 46px;
  margin-top: 12px;
}
.footer-socialmedia img {
  /* flex: 0 0 18%; */
  width: 50px;
}
.footer-partner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  padding-bottom: 46px;
  margin-top: 12px;
}
.footer-partner img {
  width: 220px;
  height: auto;
}
/* Footer End */
/* Halfboxen */
.halfbox_flex-text-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10% 0 40px;
}
.halfbox_flex-text-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 40px 0 10%;
}
.halfbox_flex-text-left .halfbox_link a,
.halfbox_flex-text-right .halfbox_link a {
  font-family: OpenSans Bold;
  font-size: 0.9rem;
  color: #707070;
}
.halfbox_flex-text-left .halfbox_link a:hover,
.halfbox_flex-text-right .halfbox_link a:hover {
  font-family: OpenSans Bold;
  font-size: 0.9rem;
  color: #303030 !important;
}
.halfbox_flex-text-left .halfbox_link,
.halfbox_flex-text-right .halfbox_link {
  font-family: OpenSans Bold;
  font-size: 0.9rem;
  color: #707070;
  padding-top: 1.3rem;
}
.halfbox_btn {
  font-family: OpenSans SemiBold;
  font-size: 0.95rem;
  color: #666666;
  border: none;
  background: #ffea3d;
  border-radius: 25px;
  padding: 3px 25px;
  margin-top: 2.6rem;
}
.halfbox_btn:hover {
  font-family: OpenSans SemiBold;
  font-size: 0.95rem;
  color: #ffea3d !important;
  border: none !important;
  background: #666666 !important;
  border-radius: 25px;
  padding: 3px 25px;
  margin-top: 2.6rem;
}
/* End Halfboxen */
/* Paketangebote */
.paketmodule h3 {
  font-size: 1rem;
}
.paketmodule_link a {
  font-family: OpenSans Bold;
  font-size: 0.75rem;
  color: #707070;
}
.paketmodule_link a:hover {
  font-family: OpenSans Bold;
  font-size: 0.75rem;
  color: #303030 !important;
}
/* Ende Paketangebote */
/* Listen */
ul.list-alearn {
  list-style: none;
  font-family: OpenSans Regular;
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: #666666;
}
ul.list-alearn li::before {
  content: "" !important;
  background-image: url(/wp-content/uploads/2023/05/a-learn-signet.svg);
  margin: 0 5px -0.1rem -1rem;
  background-size: cover;
  display: inline-block;
  height: 17px;
  width: 22px;
}
@media screen and (max-width: 980px) {
  ul.list-alearn li::before {
    margin-left: -1.5em;
  }
}
/* End Listen */
/* Menu */
/*==== add some spacing around menu items ====*/
.et_pb_menu ul > li > a {
  /* padding: 14px 20px!important; */
}

/*==== elimitate opacitcy change on hover ====*/
.et_pb_menu ul > li > a:hover {
  opacity: 1 !important;
}
/*==== Start Underline From Center ====*/

.cs-underline-from-center nav ul li a,
.divimegapro-open .cs-underline-from-center 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,
.divimegapro-open .cs-underline-from-center a::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #666666;
  height: 2px;
  -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,
.divimegapro-open .cs-underline-from-center a:hover::before {
  left: 0;
  right: 0;
}

/*==== End Underline From Center ====*/
/*= Sub Menu =*/
.cs-menu ul.sub-menu {
  width: 360px;
}
.cs-menu ul.sub-menu li,
.cs-menu ul.sub-menu li a {
  width: 100%;
}
/* Menu End */
/* Overlay Image */
.text_over_image {
  position: absolute;
  top: 10%;
  left: 10%;
}
.text_over_image p {
  font-family: OpenSans Regular;
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #fff;
}
.text_over_image h2 {
  font-family: OpenSans Bold;
  font-size: 4rem;
  line-height: 4rem;
  color: #fff !important;
}
.text_over_image_1 {
  position: absolute;
  bottom: 10%;
  left: 10%;
}
.text_over_image_1 p {
  font-family: OpenSans Regular;
  font-size: 1.2rem;
  line-height: 1rem;
  padding-bottom: 0.7rem;
  color: #fff;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
}
.text_over_image_1 h2 {
  font-family: OpenSans Bold;
  font-size: 2.5rem;
  line-height: 2.7rem;
  color: #fff !important;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
  padding-bottom: 0.8rem;
}
.text_over_image_1 a {
  font-family: OpenSans Regular;
  font-size: 0.9rem;
  line-height: 1rem;
  color: #666666;
  padding: 5px 20px;
  border-radius: 20px;
  background: #ffea3d;
  text-shadow: none;
}
.text_over_image_1 a:hover {
  font-family: OpenSans Regular;
  font-size: 0.9rem;
  line-height: 1rem;
  color: #ffea3d !important;
  padding: 5px 20px;
  border-radius: 20px;
  background: #666666;
  text-shadow: none;
}
/* End Overlay Image */
/* Preisliste */
.preisliste_plus .plus1 {
  width: 100%;
  height: 100px;
  background: #ffea3d;
  display: flex;
  flex-direction: column;
  justify-content: baseline;
  padding-top: 40px;
  border: 1px solid #ffea3d;
}
.preisliste_plus .plus1 h3 {
  font-family: OpenSans Regular;
  font-size: 1.1rem;
  line-height: 1rem;
  color: #666666;
  text-align: center;
  padding-bottom: 0;
}
.preisliste_plus .plus1 p {
  font-family: OpenSans Regular;
  font-size: 0.6rem;
  color: #666666;
  text-align: center;
}
.preisliste_plus .plus2 {
  width: 100%;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  padding: 0 20px;
}
.preisliste_plus .plus2 ul {
  padding: 0 20px;
}
.preisliste_plus .plus2 li {
  font-family: OpenSans Regular;
  font-size: 0.7rem;
  line-height: 1rem;
  color: #666666;
  text-align: left;
}
.preisliste_plus .plus3 {
  width: 100%;
  height: 120px;
  display: flex;
  flex-wrap: nowrasp;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
}
.preisliste_plus .plus3 div {
  width: 50%;
}
.preisliste_plus .plus3 div:last-child {
  border-left: 1px solid #666666;
}
.preisliste_plus .plus3 p {
  font-family: OpenSans Regular;
  font-size: 0.7rem;
  line-height: 1rem;
  color: #666666;
  text-align: center;
}
/* End Preisliste */
/* Slider */
.et_pb_slide_description,
.et_pb_slider_fullwidth_off .et_pb_slide_description {
  padding: 25% 4.5% 7%;
}
/*** Overlay ***/
.video-gradient-slide {
  position: relative;
}

.video-gradient-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(34, 34, 34, 0.2) 0%,
    rgba(34, 34, 34, 0.4) 80%,
    #222222 100%
  );
  pointer-events: none;
  z-index: 2;
}

/* Falls Text im Slider über dem Overlay sein soll */
.video-gradient-slide .et_pb_slide_content,
.video-gradient-slide .et_pb_button {
  position: relative;
  z-index: 3;
}
/* End Slider */
/* Team-Seite */
.teaminfo img {
  margin-bottom: -30px;
}
.teaminfo p {
  font-family: OpenSans Regular;
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: #fff;
  background: #666666;
  padding: 15px 0 15px 10px !important;
  margin-top: -1px;
}
.teaminfo p:hover {
  font-family: OpenSans Regular;
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: #666666 !important;
  background: #ffea3d !important;
  padding: 15px 0 15px 10px !important;
  margin-top: -1px;
}
/* To Top Button */
.et_pb_scroll_top:before {
  color: rgba(255, 255, 255, 0.6);
}
/* 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: rgba(102, 102, 102, 0.25) /* 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 */;
  border-radius: 30px; /* make the circle */
  background: rgba(80, 80, 80, 0.25) /*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);
}
/* End To Top Button */
/* Newsletter Formular */
button.sib-form-block__button.sib-form-block__button-with-loader {
  background: #ffea3d;
  color: #666666;
  border-radius: 20px;
}
div.sib-form-block {
  color: #666666;
}
.pum-theme-6523 .pum-content + .pum-close,
.pum-theme-content-only .pum-content + .pum-close {
  /* font-size: 20px; */
  font-size: 40px;
}

/* End Newsletter Formular */
/* Test */

/* Element | https://pts.dev.sparkundsparkling.com/ */

#menu-main
  > li:nth-child(3)
  > ul:nth-child(2)
  > li:nth-child(5)
  > a:nth-child(1) {
  padding-top: 6px;
}

/* style-static.min.css | https://pts.dev.sparkundsparkling.com/wp-content/themes/Divi/style-static.min.css?ver=4.21.0 */
.et-menu li {
  /* display: inline-block; */
  display: block;
}
.et_pb_menu .et-menu-nav > ul ul {
  padding-top: 30px;
}
/* Kontaktformular */
.nf-form-content {
  margin: 0 !important;
}
#nf-field-5-wrap > div:nth-child(2) > ul:nth-child(1),
#nf-field-14-wrap > div:nth-child(2) > ul:nth-child(1) {
  display: flex;
  gap: 30px;
}
.nf-field-container .field-wrap .nf-element::placeholder {
  color: #666666;
}
.ninja-forms-req-symbol {
  color: #666666 !important;
}
#nf-label-field-23 {
  font-family: OpenSans Light;
  font-size: 0.7rem;
}
#nf-field-24-wrap > div:nth-child(2) > p:nth-child(1) {
  font-family: OpenSans Light;
  font-size: 0.7rem;
}
/* End Kontaktformular */
/* Alle Posttypes Filter */
.dp-dfg-skin-default .dp-dfg-filters-dropdown-layout .dp-dfg-dropdown-tag {
  background: #ffea3d;
}
/* End Alle Posttypes Filter */
/* Glossar */
.type-glossareintrag h2.entry-title {
  margin-bottom: -15px !important;
}
.type-glossareintrag h2.entry-title::before {
  content: "(" !important;
}
.type-glossareintrag h2.entry-title::after {
  content: ")" !important;
}
.acf-view__germanLanguage {
  font-family: OpenSans Bold;
}
.acf-view__englishLanguage,
.acf-view__comment {
  font-family: OpenSans Light;
}
/* End Glossar */
/* Kundenstimmen */
.acf_kundeninfo {
  display: flex;
  flex-direction: column;
  margin-top: 20px !important;
  font-size: 1rem;
}
.acf_kundenstimmen_name {
  font-family: OpenSans SemiBold Italic;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #666666;
}
.acf-view__unternehmen {
  font-family: OpenSans Italic;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #666666;
}
div.acf-view__unternehmen {
  margin-top: -15px !important;
}
.acf_kundenstimmen_datum {
  font-family: OpenSans Italic;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #666666;
  display: inline-block;
}
.type-meinungen h2.entry-title {
  font-family: OpenSans ExtraBold !important;
  font-size: 1.2rem !important;
  padding-top: 12px !important;
  padding-bottom: 20px !important;
  border-top: 0.35rem solid;
  border-image: linear-gradient(
      to right,
      #666666 0,
      #666666 33%,
      rgba(0, 0, 0, 0) 33%,
      rgba(0, 0, 0, 0) 100%
    )
    1;
}
/* Beiträge */
.blog_custom_meta p {
  font-family: OpenSans SemiBold Italic;
  font-size: 0.6rem;
}
.dp-dfg-search-input {
  border-radius: 50px 0 0 50px;
  color: #666666 !important;
  background: #ffea3d !important;
  border: 1px solid #ffea3d !important;
}
input.dp-dfg-search-input.search-clean {
  color: #666666 !important;
}
.dp-dfg-dropdown-label {
  border-radius: 50px;
}
.dp-dfg-skin-default .dp-dfg-filters-dropdown-layout .dp-dfg-dropdown-label {
  background: #ffea3d !important;
  border: 1px solid #ffea3d;
  padding: 0.5em 2em 0.5em 0.9em;
}
.et-pb-icon.dp-dfg-search-icon {
  background: #ffea3d !important;
  border-radius: 0 50px 50px 0;
}
img.dp-dfg-featured-image {
  border-radius: 40px;
}
.dfg_et_overlay {
  border-radius: 40px !important;
}
.dp-dfg-layout-grid .dp-dfg-image,
.dp-dfg-layout-grid .dp-dfg-overlay {
  margin: 0;
}
.type-post h2.entry-title {
  margin-top: 15px;
  font-family: OpenSans SemiBold !important;
  font-size: 0.8rem !important; /* 0.85rem initial */
  line-height: 1rem; /* 1.1rem initial */
  color: #666666;
}
.type-post span.published {
  font-family: OpenSans SemiBold Italic;
  font-size: 0.6rem;
}
.type-post a.et_pb_button.dp-dfg-more-button {
  border: none;
  padding: 0 !important;
  font-family: OpenSans Bold;
  font-size: 0.7rem !important;
}
.type-post .dp-dfg-content.entry-summary {
  margin-top: opx;
  font-family: OpenSans Regular !important;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.dpdfg_filtergrid_0 .dp-dfg-container .dp-dfg-filters-dropdown-layout {
  margin-bottom: 40px !important;
}
.blog_slider_home h2.dg_bc_title a {
  font-family: OpenSans SemiBold !important;
  font-size: 0.8rem;
  line-height: 1rem;
  color: #666666;
  margin-top: 20px;
}
.blog_slider_home h2.dg_bc_title {
  margin-top: 20px;
  line-height: 0.5rem;
}
.blog_slider_home p.post-meta {
  font-family: OpenSans SemiBold Italic;
  font-size: 0.6rem;
}
.blog_slider_home .post-content p {
  font-family: OpenSans Regular;
  font-size: 0.8rem;
}
.blog_slider_home a.read-more span {
  font-family: OpenSans Bold;
  font-size: 0.7rem;
  margin-top: 18px;
}
/* End Beiträge */
/* Downloads */
.type-downloads {
  border-bottom: 1px solid #666666 !important;
}
.type-downloads h2.entry-title {
  margin-top: 15px;
  font-family: OpenSans SemiBold !important;
  font-size: 0.85rem !important;
  line-height: 1.1rem;
}
.type-downloads .dp-dfg-content.entry-summary {
  margin-top: -5px;
}
/* End Downloads */
/* Links (Seite) */
.type-links .dp-dfg-content.entry-summary {
  border-bottom: 1px solid #666666 !important;
}
.type-links .dp-dfg-content.entry-summary p a {
  margin-top: 15px;
  font-family: OpenSans SemiBold !important;
  font-size: 0.85rem !important;
  line-height: 1.1rem;
}
/* End Links (Seite) */
/* FAQ */
.faq_sektion-frage {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.8rem;
}
.faq-antwort {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: OpenSans SemiBold;
  font-size: 0.8rem;
  padding-left: 40px;
}
.faq_sektion-antwort {
  background: rgba(102, 102, 102, 0.1);
  font-size: 0.65rem;
  padding: 15px 40px 30px;
}
.dp-dfg-item.type-fragen {
  margin-bottom: 0 !important;
}
/* End FAQ */
/* Kundenstimmen Slider */
.kundenstimmen_slider p {
  text-align: center !important;
}
/* End Kundenstimmen Slider */
/* Podcasts */
.podcast_wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
@media screen and (max-width: 980px) {
  .podcast_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.podcast_video {
  flex: 0 0 560px;
}
@media screen and (max-width: 980px) {
  .podcast_video {
    flex: 0 0 100%;
  }
}
.type-podcasts h2.entry-title {
  font-family: OpenSans SemiBold !important;
  font-size: 1.1rem !important;
  line-height: 1.6rem;
  text-align: left;
  color: #666666;
  border-bottom: 0.5rem solid;
  border-image: linear-gradient(
      to right,
      #ffea3d 0,
      #ffea3d 9%,
      #fff 9%,
      #fff 100%
    )
    1;
  margin-bottom: 20px;
}
/* End Podcasts */
/* Podcast Sektion */
.podcast_sektion_icons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 15px;
  margin-top: 18px;
}
/* End Podcast Sektion */
/* Bilder mit Link volle Höhe */
.cs-full-height-image-column {
  height: 100%;
}
/*this sets the height of the image container*/
.cs-full-height-image-column .et_pb_image_wrap {
  height: 100%;
}
/*this sets the height and fit of the actual image*/
.cs-full-height-image-column img {
  object-fit: cover;
  height: 100%;
}
.cs-full-height-image-column a {
  line-height: 0;
}
/* End Bilder mit Link volle Höhe */
/* Mobiles Menu */
@media only screen and (max-width: 980px) {
  #menu-main {
    position: absolute;
    right: 0;
    width: 100%;
  }
  ul#mobile_menu3 {
    top: 50px;
  }
  .et_pb_menu_2_tb_header,
  .et_pb_menu_0_tb_header {
    position: static;
  }
  .et_pb_menu_2_tb_header > div:nth-child(1),
  .et_pb_menu_0_tb_header > div:nth-child(1) {
    position: static;
  }
}
/* End Mobiles Menu */
/* Suche Lupe */
.et_pb_menu__icon.et_pb_menu__search-button {
  background: #ffea3d;
  padding-right: 20px;
}
.et_pb_menu__icon.et_pb_menu__search-button:hover {
  background: #666666;
  padding-right: 20px;
}
button.et_pb_menu__icon:hover::after {
  color: #ffea3d;
}
/* End Suche Lupe */
/* Standardsuche */
.cs_search h2.entry-title,
.cs_search h2.entry-title a {
  margin-top: 15px;
  font-family: OpenSans SemiBold !important;
  font-size: 0.8rem !important; /* 0.85rem initial */
  line-height: 1rem; /* 1.1rem initial */
  color: #666666;
  border-top: none;
  border-bottom: none;
  padding-top: 0 !important;
  margin-bottom: 0;
}
.cs_search p.post-meta,
.cs_search p.post-meta a {
  font-family: OpenSans SemiBold Italic;
  font-size: 0.6rem;
}
.cs_search a.more-link {
  border: none;
  padding: 0 !important;
  font-family: OpenSans Bold;
  font-size: 0.7rem !important;
}
.cs_search .post-content-inner p {
  margin-top: opx;
  font-family: OpenSans Regular !important;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
/* End Standardsuche */
/* Flyout Buttons */
#btn1 img {
  width: 60px !important;
  height: auto !important;
  padding: 12px 12px 12px 12px;
}
#btn2 img {
  width: 60px !important;
  height: auto !important;
  padding: 10px 10px 10px 10px;
}
#btn3 img {
  width: 60px !important;
  height: auto !important;
  padding: 10px 10px 10px 10px;
}
#btn1 {
  top: 40%;
  background-color: #ffea3d;
  margin-bottom: 6px;
}
#btn1 p {
  color: #666;
}
#btn2 {
  top: calc(40% + 66px);
  background-color: #666666;
  margin-bottom: 6px;
}
#btn2 p {
  color: #ffea3d;
}
#btn3 {
  top: calc(40% + 132px);
  background-color: #ffea3d;
}
#btn3 p {
  color: #666;
}
div.button-f {
  z-index: 999;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* background-color: #4E5055; */
  color: #fff;
  width: 340px;
  height: 60px;
  position: fixed;
  right: -281px;
  transition: 0.7s ease;
}
div.button-f p {
  font-family: OpenSans Bold, sans-serif;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
}
div.button-f:hover {
  background-color: #4e5055;
  color: #fff;
  position: fixed;
  right: -50px;
  width: 300px;
  height: 60px;
  border-radius: 0px;
}
div.button-f:active {
  background-color: #2c3e50;
  transition: 0s;
  color: #fff;
}
@media all and (max-width: 980px) {
  a.flyout-btn {
    display: none;
  }
}
/* End Flyout Buttons */
/* Tabs */
.cs-tab-wrapper h5.et_pb_toggle_title {
  font-family: OpenSans Bold;
  font-size: 0.8rem;
}
/* End Tabs */
/* Vertical Tabs */
.cs-vertical-tab-wrapper .dg_at_nav_active {
  background: #ffea3d;
}
.cs-vertical-tab-wrapper .dg_at_nav:hover {
  background: #ffea3d !important;
}
.cs-vertical-tab-wrapper h2 {
  font-family: OpenSans Bold, sans-serif;
  font-size: 1.2rem;
  line-height: 1.3rem;
  text-align: left;
  color: #666;
}
.cs-vertical-tab-wrapper h4.diat_at_title {
  font-family: OpenSans Bold, sans-serif;
  font-size: 0.8rem;
  line-height: 1rem;
  text-align: left;
  color: #666;
}
.cs-vertical-tab-wrapper h5 {
  font-family: OpenSans Bold, sans-serif;
  font-size: 0.9rem;
  line-height: 1rem;
  text-align: left;
  color: #666;
  padding-top: 15px;
  padding-bottom: 5px;
}
.cs-vertical-tab-wrapper p {
  font-family: OpenSans Regular, sans-serif;
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: left;
  color: #666;
  padding-top: 15px;
  padding-bottom: 10px;
}
.cs-vertical-tab-wrapper div.dg_at_item_container {
  border: 1px solid #666;
}
.cs-vertical-tab-wrapper div.dg_at_content_wrapper {
  border-top: 1px solid #666;
}
.cs-vertical-tab-wrapper div.dg_at_image_wrapper > img {
  width: 100% !important;
}
/* End Vertical Tabs */
/* Divi Gear Tab Modul */
div.dg_at_nav.lr_left.md_left.sm_left.arrow_top > span.at_icon_wrap > span {
  display: none !important;
}

div.dg_at_nav.lr_left.md_left.sm_left.arrow_top > span.at_nav_content > h4 {
  font-weight: 700 !important;
}
/* End Divi Gear Tab Modul */
/* Counter */
span.percent-value,
span.percent-sign {
  font-family: OpenSans Bold;
  color: #fff;
  font-size: 4rem;
}
.et_pb_number_counter > h3 {
  text-align: center;
  color: #ffea3d;
}
/* End Counter */
/* Neue Module */
.cs-column-img-3 {
  display: flex;
  gap: 30px;
}
.cs-column-img-3 img {
  display: block;
  aspect-ratio: auto 432 / 933;
}
.cs-column-img-3-t {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
a.cs-btn-rec {
  font-family: OpenSans SemiBold !important;
  font-size: 0.8rem !important;
  color: #fff !important;
  background: #55544c !important;
  padding: 6px 15px;
  border: 0;
  border-radius: 25px;
}
a.cs-btn-rec:hover {
  font-size: 0.8rem;
  color: #ffea3d !important;
  background: #666666 !important;
  border: 0 !important;
  border-radius: 25px;
}

.cs-rec-wrapper .et_pb_blurb_container h4 {
  padding-top: 15px;
  padding-bottom: 10px;
  font-family: OpenSans SemiBold !important;
  font-size: 0.9rem !important;
  line-height: 1rem;
  color: #fff;
}
.cs-rec-teaser {
  padding-bottom: 30px;
}
.et_pb_preload .et_pb_section_video_bg,
.et_pb_preload > div {
  visibility: visible;
}

.et_pb_main_blurb_image img {
  border-radius: calc(var(--cs-theme-button-border-radius) * 1px) !important;
}
.column-shifted-2 img {
  border-radius: calc(var(--cs-theme-button-border-radius) * 1px) !important;
}
.shift-box-y p,
.shift-box-b p {
  text-align: center;
}
.shift-box-y p {
  color: #000;
}
.shift-box-y h4 > span {
  font-family: OpenSans Bold;
  font-size: 1rem !important;
  color: #000;
}
.shift-box-y h4 {
  text-align: center !important;
  margin-top: -20px;
  margin-bottom: 10px;
}
.shift-box-b h4 > span {
  font-family: OpenSans Bold;
  color: #fff;
  font-size: 1rem !important;
}
.shift-box-b h4 {
  text-align: center !important;
  margin-top: -20px;
  margin-bottom: 10px;
}
.shift-intro-header h2 {
  font-size: 1.4rem;
  line-height: 1.5rem;
}
/* End neue Module */
/* *** WooCommerce *** */
/* Tabs */
.cs-tabs-wrapper > .et_pb_all_tabs {
  background: var(--accent-color);
}
.cs-tabs-wrapper > .et_pb_tabs_controls li.et_pb_tab_active {
  background: var(--secondary-color);
  color: var(--accent-color);
}
.cs-tabs-wrapper ul.et_pb_tabs_controls {
  background: var(--accent-color) !important;
}
.cs-tabs-wrapper > .et_pb_tabs_controls li.et_pb_tab_active > a {
  color: var(--accent-color) !important;
}
.cs-tabs-wrapper > .et_pb_tabs_controls li {
  background: #000;
}
.cs-tabs-wrapper .description_tab {
  height: 2rem;
}
.cs-tabs-wrapper .et_pb_tabs_controls li > a {
  color: var(--text-color) !important;
  border-bottom: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
}
@media all and (max-width: 767px) {
  .et_pb_tabs_controls li a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
}
.et_pb_tab_content > div > h2,
.et_pb_tab_content > h2 {
  font-size: 1rem;
  margin-top: 20px;
}
.et_pb_tab_content > div > h3,
.et_pb_tab_content > h3 {
  font-family: OpenSans Bold, sans-serif;
  font-size: 0.85rem;
  line-height: 1rem;
  text-decoration: underline;
  text-decoration-color: var(--secondary-color);
  text-decoration-thickness: 3px;
}
.et_pb_tab_content > div > h4,
.et_pb_tab_content > h4 {
  font-family: OpenSans SemiBold, sans-serif;
  font-size: 0.85rem;
  line-height: 1rem;
  color: var(--secondary-color) !important;
}
h2.wb_cptb_title {
  display: none;
}
.et_pb_tab_content > ul > li {
  font-size: 0.8rem !important;
}
.et_pb_tab_content > ul > ul > li {
  font-size: 0.8rem !important;
  list-style-type: circle;
}
/* End Tabs */
/* Preis */
span.woocommerce-Price-amount {
  font-family: OpenSans SemiBold, sans-serif;
}
span.woocommerce-Price-amount.amount::after {
  content: "\A";
  white-space: pre;
}
small.woocommerce-price-suffix {
  font-size: 0.6rem;
}
/* End Preis */
/* Kategorien */
span.posted_in {
  font-family: OpenSans SemiBold;
  font-size: 0.6rem;
  color: var(--text-color);
}
span.posted_in > a {
  font-family: OpenSans Regular;
  font-size: 0.6rem;
  color: var(--text-color) !important;
}
/* End Kategorien */
/* Seminar-Infos */
.acf-view.acf-view--id--6911ed6af0c78 {
  border: 1px solid var(--secondary-color);
  border-radius: calc(var(--cs-theme-button-border-radius) * 1px);
  padding: 15px;
}
.acf-view__datum,
.acf-view__dauer,
.acf-view__teilnehmer,
.acf-view__trainer {
  display: flex;
  gap: 5px;
}
.acf-view__datum,
.acf-view__dauer,
.acf-view__teilnehmer {
  border-bottom: 1px solid gray;
}
.acf-view__datum-label,
.acf-view__datum-field,
.acf-view__dauer-label,
.acf-view__dauer-field,
.acf-view__teilnehmer-label,
.acf-view__teilnehmer-field,
.acf-view__trainer-label,
.acf-view__trainer-field {
  font-size: 0.7rem;
  padding-bottom: 0;
}
.et_pb_wc_description h2 {
  font-size: 0.7rem !important;
  line-height: 1.1rem !important;
}
/* End Seminar-Infos */
/* Warenkorb-Meldung */
.woocommerce-message {
  color: var(--accent-color) !important;
}
.woocommerce-message a.button.wc-forward {
  font-size: 0.8rem;
  color: var(--secondary-color) !important;
  background: #666666 !important;
  border: 1px solid #666666 !important;
  border-radius: calc(var(--cs-theme-button-border-radius) * 1px);
  padding: 8px 25px;
}
.woocommerce-message a.button.wc-forward:hover {
  font-size: 0.8rem;
  color: #666666 !important;
  background: var(--secondary-color) !important;
  border: 1px solid #666666 !important;
  border-radius: calc(var(--cs-theme-button-border-radius) * 1px);
  padding: 8px 25px;
}
/* End Warenkorb-Meldung */
