/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* start: fonts */

/* die fonts werden sowohl hier als auch im elementor unter eigene schriften geladen. hier werdne sie geladen, damit man sie auch innerhalb dieser css datei verwenden kann (elementor lädt die fonts nämlich nur dann wenn er sie benötigt. er prüft dabei nicht ob die fonts in dieser css datei bentöigt werden. das bedeutet, wenn elementor auf einer seite die benötigten fonts nicht lädt, ich aber hier im css die font mit 'font-family: "Quattrocento"' verwenden möchte, geht das nicht. weil die font nicht geladen wurde. aus diesem grund lade ich die fonts auch hier, so kann ich nämlcih sicherstellen, dass die "Quattrocento" und die "Poppins" font immer geladne werden, wenn diese css datei hier in verwendung ist. */

:root {
  --blue-clr: #246083;
  --grey-clr: #f5f5f5;
  --font-poppins: "Poppins", Sans-serif;
  --font-quattro: "Quattrocento", Sans-serif;
}

@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

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

#kreditkanzlei a {
  color: var(--blue-clr);
  transition: all 0.3s ease;
}

#kreditkanzlei a:hover {
  color: var(--blue-clr);
  opacity: 0.8;
}

#kreditkanzlei .header-heading h1 {
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  color: var(--blue-clr);
}

#kreditkanzlei h2 {
  color: var(--blue-clr);
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 39px;
}

@media screen and (max-width: 767px) {
  #kreditkanzlei h2 {
    font-size: 25px;
    line-height: 39px; /* 156% */
  }
}

#kreditkanzlei a.elementor-button,
#kreditkanzlei li.kreditanfrage-menu-btn a,
#kreditkanzlei .header-formular .wpforms-form button {
  color: #fff;
  background-color: var(--blue-clr);
  /* font-family: var(--font-poppins); */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  border-radius: 29px;
  width: fit-content;
}

#kreditkanzlei .header-formular .wpforms-form button {
  height: 40px;
}

#kreditkanzlei .kreditkanzlei-nav-menu a {
  color: #000;
  /* font-family: var(--font-poppins); */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  text-transform: uppercase;
}

#kreditkanzlei
  .kreditkanzlei-nav-menu
  .elementor-nav-menu--dropdown
  .menu-item:not(.kreditanfrage-menu-btn)
  .elementor-item.elementor-item-active {
  background-color: white;
}

#kreditkanzlei .elementor-nav-menu--dropdown .elementor-item.highlighted,
#kreditkanzlei .elementor-nav-menu--dropdown .elementor-item:hover,
#kreditkanzlei .elementor-sub-item.elementor-item-active,
#kreditkanzlei .elementor-nav-menu--dropdown .elementor-sub-item:hover {
  background-color: transparent;
}
/* end: fonts */

/* start: menü */

#kreditkanzlei .kreditkanzlei-nav-container {
  box-shadow: 0px 4px 12.8px -5px rgba(0, 0, 0, 0.22);
}

#kreditkanzlei .kreditkanzlei-nav-menu {
  display: grid;
  align-content: center;
}

@media screen and (max-width: 1250px) {
  #kreditkanzlei .kreditkanzlei-nav-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  #kreditkanzlei .kreditkanzlei-nav-menu a {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  #kreditkanzlei .kreditkanzlei-nav-menu nav {
    padding: 20px;
    border-radius: 0px 0px 10px 10px;
    background: #fff;
    box-shadow: 0px 9px 13.7px -6px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(6.25px);
  }

  #kreditkanzlei .kreditkanzlei-nav-menu nav .sub-menu a {
    font-size: 14px;
  }
}
/* end: menü */

/* start: footer */

#kreditkanzlei .social-icons-footer .elementor-social-icon {
  background-color: transparent;
  height: auto;
  width: auto;
}

#kreditkanzlei .footer-container a {
  color: rgba(255, 255, 255, 0.7);
}

#kreditkanzlei .footer-container a:hover {
  color: rgba(255, 255, 255, 0.7);
  opacity: 0.5;
}
/* end: footer */

/* start: startseite-header */
#kreditkanzlei .startseite-header {
  overflow: hidden;
}

