.elementor-kit-8{--e-global-color-primary:#002244;--e-global-color-secondary:#00AAFF;--e-global-color-text:#222222;--e-global-color-accent:#2E2E2E;--e-global-color-f412113:#29C076;--e-global-color-ec418f0:#FFFFFF;--e-global-color-c8a7c5b:#F8F9FB;--e-global-color-9981190:#1CBF73;--e-global-color-19f4b29:#E63946;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:15px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:35px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:25px;--e-global-typography-accent-font-weight:600;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === Global Styles for SofortKredit24 / Kreditvergleichsseite === */

/* Import Google Font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
  /* Farbpalette */
  --color-primary: #0A1F44;     /* Dunkelblau – Vertrauen */
  --color-secondary: #00B6C9;   /* Türkis – Frische/Tech */
  --color-accent: #29C076;      /* Grün – Call-to-Action */
  --color-light-bg: #F5F8FB;    /* Helles Grau – Hintergrund */
  --color-dark-text: #2E2E2E;   /* Dunkles Grau – Text */
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-dark-text);
  background-color: var(--color-light-bg);
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 0.5em;
}

h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.5rem;
}

button, .cta {
  background-color: var(--color-accent);
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
}

a {
  color: var(--color-secondary);
  text-decoration: none;
}/* End custom CSS */