Help
RSS
API
Feed
Maltego
Contact
Domain > aldaranthiro.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-01-25
104.21.34.39
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Sun, 25 Jan 2026 11:23:08 GMTContent-Type: text/html;charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareCache-Control: no-storeVary: Accept-EncodingNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Report-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sEu%2BbhdBy79P%2B7r%2F5jldpNpHuoGAnmjmtOj4%2FbzxPW%2BF0cMEf%2F%2BlW2ZGdhcZ7MVzHcll0AZReHBHqY671Nty4JZa5jlrEneyS3191Aoje}}cf-cache-status: DYNAMICCF-RAY: 9c37658f48796289-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langde>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> meta namerobots contentindex, follow> link relicon typeimage/svg+xml href./favicon.svg> title>aldaranthiro - Professionelle Buchhaltungsdienstleistungen in Berlin/title> meta namedescription contentaldaranthiro bietet professionelle Buchhaltungsdienstleistungen in Berlin. Vertrauen Sie unserem erfahrenen Team für Ihre Finanzverwaltung.> style> :root { --primary-blue: #1034A6; --lavender-gray: #C4C3D0; --accent-yellow: #F7E733; --white-smoke: #F5F5F5; --charcoal-black: #1C1C1C; } * { margin: 0; padding: 0; box-sizing: border-box; } *, *::before, *::after { max-width: 100%; word-wrap: break-word; } html, body { font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: var(--charcoal-black); background-color: var(--white-smoke); overflow-x: hidden; max-width: 100vw; } /* Header Styles */ .header { position: fixed; top: 0; left: 0; right: 0; background: linear-gradient(135deg, var(--primary-blue), #1a4bb8); padding: 1rem 0; z-index: 1000; box-shadow: 0 2px 20px rgba(16, 52, 166, 0.3); backdrop-filter: blur(10px); } .header-container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: flex; justify-content: space-between; align-items: center; } .logo { font-size: 2rem; font-weight: 700; color: white; text-decoration: none; letter-spacing: -1px; position: relative; } .logo::after { content: ; position: absolute; bottom: -2px; left: 0; width: 0; height: 3px; background: var(--accent-yellow); transition: width 0.3s ease; } .logo:hover::after { width: 100%; } .nav { display: flex; gap: 2rem; align-items: center; } .nav a { color: white; text-decoration: none; font-weight: 500; transition: color 0.3s ease; position: relative; } .nav a:hover { color: var(--accent-yellow); } .contact-btn { background: var(--accent-yellow); color: var(--charcoal-black) !important; padding: 0.8rem 1.5rem; border-radius: 50px; font-weight: 600; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(247, 231, 51, 0.3); } .contact-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(247, 231, 51, 0.4); color: var(--charcoal-black) !important; } /* Mobile menu */ .mobile-menu-toggle { display: none; background: none; border: none; color: white; font-size: 1.5rem; cursor: pointer; } /* Main content */ .main-content { margin-top: 80px; } /* Animations */ @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } @keyframes slideInLeft { from { opacity: 0; transform: translateX(-50px); } to { opacity: 1; transform: translateX(0); } } @keyframes slideInRight { from { opacity: 0; transform: translateX(50px); } to { opacity: 1; transform: translateX(0); } } @keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } } /* Section styles */ .section { padding: 5rem 0; position: relative; width: 100%; overflow-x: hidden; } .container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; width: 100%; box-sizing: border-box; } .section-title { font-size: 2.5rem; text-align: center; margin-bottom: 3rem; color: var(--primary-blue); position: relative; animation: fadeInUp 0.8s ease-out; } .section-title::after { content: ; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 80px; height: 4px; background: linear-gradient(90deg, var(--accent-yellow), var(--primary-blue)); border-radius: 2px; } /* Background elements */ .bg-wave { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: -1; } .bg-wave::before { content: ; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: url(data:image/svg+xml,%3Csvg xmlnshttp://www.w3.org/2000/svg viewBox0 0 1000 1000%3E%3Cpath dM0,300 Q250,200 500,300 T1000,300 L1000,1000 L0,1000 Z fill%23f5f5f5 opacity0.1/%3E%3C/svg%3E) no-repeat; background-size: cover; animation: wave 20s ease-in-out infinite; } @keyframes wave { 0%, 100% { transform: rotate(0deg) translate(0, 0); } 25% { transform: rotate(1deg) translate(10px, 10px); } 50% { transform: rotate(0deg) translate(20px, 0); } 75% { transform: rotate(-1deg) translate(10px, -10px); } } /* Cookie Banner Styles */ .cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: linear-gradient(135deg, var(--charcoal-black), #2a2a2a); color: white; padding: 1.5rem; transform: translateY(100%); opacity: 0; transition: all 0.5s ease; z-index: 10000; box-shadow: 0 -4px 20px rgba(0,0,0,0.3); } .cookie-banner.show { transform: translateY(0); opacity: 1; } .cookie-content { max-width: 1200px; margin: 0 auto; display: flex; gap: 2rem; align-items: center; flex-wrap: wrap; } .cookie-text { flex: 1; min-width: 300px; } .cookie-buttons { display: flex; gap: 1rem; flex-wrap: wrap; } .cookie-btn { padding: 0.8rem 1.5rem; border: none; border-radius: 5px; cursor: pointer; font-weight: 600; transition: all 0.3s ease; } .cookie-accept { background: var(--accent-yellow); color: var(--charcoal-black); } .cookie-accept:hover { background: #e6d322; transform: translateY(-2px); } .cookie-decline { background: transparent; color: white; border: 2px solid var(--lavender-gray); } .cookie-decline:hover { background: var(--lavender-gray); color: var(--charcoal-black); } /* Responsive Design */ @media (max-width: 768px) { * { max-width: 100vw; overflow-x: hidden; } .header-container { padding: 0 1rem; max-width: 100vw; } .nav { display: none; } .mobile-menu-toggle { display: block; } .section-title { font-size: 2rem; } .container { padding: 0 1rem; max-width: 100vw; box-sizing: border-box; } .section { max-width: 100vw; overflow-x: hidden; } .cookie-content { flex-direction: column; text-align: center; max-width: 100vw; box-sizing: border-box; } .cookie-buttons { justify-content: center; } } @media (max-width: 480px) { * { max-width: 100vw; overflow-x: hidden; } .section-title { font-size: 1.5rem; } .container { padding: 0 0.5rem; max-width: 100vw; box-sizing: border-box; } .section { max-width: 100vw; overflow-x: hidden; padding: 3rem 0; } .cookie-banner { padding: 1rem; max-width: 100vw; box-sizing: border-box; } .cookie-buttons { width: 100%; max-width: 100vw; box-sizing: border-box; } .cookie-btn { flex: 1; min-width: 120px; max-width: calc(50% - 0.5rem); } } /style>/head>body> header classheader> div classheader-container> a href./ classlogo>aldaranthiro/a> nav classnav> a href./#about>Über uns/a> a href./#services>Dienstleistungen/a> a href./#contact>Kontakt/a> a href./#contact classcontact-btn>Jetzt anfragen/a> /nav> button classmobile-menu-toggle aria-labelMenu>☰/button> /div> /header> main classmain-content>!-- Hero Section -->section classhero-section style background: linear-gradient(135deg, var(--primary-blue) 0%, #1a4bb8 100%); min-height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden;> div classbg-wave>/div> div classcontainer styleposition: relative; z-index: 2;> div style display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; min-height: 80vh; > div styleanimation: slideInLeft 1s ease-out;> h1 style font-size: 3.5rem; font-weight: 700; color: white; margin-bottom: 1.5rem; line-height: 1.2; > Professionelle span stylecolor: var(--accent-yellow);>Buchhaltung/span> für Ihr Unternehmen /h1> p style font-size: 1.2rem; color: var(--lavender-gray); margin-bottom: 2rem; line-height: 1.6; > Konzentrieren Sie sich auf Ihr Kerngeschäft, während wir uns um Ihre Finanzen kümmern. Vertrauen Sie auf über 10 Jahre Erfahrung in der Buchhaltung. /p> div styledisplay: flex; gap: 1rem; flex-wrap: wrap;> a href#contact style background: var(--accent-yellow); color: var(--charcoal-black); padding: 1rem 2rem; text-decoration: none; border-radius: 50px; font-weight: 600; font-size: 1.1rem; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(247, 231, 51, 0.3); display: inline-block; > Kostenlose Beratung /a> a hreftel:+493078347335 style border: 2px solid white; color: white; padding: 1rem 2rem; text-decoration: none; border-radius: 50px; font-weight: 600; font-size: 1.1rem; transition: all 0.3s ease; display: inline-block; > +49 30 78347335 /a> /div> /div> div styleanimation: slideInRight 1s ease-out 0.3s both;> img src./img/1giZgd.jpg altBuchhaltung Berlin style width: 100%; height: auto; border-radius: 20px; box-shadow: 0 20px 40px rgba(0,0,0,0.3); object-fit: cover; > /div> /div> /div>/section>!-- About Section -->section idabout classsection stylebackground: var(--white-smoke);> div classcontainer> h2 classsection-title>Über aldaranthiro/h2> div style display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; > div styleanimation: slideInLeft 0.8s ease-out;> img src./img/bo2cCd.jpg altUnser Team style width: 100%; height: auto; border-radius: 15px; box-shadow: 0 15px 30px rgba(16, 52, 166, 0.2); > /div> div styleanimation: slideInRight 0.8s ease-out 0.2s both;> h3 style font-size: 2rem; color: var(--primary-blue); margin-bottom: 1.5rem; > Ihre Vertrauenspartner für Finanzen /h3> p style font-size: 1.1rem; line-height: 1.7; margin-bottom: 1.5rem; color: var(--charcoal-black); > Seit über einem Jahrzehnt unterstützen wir Unternehmen in Berlin bei der professionellen Verwaltung ihrer Finanzen. Unser erfahrenes Team sorgt für Transparenz, Genauigkeit und Compliance in allen buchhaltungsrelevanten Belangen. /p> p style font-size: 1.1rem; line-height: 1.7; margin-bottom: 2rem; color: var(--charcoal-black); > Wir glauben daran, dass eine ordnungsgemäße Buchführung die Grundlage für unternehmerischen Erfolg bildet. Deshalb arbeiten wir präzise, zuverlässig und immer im Interesse unserer Mandanten. /p> div style display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; > div style background: white; padding: 1.5rem; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); text-align: center; > h4 style font-size: 2rem; color: var(--accent-yellow); margin-bottom: 0.5rem; >10+/h4> p stylefont-weight: 600; color: var(--primary-blue);>Jahre Erfahrung/p> /div> div style background: white; padding: 1.5rem; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); text-align: center; > h4 style font-size: 2rem; color: var(--accent-yellow); margin-bottom: 0.5rem; >500+/h4> p stylefont-weight: 600; color: var(--primary-blue);>Zufriedene Kunden/p> /div> /div> /div> /div> /div>/section>!-- Advantages Section -->section classsection stylebackground: linear-gradient(135deg, #f8f9fa 0%, var(--white-smoke) 100%);> div classcontainer> h2 classsection-title>Warum aldaranthiro wählen?/h2> div style display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-top: 3rem; > div style background: white; padding: 2rem; border-radius: 15px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s ease; animation: fadeInUp 0.8s ease-out; > div style width: 80px; height: 80px; background: linear-gradient(135deg, var(--primary-blue), #1a4bb8); border-radius: 50%; margin: 0 auto 1.5rem; display: flex; align-items: center; justify-content: center; font-size: 2rem; color: white; >⚡/div> h3 style font-size: 1.4rem; color: var(--primary-blue); margin-bottom: 1rem; >Schnelle Bearbeitung/h3> p style color: var(--charcoal-black); line-height: 1.6; > Ihre Belege werden innerhalb von 24 Stunden bearbeitet. Keine langen Wartezeiten, immer aktueller Überblick. /p> /div> div style background: white; padding: 2rem; border-radius: 15px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s ease; animation: fadeInUp 0.8s ease-out 0.2s both; > div style width: 80px; height: 80px; background: linear-gradient(135deg, var(--primary-blue), #1a4bb8); border-radius: 50%; margin: 0 auto 1.5rem; display: flex; align-items: center; justify-content: center; font-size: 2rem; color: white; >🔒/div> h3 style font-size: 1.4rem; color: var(--primary-blue); margin-bottom: 1rem; >Höchste Sicherheit/h3> p style color: var(--charcoal-black); line-height: 1.6; > DSGVO-konform und verschlüsselt. Ihre sensiblen Daten sind bei uns in sicheren Händen. /p> /div> div style background: white; padding: 2rem; border-radius: 15px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s ease; animation: fadeInUp 0.8s ease-out 0.4s both; > div style width: 80px; height: 80px; background: linear-gradient(135deg, var(--primary-blue), #1a4bb8); border-radius: 50%; margin: 0 auto 1.5rem; display: flex; align-items: center; justify-content: center; font-size: 2rem; color: white; >💼/div> h3 style font-size: 1.4rem; color: var(--primary-blue); margin-bottom: 1rem; >Persönlicher Ansprechpartner/h3> p style color: var(--charcoal-black); line-height: 1.6; > Ein fester Ansprechpartner für alle Ihre Fragen. Direkter Kontakt, keine Warteschleifen. /p> /div> /div> /div>/section>!-- Services Section -->section idservices classsection stylebackground: white;> div classcontainer> h2 classsection-title>Unsere Dienstleistungen/h2> div style display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2rem; margin-top: 3rem; > div style background: linear-gradient(135deg, var(--primary-blue), #1a4bb8); color: white; padding: 2.5rem; border-radius: 20px; box-shadow: 0 15px 30px rgba(16, 52, 166, 0.3); animation: slideInLeft 0.8s ease-out; position: relative; overflow: hidden; > div style position: absolute; top: -50px; right: -50px; width: 100px; height: 100px; background: var(--accent-yellow); border-radius: 50%; opacity: 0.1; >/div> h3 style font-size: 1.8rem; margin-bottom: 1.5rem; color: var(--accent-yellow); >Basisbuchhaltung/h3> ul style list-style: none; padding: 0; margin-bottom: 2rem; > li stylemargin-bottom: 0.8rem; padding-left: 1.5rem; position: relative;> span styleposition: absolute; left: 0; color: var(--accent-yellow);>✓/span> Laufende Buchführung /li> li stylemargin-bottom: 0.8rem; padding-left: 1.5rem; position: relative;> span styleposition: absolute; left: 0; color: var(--accent-yellow);>✓/span> Rechnungsstellung /li> li stylemargin-bottom: 0.8rem; padding-left: 1.5rem; position: relative;> span styleposition: absolute; left: 0; color: var(--accent-yellow);>✓/span> Mahnwesen /li> li stylemargin-bottom: 0.8rem; padding-left: 1.5rem; position: relative;> span styleposition: absolute; left: 0; color: var(--accent-yellow);>✓/span> Monatsabschluss /li> /ul> div style font-size: 2.5rem; font-weight: 700; color: var(--accent-yellow); margin-bottom: 1rem; >ab 299€span stylefont-size: 1rem; font-weight: normal;>/Monat/span>/div> /div> div style background: linear-gradient(135deg, var(--accent-yellow), #e6d322); color: var(--charcoal-black); padding: 2.5rem; border-radius: 20px; box-shadow: 0 15px 30px rgba(247, 231, 51, 0.3); animation: fadeInUp 0.8s ease-out 0.2s both; position: relative; overflow: hidden; transform: scale(1.05); > div style position: absolute; top: -50px; right: -50px; width: 100px; height: 100px; background: var(--primary-blue); border-radius: 50%; opacity: 0.1; >/div> div style background: var(--primary-blue); color: white; padding: 0.5rem 1rem; border-radius: 20px; display: inline-block; margin-bottom: 1rem; font-weight: 600; font-size: 0.9rem; >BELIEBT/div> h3 style font-size: 1.8rem; margin-bottom: 1.5rem; color: var(--primary-blue); >Komplettpaket/h3> ul style list-style: none; padding: 0; margin-bottom: 2rem; > li stylemargin-bottom: 0.8rem; padding-left: 1.5rem; position: relative;> span styleposition: absolute; left: 0; color: var(--primary-blue);>✓/span> Alles aus Basisbuchhaltung /li> li stylemargin-bottom: 0.8rem; padding-left: 1.5rem; position: relative;> span styleposition: absolute; left: 0; color: var(--primary-blue);>✓/span> Jahresabschluss /li> li stylemargin-bottom: 0.8rem; padding-left: 1.5rem; position: relative;> span styleposition: absolute; left: 0; color: var(--primary-blue);>✓/span> Steuerberatung /li> li stylemargin-bottom: 0.8rem; padding-left: 1.5rem; position: relative;> span styleposition: absolute; left: 0; color: var(--primary-blue);>✓/span> Betriebswirtschaftliche Auswertungen /li> /ul> div style font-size: 2.5rem; font-weight: 700; color: var(--primary-blue); margin-bottom: 1rem; >ab 599€span stylefont-size: 1rem; font-weight: normal;>/Monat/span>/div> /div> div style background: linear-gradient(135deg, var(--lavender-gray), #b8b7c4); color: var(--charcoal-black); padding: 2.5rem; border-radius: 20px; box-shadow: 0 15px 30px rgba(196, 195, 208, 0.3); animation: slideInRight 0.8s ease-out 0.4s both; position: relative; overflow: hidden; > div style position: absolute; top: -50px; right: -50px; width: 100px; height: 100px; background: var(--primary-blue); border-radius: 50%; opacity: 0.1; >/div> h3 style font-size: 1.8rem; margin-bottom: 1.5rem; color: var(--primary-blue); >Premium Service/h3> ul style list-style: none; padding: 0; margin-bottom: 2rem; > li stylemargin-bottom: 0.8rem; padding-left: 1.5rem; position: relative;> span styleposition: absolute; left: 0; color: var(--primary-blue);>✓/span> Alles aus Komplettpaket /li> li stylemargin-bottom: 0.8rem; padding-left: 1.5rem; position: relative;> span styleposition: absolute; left: 0; color: var(--primary-blue);>✓/span> Controlling & Reporting /li> li stylemargin-bottom: 0.8rem; padding-left: 1.5rem; position: relative;> span styleposition: absolute; left: 0; color: var(--primary-blue);>✓/span> Strategische Beratung /li> li stylemargin-bottom: 0.8rem; padding-left: 1.5rem; position: relative;> span styleposition: absolute; left: 0; color: var(--primary-blue);>✓/span> 24/7 Support /li> /ul> div style font-size: 2.5rem; font-weight: 700; color: var(--primary-blue); margin-bottom: 1rem; >ab 999€span stylefont-size: 1rem; font-weight: normal;>/Monat/span>/div> /div> /div> /div>/section>!-- Testimonials Section -->section classsection stylebackground: var(--white-smoke); overflow: hidden;> div classcontainer> h2 classsection-title>Was unsere Kunden sagen/h2> div style display: flex; animation: scroll 20s linear infinite; gap: 2rem; width: max-content; > div style background: white; padding: 2rem; border-radius: 15px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); min-width: 350px; max-width: 350px; > div style display: flex; align-items: center; margin-bottom: 1rem; > img src./img/ddgbXX.jpg altKunde style width: 60px; height: 60px; border-radius: 50%; object-fit: cover; margin-right: 1rem; > div> h4 stylecolor: var(--primary-blue); margin-bottom: 0.2rem;>Thomas Weber/h4> p stylecolor: var(--lavender-gray); font-size: 0.9rem;>GmbH-Geschäftsführer/p> /div> /div> p style color: var(--charcoal-black); line-height: 1.6; font-style: italic; > aldaranthiro hat unsere Buchhaltung revolutioniert. Endlich haben wir Zeit für unser Kerngeschäft. Die Betreuung ist erstklassig und die Ergebnisse sprechen für sich. /p> div stylecolor: var(--accent-yellow); font-size: 1.2rem; margin-top: 1rem;> ★★★★★ /div> /div> div style background: white; padding: 2rem; border-radius: 15px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); min-width: 350px; max-width: 350px; > div style display: flex; align-items: center; margin-bottom: 1rem; > img src./img/gldJry.jpg altKunde style width: 60px; height: 60px; border-radius: 50%; object-fit: cover; margin-right: 1rem; > div> h4 stylecolor: var(--primary-blue); margin-bottom: 0.2rem;>Sarah Klein/h4> p stylecolor: var(--lavender-gray); font-size: 0.9rem;>Startup-Gründerin/p> /div> /div> p style color: var(--charcoal-black); line-height: 1.6; font-style: italic; > Als Gründerin war ich von der Buchhaltung überfordert. aldaranthiro hat mir den Rücken freigehalten und dafür gesorgt, dass alles korrekt läuft. Absolute Empfehlung! /p> div stylecolor: var(--accent-yellow); font-size: 1.2rem; margin-top: 1rem;> ★★★★★ /div> /div> div style background: white; padding: 2rem; border-radius: 15px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); min-width: 350px; max-width: 350px; > div style display: flex; align-items: center; margin-bottom: 1rem; > img src./img/1giZgd.jpg altKunde style width: 60px; height: 60px; border-radius: 50%; object-fit: cover; margin-right: 1rem; > div> h4 stylecolor: var(--primary-blue); margin-bottom: 0.2rem;>Michael Schmidt/h4> p stylecolor: var(--lavender-gray); font-size: 0.9rem;>Einzelunternehmer/p> /div> /div> p style color: var(--charcoal-black); line-height: 1.6; font-style: italic; > Seit 3 Jahren arbeite ich mit aldaranthiro zusammen. Die Qualität der Arbeit und die persönliche Betreuung sind unübertroffen. Meine Finanzen sind in besten Händen. /p> div stylecolor: var(--accent-yellow); font-size: 1.2rem; margin-top: 1rem;> ★★★★★ /div> /div> /div> /div>/section>!-- Contact Form Section -->section idcontact classsection stylebackground: linear-gradient(135deg, var(--primary-blue), #1a4bb8);> div classcontainer> h2 classsection-title stylecolor: white;>Jetzt kostenlose Beratung anfragen/h2> div style display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; > div styleanimation: slideInLeft 0.8s ease-out;> h3 style font-size: 1.8rem; color: var(--accent-yellow); margin-bottom: 1.5rem; >Lassen Sie uns sprechen/h3> p style color: var(--lavender-gray); font-size: 1.1rem; line-height: 1.7; margin-bottom: 2rem; > Vereinbaren Sie noch heute ein unverbindliches Beratungsgespräch. Wir analysieren Ihre aktuelle Situation und zeigen Ihnen, wie Sie Ihre Buchhaltung optimieren können. /p> div stylecolor: var(--lavender-gray); line-height: 1.8;> p stylemargin-bottom: 1rem;> strong stylecolor: white;>📍 Adresse:/strong>br> Straße 17, 10115 Berlin /p> p stylemargin-bottom: 1rem;> strong stylecolor: white;>📞 Telefon:/strong>br> a hreftel:+493078347335 stylecolor: var(--accent-yellow); text-decoration: none;> +49 30 78347335 /a> /p> p> strong stylecolor: white;>✉️ E-Mail:/strong>br> a hrefmailto:info@aldaranthiro.com stylecolor: var(--accent-yellow); text-decoration: none;> info@aldaranthiro.com /a> /p> /div> /div> div style background: white; padding: 2.5rem; border-radius: 20px; box-shadow: 0 20px 40px rgba(0,0,0,0.3); animation: slideInRight 0.8s ease-out 0.2s both; > form action./form-handler.php methodPOST> div stylemargin-bottom: 1.5rem;> label forname style display: block; margin-bottom: 0.5rem; font-weight: 600; color: var(--charcoal-black); >Name */label> input typetext idname namename required style width: 100%; padding: 1rem; border: 2px solid var(--lavender-gray); border-radius: 10px; font-size: 1rem; transition: border-color 0.3s ease; > /div> div stylemargin-bottom: 1.5rem;> label forphone style display: block; margin-bottom: 0.5rem; font-weight: 600; color: var(--charcoal-black); >Telefon */label> input typetel idphone namephone required style width: 100%; padding: 1rem; border: 2px solid var(--lavender-gray); border-radius: 10px; font-size: 1rem; transition: border-color 0.3s ease; > /div> div stylemargin-bottom: 1.5rem;> label forbudget style display: block; margin-bottom: 0.5rem; font-weight: 600; color: var(--charcoal-black); >Gewünschtes Paket/label> select idbudget namebudget style width: 100%; padding: 1rem; border: 2px solid var(--lavender-gray); border-radius: 10px; font-size: 1rem; background: white; > option value>Bitte wählen/option> option valueBasisbuchhaltung (ab 299€)>Basisbuchhaltung (ab 299€/Monat)/option> option valueKomplettpaket (ab 599€)>Komplettpaket (ab 599€/Monat)/option> option valuePremium Service (ab 999€)>Premium Service (ab 999€/Monat)/option> option valueIndividuelle Lösung>Individuelle Lösung/option> /select> /div> div stylemargin-bottom: 1.5rem;> label style display: flex; align-items: start; gap: 0.5rem; font-size: 0.9rem; line-height: 1.5; > input typecheckbox nameprivacy required stylemargin-top: 0.2rem;> span>Ich stimme der a href./datenschutz.php stylecolor: var(--primary-blue);>Datenschutzerklärung/a> zu. */span> /label> /div> div stylemargin-bottom: 2rem;> label style display: flex; align-items: start; gap: 0.5rem; font-size: 0.9rem; line-height: 1.5; > input typecheckbox namedisclaimer required stylemargin-top: 0.2rem;> span>Ich habe den a href./haftungsausschluss.php stylecolor: var(--primary-blue);>Haftungsausschluss/a> gelesen und akzeptiert. */span> /label> /div> button typesubmit style width: 100%; background: linear-gradient(135deg, var(--primary-blue), #1a4bb8); color: white; padding: 1.2rem; border: none; border-radius: 10px; font-size: 1.1rem; font-weight: 600; cursor: pointer; transition: all 0.3s ease; > Kostenlose Beratung anfragen /button> /form> /div> /div> /div>/section>!-- FAQ Section -->section classsection stylebackground: white;> div classcontainer> h2 classsection-title>Häufig gestellte Fragen/h2> div style max-width: 800px; margin: 0 auto; > div style border: 1px solid var(--lavender-gray); border-radius: 10px; margin-bottom: 1rem; overflow: hidden; animation: fadeInUp 0.8s ease-out; > div style background: var(--white-smoke); padding: 1.5rem; font-weight: 600; color: var(--primary-blue); cursor: pointer; > Wie schnell können Sie mit der Buchhaltung beginnen? /div> div style padding: 1.5rem; color: var(--charcoal-black); line-height: 1.6; > Nach unserem Beratungsgespräch können wir in der Regel innerhalb von 3-5 Werktagen mit der Übernahme Ihrer Buchhaltung beginnen. Die Einrichtung erfolgt digital und unkompliziert. /div> /div> div style border: 1px solid var(--lavender-gray); border-radius: 10px; margin-bottom: 1rem; overflow: hidden; animation: fadeInUp 0.8s ease-out 0.1s both; > div style background: var(--white-smoke); padding: 1.5rem; font-weight: 600; color: var(--primary-blue); cursor: pointer; > Welche Unterlagen benötigen Sie von mir? /div> div style padding: 1.5rem; color: var(--charcoal-black); line-height: 1.6; > Wir benötigen Ihre Belege, Rechnungen, Kontoauszüge und eventuelle Vorjahresabschlüsse. Die Übermittlung erfolgt sicher über unser digitales Portal oder per verschlüsselter E-Mail. /div> /div> div style border: 1px solid var(--lavender-gray); border-radius: 10px; margin-bottom: 1rem; overflow: hidden; animation: fadeInUp 0.8s ease-out 0.2s both; > div style background: var(--white-smoke); padding: 1.5rem; font-weight: 600; color: var(--primary-blue); cursor: pointer; > Sind die Preise monatlich kündbar? /div> div style padding: 1.5rem; color: var(--charcoal-black); line-height: 1.6; > Ja, unsere Verträge sind monatlich kündbar. Wir sind von der Qualität unserer Arbeit überzeugt und möchten, dass Sie aus Überzeugung bei uns bleiben, nicht aufgrund von Vertragsbindungen. /div> /div> div style border: 1px solid var(--lavender-gray); border-radius: 10px; margin-bottom: 1rem; overflow: hidden; animation: fadeInUp 0.8s ease-out 0.3s both; > div style background: var(--white-smoke); padding: 1.5rem; font-weight: 600; color: var(--primary-blue); cursor: pointer; > Wie erhalte ich Zugang zu meinen Daten? /div> div style padding: 1.5rem; color: var(--charcoal-black); line-height: 1.6; > Sie erhalten regelmäßige Berichte und haben jederzeit Zugang zu Ihren aktuellen Zahlen über unser sicheres Kundenportal. Transparenz ist für uns selbstverständlich. /div> /div> /div> /div>/section>style> @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } } /* Form styling */ input:focus, select:focus { outline: none; border-color: var(--primary-blue) !important; box-shadow: 0 0 0 3px rgba(16, 52, 166, 0.1); } button:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(16, 52, 166, 0.3); } /* Service cards hover effect */ .section style*background: white:hover, .section style*background: linear-gradient:hover { transform: translateY(-5px); } /* Responsive design */ @media (max-width: 768px) { .hero-section style*grid-template-columns: 1fr 1fr { grid-template-columns: 1fr !important; text-align: center; } .hero-section h1 { font-size: 2.5rem !important; } .section style*grid-template-columns: 1fr 1fr { grid-template-columns: 1fr !important; } .section style*grid-template-columns: repeat(2, 1fr) { grid-template-columns: 1fr !important; } .container { padding: 0 1rem !important; } } @media (max-width: 480px) { .hero-section h1 { font-size: 2rem !important; } .section-title { font-size: 1.8rem !important; } }/style> /main> footer classfooter style background: linear-gradient(135deg, var(--charcoal-black), #2a2a2a); color: white; padding: 3rem 0 1rem; margin-top: 3rem; > div classcontainer> div style display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-bottom: 2rem; > !-- Company Info --> div styleanimation: slideInLeft 0.8s ease-out;> h3 style color: var(--accent-yellow); margin-bottom: 1rem; font-size: 1.2rem; >aldaranthiro/h3> p style margin-bottom: 1rem; color: var(--lavender-gray); line-height: 1.6; > Professionelle Buchhaltungsdienstleistungen in Berlin. Vertrauen Sie unserem erfahrenen Team für Ihre Finanzverwaltung und konzentrieren Sie sich auf Ihr Kerngeschäft. /p> /div> !-- Contact Info --> div styleanimation: fadeInUp 0.8s ease-out 0.2s both;> h3 style color: var(--accent-yellow); margin-bottom: 1rem; font-size: 1.2rem; >Kontakt/h3> div stylecolor: var(--lavender-gray); line-height: 1.8;> p stylemargin-bottom: 0.5rem;> strong>Adresse:/strong>br> Straße 17br> 10115 Berlin /p> p stylemargin-bottom: 0.5rem;> strong>Telefon:/strong>br> a hreftel:+493078347335 style color: var(--accent-yellow); text-decoration: none; transition: color 0.3s ease; >+49 30 78347335/a> /p> p> strong>E-Mail:/strong>br> a hrefmailto:info@aldaranthiro.com style color: var(--accent-yellow); text-decoration: none; transition: color 0.3s ease; >info@aldaranthiro.com/a> /p> /div> /div> !-- Legal Links --> div styleanimation: slideInRight 0.8s ease-out 0.4s both;> h3 style color: var(--accent-yellow); margin-bottom: 1rem; font-size: 1.2rem; >Rechtliches/h3> div style display: flex; flex-direction: column; gap: 0.5rem; > a href./datenschutz.php style color: var(--lavender-gray); text-decoration: none; transition: color 0.3s ease; padding: 0.2rem 0; >Datenschutzerklärung/a> a href./cookie-richtlinie.php style color: var(--lavender-gray); text-decoration: none; transition: color 0.3s ease; padding: 0.2rem 0; >Cookie-Richtlinie/a> a href./terms.php style color: var(--lavender-gray); text-decoration: none; transition: color 0.3s ease; padding: 0.2rem 0; >Allgemeine Geschäftsbedingungen/a> a href./haftungsausschluss.php style color: var(--lavender-gray); text-decoration: none; transition: color 0.3s ease; padding: 0.2rem 0; >Haftungsausschluss/a> /div> /div> /div> !-- Copyright --> div style border-top: 1px solid #444; padding-top: 1rem; text-align: center; color: var(--lavender-gray); font-size: 0.9rem; > p>© 2026 aldaranthiro. Alle Rechte vorbehalten./p> /div> /div> /footer> !-- Cookie Banner --> div idcookieBanner classcookie-banner> div classcookie-content> div classcookie-text> strong>Cookie-Hinweis/strong>br> Wir verwenden Cookies, um Ihnen die bestmögliche Erfahrung auf unserer Website zu bieten. Durch die Nutzung unserer Website stimmen Sie der Verwendung von Cookies zu. a href./cookie-richtlinie.php stylecolor: var(--accent-yellow); text-decoration: none;> Mehr erfahren /a> /div> div classcookie-buttons> button classcookie-btn cookie-accept onclickacceptCookies()> Akzeptieren /button> button classcookie-btn cookie-decline onclickdeclineCookies()> Ablehnen /button> /div> /div> /div> script> // Cookie Management function setCookie(name, value, days) { const expires new Date(); expires.setTime(expires.getTime() + (days * 24 * 60 * 60 * 1000)); document.cookie name + + value + ;expires + expires.toUTCString() + ;path/; } function getCookie(name) { const nameEQ name + ; const ca document.cookie.split(;); for(let i 0; i ca.length; i++) { let c cai; while (c.charAt(0) ) c c.substring(1, c.length); if (c.indexOf(nameEQ) 0) return c.substring(nameEQ.length, c.length); } return null; } function acceptCookies() { setCookie(cookieConsent, accepted, 30); hideCookieBanner(); } function declineCookies() { setCookie(cookieConsent, declined, 30); hideCookieBanner(); } function hideCookieBanner() { const banner document.getElementById(cookieBanner); banner.style.opacity 0; banner.style.transform translateY(100%); setTimeout(() > { banner.style.display none; }, 500); } function showCookieBanner() { const banner document.getElementById(cookieBanner); banner.style.display block; setTimeout(() > { banner.classList.add(show); }, 100); } // Check cookie consent on page load document.addEventListener(DOMContentLoaded, function() { const consent getCookie(cookieConsent); if (!consent) { setTimeout(showCookieBanner, 1000); } // Smooth scrolling for anchor links document.querySelectorAll(ahref^#).forEach(anchor > { anchor.addEventListener(click, function (e) { e.preventDefault(); const target document.querySelector(this.getAttribute(href)); if (target) { target.scrollIntoView({ behavior: smooth, block: start }); } }); }); }); // Add hover effects to footer links document.addEventListener(DOMContentLoaded, function() { const footerLinks document.querySelectorAll(footer a); footerLinks.forEach(link > { link.addEventListener(mouseenter, function() { this.style.color var(--accent-yellow); }); link.addEventListener(mouseleave, function() { if (!this.style.color.includes(var(--accent-yellow))) { this.style.color var(--lavender-gray); } }); }); }); /script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]