#kreditkanzlei .startseite-header-img img {
  width: 100vw;
  max-height: calc(100vh - 98px);
  object-fit: cover;
}

#kreditkanzlei .startseite-header-info-text p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

#kreditkanzlei .startseite-header-counter p {
  color: var(--blue-clr);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

#kreditkanzlei .startseite-header-counter .elementor-counter-number,
#kreditkanzlei .startseite-header-counter .elementor-counter-number-suffix {
  color: var(--blue-clr);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}

#kreditkanzlei .startseite-header-counter .elementor-counter-number {
  margin-bottom: 10px;
}

#kreditkanzlei .startseite-header-info-container {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  border-radius: 10px 10px 10px 0px;
  background: rgba(255, 255, 255, 0.53);
  backdrop-filter: blur(6.25px);
  max-width: 564px;
  padding: 150px 60px 100px 60px;
  animation-name: slideIn;
  animation-duration: 2s;
}

@media screen and (max-width: 1200px) {
  #kreditkanzlei .startseite-header-info-container {
    padding: 50px 60px 50px 60px;
  }
}

@media screen and (max-width: 1024px) {
  #kreditkanzlei .header-heading h1 {
    font-size: 25px;
    line-height: 25px;
  }

  #kreditkanzlei .startseite-header-counter .elementor-counter-number,
  #kreditkanzlei .startseite-header-counter .elementor-counter-number-suffix {
    font-size: 20px;
    line-height: 20px;
  }

  #kreditkanzlei .startseite-header-info-text p,
  #kreditkanzlei .startseite-header-counter p {
    font-size: 16px;
    line-height: 20px;
  }

  #kreditkanzlei .startseite-header-info-container {
    padding: 30px 30px 30px 30px;
    max-width: 450px;
  }
}

@media screen and (max-width: 767px) {
  #kreditkanzlei .header-heading h1 {
    font-size: 18px;
    line-height: 20px;
  }

  #kreditkanzlei .startseite-header-info-container {
    padding: 15px 15px 15px 15px;
    max-width: 194px;
    transform: translatey(5%);
    top: unset;
    bottom: 0;
  }

  #kreditkanzlei .startseite-header-counter {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #kreditkanzlei .startseite-header-counter .elementor-counter-number,
  #kreditkanzlei .startseite-header-counter .elementor-counter-number-suffix {
    font-size: 18px;
    line-height: 36px;
  }

  #kreditkanzlei .startseite-header-counter p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
  }
}
/* end: startseite-header */

/* start: header-formular */

@media screen and (min-width: 767px) {
  /* Verstecke den Standard-Pfeil */
  #kreditkanzlei .header-formular select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/wp-content/uploads/vector.svg") no-repeat;
    background-position-x: 137px;
    background-position-y: 15px;
    background-size: 16px;
  }

  /* Entferne den Pfeil im Internet Explorer */
  #kreditkanzlei .header-formular select::-ms-expand {
    display: none;
  }

  #kreditkanzlei .header-formular {
    transform: translateY(-35px);
  }

  #kreditkanzlei .header-formular .wpforms-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  #kreditkanzlei .wpforms-layout-row {
    flex-direction: column;
  }

  #kreditkanzlei .wpforms-layout-row .wpforms-layout-column {
    width: 100%;
  }
}

#kreditkanzlei .header-formular .wpforms-container {
  margin: 0;
  margin-top: 15px;
}

#kreditkanzlei .header-formular-heading p {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

#kreditkanzlei .header-formular input,
#kreditkanzlei .header-formular select {
  border: none;
  background-color: #fff;
  border-radius: 10px;
  min-height: 40px;
}

@media screen and (max-width: 767px) {
  #kreditkanzlei .header-formular input,
  #kreditkanzlei .header-formular select {
    border: none;
    background-color: #fff;
    border-radius: 10px;
    min-height: 43px;
  }

  #kreditkanzlei .header-formular .wpforms-field {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

#kreditkanzlei .header-formular input::placeholder,
#kreditkanzlei .header-formular select {
  color: var(--blue-clr);
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  opacity: 1;
}

#kreditkanzlei .header-formular select {
  cursor: pointer;
}

