Files
paraguay/index.html
T

395 lines
13 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--black: #000000;
--white: #ffffff;
--blue: #1e40af;
--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; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.header {
border-bottom: 3px double var(--black);
padding: 16px 0;
margin-bottom: 32px;
}
.header-inner {
display: flex;
justify-content: space-between;
align-items: center;
gap: 20px;
}
.brand {
font-family: 'Playfair Display', serif;
font-size: 1.8rem;
font-weight: 900;
line-height: 1.1;
color: var(--black);
}
.lang-toggle {
display: flex;
gap: 8px;
background: var(--gray1);
padding: 4px;
border: 1px solid var(--black);
}
.lang-btn {
padding: 6px 14px;
font-size: .85rem;
font-weight: 600;
border: none;
background: transparent;
cursor: pointer;
color: var(--gray4);
transition: all .2s;
}
.lang-btn.active {
background: var(--black);
color: var(--white);
}
.lang-btn:hover:not(.active) { color: var(--black); }
.mission-section {
background: var(--gray1);
padding: 24px;
margin-bottom: 32px;
border: 2px solid var(--black);
}
.mission-section h2 {
font-family: 'Playfair Display', serif;
font-size: 2rem;
font-weight: 900;
margin-bottom: 16px;
padding-bottom: 8px;
border-bottom: 2px solid var(--black);
}
.mission-text {
font-size: 1.05rem;
line-height: 1.7;
color: var(--gray4);
margin-bottom: 20px;
}
.topics-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 16px;
margin-top: 16px;
}
.topic {
padding: 12px;
border: 1px solid var(--gray2);
font-weight: 600;
font-size: .95rem;
}
.topic span { margin-right: 8px; }
.topic.emo-bank { background: #fff8e1; }
.topic.emo-legal { background: #e3f2fd; }
.topic.emo-tax { background: #e8f5e9; }
.disclaimer {
margin-top: 20px;
padding: 12px;
background: #ffebf0;
border: 1px solid var(--black);
font-weight: 600;
}
.main-grid {
display: grid;
grid-template-columns: 1.2fr 1fr;
gap: 40px;
}
.news-col h2 {
font-family: 'Playfair Display', serif;
font-size: 2.2rem;
font-weight: 900;
margin-bottom: 24px;
padding-bottom: 12px;
border-bottom: 2px solid var(--black);
}
.intro-text {
font-size: 1.1rem;
line-height: 1.7;
color: var(--gray4);
margin-bottom: 24px;
}
.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: .78rem;
color: var(--gray3);
text-transform: uppercase;
letter-spacing: .05em;
margin-bottom: 6px;
}
.news-item h3 {
font-family: 'Playfair Display', serif;
font-size: 1.4rem;
font-weight: 700;
margin-bottom: 8px;
line-height: 1.2;
}
.news-item p {
font-size: 1rem;
color: var(--gray4);
line-height: 1.6;
margin-bottom: 10px;
}
.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-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.3rem;
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 {
margin-top: 64px;
border-top: 3px double var(--black);
padding-top: 24px;
text-align: center;
font-size: 1rem;
color: var(--gray4);
}
.footer a { font-weight: 600; }
.footer-text { font-size: .95rem; }
@media (max-width: 900px) {
.main-grid { grid-template-columns: 1fr; }
.sidebar-col { position: static; }
.topics-grid { grid-template-columns: 1fr; }
}
</style>
</head>
<body data-lang="de">
<!-- Header -->
<header class="header">
<div class="container header-inner">
<div class="brand">Paraguay SRL LLC</div>
<div class="lang-toggle">
<button class="lang-btn active" data-lang="de">DE</button>
<button class="lang-btn" data-lang="en">EN</button>
</div>
</div>
</header>
<!-- Mission / Introduction -->
<section class="mission-section">
<h2 class="hide-de">Paraguay LLC & SRL Austausch & Community</h2>
<h2 class="hide-en">Paraguay LLC & SRL Exchange & Community</h2>
<p class="mission-text hide-de">
Willkommen in der Gruppe Paraguay LLC & SRL!<br>
Diese Gruppe dient dem Austausch von Menschen, die in Paraguay eine LLC oder SRL betreiben oder sich damit beschäftigen.
</p>
<p class="mission-text hide-en">
Welcome to the Paraguay LLC & SRL group!<br>
This group serves as an exchange platform for people who run or are engaged with an LLC or SRL in Paraguay.
</p>
<div class="topics-grid">
<div class="topic emo-bank">
<span>🏦</span><span class="hide-de">Banken & Zahlungsverkehr</span><span class="hide-en">Banking & Payments</span>
</div>
<div class="topic emo-legal">
<span>⚖️</span><span class="hide-de">Rechtliches & Gesellschaftsrecht</span><span class="hide-en">Legal & Corporate Law</span>
</div>
<div class="topic emo-tax">
<span>💰</span><span class="hide-de">Steuern & Buchhaltung</span><span class="hide-en">Taxes & Accounting</span>
</div>
</div>
<div class="disclaimer hide-de">
🚫 Keine Geschäftsanbahnungen in der Gruppe! Werbung, Akquise und Vermittlungsangebote bitte außerhalb der Gruppe bzw. offline.
</div>
<div class="disclaimer hide-en">
🚫 No business solicitations in the group! Advertising, lead generation, and referral offers outside the group or offline.
</div>
</section>
<!-- Main Content -->
<main class="container">
<div class="main-grid">
<!-- News/Updates Column -->
<div class="news-col">
<h2 class="hide-de">Aktuelle Erfahrungsbereichte</h2>
<h2 class="hide-en">Latest Experience Reports</h2>
<p class="intro-text hide-de">
Hier findest du die neuesten Erfahrungsberichte aus unserer Telegram-Gruppe zu Banking, Steuern, Recht und mehr.
</p>
<p class="intro-text hide-en">
Here you'll find the latest experience reports from our Telegram group on banking, taxes, legal matters, and more.
</p>
<article class="news-item">
<div class="news-date hide-de">02.09.2026</div>
<div class="news-date hide-en">Sep 02, 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 hide-de">28.08.2026</div>
<div class="news-date hide-en">Aug 28, 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.</p>
<p class="hide-en">Paraguay maintains its territorial tax rate — 10% for local income, 0% for foreign income.</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 hide-de">15.08.2026</div>
<div class="news-date hide-en">Aug 15, 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.</p>
<p class="hide-en">Our community members created a detailed SRL formation checklist.</p>
<span class="news-tag hide-de">Gründung</span><span class="news-tag hide-en">Formation</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">
<p class="footer-text">
<span class="hide-de">Sponsored by</span>
<span class="hide-en">Sponsored by</span>
<a href="https://ODOO4projects.com" target="_blank" rel="noopener">ODOO4projects</a>
</p>
</div>
</footer>
<script>
document.querySelectorAll('.lang-btn').forEach(btn => {
btn.addEventListener('click', () => {
const lang = btn.dataset.lang;
document.body.dataset.lang = lang;
document.querySelectorAll('.lang-btn').forEach(b => b.classList.remove('active'));
btn.classList.add('active');
});
});
</script>
</body>
</html>