openresty
tcp/443 tcp/80
Open service 2a00:f48:2000:affe:fe00::30:80 · webmail.cubiclabs.de
2026-01-01 15:06
HTTP/1.1 301 Moved Permanently Server: openresty Date: Thu, 01 Jan 2026 15:06:23 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close X-Lima-Id: gaFzr9uSfOPzdfCVDd Set-Cookie: _lcp=a; Path=/; expires=Mon Mar 20 2034 13:02:58; SameSite=Lax; HttpOnly Location: https://webmail.cubiclabs.de/ Content-Security-Policy: upgrade-insecure-requests Strict-Transport-Security: max-age=31536000; includeSubDomains; preload This website has moved to https://webmail.cubiclabs.de/
Open service 91.216.248.22:80 · webmail.cubiclabs.de
2026-01-01 15:06
HTTP/1.1 301 Moved Permanently Server: openresty Date: Thu, 01 Jan 2026 15:06:23 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close X-Lima-Id: gaGSoQ1g6NO1kScFVv Set-Cookie: _lcp=a; Path=/; expires=Mon Mar 20 2034 13:02:58; SameSite=Lax; HttpOnly Location: https://webmail.cubiclabs.de/ Content-Security-Policy: upgrade-insecure-requests Strict-Transport-Security: max-age=31536000; includeSubDomains; preload This website has moved to https://webmail.cubiclabs.de/
Open service 2a00:f48:2000:affe:fe00::20:80 · webmail.cubiclabs.de
2026-01-01 15:06
HTTP/1.1 301 Moved Permanently Server: openresty Date: Thu, 01 Jan 2026 15:06:22 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close X-Lima-Id: gaRrFx7uhy1op9XYvM Set-Cookie: _lcp=a; Path=/; expires=Mon Mar 20 2034 13:02:58; SameSite=Lax; HttpOnly Location: https://webmail.cubiclabs.de/ Content-Security-Policy: upgrade-insecure-requests Strict-Transport-Security: max-age=31536000; includeSubDomains; preload This website has moved to https://webmail.cubiclabs.de/
Open service 2a00:f48:2000:affe:fe00::10:80 · webmail.cubiclabs.de
2026-01-01 15:06
HTTP/1.1 301 Moved Permanently Server: openresty Date: Thu, 01 Jan 2026 15:06:22 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close X-Lima-Id: gaIeQFECmQOOdO0M17 Set-Cookie: _lcp=a; Path=/; expires=Mon Mar 20 2034 13:02:58; SameSite=Lax; HttpOnly Location: https://webmail.cubiclabs.de/ Content-Security-Policy: upgrade-insecure-requests Strict-Transport-Security: max-age=31536000; includeSubDomains; preload This website has moved to https://webmail.cubiclabs.de/
Open service 2a00:f48:2000:affe:fe00::30:443 · webmail.cubiclabs.de
2026-01-01 15:06
HTTP/1.1 200 OK
Server: openresty
Date: Thu, 01 Jan 2026 15:06:23 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
X-Lima-Id: gaC4WNaSAMI8VuJzvH
Set-Cookie: _lcp=a; Path=/; expires=Mon Mar 20 2034 13:02:58; SameSite=Lax; HttpOnly
accept-ranges: bytes
vary: Accept-Encoding
Content-Security-Policy: upgrade-insecure-requests
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Page title: Cubiclabs - oh no!
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<title>Cubiclabs - oh no!</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;600;700&display=swap" rel="stylesheet">
<style>
:root {
--bg: #f5f7fb;
--bg-alt: #ffffff;
--accent: #2563eb;
--accent-soft: rgba(37, 99, 235, 0.18);
--accent-strong: rgba(37, 99, 235, 0.35);
--text: #0f172a;
--muted: #6b7280;
--border-subtle: rgba(148, 163, 184, 0.4);
--glass-bg: rgba(255, 255, 255, 0.82);
--shadow-soft: 0 18px 40px rgba(15, 23, 42, 0.12);
--radius-xl: 24px;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html, body {
height: 100%;
width: 100%;
}
body {
font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
background: radial-gradient(circle at top left, #e0edff 0, #f5f7fb 40%, #eef2ff 100%);
color: var(--text);
overflow: hidden;
}
/* ===== Layout ===== */
.page {
position: relative;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 24px;
overflow: hidden;
isolation: isolate;
}
.content-shell {
position: relative;
width: 100%;
max-width: 1080px;
z-index: 3;
display: grid;
grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
gap: 32px;
align-items: center;
}
@media (max-width: 900px) {
.page {
padding: 18px;
}
.content-shell {
grid-template-columns: minmax(0, 1fr);
text-align: center;
}
.metrics-row {
justify-content: center;
}
.badge {
justify-content: center;
}
.cta-row {
justify-content: center;
}
.floating-orbit {
opacity: 0.35;
}
}
@media (max-width: 600px) {
.content-shell {
gap: 24px;
}
h1 {
font-size: clamp(40px, 8vw, 46px);
}
.subline {
font-size: 16px;
}
}
/* ===== Background Tech Animation (Canvas + Orbits) ===== */
canvas#bg-canvas {
position: fixed;
inset: 0;
width: 100%;
height: 100%;
z-index: 0;
filter: blur(0.1px);
}
.glow-orb {
position: fixed;
border-radius: 50%;
pointer-events: none;
mix-blend-mode: screen;
opacity: 0.8;
filter: blur(40px);
z-index: 1;
}
.glow-orb.orb-1 {
width: 340px;
height: 340px;
background: radial-gradient(circle, rgba(59,130,246,0.65), transparent 60%);
top: -80px;
right: -20px;
animation: orbFloat1 26s ease-in-out infinite;
}
.glow-orb.orb-2 {
width: 260px;
height: 260px;
background: radial-gradient(circle, rgba(56,189,248,0.7), transparent 65%);
bottom: -80px;
left: -40px;
animation: orbFloat2 28s ease-in-out infinite;
}
@keyframes orbFloat1 {
0% { transform: translate(0, 0) scale(1); }
35% { transform: translate(-30px, 20px) scale(1.06); }
70% { transform: translate(10px, -25px) scale(0.96); }
100% { transform: translate(0, 0) scale(1); }
}
@keyframes orbFloat2 {
0% { transform: translate(0, 0) scale(1); }
30% { transform: translate(20px, -10px) scale(1.08); }
65% { transform: translate(-15px, 15px) scale(0.95); }
100% { transform: translate(0, 0) scale(1); }
}
.floating-orbit {
position: absolute;
inset: -120px;
pointer-events: none;
z-index: 2;
opacity: 0.5;
}
.floating-orbit::before,
.floating-orbit::after {
content: "";
position: absolute;
border-radius: 50%;
border: 1px dashed rgba(148, 163, 184, 0.4);
animation: rotateOrbit linear infinite
Open service 2a00:f48:2000:affe:fe00::20:443 · webmail.cubiclabs.de
2026-01-01 15:06
HTTP/1.1 200 OK
Server: openresty
Date: Thu, 01 Jan 2026 15:06:23 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
X-Lima-Id: gaKUFZvPZqtCPJ5Lmf
Set-Cookie: _lcp=a; Path=/; expires=Mon Mar 20 2034 13:02:58; SameSite=Lax; HttpOnly
accept-ranges: bytes
vary: Accept-Encoding
Content-Security-Policy: upgrade-insecure-requests
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Page title: Cubiclabs - oh no!
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<title>Cubiclabs - oh no!</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;600;700&display=swap" rel="stylesheet">
<style>
:root {
--bg: #f5f7fb;
--bg-alt: #ffffff;
--accent: #2563eb;
--accent-soft: rgba(37, 99, 235, 0.18);
--accent-strong: rgba(37, 99, 235, 0.35);
--text: #0f172a;
--muted: #6b7280;
--border-subtle: rgba(148, 163, 184, 0.4);
--glass-bg: rgba(255, 255, 255, 0.82);
--shadow-soft: 0 18px 40px rgba(15, 23, 42, 0.12);
--radius-xl: 24px;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html, body {
height: 100%;
width: 100%;
}
body {
font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
background: radial-gradient(circle at top left, #e0edff 0, #f5f7fb 40%, #eef2ff 100%);
color: var(--text);
overflow: hidden;
}
/* ===== Layout ===== */
.page {
position: relative;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 24px;
overflow: hidden;
isolation: isolate;
}
.content-shell {
position: relative;
width: 100%;
max-width: 1080px;
z-index: 3;
display: grid;
grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
gap: 32px;
align-items: center;
}
@media (max-width: 900px) {
.page {
padding: 18px;
}
.content-shell {
grid-template-columns: minmax(0, 1fr);
text-align: center;
}
.metrics-row {
justify-content: center;
}
.badge {
justify-content: center;
}
.cta-row {
justify-content: center;
}
.floating-orbit {
opacity: 0.35;
}
}
@media (max-width: 600px) {
.content-shell {
gap: 24px;
}
h1 {
font-size: clamp(40px, 8vw, 46px);
}
.subline {
font-size: 16px;
}
}
/* ===== Background Tech Animation (Canvas + Orbits) ===== */
canvas#bg-canvas {
position: fixed;
inset: 0;
width: 100%;
height: 100%;
z-index: 0;
filter: blur(0.1px);
}
.glow-orb {
position: fixed;
border-radius: 50%;
pointer-events: none;
mix-blend-mode: screen;
opacity: 0.8;
filter: blur(40px);
z-index: 1;
}
.glow-orb.orb-1 {
width: 340px;
height: 340px;
background: radial-gradient(circle, rgba(59,130,246,0.65), transparent 60%);
top: -80px;
right: -20px;
animation: orbFloat1 26s ease-in-out infinite;
}
.glow-orb.orb-2 {
width: 260px;
height: 260px;
background: radial-gradient(circle, rgba(56,189,248,0.7), transparent 65%);
bottom: -80px;
left: -40px;
animation: orbFloat2 28s ease-in-out infinite;
}
@keyframes orbFloat1 {
0% { transform: translate(0, 0) scale(1); }
35% { transform: translate(-30px, 20px) scale(1.06); }
70% { transform: translate(10px, -25px) scale(0.96); }
100% { transform: translate(0, 0) scale(1); }
}
@keyframes orbFloat2 {
0% { transform: translate(0, 0) scale(1); }
30% { transform: translate(20px, -10px) scale(1.08); }
65% { transform: translate(-15px, 15px) scale(0.95); }
100% { transform: translate(0, 0) scale(1); }
}
.floating-orbit {
position: absolute;
inset: -120px;
pointer-events: none;
z-index: 2;
opacity: 0.5;
}
.floating-orbit::before,
.floating-orbit::after {
content: "";
position: absolute;
border-radius: 50%;
border: 1px dashed rgba(148, 163, 184, 0.4);
animation: rotateOrbit linear infinite
Open service 2a00:f48:2000:affe:fe00::10:443 · webmail.cubiclabs.de
2026-01-01 15:06
HTTP/1.1 200 OK
Server: openresty
Date: Thu, 01 Jan 2026 15:06:23 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
X-Lima-Id: gaeebtbc47poB0Ljjt
Set-Cookie: _lcp=a; Path=/; expires=Mon Mar 20 2034 13:02:58; SameSite=Lax; HttpOnly
accept-ranges: bytes
vary: Accept-Encoding
Content-Security-Policy: upgrade-insecure-requests
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Page title: Cubiclabs - oh no!
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<title>Cubiclabs - oh no!</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;600;700&display=swap" rel="stylesheet">
<style>
:root {
--bg: #f5f7fb;
--bg-alt: #ffffff;
--accent: #2563eb;
--accent-soft: rgba(37, 99, 235, 0.18);
--accent-strong: rgba(37, 99, 235, 0.35);
--text: #0f172a;
--muted: #6b7280;
--border-subtle: rgba(148, 163, 184, 0.4);
--glass-bg: rgba(255, 255, 255, 0.82);
--shadow-soft: 0 18px 40px rgba(15, 23, 42, 0.12);
--radius-xl: 24px;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html, body {
height: 100%;
width: 100%;
}
body {
font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
background: radial-gradient(circle at top left, #e0edff 0, #f5f7fb 40%, #eef2ff 100%);
color: var(--text);
overflow: hidden;
}
/* ===== Layout ===== */
.page {
position: relative;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 24px;
overflow: hidden;
isolation: isolate;
}
.content-shell {
position: relative;
width: 100%;
max-width: 1080px;
z-index: 3;
display: grid;
grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
gap: 32px;
align-items: center;
}
@media (max-width: 900px) {
.page {
padding: 18px;
}
.content-shell {
grid-template-columns: minmax(0, 1fr);
text-align: center;
}
.metrics-row {
justify-content: center;
}
.badge {
justify-content: center;
}
.cta-row {
justify-content: center;
}
.floating-orbit {
opacity: 0.35;
}
}
@media (max-width: 600px) {
.content-shell {
gap: 24px;
}
h1 {
font-size: clamp(40px, 8vw, 46px);
}
.subline {
font-size: 16px;
}
}
/* ===== Background Tech Animation (Canvas + Orbits) ===== */
canvas#bg-canvas {
position: fixed;
inset: 0;
width: 100%;
height: 100%;
z-index: 0;
filter: blur(0.1px);
}
.glow-orb {
position: fixed;
border-radius: 50%;
pointer-events: none;
mix-blend-mode: screen;
opacity: 0.8;
filter: blur(40px);
z-index: 1;
}
.glow-orb.orb-1 {
width: 340px;
height: 340px;
background: radial-gradient(circle, rgba(59,130,246,0.65), transparent 60%);
top: -80px;
right: -20px;
animation: orbFloat1 26s ease-in-out infinite;
}
.glow-orb.orb-2 {
width: 260px;
height: 260px;
background: radial-gradient(circle, rgba(56,189,248,0.7), transparent 65%);
bottom: -80px;
left: -40px;
animation: orbFloat2 28s ease-in-out infinite;
}
@keyframes orbFloat1 {
0% { transform: translate(0, 0) scale(1); }
35% { transform: translate(-30px, 20px) scale(1.06); }
70% { transform: translate(10px, -25px) scale(0.96); }
100% { transform: translate(0, 0) scale(1); }
}
@keyframes orbFloat2 {
0% { transform: translate(0, 0) scale(1); }
30% { transform: translate(20px, -10px) scale(1.08); }
65% { transform: translate(-15px, 15px) scale(0.95); }
100% { transform: translate(0, 0) scale(1); }
}
.floating-orbit {
position: absolute;
inset: -120px;
pointer-events: none;
z-index: 2;
opacity: 0.5;
}
.floating-orbit::before,
.floating-orbit::after {
content: "";
position: absolute;
border-radius: 50%;
border: 1px dashed rgba(148, 163, 184, 0.4);
animation: rotateOrbit linear infinite
Open service 2a00:f48:2000:affe:fe00::30:80 · cubiclabs.de
2025-12-21 23:20
HTTP/1.1 301 Moved Permanently Server: openresty Date: Sun, 21 Dec 2025 23:20:52 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close X-Lima-Id: ga9QAM65uypOIZbEqW Set-Cookie: _lcp=a; Path=/; expires=Mon Mar 20 2034 13:02:58; SameSite=Lax; HttpOnly Location: https://cubiclabs.de/ Content-Security-Policy: upgrade-insecure-requests Strict-Transport-Security: max-age=31536000; includeSubDomains; preload This website has moved to https://cubiclabs.de/
Open service 2a00:f48:2000:affe:fe00::10:443 · cubiclabs.de
2025-12-21 23:20
HTTP/1.1 200 OK
Server: openresty
Date: Sun, 21 Dec 2025 23:20:51 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
X-Lima-Id: gauQ7Z9I3mU3pq7ZGC
Set-Cookie: _lcp=a; Path=/; expires=Mon Mar 20 2034 13:02:58; SameSite=Lax; HttpOnly
accept-ranges: bytes
vary: Accept-Encoding
Content-Security-Policy: upgrade-insecure-requests
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Page title: Cubiclabs - oh no!
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<title>Cubiclabs - oh no!</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;600;700&display=swap" rel="stylesheet">
<style>
:root {
--bg: #f5f7fb;
--bg-alt: #ffffff;
--accent: #2563eb;
--accent-soft: rgba(37, 99, 235, 0.18);
--accent-strong: rgba(37, 99, 235, 0.35);
--text: #0f172a;
--muted: #6b7280;
--border-subtle: rgba(148, 163, 184, 0.4);
--glass-bg: rgba(255, 255, 255, 0.82);
--shadow-soft: 0 18px 40px rgba(15, 23, 42, 0.12);
--radius-xl: 24px;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html, body {
height: 100%;
width: 100%;
}
body {
font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
background: radial-gradient(circle at top left, #e0edff 0, #f5f7fb 40%, #eef2ff 100%);
color: var(--text);
overflow: hidden;
}
/* ===== Layout ===== */
.page {
position: relative;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 24px;
overflow: hidden;
isolation: isolate;
}
.content-shell {
position: relative;
width: 100%;
max-width: 1080px;
z-index: 3;
display: grid;
grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
gap: 32px;
align-items: center;
}
@media (max-width: 900px) {
.page {
padding: 18px;
}
.content-shell {
grid-template-columns: minmax(0, 1fr);
text-align: center;
}
.metrics-row {
justify-content: center;
}
.badge {
justify-content: center;
}
.cta-row {
justify-content: center;
}
.floating-orbit {
opacity: 0.35;
}
}
@media (max-width: 600px) {
.content-shell {
gap: 24px;
}
h1 {
font-size: clamp(40px, 8vw, 46px);
}
.subline {
font-size: 16px;
}
}
/* ===== Background Tech Animation (Canvas + Orbits) ===== */
canvas#bg-canvas {
position: fixed;
inset: 0;
width: 100%;
height: 100%;
z-index: 0;
filter: blur(0.1px);
}
.glow-orb {
position: fixed;
border-radius: 50%;
pointer-events: none;
mix-blend-mode: screen;
opacity: 0.8;
filter: blur(40px);
z-index: 1;
}
.glow-orb.orb-1 {
width: 340px;
height: 340px;
background: radial-gradient(circle, rgba(59,130,246,0.65), transparent 60%);
top: -80px;
right: -20px;
animation: orbFloat1 26s ease-in-out infinite;
}
.glow-orb.orb-2 {
width: 260px;
height: 260px;
background: radial-gradient(circle, rgba(56,189,248,0.7), transparent 65%);
bottom: -80px;
left: -40px;
animation: orbFloat2 28s ease-in-out infinite;
}
@keyframes orbFloat1 {
0% { transform: translate(0, 0) scale(1); }
35% { transform: translate(-30px, 20px) scale(1.06); }
70% { transform: translate(10px, -25px) scale(0.96); }
100% { transform: translate(0, 0) scale(1); }
}
@keyframes orbFloat2 {
0% { transform: translate(0, 0) scale(1); }
30% { transform: translate(20px, -10px) scale(1.08); }
65% { transform: translate(-15px, 15px) scale(0.95); }
100% { transform: translate(0, 0) scale(1); }
}
.floating-orbit {
position: absolute;
inset: -120px;
pointer-events: none;
z-index: 2;
opacity: 0.5;
}
.floating-orbit::before,
.floating-orbit::after {
content: "";
position: absolute;
border-radius: 50%;
border: 1px dashed rgba(148, 163, 184, 0.4);
animation: rotateOrbit linear infinite
Open service 2a00:f48:2000:affe:fe00::30:443 · cubiclabs.de
2025-12-21 23:20
HTTP/1.1 200 OK
Server: openresty
Date: Sun, 21 Dec 2025 23:20:51 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
X-Lima-Id: gaob1H4GJ2NLY87guA
Set-Cookie: _lcp=a; Path=/; expires=Mon Mar 20 2034 13:02:58; SameSite=Lax; HttpOnly
accept-ranges: bytes
vary: Accept-Encoding
Content-Security-Policy: upgrade-insecure-requests
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Page title: Cubiclabs - oh no!
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<title>Cubiclabs - oh no!</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;600;700&display=swap" rel="stylesheet">
<style>
:root {
--bg: #f5f7fb;
--bg-alt: #ffffff;
--accent: #2563eb;
--accent-soft: rgba(37, 99, 235, 0.18);
--accent-strong: rgba(37, 99, 235, 0.35);
--text: #0f172a;
--muted: #6b7280;
--border-subtle: rgba(148, 163, 184, 0.4);
--glass-bg: rgba(255, 255, 255, 0.82);
--shadow-soft: 0 18px 40px rgba(15, 23, 42, 0.12);
--radius-xl: 24px;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html, body {
height: 100%;
width: 100%;
}
body {
font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
background: radial-gradient(circle at top left, #e0edff 0, #f5f7fb 40%, #eef2ff 100%);
color: var(--text);
overflow: hidden;
}
/* ===== Layout ===== */
.page {
position: relative;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 24px;
overflow: hidden;
isolation: isolate;
}
.content-shell {
position: relative;
width: 100%;
max-width: 1080px;
z-index: 3;
display: grid;
grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
gap: 32px;
align-items: center;
}
@media (max-width: 900px) {
.page {
padding: 18px;
}
.content-shell {
grid-template-columns: minmax(0, 1fr);
text-align: center;
}
.metrics-row {
justify-content: center;
}
.badge {
justify-content: center;
}
.cta-row {
justify-content: center;
}
.floating-orbit {
opacity: 0.35;
}
}
@media (max-width: 600px) {
.content-shell {
gap: 24px;
}
h1 {
font-size: clamp(40px, 8vw, 46px);
}
.subline {
font-size: 16px;
}
}
/* ===== Background Tech Animation (Canvas + Orbits) ===== */
canvas#bg-canvas {
position: fixed;
inset: 0;
width: 100%;
height: 100%;
z-index: 0;
filter: blur(0.1px);
}
.glow-orb {
position: fixed;
border-radius: 50%;
pointer-events: none;
mix-blend-mode: screen;
opacity: 0.8;
filter: blur(40px);
z-index: 1;
}
.glow-orb.orb-1 {
width: 340px;
height: 340px;
background: radial-gradient(circle, rgba(59,130,246,0.65), transparent 60%);
top: -80px;
right: -20px;
animation: orbFloat1 26s ease-in-out infinite;
}
.glow-orb.orb-2 {
width: 260px;
height: 260px;
background: radial-gradient(circle, rgba(56,189,248,0.7), transparent 65%);
bottom: -80px;
left: -40px;
animation: orbFloat2 28s ease-in-out infinite;
}
@keyframes orbFloat1 {
0% { transform: translate(0, 0) scale(1); }
35% { transform: translate(-30px, 20px) scale(1.06); }
70% { transform: translate(10px, -25px) scale(0.96); }
100% { transform: translate(0, 0) scale(1); }
}
@keyframes orbFloat2 {
0% { transform: translate(0, 0) scale(1); }
30% { transform: translate(20px, -10px) scale(1.08); }
65% { transform: translate(-15px, 15px) scale(0.95); }
100% { transform: translate(0, 0) scale(1); }
}
.floating-orbit {
position: absolute;
inset: -120px;
pointer-events: none;
z-index: 2;
opacity: 0.5;
}
.floating-orbit::before,
.floating-orbit::after {
content: "";
position: absolute;
border-radius: 50%;
border: 1px dashed rgba(148, 163, 184, 0.4);
animation: rotateOrbit linear infinite
Open service 2a00:f48:2000:affe:fe00::10:80 · cubiclabs.de
2025-12-21 23:20
HTTP/1.1 301 Moved Permanently Server: openresty Date: Sun, 21 Dec 2025 23:20:51 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close X-Lima-Id: gaqm1hz61ZbsNdL06f Set-Cookie: _lcp=a; Path=/; expires=Mon Mar 20 2034 13:02:58; SameSite=Lax; HttpOnly Location: https://cubiclabs.de/ Content-Security-Policy: upgrade-insecure-requests Strict-Transport-Security: max-age=31536000; includeSubDomains; preload This website has moved to https://cubiclabs.de/
Open service 2a00:f48:2000:affe:fe00::20:80 · cubiclabs.de
2025-12-21 23:20
HTTP/1.1 301 Moved Permanently Server: openresty Date: Sun, 21 Dec 2025 23:20:52 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close X-Lima-Id: ga8mjWXTnRz8tImFyX Set-Cookie: _lcp=a; Path=/; expires=Mon Mar 20 2034 13:02:58; SameSite=Lax; HttpOnly Location: https://cubiclabs.de/ Content-Security-Policy: upgrade-insecure-requests Strict-Transport-Security: max-age=31536000; includeSubDomains; preload This website has moved to https://cubiclabs.de/
Open service 2a00:f48:2000:affe:fe00::20:443 · cubiclabs.de
2025-12-21 23:20
HTTP/1.1 200 OK
Server: openresty
Date: Sun, 21 Dec 2025 23:20:51 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
X-Lima-Id: gaNrsz1Fd6C8pDOETv
Set-Cookie: _lcp=a; Path=/; expires=Mon Mar 20 2034 13:02:58; SameSite=Lax; HttpOnly
accept-ranges: bytes
vary: Accept-Encoding
Content-Security-Policy: upgrade-insecure-requests
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Page title: Cubiclabs - oh no!
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<title>Cubiclabs - oh no!</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;600;700&display=swap" rel="stylesheet">
<style>
:root {
--bg: #f5f7fb;
--bg-alt: #ffffff;
--accent: #2563eb;
--accent-soft: rgba(37, 99, 235, 0.18);
--accent-strong: rgba(37, 99, 235, 0.35);
--text: #0f172a;
--muted: #6b7280;
--border-subtle: rgba(148, 163, 184, 0.4);
--glass-bg: rgba(255, 255, 255, 0.82);
--shadow-soft: 0 18px 40px rgba(15, 23, 42, 0.12);
--radius-xl: 24px;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html, body {
height: 100%;
width: 100%;
}
body {
font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
background: radial-gradient(circle at top left, #e0edff 0, #f5f7fb 40%, #eef2ff 100%);
color: var(--text);
overflow: hidden;
}
/* ===== Layout ===== */
.page {
position: relative;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 24px;
overflow: hidden;
isolation: isolate;
}
.content-shell {
position: relative;
width: 100%;
max-width: 1080px;
z-index: 3;
display: grid;
grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
gap: 32px;
align-items: center;
}
@media (max-width: 900px) {
.page {
padding: 18px;
}
.content-shell {
grid-template-columns: minmax(0, 1fr);
text-align: center;
}
.metrics-row {
justify-content: center;
}
.badge {
justify-content: center;
}
.cta-row {
justify-content: center;
}
.floating-orbit {
opacity: 0.35;
}
}
@media (max-width: 600px) {
.content-shell {
gap: 24px;
}
h1 {
font-size: clamp(40px, 8vw, 46px);
}
.subline {
font-size: 16px;
}
}
/* ===== Background Tech Animation (Canvas + Orbits) ===== */
canvas#bg-canvas {
position: fixed;
inset: 0;
width: 100%;
height: 100%;
z-index: 0;
filter: blur(0.1px);
}
.glow-orb {
position: fixed;
border-radius: 50%;
pointer-events: none;
mix-blend-mode: screen;
opacity: 0.8;
filter: blur(40px);
z-index: 1;
}
.glow-orb.orb-1 {
width: 340px;
height: 340px;
background: radial-gradient(circle, rgba(59,130,246,0.65), transparent 60%);
top: -80px;
right: -20px;
animation: orbFloat1 26s ease-in-out infinite;
}
.glow-orb.orb-2 {
width: 260px;
height: 260px;
background: radial-gradient(circle, rgba(56,189,248,0.7), transparent 65%);
bottom: -80px;
left: -40px;
animation: orbFloat2 28s ease-in-out infinite;
}
@keyframes orbFloat1 {
0% { transform: translate(0, 0) scale(1); }
35% { transform: translate(-30px, 20px) scale(1.06); }
70% { transform: translate(10px, -25px) scale(0.96); }
100% { transform: translate(0, 0) scale(1); }
}
@keyframes orbFloat2 {
0% { transform: translate(0, 0) scale(1); }
30% { transform: translate(20px, -10px) scale(1.08); }
65% { transform: translate(-15px, 15px) scale(0.95); }
100% { transform: translate(0, 0) scale(1); }
}
.floating-orbit {
position: absolute;
inset: -120px;
pointer-events: none;
z-index: 2;
opacity: 0.5;
}
.floating-orbit::before,
.floating-orbit::after {
content: "";
position: absolute;
border-radius: 50%;
border: 1px dashed rgba(148, 163, 184, 0.4);
animation: rotateOrbit linear infinite
Open service 2a00:f48:2000:affe:fe00::20:80 · www.api.cubiclabs.de
2025-12-21 18:36
HTTP/1.1 301 Moved Permanently Server: openresty Date: Sun, 21 Dec 2025 18:36:30 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close X-Lima-Id: ga2mNz0bP462piwocv Set-Cookie: _lcp=a; Path=/; expires=Mon Mar 20 2034 13:02:58; SameSite=Lax; HttpOnly Location: https://www.api.cubiclabs.de/ Content-Security-Policy: upgrade-insecure-requests Strict-Transport-Security: max-age=31536000; includeSubDomains; preload This website has moved to https://www.api.cubiclabs.de/
Open service 2a00:f48:2000:affe:fe00::30:80 · www.api.cubiclabs.de
2025-12-21 18:36
HTTP/1.1 301 Moved Permanently Server: openresty Date: Sun, 21 Dec 2025 18:36:29 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close X-Lima-Id: gaZy1j7OgAPVcm3RNE Set-Cookie: _lcp=a; Path=/; expires=Mon Mar 20 2034 13:02:58; SameSite=Lax; HttpOnly Location: https://www.api.cubiclabs.de/ Content-Security-Policy: upgrade-insecure-requests Strict-Transport-Security: max-age=31536000; includeSubDomains; preload This website has moved to https://www.api.cubiclabs.de/
Open service 2a00:f48:2000:affe:fe00::10:80 · www.api.cubiclabs.de
2025-12-21 18:36
HTTP/1.1 301 Moved Permanently Server: openresty Date: Sun, 21 Dec 2025 18:36:29 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close X-Lima-Id: gauE8YpgnJKslZhLJf Set-Cookie: _lcp=a; Path=/; expires=Mon Mar 20 2034 13:02:58; SameSite=Lax; HttpOnly Location: https://www.api.cubiclabs.de/ Content-Security-Policy: upgrade-insecure-requests Strict-Transport-Security: max-age=31536000; includeSubDomains; preload This website has moved to https://www.api.cubiclabs.de/
Open service 2a00:f48:2000:affe:fe00::20:443 · www.api.cubiclabs.de
2025-12-21 18:36
HTTP/1.1 401 Unauthorized
Server: openresty
Date: Sun, 21 Dec 2025 18:36:29 GMT
Content-Type: application/json; charset=utf-8
Transfer-Encoding: chunked
Connection: close
X-Lima-Id: gaHCVbyYezyZzoWoW7
Set-Cookie: _lcp=a; Path=/; expires=Mon Mar 20 2034 13:02:58; SameSite=Lax; HttpOnly
x-powered-by: PHP/8.3.24
access-control-allow-origin: *
access-control-allow-methods: GET, POST, OPTIONS
access-control-allow-headers: Authorization, Content-Type
www-authenticate: Basic realm="PHP Debug API"
Content-Security-Policy: upgrade-insecure-requests
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
{
"error": true,
"message": "BASIC Authentication erforderlich",
"status_code": 401,
"hint": "Bitte senden Sie BASIC Authentication Header",
"help": {
"curl_example": "curl -u username:password https://ihre-domain.de/debug-api.php",
"browser_url": "https://username:password@ihre-domain.de/debug-api.php",
"debug_mode": "Für Auth-Diagnose: ?show_auth_debug=1",
"bypass_mode": "Für Tests ohne Auth: ?bypass_auth=1"
}
}
Open service 2a00:f48:2000:affe:fe00::30:443 · www.api.cubiclabs.de
2025-12-21 18:36
HTTP/1.1 401 Unauthorized
Server: openresty
Date: Sun, 21 Dec 2025 18:36:29 GMT
Content-Type: application/json; charset=utf-8
Transfer-Encoding: chunked
Connection: close
X-Lima-Id: gaME8bkWQRqEO13Dwk
Set-Cookie: _lcp=a; Path=/; expires=Mon Mar 20 2034 13:02:58; SameSite=Lax; HttpOnly
x-powered-by: PHP/8.3.24
access-control-allow-origin: *
access-control-allow-methods: GET, POST, OPTIONS
access-control-allow-headers: Authorization, Content-Type
www-authenticate: Basic realm="PHP Debug API"
Content-Security-Policy: upgrade-insecure-requests
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
{
"error": true,
"message": "BASIC Authentication erforderlich",
"status_code": 401,
"hint": "Bitte senden Sie BASIC Authentication Header",
"help": {
"curl_example": "curl -u username:password https://ihre-domain.de/debug-api.php",
"browser_url": "https://username:password@ihre-domain.de/debug-api.php",
"debug_mode": "Für Auth-Diagnose: ?show_auth_debug=1",
"bypass_mode": "Für Tests ohne Auth: ?bypass_auth=1"
}
}
Open service 2a00:f48:2000:affe:fe00::10:443 · www.api.cubiclabs.de
2025-12-21 18:36
HTTP/1.1 401 Unauthorized
Server: openresty
Date: Sun, 21 Dec 2025 18:36:29 GMT
Content-Type: application/json; charset=utf-8
Transfer-Encoding: chunked
Connection: close
X-Lima-Id: gapLHQKglGXikvsga1
Set-Cookie: _lcp=a; Path=/; expires=Mon Mar 20 2034 13:02:58; SameSite=Lax; HttpOnly
x-powered-by: PHP/8.3.24
access-control-allow-origin: *
access-control-allow-methods: GET, POST, OPTIONS
access-control-allow-headers: Authorization, Content-Type
www-authenticate: Basic realm="PHP Debug API"
Content-Security-Policy: upgrade-insecure-requests
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
{
"error": true,
"message": "BASIC Authentication erforderlich",
"status_code": 401,
"hint": "Bitte senden Sie BASIC Authentication Header",
"help": {
"curl_example": "curl -u username:password https://ihre-domain.de/debug-api.php",
"browser_url": "https://username:password@ihre-domain.de/debug-api.php",
"debug_mode": "Für Auth-Diagnose: ?show_auth_debug=1",
"bypass_mode": "Für Tests ohne Auth: ?bypass_auth=1"
}
}
Open service 2a00:f48:2000:affe:fe00::30:80 · api.cubiclabs.de
2025-12-19 12:08
HTTP/1.1 301 Moved Permanently Server: openresty Date: Fri, 19 Dec 2025 12:08:56 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close X-Lima-Id: gaSDpLcxbkrTKQbfkB Set-Cookie: _lcp=a; Path=/; expires=Mon Mar 20 2034 13:02:58; SameSite=Lax; HttpOnly Location: https://api.cubiclabs.de/ Content-Security-Policy: upgrade-insecure-requests Strict-Transport-Security: max-age=31536000; includeSubDomains; preload This website has moved to https://api.cubiclabs.de/
Open service 2a00:f48:2000:affe:fe00::20:80 · api.cubiclabs.de
2025-12-19 12:08
HTTP/1.1 301 Moved Permanently Server: openresty Date: Fri, 19 Dec 2025 12:08:55 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close X-Lima-Id: gaW7ZlIVTQMerqwk88 Set-Cookie: _lcp=a; Path=/; expires=Mon Mar 20 2034 13:02:58; SameSite=Lax; HttpOnly Location: https://api.cubiclabs.de/ Content-Security-Policy: upgrade-insecure-requests Strict-Transport-Security: max-age=31536000; includeSubDomains; preload This website has moved to https://api.cubiclabs.de/
Open service 2a00:f48:2000:affe:fe00::20:443 · api.cubiclabs.de
2025-12-19 12:08
HTTP/1.1 500 Internal Server Error
Server: openresty
Date: Fri, 19 Dec 2025 12:08:55 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
X-Lima-Id: gauTsLlEPFQ2hzo8Dt
Set-Cookie: _lcp=a; Path=/; expires=Mon Mar 20 2034 13:02:58; SameSite=Lax; HttpOnly
Page title: Error 500
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Error 500</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="de" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style type="text/css">
body { background: #f5f5f5; margin: 0; padding: 0 }
.header { box-shadow: #ccc 0px 1px 21px; margin: 0 0 30px 0; padding: 40px; background: #fff; border-bottom: 1px solid #bebebe; }
.container { max-width: 800px; margin: 0 auto; text-align: left; }
.header .logo-link { float: right }
.header h1 { color: #5a5a5a; display: inline-block }
h1, h2, p, div { text-align: left; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
a { color: #0077cc; text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2 { color: #747474; }
p { color: #778899; }
hr { border: 0; border-top: 1px solid #eee; border-bottom: 1px solid #fff; }
.request-id { font-size: 80%; margin-top: 60px; text-align: center; }
div p { color: #000000; }
.content { padding: 0 20px; }
@media (max-width:767px) {
.header { padding: 20px; }
.header img { width: 146px; height: 38px; padding-top: 20px; }
}
</style>
</head>
<body>
<div class="header">
<div class="container">
<h1>Error 500</h1>
<a href="https://www.lima-city.de/?utm_source=lima&utm_medium=web&utm_content=logo&utm_campaign=error-500" target="_blank" class="logo-link">
<img src="//storage.googleapis.com/lima-city/cdn-like/community_logo4.png" height="65"
width="251" alt="Hosted by lima-city" border="0">
</a>
</div>
</div>
<div class="container content">
<script type="text/javascript">document.title=document.location.host+" - Error 500";</script>
<h1>Skriptfehler</h1>
<p>Der Server kann diese Webseite nicht laden, da ein Fehler in einem PHP-Skript oder in einer .htaccess-Datei aufgetreten ist.</p>
<p>
<strong>Wie behebe ich den Fehler?</strong>
<br/>
<em style="text-decoration: underline;">Bevor</em> Du den Support (support@lima-<span style="display:none;">sendnospam</span>city.de) kontaktierst mache bitte folgendes:
<a href="http://www.lima-city.de/hilfe/ich-bekomme-einen-fehler-angezeigt-was-kann-ich-tun?utm_source=lima&utm_medium=web&utm_content=help&utm_campaign=error-500" target="_blank">Aktiviere die Fehlermeldungen, wie in der Hilfe beschrieben</a> und lade diese Seite neu.
<br/>
Dann wird eine detaillierte Fehlermeldung angezeigt. Bitte wende dich <span style="text-decoration: underline">mit dieser Fehlermeldung</span> an uns!
</p>
<p>
<strong>Pro-Tipp</strong>: Mit der Eingabe der Fehlermeldung oder Teile der Fehlermeldung in Google wird in den meisten Fällen eine Lösung für das Problem gefunden!
</p>
<hr/>
<h1>Script error</h1>
<p>The server is not able to load this webpage, because of an error occured in a PHP script or in a .htaccess file.</p>
<p>
<strong>How do I solve this?</strong>
<br/>
<em style="text-decoration: underline;">BEFORE</em> you contact the support (support@lima-<span style="display:none;">sendnospam</span>city.de):
<a href="http://www.lima-city.de/hilfe/ich-bekomme-einen-fehler-angezeigt-was-kann-ich-tun?utm_source=lima&utm_medium=web&utm_content=help-en&utm_campaign=error-500" target="_blank">Activate the error messages</a> and reload this page.<br/>A detailled error message will be shown. Please contact us <span style="text-decoration: underline">with the detailled error message</span>!
</p>
<p>
Open service 2a00:f48:2000:affe:fe00::10:80 · api.cubiclabs.de
2025-12-19 12:08
HTTP/1.1 301 Moved Permanently Server: openresty Date: Fri, 19 Dec 2025 12:08:55 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close X-Lima-Id: gaqRTngMqUO05CX0JU Set-Cookie: _lcp=a; Path=/; expires=Mon Mar 20 2034 13:02:58; SameSite=Lax; HttpOnly Location: https://api.cubiclabs.de/ Content-Security-Policy: upgrade-insecure-requests Strict-Transport-Security: max-age=31536000; includeSubDomains; preload This website has moved to https://api.cubiclabs.de/
Open service 2a00:f48:2000:affe:fe00::10:443 · api.cubiclabs.de
2025-12-19 12:08
HTTP/1.1 500 Internal Server Error
Server: openresty
Date: Fri, 19 Dec 2025 12:08:55 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
X-Lima-Id: gavPQipwoQayma1LHn
Set-Cookie: _lcp=a; Path=/; expires=Mon Mar 20 2034 13:02:58; SameSite=Lax; HttpOnly
Page title: Error 500
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Error 500</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="de" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style type="text/css">
body { background: #f5f5f5; margin: 0; padding: 0 }
.header { box-shadow: #ccc 0px 1px 21px; margin: 0 0 30px 0; padding: 40px; background: #fff; border-bottom: 1px solid #bebebe; }
.container { max-width: 800px; margin: 0 auto; text-align: left; }
.header .logo-link { float: right }
.header h1 { color: #5a5a5a; display: inline-block }
h1, h2, p, div { text-align: left; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
a { color: #0077cc; text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2 { color: #747474; }
p { color: #778899; }
hr { border: 0; border-top: 1px solid #eee; border-bottom: 1px solid #fff; }
.request-id { font-size: 80%; margin-top: 60px; text-align: center; }
div p { color: #000000; }
.content { padding: 0 20px; }
@media (max-width:767px) {
.header { padding: 20px; }
.header img { width: 146px; height: 38px; padding-top: 20px; }
}
</style>
</head>
<body>
<div class="header">
<div class="container">
<h1>Error 500</h1>
<a href="https://www.lima-city.de/?utm_source=lima&utm_medium=web&utm_content=logo&utm_campaign=error-500" target="_blank" class="logo-link">
<img src="//storage.googleapis.com/lima-city/cdn-like/community_logo4.png" height="65"
width="251" alt="Hosted by lima-city" border="0">
</a>
</div>
</div>
<div class="container content">
<script type="text/javascript">document.title=document.location.host+" - Error 500";</script>
<h1>Skriptfehler</h1>
<p>Der Server kann diese Webseite nicht laden, da ein Fehler in einem PHP-Skript oder in einer .htaccess-Datei aufgetreten ist.</p>
<p>
<strong>Wie behebe ich den Fehler?</strong>
<br/>
<em style="text-decoration: underline;">Bevor</em> Du den Support (support@lima-<span style="display:none;">sendnospam</span>city.de) kontaktierst mache bitte folgendes:
<a href="http://www.lima-city.de/hilfe/ich-bekomme-einen-fehler-angezeigt-was-kann-ich-tun?utm_source=lima&utm_medium=web&utm_content=help&utm_campaign=error-500" target="_blank">Aktiviere die Fehlermeldungen, wie in der Hilfe beschrieben</a> und lade diese Seite neu.
<br/>
Dann wird eine detaillierte Fehlermeldung angezeigt. Bitte wende dich <span style="text-decoration: underline">mit dieser Fehlermeldung</span> an uns!
</p>
<p>
<strong>Pro-Tipp</strong>: Mit der Eingabe der Fehlermeldung oder Teile der Fehlermeldung in Google wird in den meisten Fällen eine Lösung für das Problem gefunden!
</p>
<hr/>
<h1>Script error</h1>
<p>The server is not able to load this webpage, because of an error occured in a PHP script or in a .htaccess file.</p>
<p>
<strong>How do I solve this?</strong>
<br/>
<em style="text-decoration: underline;">BEFORE</em> you contact the support (support@lima-<span style="display:none;">sendnospam</span>city.de):
<a href="http://www.lima-city.de/hilfe/ich-bekomme-einen-fehler-angezeigt-was-kann-ich-tun?utm_source=lima&utm_medium=web&utm_content=help-en&utm_campaign=error-500" target="_blank">Activate the error messages</a> and reload this page.<br/>A detailled error message will be shown. Please contact us <span style="text-decoration: underline">with the detailled error message</span>!
</p>
<p>
Open service 2a00:f48:2000:affe:fe00::30:443 · api.cubiclabs.de
2025-12-19 12:08
HTTP/1.1 500 Internal Server Error
Server: openresty
Date: Fri, 19 Dec 2025 12:08:55 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
X-Lima-Id: gaTByj62wRHwDz0EBB
Set-Cookie: _lcp=a; Path=/; expires=Mon Mar 20 2034 13:02:58; SameSite=Lax; HttpOnly
Page title: Error 500
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Error 500</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="de" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style type="text/css">
body { background: #f5f5f5; margin: 0; padding: 0 }
.header { box-shadow: #ccc 0px 1px 21px; margin: 0 0 30px 0; padding: 40px; background: #fff; border-bottom: 1px solid #bebebe; }
.container { max-width: 800px; margin: 0 auto; text-align: left; }
.header .logo-link { float: right }
.header h1 { color: #5a5a5a; display: inline-block }
h1, h2, p, div { text-align: left; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
a { color: #0077cc; text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2 { color: #747474; }
p { color: #778899; }
hr { border: 0; border-top: 1px solid #eee; border-bottom: 1px solid #fff; }
.request-id { font-size: 80%; margin-top: 60px; text-align: center; }
div p { color: #000000; }
.content { padding: 0 20px; }
@media (max-width:767px) {
.header { padding: 20px; }
.header img { width: 146px; height: 38px; padding-top: 20px; }
}
</style>
</head>
<body>
<div class="header">
<div class="container">
<h1>Error 500</h1>
<a href="https://www.lima-city.de/?utm_source=lima&utm_medium=web&utm_content=logo&utm_campaign=error-500" target="_blank" class="logo-link">
<img src="//storage.googleapis.com/lima-city/cdn-like/community_logo4.png" height="65"
width="251" alt="Hosted by lima-city" border="0">
</a>
</div>
</div>
<div class="container content">
<script type="text/javascript">document.title=document.location.host+" - Error 500";</script>
<h1>Skriptfehler</h1>
<p>Der Server kann diese Webseite nicht laden, da ein Fehler in einem PHP-Skript oder in einer .htaccess-Datei aufgetreten ist.</p>
<p>
<strong>Wie behebe ich den Fehler?</strong>
<br/>
<em style="text-decoration: underline;">Bevor</em> Du den Support (support@lima-<span style="display:none;">sendnospam</span>city.de) kontaktierst mache bitte folgendes:
<a href="http://www.lima-city.de/hilfe/ich-bekomme-einen-fehler-angezeigt-was-kann-ich-tun?utm_source=lima&utm_medium=web&utm_content=help&utm_campaign=error-500" target="_blank">Aktiviere die Fehlermeldungen, wie in der Hilfe beschrieben</a> und lade diese Seite neu.
<br/>
Dann wird eine detaillierte Fehlermeldung angezeigt. Bitte wende dich <span style="text-decoration: underline">mit dieser Fehlermeldung</span> an uns!
</p>
<p>
<strong>Pro-Tipp</strong>: Mit der Eingabe der Fehlermeldung oder Teile der Fehlermeldung in Google wird in den meisten Fällen eine Lösung für das Problem gefunden!
</p>
<hr/>
<h1>Script error</h1>
<p>The server is not able to load this webpage, because of an error occured in a PHP script or in a .htaccess file.</p>
<p>
<strong>How do I solve this?</strong>
<br/>
<em style="text-decoration: underline;">BEFORE</em> you contact the support (support@lima-<span style="display:none;">sendnospam</span>city.de):
<a href="http://www.lima-city.de/hilfe/ich-bekomme-einen-fehler-angezeigt-was-kann-ich-tun?utm_source=lima&utm_medium=web&utm_content=help-en&utm_campaign=error-500" target="_blank">Activate the error messages</a> and reload this page.<br/>A detailled error message will be shown. Please contact us <span style="text-decoration: underline">with the detailled error message</span>!
</p>
<p>