#kreditkanzlei .header-formular button {
  padding-left: 25px;
  padding-right: 25px;
}

#kreditkanzlei .header-formular .wpforms-submit-container {
  margin: 0;
}

/* end: header-formular */

/* start: landingpage-header */

#kreditkanzlei .landingpage-header-img img {
  width: 100vw;
  max-height: calc(100vh - 98px);
  object-fit: cover;
}

#kreditkanzlei .landingpage-header-info-container {
  position: absolute;
  left: 0;
  top: 62%;
  border-radius: 10px 10px 10px 0px;
  background: rgba(255, 255, 255, 0.53);
  backdrop-filter: blur(6.25px);
  max-width: 495px;
  padding: 69px 98px 69px 105px;
  animation-name: slideIn;
  animation-duration: 2s;
  transform: translate(-0, -50%);
}

#kreditkanzlei .landingpage-check-icons .elementor-icon-list-text {
  color: var(--blue-clr);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 7px;
}

#kreditkanzlei .landingpage-check-icons .elementor-icon-list-icon {
  margin-right: 8px;
}

@media screen and (min-width: 768px) {
  @keyframes slideIn {
    from {
      transform: translate(-100%, -50%);
    }
    to {
      transform: translate(-0, -50%);
    }
  }
}

@media screen and (max-width: 767px) {
  @keyframes slideIn {
    from {
      transform: translate(-100%, 0);
    }
    to {
      transform: translate(0, 0);
    }
  }

  #kreditkanzlei .landingpage-header-info-container {
    padding: 10px 50px 10px 50px;
    max-width: fit-content;
    transform: translate(0, 0);
    top: unset;
    bottom: 0;
  }

  #kreditkanzlei .landingpage-header-info-container .elementor-heading-title {
    font-size: 20px;
  }

  #kreditkanzlei .landingpage-check-icons .elementor-icon-list-text {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0px;
  }

  #kreditkanzlei .landingpage-check-icons .elementor-icon-list-icon svg {
    height: 14px;
    width: 14px;
  }
}
/* end: landingpage-header */

/* start: so-funktionierts-container */

#kreditkanzlei .so-funktionierts-box {
  background-color: var(--grey-clr);
  border-radius: 10px;
  align-items: center;
  padding: 40px 10px;
  max-width: 305px;
}

#kreditkanzlei .so-funktionierts-zahl p {
  color: var(--blue-clr);
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

#kreditkanzlei .so-funktionierts-heading h3 {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  min-height: 48px;
}
/* end: so-funktionierts-container */

/* start: unsere-staerken-container */

#kreditkanzlei .unsere-staerken-heading h3 {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

#kreditkanzlei .unsere-staerken-text-sichtbar p,
#kreditkanzlei .unsere-staerken-text-nicht-sichtbar p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

#kreditkanzlei .unsere-staerken-text-sichtbar .e-n-accordion-item-title-text {
  position: relative;
  margin-bottom: 0;
  max-width: 380px;
}

#kreditkanzlei .unsere-staerken-text-sichtbar .e-n-accordion-item-title::after {
  content: "Mehr lesen";
  color: var(--blue-clr);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}

#kreditkanzlei
  .unsere-staerken-text-sichtbar
  .e-n-accordion-item-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  border-bottom: 1px solid var(--blue-clr);
  width: 90px;
  left: 51%;
  transform: translatex(-50%);
}

#kreditkanzlei
  .unsere-staerken-text-sichtbar
  [aria-expanded="true"].e-n-accordion-item-title::after {
  content: "Weniger lesen";
}

#kreditkanzlei .unsere-staerken-text-sichtbar .e-n-accordion-item {
  display: grid;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  #kreditkanzlei .unsere-staerken-text-sichtbar .e-n-accordion-item-title-text {
    min-height: unset;
  }

  #kreditkanzlei .unsere-staerken-box {
    margin-bottom: 49px;
  }
}

/* end: unsere-staerken-container */

/* start: highlight-box */
#kreditkanzlei .highlight-box-inner-container {
  display: grid;
  align-items: center;
}

