
  

  
  @property --font-size--lg {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 18px;
}
@property --font-size--sm {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 14px;
}
@property --color--primary {
  syntax: "<color>";
  inherits: true;
  initial-value: #3B82F6;
}
@property --font-size--2xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 24px;
}
@property --color--red--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEE2E2;
}
@property --color--red--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCA5A5;
}
@property --color--red--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #EF4444;
}
@property --color--red--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #B91C1C;
}
@property --color--red--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #7F1D1D;
}
@property --font-size--base {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 16px;
}
@property --color--blue--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #DBEAFE;
}
@property --color--blue--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #93C5FD;
}
@property --color--blue--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #3B82F6;
}
@property --color--blue--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1D4ED8;
}
@property --color--blue--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1E3A8A;
}
@property --color--grey--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F5F5F5;
}
@property --color--grey--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D4D4D4;
}
@property --color--grey--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #737373;
}
@property --color--grey--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #404040;
}
@property --color--grey--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #171717;
}
@property --color--secondary {
  syntax: "<color>";
  inherits: true;
  initial-value: #737373;
}
@property --color--green--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D1FAE5;
}
@property --color--green--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #6EE7B7;
}
@property --color--green--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #10B981;
}
@property --color--green--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #047857;
}
@property --color--green--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #064E3B;
}
@property --font-family--text {
  syntax: "<custom-ident> | <string>";
  inherits: true;
  initial-value: system-ui;
}
@property --font-weight--bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 700;
}
@property --color--nordic-gold {
  syntax: "<color>";
  inherits: true;
  initial-value: #C4A484;
}
@property --color--yellow--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEF3C7;
}
@property --color--yellow--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCD34D;
}
@property --color--yellow--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F59E0B;
}
@property --color--yellow--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #B45309;
}
@property --color--yellow--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #78350F;
}
@property --font-weight--light {
  syntax: "<number>";
  inherits: true;
  initial-value: 300;
}
@property --color--nordic-cream {
  syntax: "<color>";
  inherits: true;
  initial-value: #FDFBF7;
}
@property --color--nordic-border {
  syntax: "<color>";
  inherits: true;
  initial-value: #EAE0D5;
}
@property --font-family--heading {
  syntax: "<custom-ident> | <string>";
  inherits: true;
  initial-value: sans-serif;
}
@property --font-weight--regular {
  syntax: "<number>";
  inherits: true;
  initial-value: 400;
}
@property --font-weight--semi-bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 600;
}

  :host, :root {
  --font-size--lg: 1.125rem;
  --font-size--sm: 0.875rem;
  --color--primary: var(--color--blue--500);
  --font-size--2xl: 1.5rem;
  --color--red--100: #FEE2E2;
  --color--red--300: #FCA5A5;
  --color--red--500: #EF4444;
  --color--red--700: #B91C1C;
  --color--red--900: #7F1D1D;
  --font-size--base: 1rem;
  --color--blue--100: #DBEAFE;
  --color--blue--300: #93C5FD;
  --color--blue--500: #3B82F6;
  --color--blue--700: #1D4ED8;
  --color--blue--900: #1E3A8A;
  --color--grey--100: #F5F5F5;
  --color--grey--300: #D4D4D4;
  --color--grey--500: #737373;
  --color--grey--700: #404040;
  --color--grey--900: #171717;
  --color--secondary: var(--color--grey--500);
  --color--green--100: #D1FAE5;
  --color--green--300: #6EE7B7;
  --color--green--500: #10B981;
  --color--green--700: #047857;
  --color--green--900: #064E3B;
  --font-family--text: system-ui;
  --font-weight--bold: 700;
  --color--nordic-gold: #C4A484;
  --color--yellow--100: #FEF3C7;
  --color--yellow--300: #FCD34D;
  --color--yellow--500: #F59E0B;
  --color--yellow--700: #B45309;
  --color--yellow--900: #78350F;
  --font-weight--light: 300;
  --color--nordic-cream: #FDFBF7;
  --color--nordic-border: #EAE0D5;
  --font-family--heading: sans-serif;
  --font-weight--regular: 400;
  --font-weight--semi-bold: 600;
}
  
  
  [data-nc-theme~="Default"] {
  --font-size--lg: 1.125rem;
  --font-size--sm: 0.875rem;
  --color--primary: var(--color--blue--500);
  --font-size--2xl: 1.5rem;
  --color--red--100: #FEE2E2;
  --color--red--300: #FCA5A5;
  --color--red--500: #EF4444;
  --color--red--700: #B91C1C;
  --color--red--900: #7F1D1D;
  --font-size--base: 1rem;
  --color--blue--100: #DBEAFE;
  --color--blue--300: #93C5FD;
  --color--blue--500: #3B82F6;
  --color--blue--700: #1D4ED8;
  --color--blue--900: #1E3A8A;
  --color--grey--100: #F5F5F5;
  --color--grey--300: #D4D4D4;
  --color--grey--500: #737373;
  --color--grey--700: #404040;
  --color--grey--900: #171717;
  --color--secondary: var(--color--grey--500);
  --color--green--100: #D1FAE5;
  --color--green--300: #6EE7B7;
  --color--green--500: #10B981;
  --color--green--700: #047857;
  --color--green--900: #064E3B;
  --font-family--text: system-ui;
  --font-weight--bold: 700;
  --color--nordic-gold: #C4A484;
  --color--yellow--100: #FEF3C7;
  --color--yellow--300: #FCD34D;
  --color--yellow--500: #F59E0B;
  --color--yellow--700: #B45309;
  --color--yellow--900: #78350F;
  --font-weight--light: 300;
  --color--nordic-cream: #FDFBF7;
  --color--nordic-border: #EAE0D5;
  --font-family--heading: sans-serif;
  --font-weight--regular: 400;
  --font-weight--semi-bold: 600;
}
    


