Files
paraguay/index.html
T

316 lines
11 KiB
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Paraguay SRL LLC — Aktuelle Erfahrungsbereichte</title>
<meta name="description" content="Deutsche / Amerikaner in Paraguay tauschen Erfahrungen zu Banken, Steuern, Recht für LLC/SRL." />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet" />
<style>
/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--black: #000000;
--white: #ffffff;
--blue: #1e40af;
--blue-d: #1e3a8a;
--gray1: #f5f5f5;
--gray2: #e5e5e5;
--gray3: #737373;
--gray4: #404040;
--radius: 0;
}
html { scroll-behavior: smooth; }
body {
font-family: 'Inter', system-ui, sans-serif;
background: var(--white);
color: var(--black);
line-height: 1.6;
}
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }
/* ── Layout ── */
.container { max-width: 960px; margin: 0 auto; padding: 0 20px; }
/* ── Header ── */
.header {
border-bottom: 3px double var(--black);
padding: 16px 0;
margin-bottom: 32px;
}
.header-inner {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 24px;
}
.brand {
font-family: 'Playfair Display', serif;
font-size: 2rem;
font-weight: 900;
line-height: 1.1;
color: var(--black);
flex: 1;
}
.mission {
font-size: 1rem;
font-weight: 500;
color: var(--gray4);
max-width: 480px;
line-height: 1.5;
}
/* ── Main Content ── */
.main-grid {
display: grid;
grid-template-columns: 1.5fr 1fr;
gap: 32px;
}
/* ── News Column ── */
.news-col h2 {
font-family: 'Playfair Display', serif;
font-size: 2.5rem;
font-weight: 900;
margin-bottom: 24px;
padding-bottom: 12px;
border-bottom: 2px solid var(--black);
}
.news-item {
margin-bottom: 32px;
padding-bottom: 24px;
border-bottom: 1px solid var(--gray2);
}
.news-item:last-child { border-bottom: none; }
.news-date {
font-size: .8rem;
color: var(--gray3);
text-transform: uppercase;
letter-spacing: .05em;
margin-bottom: 8px;
}
.news-item h3 {
font-family: 'Playfair Display', serif;
font-size: 1.5rem;
font-weight: 700;
margin-bottom: 10px;
line-height: 1.2;
}
.news-item p {
font-size: 1rem;
color: var(--gray4);
line-height: 1.6;
margin-bottom: 12px;
}
.news-tag {
display: inline-block;
font-size: .75rem;
font-weight: 600;
color: var(--blue);
text-transform: uppercase;
letter-spacing: .04em;
border: 1px solid var(--blue);
padding: 4px 8px;
border-radius: 0;
}
/* ── Sidebar Column ── */
.sidebar-col {
position: sticky;
top: 20px;
height: fit-content;
}
.panel {
background: var(--gray1);
padding: 24px;
margin-bottom: 24px;
border: 2px solid var(--black);
}
.panel h3 {
font-family: 'Playfair Display', serif;
font-size: 1.4rem;
font-weight: 900;
margin-bottom: 16px;
padding-bottom: 8px;
border-bottom: 2px solid var(--black);
}
.form-group {
margin-bottom: 16px;
}
.form-group label {
display: block;
font-size: .85rem;
font-weight: 600;
margin-bottom: 6px;
}
.form-group input {
width: 100%;
padding: 10px 12px;
background: var(--white);
border: 1px solid var(--black);
font-size: 1rem;
outline: none;
}
.form-group input:focus {
border-color: var(--blue);
box-shadow: inset 0 0 0 2px var(--blue);
}
.btn-primary {
width: 100%;
padding: 12px;
background: var(--black);
color: var(--white);
border: none;
font-size: 1rem;
font-weight: 600;
cursor: pointer;
}
.btn-primary:hover { background: var(--blue); }
.btn-outline {
width: 100%;
padding: 12px;
background: transparent;
border: 2px solid var(--black);
color: var(--black);
font-size: 1rem;
font-weight: 600;
cursor: pointer;
margin-top: 8px;
}
.btn-outline:hover { background: var(--blue); color: var(--white); }
/* ── Footer ── */
.footer {
margin-top: 64px;
border-top: 3px double var(--black);
padding-top: 24px;
font-size: .85rem;
color: var(--gray4);
}
.footer-links {
display: flex;
gap: 20px;
margin-bottom: 16px;
flex-wrap: wrap;
}
.footer-links a { color: var(--blue); }
.copyright {
text-align: center;
color: var(--gray3);
}
/* ── Responsive ── */
@media (max-width: 768px) {
.brand { font-size: 1.5rem; }
.mission { display: none; }
.main-grid { grid-template-columns: 1fr; }
.sidebar-col { position: static; }
}
</style>
</head>
<body>
<!-- Header -->
<header class="header">
<div class="container header-inner">
<div class="brand">Paraguay SRL LLC</div>
<div class="mission">
<span class="hide-de">Deutsche / Amerikaner in Paraguay tauschen Erfahrungen zu Banken, Steuern, Recht für LLC/SRL.</span>
<span class="hide-en">German / American expats in Paraguay share experiences on banking, taxes, legal matters for LLC/SRL.</span>
</div>
</div>
</header>
<!-- Main Content -->
<main class="container">
<div class="main-grid">
<!-- News Column -->
<div class="news-col">
<h2 class="hide-de">Aktuelle Erfahrungsbereichte</h2>
<h2 class="hide-en">Latest Experience Reports</h2>
<article class="news-item">
<div class="news-date">02.09.2026</div>
<h3 class="hide-de">Neue Bankpartner: Banco Atlántida & BISA</h3>
<h3 class="hide-en">New Banking Partners: Banco Atlántida & BISA</h3>
<p class="hide-de">Wir haben zwei neue Banken in unserer Community-Liste hinzugefügt: Banco Atlántida und Banco BISA. Erfahre mehr über die Anforderungen für Nicht-Residenten in unserem Wiki.</p>
<p class="hide-en">We've added two new banks to our community list: Banco Atlántida and Banco BISA. Learn about requirements for non-residents in our wiki.</p>
<span class="news-tag hide-de">Banking</span><span class="news-tag hide-en">Banking</span>
</article>
<article class="news-item">
<div class="news-date">28.08.2026</div>
<h3 class="hide-de">Steuersatz bleibt unverändert 2026</h3>
<h3 class="hide-en">Tax Rate Unchanged for 2026</h3>
<p class="hide-de">Paraguay behält seinen Territorialsteuersatz bei — 10% für lokales Einkommen, 0% für ausländisches Einkommen. Die aktuelle Debatte im Kongress betrifft nur die Einfuhrsteuern.</p>
<p class="hide-en">Paraguay maintains its territorial tax rate — 10% for local income, 0% for foreign income. Current congressional debate only affects import tariffs.</p>
<span class="news-tag hide-de">Steuern</span><span class="news-tag hide-en">Taxes</span>
</article>
<article class="news-item">
<div class="news-date">15.08.2026</div>
<h3 class="hide-de">SRL-Checklist-Guide aktualisiert</h3>
<h3 class="hide-en">SRL Checklist Guide Updated</h3>
<p class="hide-de">Unsere Community-Mitglieder haben eine detaillierte Checklist für die SRL-Gründung erstellt — von der Notariatsbevollmächtigung bis zur RUC-Registrierung.</p>
<p class="hide-en">Our community members created a detailed SRL formation checklist — from notary power of attorney to RUC registration.</p>
<span class="news-tag hide-de">Gründung</span><span class="news-tag hide-en">Formation</span>
</article>
<article class="news-item">
<div class="news-date">10.08.2026</div>
<h3 class="hide-de">Banking: Erfahrungen mit fintech Lösungen</h3>
<h3 class="hide-en">Banking: Experiences with fintech solutions</h3>
<p class="hide-de">Mehrere Mitglieder haben erfolgreich Konten bei Wise Business, Payoneer und Mercury geöffnet. Unser Wiki enthält aktuelle Erfahrungsberichte.</p>
<p class="hide-en">Several members have successfully opened accounts with Wise Business, Payoneer, and Mercury. Our wiki contains current experience reports.</p>
<span class="news-tag hide-de">Banking</span><span class="news-tag hide-en">Banking</span>
</article>
</div>
<!-- Sidebar: Login/Signup -->
<aside class="sidebar-col">
<div class="panel">
<h3 class="hide-de">Login / Registrierung</h3>
<h3 class="hide-en">Login / Registration</h3>
<form>
<div class="form-group">
<label for="email" class="hide-de">E-Mail</label>
<label for="email" class="hide-en">Email</label>
<input type="email" id="email" required placeholder="name@example.com" />
</div>
<div class="form-group">
<label for="password" class="hide-de">Passwort</label>
<label for="password" class="hide-en">Password</label>
<input type="password" id="password" required placeholder="••••••••" />
</div>
<button type="submit" class="btn-primary hide-de">Anmelden</button>
<button type="submit" class="btn-primary hide-en">Login</button>
<button type="button" class="btn-outline hide-de">Noch nicht registriert? Registrieren</button>
<button type="button" class="btn-outline hide-en">Not registered yet? Register</button>
</form>
</div>
</aside>
</div>
</main>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-links">
<a href="#" class="hide-de">Impressum</a>
<a href="#" class="hide-en">Imprint</a>
<a href="#" class="hide-de">Datenschutz</a>
<a href="#" class="hide-en">Privacy</a>
<a href="#" class="hide-de">Kontakt</a>
<a href="#" class="hide-en">Contact</a>
</div>
<p class="copyright hide-de">© 2026 Paraguay SRL LLC Community</p>
<p class="copyright hide-en">© 2026 Paraguay SRL LLC Community</p>
</div>
</footer>
</body>
</html>