#kreditkanzlei .highlight-box-inner-inner-container {
  background-color: var(--grey-clr);
  backdrop-filter: blur(6.25px);
  display: grid;
  place-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 9;
  padding-left: 20px;
  padding-right: 20px;
}

#kreditkanzlei .startseite-highlight-box .highlight-box-inner-inner-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  #kreditkanzlei .highlight-box-inner-inner-container {
    width: 105%;
    margin-left: -5%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  #kreditkanzlei
    .startseite-highlight-box
    .highlight-box-inner-inner-container {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: unset;
  }

  #kreditkanzlei .highlight-box-bild .elementor-widget-container {
    display: grid;
  }
}

#kreditkanzlei .highlight-box-bild {
  display: grid;
  align-items: center;
}

#kreditkanzlei .highlight-box-bild img {
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
}

#kreditkanzlei .startseite-highlight-box .highlight-box-bild img {
  width: 728px;
}

#kreditkanzlei .highlight-box-heading h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

#kreditkanzlei .highlight-box-description p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  max-width: 499px;
}

#kreditkanzlei .highlight-box-list .elementor-icon-list-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}

#kreditkanzlei .highlight-box-list .elementor-icon-list-text strong {
  font-weight: 500;
}

#kreditkanzlei .startseite-highlight-box .highlight-box-text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

@media screen and (min-width: 1300px) {
  #kreditkanzlei .highlight-box-btn {
    position: absolute;
    bottom: -91px;
  }
}

@media screen and (max-width: 767px) {
  #kreditkanzlei .highlight-box-bild img,
  #kreditkanzlei .startseite-highlight-box .highlight-box-bild img {
    width: 100vw;
    margin-top: -12px;
  }
}

@media screen and (max-width: 400px) {
  #kreditkanzlei .highlight-box-list .elementor-icon-list-text {
    font-size: 14px;
  }
}

/* end: highlight-box */

/* start: weitere */

.kreditanfrage-heading .elementor-heading-title {
  color: #246083;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

#kreditkanzlei .standard-text p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

#kreditkanzlei .vorteil-startseite-text p {
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  max-width: 285px;
}

#kreditkanzlei .vorteil-landingpage-text p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  max-width: 285px;
  margin-left: auto;
  margin-right: auto;
}

#kreditkanzlei .text-light-italic p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  line-height: 17px;
  max-width: 575px;
}

#kreditkanzlei .kontaktieren-btn a {
  padding: 0;
}

#kreditkanzlei .kontaktieren-btn .elementor-button-text {
  padding: 12px 24px 12px 0;
}

#kreditkanzlei .kontaktieren-btn svg {
  font-size: 28px;
  margin-left: 14px;
}

#kreditkanzlei .vorteile-subheading .elementor-heading-title {
  color: #246083;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

#kreditkanzlei .bewertungen-container div,
#kreditkanzlei .bewertungen-container span {
  color: white;
}

@media screen and (max-width: 800px) {
  #kreditkanzlei .datenschutz a {
    word-break: break-all;
  }
}

/* end: weitere */

/* start: kredit-beantragen */

#kreditkanzlei .kredit-beantragen {
  max-width: 733px;
  margin-left: auto;
  margin-right: auto;
}

#kreditkanzlei .kredit-beantragen-blaue-box {
  padding: 50px 40px;
}

#kreditkanzlei .kredit-beantragen-infos p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

#kreditkanzlei .kredit-beantragen-heading .elementor-heading-title {
  color: #fff;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  max-width: 416px;
}

#kreditkanzlei .kredit-beantragen-btn a {
  color: #246083;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  background-color: white;
  padding: 0;
}

#kreditkanzlei .kredit-beantragen-btn a .elementor-button-text {
  padding: 12px;
  margin-left: 10px;
}

#kreditkanzlei .kredit-beantragen-btn a .elementor-button-icon {
  font-size: 30px;
  margin-right: 10px;
}

#kreditkanzlei .kredit-beantragen-btn a .elementor-button-content-wrapper {
  gap: 0;
}

#kreditkanzlei .kredit-beantragen-info-bild-box {
  align-items: center;
}