@layer base {
  
  body, :host {
    /* Color */
    
    /* Fonts */
    --font-sans: 'Inter',sans-serif;

    /* Font size */
    
    /* Font weight */
    
    /* Shadows */
    
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .bCOrlZ {
      color:inherit;
      display:block;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .dlrTCT {
      gap:4px;
      color:inherit;
      border:1px solid #EAE0D5;
      display:flex;
      padding:4px;
      font-size:inherit;
      background:white;
      font-family:inherit;
      font-weight:inherit;
      border-radius:30px;
      margin-bottom:8px;
      flex-direction:row;
      justify-content:center;
    }

    .NdiXi {
      color:inherit;
      width:100%;
      display:flex;
      padding:16px 24px;
      position:relative;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:space-between;
    }

    .ffWZWc {
      left:0px;
      color:inherit;
      right:0px;
      bottom:0px;
      height:70px;
      display:flex;
      position:fixed;
      font-size:inherit;
      background:white;
      border-top:1px solid #EAE0D5;
      box-shadow:0 -4px 20px rgba(0, 0, 0, 0.05);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      padding-bottom:env(safe-area-inset-bottom);
      justify-content:space-around;
    }

    .etxhwn {
      gap:4px;
      color:#C4A484;
      cursor:pointer;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .bIUskK {
      --weight:((Variables.activeTab == "SOS Hilfe")) ? "600" : "400";
      flex:1;
      color:var(--color);
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:10px 16px;
      font-size:13px;
      background:var(--bg);
      box-shadow:var(--shadow);
      text-align:center;
      font-family:inherit;
      font-weight:var(--weight);
      border-radius:25px;
      flex-direction:row;
    }

    .bDdKhf {
      color:#C4A484;
      display:inline;
      font-size:11px;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
      letter-spacing:0.08em;
      text-transform:uppercase;
    }

    .bgXYxi {
      mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z'/%3E%3Cpath d='M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z'/%3E%3C/svg%3E") no-repeat center /contain;
      color:inherit;
      width:24px;
      height:24px;
      display:block;
      font-size:inherit;
      background:currentColor;
      font-family:inherit;
      font-weight:inherit;
      -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z'/%3E%3Cpath d='M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z'/%3E%3C/svg%3E") no-repeat center /contain;
      flex-direction:row;
    }

    .eYibQY {
      gap:4px;
      color:#A0A0A0;
      cursor:pointer;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .bJAeni {
      mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpolyline points='9 22 9 12 15 12 15 22'/%3E%3C/svg%3E") no-repeat center /contain;
      color:inherit;
      width:24px;
      height:24px;
      display:block;
      font-size:inherit;
      background:currentColor;
      font-family:inherit;
      font-weight:inherit;
      -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpolyline points='9 22 9 12 15 12 15 22'/%3E%3C/svg%3E") no-repeat center /contain;
      flex-direction:row;
    }

    .lqOGu {
      mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4'/%3E%3Cpath d='M12 8h.01'/%3E%3C/svg%3E") no-repeat center /contain;
      color:inherit;
      width:24px;
      height:24px;
      display:block;
      font-size:inherit;
      background:currentColor;
      font-family:inherit;
      font-weight:inherit;
      -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4'/%3E%3Cpath d='M12 8h.01'/%3E%3C/svg%3E") no-repeat center /contain;
      flex-direction:row;
    }

    .bqNvvP {
      color:inherit;
      display:inline;
      font-size:10px;
      font-family:inherit;
      font-weight:500;
      flex-direction:row;
    }

    .cFurvy {
      mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 3v18h18'/%3E%3Cpath d='m19 9-5 5-4-4-3 3'/%3E%3C/svg%3E") no-repeat center /contain;
      color:inherit;
      width:24px;
      height:24px;
      display:block;
      font-size:inherit;
      background:currentColor;
      font-family:inherit;
      font-weight:inherit;
      -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 3v18h18'/%3E%3Cpath d='m19 9-5 5-4-4-3 3'/%3E%3C/svg%3E") no-repeat center /contain;
      flex-direction:row;
    }

    .UcTVW {
      --weight:((Variables.activeTab == "Für meinen Weg")) ? "600" : "400";
      flex:1;
      color:var(--color);
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:10px 16px;
      font-size:13px;
      background:var(--bg);
      box-shadow:var(--shadow);
      text-align:center;
      font-family:inherit;
      font-weight:var(--weight);
      border-radius:25px;
      flex-direction:row;
    }

    .bDPXmO {
      --shadow:((Variables.activeTab == "Gefühle & Bedürfnisse")) ? "0 2px 8px rgba(0,0,0,0.05)" : "none";
      --weight:((Variables.activeTab == "Gefühle & Bedürfnisse")) ? "600" : "400";
      flex:1;
      color:var(--color);
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:10px 16px;
      font-size:13px;
      background:var(--bg);
      box-shadow:var(--shadow);
      text-align:center;
      font-family:inherit;
      font-weight:var(--weight);
      border-radius:25px;
      flex-direction:row;
    }

    .ePcRLC {
      gap:12px;
      color:inherit;
      cursor:pointer;
      display:flex;
      padding:24px;
      font-size:inherit;
      background:white;
      box-shadow:0 4px 20px rgba(0, 0, 0, 0.05);
      transition:transform 0.2s ease, box-shadow 0.2s ease;
      font-family:inherit;
      font-weight:inherit;
      border-radius:20px;
      flex-direction:column;
    }

    .ePcRLC:hover {
      transform:translateY(-2px);
      box-shadow:0 6px 24px rgba(0, 0, 0, 0.08);
    }

    .DlENN {
      gap:24px;
      color:inherit;
      display:flex;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .gQTmJ {
      color:#4A4A4A;
      margin:0px;
      display:block;
      font-size:18px;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
    }

    .dXObvI {
      gap:12px;
      color:inherit;
      cursor:pointer;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .bSCdLl {
      gap:4px;
      color:inherit;
      display:flex;
      font-size:inherit;
      margin-top:8px;
      text-align:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .fqNaGL {
      top:16px;
      color:#A0A0A0;
      right:16px;
      border:none;
      cursor:pointer;
      display:flex;
      padding:4px;
      position:absolute;
      font-size:24px;
      background:none;
      transition:color 0.2s ease;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:center;
    }

    .fqNaGL:hover {
      color:#4A4A4A;
    }

    .eUqwxB {
      color:inherit;
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:4px;
      font-size:inherit;
      background:none;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      text-decoration:underline;
    }

    .cjBmVB {
      gap:16px;
      color:#4A4A4A;
      display:flex;
      padding:16px 24px 120px 24px;
      font-size:inherit;
      max-width:480px;
      background:#FDFBF7;
      min-height:100vh;
      font-family:inherit;
      font-weight:inherit;
      margin-left:auto;
      margin-right:auto;
      flex-direction:column;
    }

    .nJEgU {
      color:inherit;
      width:100%;
      display:block;
      font-size:inherit;
      margin-top:8px;
      font-family:inherit;
      font-weight:inherit;
      border-radius:8px;
      flex-direction:row;
    }

    .fvkdfA {
      color:#4A4A4A;
      margin:0px;
      display:block;
      font-size:20px;
      font-family:inherit;
      font-weight:600;
      line-height:1.3;
      flex-direction:row;
    }

    .bmpORm {
      color:#707070;
      margin:0px;
      display:block;
      font-size:14px;
      font-family:inherit;
      font-weight:300;
      line-height:1.5;
      flex-direction:row;
    }

    .bGxJYl {
      color:#C4A484;
      display:inline;
      font-size:18px;
      font-family:var(--font-family--text);
      font-weight:600;
      line-height:1.2;
      flex-direction:row;
      letter-spacing:0.02em;
    }

    .edZRCg {
      color:#707070;
      display:inline;
      font-size:12px;
      font-family:inherit;
      font-weight:400;
      line-height:1.2;
      flex-direction:row;
    }

    .cwssJI {
      color:inherit;
      width:auto;
      height:60px;
      display:block;
      font-size:inherit;
      object-fit:contain;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .eGqMqg {
      top:0px;
      left:0px;
      color:inherit;
      right:0px;
      bottom:0px;
      display:flex;
      padding:24px;
      z-index:1000;
      position:fixed;
      animation:fadeIn 0.2s ease-out;
      font-size:inherit;
      background:rgba(0, 0, 0, 0.5);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      backdrop-filter:blur(4px);
      justify-content:center;
    }

    @keyframes fadeIn {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
    }

    .bgUayH {
      color:inherit;
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .cwwOXP {
      gap:16px;
      color:#A0A0A0;
      display:flex;
      padding:16px 0;
      font-size:12px;
      margin-top:24px;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:center;
    }

    .bhHGIN {
      gap:20px;
      color:inherit;
      width:100%;
      display:flex;
      padding:32px 24px 24px 24px;
      position:relative;
      animation:slideUp 0.3s cubic-bezier(0.16, 1, 0.3, 1);
      font-size:inherit;
      max-width:400px;
      background:#FAF7F2;
      box-shadow:0 20px 40px rgba(0, 0, 0, 0.15);
      font-family:inherit;
      font-weight:inherit;
      border-radius:24px;
      flex-direction:column;
    }

    @keyframes slideUp {
        0% {
          opacity: 0;
        }

        0% {
          transform: translateY(20px);
        }

        100% {
          opacity: 1;
        }

        100% {
          transform: translateY(0);
        }
    }

    .egBJGW {
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:flex-start;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    .fcTRmV {
      color:var(--color--nordic-gold);
      height:100vh;
      display:flex;
      padding:24px;
      font-size:inherit;
      background:var(--color--nordic-cream);
      align-items:center;
      font-family:var(--font-family--text);
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    .ejRsZ {
      color:#B91C1C;
      border:1px solid rgba(185, 28, 28, 0.1);
      display:block;
      padding:14px 16px;
      font-size:14px;
      background:#FEF2F2;
      text-align:center;
      font-family:inherit;
      font-weight:500;
      border-radius:16px;
      margin-bottom:8px;
      flex-direction:row;
    }