@media screen and (min-width: 767px) {
  #kreditkanzlei .kredit-beantragen-img img {
    max-width: 302px;
    /* margin-top: -69px; */
  }

  #kreditkanzlei .kredit-beantragen-heading .elementor-heading-title {
    font-size: 35px;
  }
}

@media screen and (max-width: 767px) {
  #kreditkanzlei .kredit-beantragen-blaue-box {
    padding: 40px 20px;
  }
}

/* end: kredit-beantragen */

/* start: rezensionen-container */
#kreditkanzlei .rezensionen-container {
  background-color: var(--grey-clr);
  padding: 30px;
}

@media screen and (max-width: 767px) {
  #kreditkanzlei .rezensionen-container {
    background-color: white;
  }
}

#kreditkanzlei .rezensionen-info-1 p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

#kreditkanzlei .rezensionen-hervorragend p {
  text-align: center;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
}

#kreditkanzlei .rezensionen-sternebewertung-txt p {
  text-align: center;
  font-size: 9px;
  font-style: italic;
  font-weight: 300;
  line-height: 13px;
}

#kreditkanzlei .rezensionen-gesamt-sterne {
  width: 120px;
}

#kreditkanzlei .rezensionen-gesamt-sterne svg {
  height: auto;
  width: 100px;
}

#kreditkanzlei .rezensionen-info-2 p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}

#kreditkanzlei .rezensionen-btn a {
  background-color: white;
  border: 1px solid var(--blue-clr);
}

#kreditkanzlei .rezensionen-btn .elementor-button-text {
  color: var(--blue-clr);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}

#kreditkanzlei .rezensionen-btn .elementor-button-icon svg {
  font-size: 8px;
  margin-left: 10px;
}

/* start: rezensionen-slider */
#kreditkanzlei .rezensionen-slider {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#kreditkanzlei .rezensionen-slider .elementor-loop-container {
  overflow: clip;
  overflow-y: visible;
}

#kreditkanzlei .rezensionen-slider-slide {
  background-color: white;
  box-shadow: 0px 2px 9.5px -2px rgba(0, 0, 0, 0.25);
  max-width: 415px;
  padding-left: 30px;
  padding-right: 30px;
}

#kreditkanzlei .rezensionen-slider-sterne svg {
  height: auto;
  width: 80px;
}

@media screen and (min-width: 1025px) {
  #kreditkanzlei .swiper-slide-next .rezensionen-slider-slide {
    background-color: var(--blue-clr);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3),
      0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    transform: translateY(-30px);
  }

  #kreditkanzlei
    .swiper-slide:not(.swiper-slide-next)
    .rezensionen-slider-text
    p,
  #kreditkanzlei
    .swiper-slide:not(.swiper-slide-next)
    .rezensionen-slider-autor
    p {
    color: #ddd;
  }

  #kreditkanzlei
    .swiper-slide:not(.swiper-slide-next)
    .rezensionen-slider-sterne
    svg
    path {
    fill: #dddddd;
  }
}

@media screen and (max-width: 1024px) {
  #kreditkanzlei .swiper-slide-active .rezensionen-slider-slide {
    background-color: var(--blue-clr);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3),
      0px 1px 3px 1px rgba(0, 0, 0, 0.15);
  }

  #kreditkanzlei
    .swiper-slide:not(.swiper-slide-active)
    .rezensionen-slider-text
    p,
  #kreditkanzlei
    .swiper-slide:not(.swiper-slide-next)
    .rezensionen-slider-autor
    p {
    color: #ddd;
  }
}

#kreditkanzlei .rezensionen-slider-text p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 400px) {
  #kreditkanzlei .rezensionen-slider-text p {
    font-size: 14px;
  }
}

#kreditkanzlei .rezensionen-slider-autor p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

#kreditkanzlei .rezensionen-slider-sterne {
  margin-bottom: 20px;
}

#kreditkanzlei .rezensionen-slider .elementor-swiper-button-next svg {
  transform: translatex(25px);
}

#kreditkanzlei .rezensionen-slider .elementor-swiper-button-prev svg {
  transform: translatex(-25px);
}
/* end: rezensionen-slider */
/* end: rezensionen-container */

/* start: faq-container */
#kreditkanzlei .faq-container {
  padding: 60px 40px 80px 40px;
  background-color: var(--grey-clr);
}

@media screen and (max-width: 767px) {
  #kreditkanzlei .faq-container {
    padding: 40px 15px;
  }
}

#kreditkanzlei .faq-container .e-con-inner {
  width: 870px;
}

#kreditkanzlei .faq-heading .elementor-heading-title {
  color: #000;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 39px;
  margin-bottom: 20px;
}

#kreditkanzlei .faq-container .e-n-accordion-item-title-text {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  #kreditkanzlei .faq-heading .elementor-heading-title {
    font-size: 20px;
    line-height: 26px;
  }

  #kreditkanzlei .faq-container .e-n-accordion-item-title-text {
    font-size: 18;
    line-height: 22px;
  }
}

#kreditkanzlei .faq-container .e-n-accordion-item-title-icon svg {
  height: 10px;
}

#kreditkanzlei .faq-container p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

#kreditkanzlei .faq-container .e-n-accordion-item {
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 1px 9.3px 0px rgba(0, 0, 0, 0.09);
  margin-bottom: 10px;
}

#kreditkanzlei .faq-container .e-n-accordion-item-title {
  display: flex;
  justify-content: space-between;
  border: none;
}

#kreditkanzlei .faq-container .e-child {
  border: none;
}

#kreditkanzlei
  .faq-container
  .e-n-accordion-item:has(.e-n-accordion-item-title[aria-expanded="true"]) {
  border-left: 2px solid var(--blue-clr);
  border-radius: 4px 0px 0px 4px;
}

/* end: faq-container */

/* start: ueber-uns */
#kreditkanzlei .ueber-uns-heading .elementor-heading-title {
  color: #246083;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
}

#kreditkanzlei .ueber-uns-text p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 798px;
  margin-left: auto;
  margin-right: auto;
}

#kreditkanzlei .ueber-uns-liste li::marker {
  color: var(--blue-clr);
}

#kreditkanzlei .ueber-uns-liste li strong {
  color: var(--blue-clr);
}

#kreditkanzlei .ueber-uns-info-container {
  max-width: 1171px;
}

#kreditkanzlei .visitenkarte-text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  max-width: 420px;
}

#kreditkanzlei .visitenkarte-container .e-con-inner {
  background-color: var(--grey-clr);
  padding-top: 70px;
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  #kreditkanzlei .visitenkarte-container .e-con-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#kreditkanzlei .visitenkarte-img img {
  border-radius: 50%;
  width: 269px;
  height: 269px;
  object-fit: cover;
  object-position: top;
}
/* end: ueber-uns */

/* start: kredit-abc */

#kreditkanzlei .kredit-abc-heading .elementor-heading-title {
  color: #f5f5f5;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
}

#kreditkanzlei .kredit-abc-info p {
  color: #f5f5f5;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 39px;
}

#kreditkanzlei .kredit-abc-buchstaben-container .elementor-heading-title {
  color: #246083;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}

#kreditkanzlei .kredit-abc-buchstaben-container {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.06));
}

#kreditkanzlei .kredit-abc-buchstaben-heading .elementor-heading-title {
  color: #000;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2.5px;
  text-decoration-color: var(--blue-clr);
}

#kreditkanzlei .kredit-abc-begriffs-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#kreditkanzlei .kredit-abc-begriffs-box .elementor-heading-title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

@media screen and (max-width: 700px) {
  #kreditkanzlei .kredit-abc-begriffs-container {
    display: grid;
    grid-template-columns: 1fr;
  }

  #kreditkanzlei .kredit-abc-begriffs-box .elementor-heading-title {
    word-break: break-all;
  }
}

#kreditkanzlei .kredit-abc-begriffs-box .elementor-widget-text-editor p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

#kreditkanzlei .kredit-abc-begriffs-box {
  background-color: white;
  padding: 15px 22px;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
}

#kreditkanzlei .kredit-abc-buchstaben-begriffs-container {
  margin-top: 100px;
  margin-bottom: 100px;
}

#kreditkanzlei .kredit-abc-contact-box-heading .elementor-heading-title {
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 39px;
}

#kreditkanzlei .kredit-abc-contact-box-info-text p {
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

#kreditkanzlei .kredit-abc-contact-box-btn a {
  color: var(--blue-clr);
  background-color: white;
}

/* end: kredit-abc */

/* start: kreditanfrageformular */

/* --- START: FORTSCHRITTSANZEIGE --- */

/* 1. Hauptcontainer */
#kreditkanzlei .kreditanfrageformular .wpforms-page-indicator {
  display: flex;
  justify-content: space-between;
  border: none;
  margin-bottom: 50px;
  position: relative;
  gap: 0 !important; /* Verhindert versteckte WPForms-Abstände */
  padding: 0 !important;
}

/* 2. Einzelne Steps */
#kreditkanzlei .kreditanfrageformular .wpforms-page-indicator-page {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  margin: 0 !important; /* Zwingt die Container direkt aneinander */
  padding: 0 !important;
  opacity: 0.3;
}

#kreditkanzlei .kreditanfrageformular .wpforms-page-indicator-page.active {
  opacity: 1;
}

/* 3. Die runden Nummern */
#kreditkanzlei .kreditanfrageformular .wpforms-page-indicator-page-number {
  font-family: var(--font-quattro);
  width: 30px;
  height: 30px;
  margin: 0 !important; /* WICHTIG: Entfernt alte WPForms-Margins, die den Kreis verschieben */
  background: url("/wp-content/uploads/kreditanfrage-step-background.svg")
    center/cover;
  background-color: white; /* Fallback */
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative;
}

/* 4. Titel fixiert unter die Kreise setzen */
#kreditkanzlei .kreditanfrageformular .wpforms-page-indicator-page-title {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-quattro);
  font-size: 13px;
  text-align: center;
  width: 140%;
  line-height: 1.2;
}

/* 5. Die Millimeter-genaue Linie! */
#kreditkanzlei
  .kreditanfrageformular
  .wpforms-page-indicator-page:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 14px; /* Exakt auf halber Höhe (15px minus 1px Liniendicke) */
  left: calc(50% + 15px); /* Startet exakt am Außenrand des 30px Kreises */
  width: calc(
    100% - 30px
  ); /* Reicht exakt bis zum Außenrand des nächsten Kreises */
  height: 1px;
  background-color: var(--blue-clr);
  z-index: 1;
}

/* 6. Mobile Anpassung (Titel weg) */
@media screen and (max-width: 767px) {
  #kreditkanzlei .kreditanfrageformular .wpforms-page-indicator {
    margin-bottom: 20px;
  }
  #kreditkanzlei .kreditanfrageformular .wpforms-page-indicator-page-title {
    display: none;
  }
}

/* --- ENDE: FORTSCHRITTSANZEIGE --- */

/* --- START: FORMULARFELDER & BUTTONS --- */

#kreditkanzlei .kreditanfrageformular .wpforms-field-label,
#kreditkanzlei .kreditanfrageformular .wpforms-field-sublabel {
  padding-top: 7px;
  color: #000;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 27px;
  opacity: 1;
  margin-bottom: 2px;
  font-family: var(--font-poppins);
}

#kreditkanzlei .kreditanfrageformular .wpforms-required-label {
  color: var(--blue-clr);
}

#kreditkanzlei .kreditanfrageformular .alle-kredite-angegeben ul {
  position: relative;
  width: max-content;
}

#kreditkanzlei .kreditanfrageformular .alle-kredite-angegeben ul::after {
  content: "*";
  color: var(--blue-clr);
  position: absolute;
  right: -10px;
  top: -2px;
}

#kreditkanzlei .kreditanfrageformular .wpforms-field {
  padding-top: 0;
}

#kreditkanzlei .kreditanfrageformular .wpforms-field-text,
#kreditkanzlei .kreditanfrageformular .wpforms-field-select,
#kreditkanzlei .kreditanfrageformular .wpforms-layout-column,
#kreditkanzlei .kreditanfrageformular .wpforms-field-textarea {
  max-width: 340px;
}

#kreditkanzlei .kreditanfrageformular select,
#kreditkanzlei .kreditanfrageformular textarea,
#kreditkanzlei .kreditanfrageformular input {
  border-radius: 10px;
}

#kreditkanzlei
  .kreditanfrageformular
  .wpforms-layout-column:has(.erreichbarkeit) {
  max-width: unset;
}

#kreditkanzlei .kreditanfrageformular .wpforms-layout-row {
  justify-content: flex-start;
  column-gap: 20px;
}

#kreditkanzlei .kreditanfrageformular input,
#kreditkanzlei .kreditanfrageformular select {
  border: 1px solid #ddd;
}

#kreditkanzlei .kreditanfrageformular button.wpforms-page-button,
#kreditkanzlei .kreditanfrageformular .wpforms-submit {
  border-radius: 29px;
  margin-bottom: 20px;
}

#kreditkanzlei
  .kreditanfrageformular:has(.absage-text.wpforms-conditional-show)
  .wpforms-submit,
#kreditkanzlei
  .kreditanfrageformular:has(.absage-text.wpforms-conditional-show)
  .wpforms-page-3
  .wpforms-field-pagebreak {
  display: none;
}

#kreditkanzlei .kreditanfrageformular .wpforms-page-prev,
#kreditkanzlei .kreditanfrageformular .wpforms-page-next,
#kreditkanzlei .kreditanfrageformular .wpforms-submit {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  background-color: #246083;
  border: 1px solid #246083;
  padding-left: 63px;
  padding-right: 63px;
}

#kreditkanzlei .kreditanfrageformular .wpforms-page-prev {
  color: #246083;
  background-color: #fff;
}

#kreditkanzlei .kreditanfrageformular .wpforms-page-prev::before {
  content: url("/wp-content/uploads/kreditanfrageformular-prev-icon.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-42%);
  left: 39px;
}

#kreditkanzlei .kreditanfrageformular .wpforms-page-next::before {
  content: url("/wp-content/uploads/kreditanfrageformular-next-icon.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-42%);
  right: 39px;
}

#kreditkanzlei .wpforms-field-pagebreak {
  margin-top: 30px;
}

#kreditkanzlei .andrede-input {
  margin-top: 20px;
}

#kreditkanzlei
  .kreditanfrageformular
  .wpforms-field-repeater-display-blocks-buttons
  button {
  max-width: 303px;
  width: 303px;
}

@media screen and (max-width: 610px) {
  #kreditkanzlei
    .kreditanfrageformular
    .wpforms-field-repeater-display-blocks-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  #kreditkanzlei
    .kreditanfrageformular
    .wpforms-field-repeater-display-blocks-buttons
    button {
    width: 100%;
    max-width: 303px;
  }
}

#kreditkanzlei .kreditanfrageformular .abstand-unten {
  margin-bottom: 40px;
}

#kreditkanzlei .kreditanfrageformular .wpforms-field-repeater-button-add,
#kreditkanzlei .kreditanfrageformular .wpforms-field-repeater-button-remove {
  background-color: var(--blue-clr);
  color: white;
  opacity: 1 !important;
}

/* Variante für generische Anzeige */
#kreditkanzlei
  .wpforms-field-repeater-display-blocks
  > div
  .wpforms-field-repeater-button-add {
  display: none;
}

#kreditkanzlei
  .wpforms-field-repeater-display-blocks
  > div:last-of-type
  .wpforms-field-repeater-button-add {
  display: inline-flex;
}

/* end: kreditanfrageformular */

/* start: borlabs-cookie */
#kreditkanzlei .brlbs-cmpnt-consent-list-content,
#kreditkanzlei .brlbs-cmpnt-consent-list-item {
  display: none;
}

#kreditkanzlei .brlbs-cmpnt-dialog div,
#kreditkanzlei .brlbs-cmpnt-dialog p,
#kreditkanzlei .brlbs-cmpnt-dialog span,
#kreditkanzlei .brlbs-cmpnt-dialog a {
  font-family: var(--font-poppins);
}

@media screen and (min-width: 768px) {
  #kreditkanzlei .brlbs-cpmnt-dialog-box-buttons > div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }

  #kreditkanzlei .brlbs-cpmnt-dialog-box-buttons > div > div {
    margin: 0;
  }
}

/* end: borlabs-cookie */
