Apache 2.4.66
tcp/80
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09ca0cc0fcfa0cc0fcf0cc4c5aea9af7894875ecd01e7c6cb16
Found 25 files trough .DS_Store spidering: /Datenschutzerklaerung.html /gallery.js /Impressum.html /index.html /Kindertasgesstaette.iml /src /src/bad1.jpeg /src/bad2.jpeg /src/bad3.jpeg /src/draussen1.jpeg /src/draussen2.jpeg /src/draussen3.jpeg /src/Kita1.JPG /src/kita11.jpeg /src/kita2.JPG /src/kita3.JPG /src/kita4.JPG /src/kita5.JPG /src/kita6.JPG /src/kita7.JPG /src/kita8.JPG /src/kita9.JPG /src/Logo.JPG /src/zimmer1.jpeg /src/zimmer2.jpeg
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09ca0cc0fcfa0cc0fcf0cc4c5aea9af7894875ecd01e7c6cb16
Found 25 files trough .DS_Store spidering: /Datenschutzerklaerung.html /gallery.js /Impressum.html /index.html /Kindertasgesstaette.iml /src /src/bad1.jpeg /src/bad2.jpeg /src/bad3.jpeg /src/draussen1.jpeg /src/draussen2.jpeg /src/draussen3.jpeg /src/Kita1.JPG /src/kita11.jpeg /src/kita2.JPG /src/kita3.JPG /src/kita4.JPG /src/kita5.JPG /src/kita6.JPG /src/kita7.JPG /src/kita8.JPG /src/kita9.JPG /src/Logo.JPG /src/zimmer1.jpeg /src/zimmer2.jpeg
Open service 81.169.145.93:80 · lichtscheidersternchen.de
2026-01-09 21:26
HTTP/1.1 200 OK
Date: Fri, 09 Jan 2026 21:27:49 GMT
Server: Apache/2.4.66 (Unix)
Last-Modified: Thu, 24 Oct 2024 12:05:07 GMT
ETag: "40c6-62537d037a2c0"
Accept-Ranges: bytes
Content-Length: 16582
Connection: close
Content-Type: text/html
Page title: Kindertagesstätte Lichtscheider Sternchen
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kindertagesstätte Lichtscheider Sternchen</title>
<script src="gallery.js" defer></script>
<link rel="icon" href="src/Logo.JPG" type="image/jpg">
<style>
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
background-color: #e0ffff; /* Beige Hintergrund */
color: #333;
}
header {
background: linear-gradient(135deg, #98f5ff, #b4cdcd);
padding: 40px;
text-align: center;
color: #fff;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
/* nav {
background-color: #68838b;
padding: 15px;
display: flex;
justify-content: center;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}*/
nav {
background-color: #68838b;
padding: 15px;
display: flex;
justify-content: center;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
width: 100%; /* Macht das Nav-Element flexibel */
box-sizing: border-box; /* Verhindert Überlauf durch Padding */
}
nav a {
color: #fff;
text-decoration: none;
margin: 0 20px;
font-weight: bold;
transition: color 0.3s;
}
nav a:hover {
color: #333;
}
.container {
max-width: 1200px;
margin: 30px auto;
padding: 20px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
h1, h2 {
color: #00868b;
//text-transform: uppercase;
}
section {
margin-bottom: 50px;
}
.interactive {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.interactive div {
flex: 1;
margin: 15px;
padding: 30px;
background-color: #b4cdcd; /* Beige */
border-radius: 8px;
text-align: center;
transition: transform 0.3s, background-color 0.3s;
cursor: pointer;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.interactive div:hover {
transform: translateY(-5px);
background-color: #98f5ff; /* Pastell-Lila beim Hover */
}
.team-grid {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.team-member {
flex: 1;
margin: 15px;
padding: 20px;
text-align: center;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.team-member img {
border-radius: 50%;
width: 150px;
height: 150px;
object-fit: cover;
margin-bottom: 15px;
}
.team-member h3 {
color: #00868b;/*#6e7b8b Dunkleres Lila */
margin-bottom: 10px;
}
.testimonials {
background-color: #d1eeee; /* Hellblau */
color: #668b8b;
padding: 40px;
border-radius: 8px;
text-align: center;
}
.testimonial {
margin-bottom: 30px;
}
.testimonial h3 {
font-size: 1.2em;
color: #668b8b;
}
.testimonial p {
font-size: 1em;
font-style: italic;
}
.logo-image {
width: 300px;
height: 200px;
border-radius: 8px;
margin-bottom: 30px;
object-fit: cover;
}
.about-images-container {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
}
.about-image {
width: 30%;
height: 200px;
backgroun
Open service 81.169.145.93:80 · www.lichtscheidersternchen.de
2026-01-09 14:22
HTTP/1.1 200 OK
Date: Fri, 09 Jan 2026 14:23:32 GMT
Server: Apache/2.4.66 (Unix)
Last-Modified: Thu, 24 Oct 2024 12:05:07 GMT
ETag: "40c6-62537d037a2c0"
Accept-Ranges: bytes
Content-Length: 16582
Connection: close
Content-Type: text/html
Page title: Kindertagesstätte Lichtscheider Sternchen
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kindertagesstätte Lichtscheider Sternchen</title>
<script src="gallery.js" defer></script>
<link rel="icon" href="src/Logo.JPG" type="image/jpg">
<style>
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
background-color: #e0ffff; /* Beige Hintergrund */
color: #333;
}
header {
background: linear-gradient(135deg, #98f5ff, #b4cdcd);
padding: 40px;
text-align: center;
color: #fff;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
/* nav {
background-color: #68838b;
padding: 15px;
display: flex;
justify-content: center;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}*/
nav {
background-color: #68838b;
padding: 15px;
display: flex;
justify-content: center;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
width: 100%; /* Macht das Nav-Element flexibel */
box-sizing: border-box; /* Verhindert Überlauf durch Padding */
}
nav a {
color: #fff;
text-decoration: none;
margin: 0 20px;
font-weight: bold;
transition: color 0.3s;
}
nav a:hover {
color: #333;
}
.container {
max-width: 1200px;
margin: 30px auto;
padding: 20px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
h1, h2 {
color: #00868b;
//text-transform: uppercase;
}
section {
margin-bottom: 50px;
}
.interactive {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.interactive div {
flex: 1;
margin: 15px;
padding: 30px;
background-color: #b4cdcd; /* Beige */
border-radius: 8px;
text-align: center;
transition: transform 0.3s, background-color 0.3s;
cursor: pointer;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.interactive div:hover {
transform: translateY(-5px);
background-color: #98f5ff; /* Pastell-Lila beim Hover */
}
.team-grid {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.team-member {
flex: 1;
margin: 15px;
padding: 20px;
text-align: center;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.team-member img {
border-radius: 50%;
width: 150px;
height: 150px;
object-fit: cover;
margin-bottom: 15px;
}
.team-member h3 {
color: #00868b;/*#6e7b8b Dunkleres Lila */
margin-bottom: 10px;
}
.testimonials {
background-color: #d1eeee; /* Hellblau */
color: #668b8b;
padding: 40px;
border-radius: 8px;
text-align: center;
}
.testimonial {
margin-bottom: 30px;
}
.testimonial h3 {
font-size: 1.2em;
color: #668b8b;
}
.testimonial p {
font-size: 1em;
font-style: italic;
}
.logo-image {
width: 300px;
height: 200px;
border-radius: 8px;
margin-bottom: 30px;
object-fit: cover;
}
.about-images-container {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
}
.about-image {
width: 30%;
height: 200px;
backgroun
Open service 81.169.145.93:80 · www.lichtscheidersternchen.de
2026-01-02 13:16
HTTP/1.1 200 OK
Date: Fri, 02 Jan 2026 13:16:36 GMT
Server: Apache/2.4.66 (Unix)
Last-Modified: Thu, 24 Oct 2024 12:05:07 GMT
ETag: "40c6-62537d037a2c0"
Accept-Ranges: bytes
Content-Length: 16582
Connection: close
Content-Type: text/html
Page title: Kindertagesstätte Lichtscheider Sternchen
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kindertagesstätte Lichtscheider Sternchen</title>
<script src="gallery.js" defer></script>
<link rel="icon" href="src/Logo.JPG" type="image/jpg">
<style>
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
background-color: #e0ffff; /* Beige Hintergrund */
color: #333;
}
header {
background: linear-gradient(135deg, #98f5ff, #b4cdcd);
padding: 40px;
text-align: center;
color: #fff;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
/* nav {
background-color: #68838b;
padding: 15px;
display: flex;
justify-content: center;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}*/
nav {
background-color: #68838b;
padding: 15px;
display: flex;
justify-content: center;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
width: 100%; /* Macht das Nav-Element flexibel */
box-sizing: border-box; /* Verhindert Überlauf durch Padding */
}
nav a {
color: #fff;
text-decoration: none;
margin: 0 20px;
font-weight: bold;
transition: color 0.3s;
}
nav a:hover {
color: #333;
}
.container {
max-width: 1200px;
margin: 30px auto;
padding: 20px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
h1, h2 {
color: #00868b;
//text-transform: uppercase;
}
section {
margin-bottom: 50px;
}
.interactive {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.interactive div {
flex: 1;
margin: 15px;
padding: 30px;
background-color: #b4cdcd; /* Beige */
border-radius: 8px;
text-align: center;
transition: transform 0.3s, background-color 0.3s;
cursor: pointer;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.interactive div:hover {
transform: translateY(-5px);
background-color: #98f5ff; /* Pastell-Lila beim Hover */
}
.team-grid {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.team-member {
flex: 1;
margin: 15px;
padding: 20px;
text-align: center;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.team-member img {
border-radius: 50%;
width: 150px;
height: 150px;
object-fit: cover;
margin-bottom: 15px;
}
.team-member h3 {
color: #00868b;/*#6e7b8b Dunkleres Lila */
margin-bottom: 10px;
}
.testimonials {
background-color: #d1eeee; /* Hellblau */
color: #668b8b;
padding: 40px;
border-radius: 8px;
text-align: center;
}
.testimonial {
margin-bottom: 30px;
}
.testimonial h3 {
font-size: 1.2em;
color: #668b8b;
}
.testimonial p {
font-size: 1em;
font-style: italic;
}
.logo-image {
width: 300px;
height: 200px;
border-radius: 8px;
margin-bottom: 30px;
object-fit: cover;
}
.about-images-container {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
}
.about-image {
width: 30%;
height: 200px;
backgroun
Open service 81.169.145.93:80 · www.lichtscheidersternchen.de
2025-12-30 13:14
HTTP/1.1 200 OK
Date: Tue, 30 Dec 2025 13:14:49 GMT
Server: Apache/2.4.66 (Unix)
Last-Modified: Thu, 24 Oct 2024 12:05:07 GMT
ETag: "40c6-62537d037a2c0"
Accept-Ranges: bytes
Content-Length: 16582
Connection: close
Content-Type: text/html
Page title: Kindertagesstätte Lichtscheider Sternchen
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kindertagesstätte Lichtscheider Sternchen</title>
<script src="gallery.js" defer></script>
<link rel="icon" href="src/Logo.JPG" type="image/jpg">
<style>
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
background-color: #e0ffff; /* Beige Hintergrund */
color: #333;
}
header {
background: linear-gradient(135deg, #98f5ff, #b4cdcd);
padding: 40px;
text-align: center;
color: #fff;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
/* nav {
background-color: #68838b;
padding: 15px;
display: flex;
justify-content: center;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}*/
nav {
background-color: #68838b;
padding: 15px;
display: flex;
justify-content: center;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
width: 100%; /* Macht das Nav-Element flexibel */
box-sizing: border-box; /* Verhindert Überlauf durch Padding */
}
nav a {
color: #fff;
text-decoration: none;
margin: 0 20px;
font-weight: bold;
transition: color 0.3s;
}
nav a:hover {
color: #333;
}
.container {
max-width: 1200px;
margin: 30px auto;
padding: 20px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
h1, h2 {
color: #00868b;
//text-transform: uppercase;
}
section {
margin-bottom: 50px;
}
.interactive {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.interactive div {
flex: 1;
margin: 15px;
padding: 30px;
background-color: #b4cdcd; /* Beige */
border-radius: 8px;
text-align: center;
transition: transform 0.3s, background-color 0.3s;
cursor: pointer;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.interactive div:hover {
transform: translateY(-5px);
background-color: #98f5ff; /* Pastell-Lila beim Hover */
}
.team-grid {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.team-member {
flex: 1;
margin: 15px;
padding: 20px;
text-align: center;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.team-member img {
border-radius: 50%;
width: 150px;
height: 150px;
object-fit: cover;
margin-bottom: 15px;
}
.team-member h3 {
color: #00868b;/*#6e7b8b Dunkleres Lila */
margin-bottom: 10px;
}
.testimonials {
background-color: #d1eeee; /* Hellblau */
color: #668b8b;
padding: 40px;
border-radius: 8px;
text-align: center;
}
.testimonial {
margin-bottom: 30px;
}
.testimonial h3 {
font-size: 1.2em;
color: #668b8b;
}
.testimonial p {
font-size: 1em;
font-style: italic;
}
.logo-image {
width: 300px;
height: 200px;
border-radius: 8px;
margin-bottom: 30px;
object-fit: cover;
}
.about-images-container {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
}
.about-image {
width: 30%;
height: 200px;
backgroun
Open service 81.169.145.93:80 · lichtscheidersternchen.de
2025-12-23 07:50
HTTP/1.1 200 OK
Date: Tue, 23 Dec 2025 07:50:02 GMT
Server: Apache/2.4.66 (Unix)
Last-Modified: Thu, 24 Oct 2024 12:05:07 GMT
ETag: "40c6-62537d037a2c0"
Accept-Ranges: bytes
Content-Length: 16582
Connection: close
Content-Type: text/html
Page title: Kindertagesstätte Lichtscheider Sternchen
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kindertagesstätte Lichtscheider Sternchen</title>
<script src="gallery.js" defer></script>
<link rel="icon" href="src/Logo.JPG" type="image/jpg">
<style>
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
background-color: #e0ffff; /* Beige Hintergrund */
color: #333;
}
header {
background: linear-gradient(135deg, #98f5ff, #b4cdcd);
padding: 40px;
text-align: center;
color: #fff;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
/* nav {
background-color: #68838b;
padding: 15px;
display: flex;
justify-content: center;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}*/
nav {
background-color: #68838b;
padding: 15px;
display: flex;
justify-content: center;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
width: 100%; /* Macht das Nav-Element flexibel */
box-sizing: border-box; /* Verhindert Überlauf durch Padding */
}
nav a {
color: #fff;
text-decoration: none;
margin: 0 20px;
font-weight: bold;
transition: color 0.3s;
}
nav a:hover {
color: #333;
}
.container {
max-width: 1200px;
margin: 30px auto;
padding: 20px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
h1, h2 {
color: #00868b;
//text-transform: uppercase;
}
section {
margin-bottom: 50px;
}
.interactive {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.interactive div {
flex: 1;
margin: 15px;
padding: 30px;
background-color: #b4cdcd; /* Beige */
border-radius: 8px;
text-align: center;
transition: transform 0.3s, background-color 0.3s;
cursor: pointer;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.interactive div:hover {
transform: translateY(-5px);
background-color: #98f5ff; /* Pastell-Lila beim Hover */
}
.team-grid {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.team-member {
flex: 1;
margin: 15px;
padding: 20px;
text-align: center;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.team-member img {
border-radius: 50%;
width: 150px;
height: 150px;
object-fit: cover;
margin-bottom: 15px;
}
.team-member h3 {
color: #00868b;/*#6e7b8b Dunkleres Lila */
margin-bottom: 10px;
}
.testimonials {
background-color: #d1eeee; /* Hellblau */
color: #668b8b;
padding: 40px;
border-radius: 8px;
text-align: center;
}
.testimonial {
margin-bottom: 30px;
}
.testimonial h3 {
font-size: 1.2em;
color: #668b8b;
}
.testimonial p {
font-size: 1em;
font-style: italic;
}
.logo-image {
width: 300px;
height: 200px;
border-radius: 8px;
margin-bottom: 30px;
object-fit: cover;
}
.about-images-container {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
}
.about-image {
width: 30%;
height: 200px;
backgroun
Open service 81.169.145.93:80 · www.lichtscheidersternchen.de
2025-12-22 17:03
HTTP/1.1 200 OK
Date: Mon, 22 Dec 2025 17:03:09 GMT
Server: Apache/2.4.66 (Unix)
Last-Modified: Thu, 24 Oct 2024 12:05:07 GMT
ETag: "40c6-62537d037a2c0"
Accept-Ranges: bytes
Content-Length: 16582
Connection: close
Content-Type: text/html
Page title: Kindertagesstätte Lichtscheider Sternchen
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kindertagesstätte Lichtscheider Sternchen</title>
<script src="gallery.js" defer></script>
<link rel="icon" href="src/Logo.JPG" type="image/jpg">
<style>
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
background-color: #e0ffff; /* Beige Hintergrund */
color: #333;
}
header {
background: linear-gradient(135deg, #98f5ff, #b4cdcd);
padding: 40px;
text-align: center;
color: #fff;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
/* nav {
background-color: #68838b;
padding: 15px;
display: flex;
justify-content: center;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}*/
nav {
background-color: #68838b;
padding: 15px;
display: flex;
justify-content: center;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
width: 100%; /* Macht das Nav-Element flexibel */
box-sizing: border-box; /* Verhindert Überlauf durch Padding */
}
nav a {
color: #fff;
text-decoration: none;
margin: 0 20px;
font-weight: bold;
transition: color 0.3s;
}
nav a:hover {
color: #333;
}
.container {
max-width: 1200px;
margin: 30px auto;
padding: 20px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
h1, h2 {
color: #00868b;
//text-transform: uppercase;
}
section {
margin-bottom: 50px;
}
.interactive {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.interactive div {
flex: 1;
margin: 15px;
padding: 30px;
background-color: #b4cdcd; /* Beige */
border-radius: 8px;
text-align: center;
transition: transform 0.3s, background-color 0.3s;
cursor: pointer;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.interactive div:hover {
transform: translateY(-5px);
background-color: #98f5ff; /* Pastell-Lila beim Hover */
}
.team-grid {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.team-member {
flex: 1;
margin: 15px;
padding: 20px;
text-align: center;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.team-member img {
border-radius: 50%;
width: 150px;
height: 150px;
object-fit: cover;
margin-bottom: 15px;
}
.team-member h3 {
color: #00868b;/*#6e7b8b Dunkleres Lila */
margin-bottom: 10px;
}
.testimonials {
background-color: #d1eeee; /* Hellblau */
color: #668b8b;
padding: 40px;
border-radius: 8px;
text-align: center;
}
.testimonial {
margin-bottom: 30px;
}
.testimonial h3 {
font-size: 1.2em;
color: #668b8b;
}
.testimonial p {
font-size: 1em;
font-style: italic;
}
.logo-image {
width: 300px;
height: 200px;
border-radius: 8px;
margin-bottom: 30px;
object-fit: cover;
}
.about-images-container {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
}
.about-image {
width: 30%;
height: 200px;
backgroun
Open service 81.169.145.93:80 · www.lichtscheidersternchen.de
2025-12-20 14:27
HTTP/1.1 200 OK
Date: Sat, 20 Dec 2025 14:27:47 GMT
Server: Apache/2.4.66 (Unix)
Last-Modified: Thu, 24 Oct 2024 12:05:07 GMT
ETag: "40c6-62537d037a2c0"
Accept-Ranges: bytes
Content-Length: 16582
Connection: close
Content-Type: text/html
Page title: Kindertagesstätte Lichtscheider Sternchen
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kindertagesstätte Lichtscheider Sternchen</title>
<script src="gallery.js" defer></script>
<link rel="icon" href="src/Logo.JPG" type="image/jpg">
<style>
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
background-color: #e0ffff; /* Beige Hintergrund */
color: #333;
}
header {
background: linear-gradient(135deg, #98f5ff, #b4cdcd);
padding: 40px;
text-align: center;
color: #fff;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
/* nav {
background-color: #68838b;
padding: 15px;
display: flex;
justify-content: center;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}*/
nav {
background-color: #68838b;
padding: 15px;
display: flex;
justify-content: center;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
width: 100%; /* Macht das Nav-Element flexibel */
box-sizing: border-box; /* Verhindert Überlauf durch Padding */
}
nav a {
color: #fff;
text-decoration: none;
margin: 0 20px;
font-weight: bold;
transition: color 0.3s;
}
nav a:hover {
color: #333;
}
.container {
max-width: 1200px;
margin: 30px auto;
padding: 20px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
h1, h2 {
color: #00868b;
//text-transform: uppercase;
}
section {
margin-bottom: 50px;
}
.interactive {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.interactive div {
flex: 1;
margin: 15px;
padding: 30px;
background-color: #b4cdcd; /* Beige */
border-radius: 8px;
text-align: center;
transition: transform 0.3s, background-color 0.3s;
cursor: pointer;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.interactive div:hover {
transform: translateY(-5px);
background-color: #98f5ff; /* Pastell-Lila beim Hover */
}
.team-grid {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.team-member {
flex: 1;
margin: 15px;
padding: 20px;
text-align: center;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.team-member img {
border-radius: 50%;
width: 150px;
height: 150px;
object-fit: cover;
margin-bottom: 15px;
}
.team-member h3 {
color: #00868b;/*#6e7b8b Dunkleres Lila */
margin-bottom: 10px;
}
.testimonials {
background-color: #d1eeee; /* Hellblau */
color: #668b8b;
padding: 40px;
border-radius: 8px;
text-align: center;
}
.testimonial {
margin-bottom: 30px;
}
.testimonial h3 {
font-size: 1.2em;
color: #668b8b;
}
.testimonial p {
font-size: 1em;
font-style: italic;
}
.logo-image {
width: 300px;
height: 200px;
border-radius: 8px;
margin-bottom: 30px;
object-fit: cover;
}
.about-images-container {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
}
.about-image {
width: 30%;
height: 200px;
backgroun
Open service 81.169.145.93:80 · lichtscheidersternchen.de
2025-12-19 04:33
HTTP/1.1 200 OK
Date: Fri, 19 Dec 2025 04:33:21 GMT
Server: Apache/2.4.66 (Unix)
Last-Modified: Thu, 24 Oct 2024 12:05:07 GMT
ETag: "40c6-62537d037a2c0"
Accept-Ranges: bytes
Content-Length: 16582
Connection: close
Content-Type: text/html
Page title: Kindertagesstätte Lichtscheider Sternchen
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kindertagesstätte Lichtscheider Sternchen</title>
<script src="gallery.js" defer></script>
<link rel="icon" href="src/Logo.JPG" type="image/jpg">
<style>
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
background-color: #e0ffff; /* Beige Hintergrund */
color: #333;
}
header {
background: linear-gradient(135deg, #98f5ff, #b4cdcd);
padding: 40px;
text-align: center;
color: #fff;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
/* nav {
background-color: #68838b;
padding: 15px;
display: flex;
justify-content: center;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}*/
nav {
background-color: #68838b;
padding: 15px;
display: flex;
justify-content: center;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
width: 100%; /* Macht das Nav-Element flexibel */
box-sizing: border-box; /* Verhindert Überlauf durch Padding */
}
nav a {
color: #fff;
text-decoration: none;
margin: 0 20px;
font-weight: bold;
transition: color 0.3s;
}
nav a:hover {
color: #333;
}
.container {
max-width: 1200px;
margin: 30px auto;
padding: 20px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
h1, h2 {
color: #00868b;
//text-transform: uppercase;
}
section {
margin-bottom: 50px;
}
.interactive {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.interactive div {
flex: 1;
margin: 15px;
padding: 30px;
background-color: #b4cdcd; /* Beige */
border-radius: 8px;
text-align: center;
transition: transform 0.3s, background-color 0.3s;
cursor: pointer;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.interactive div:hover {
transform: translateY(-5px);
background-color: #98f5ff; /* Pastell-Lila beim Hover */
}
.team-grid {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.team-member {
flex: 1;
margin: 15px;
padding: 20px;
text-align: center;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.team-member img {
border-radius: 50%;
width: 150px;
height: 150px;
object-fit: cover;
margin-bottom: 15px;
}
.team-member h3 {
color: #00868b;/*#6e7b8b Dunkleres Lila */
margin-bottom: 10px;
}
.testimonials {
background-color: #d1eeee; /* Hellblau */
color: #668b8b;
padding: 40px;
border-radius: 8px;
text-align: center;
}
.testimonial {
margin-bottom: 30px;
}
.testimonial h3 {
font-size: 1.2em;
color: #668b8b;
}
.testimonial p {
font-size: 1em;
font-style: italic;
}
.logo-image {
width: 300px;
height: 200px;
border-radius: 8px;
margin-bottom: 30px;
object-fit: cover;
}
.about-images-container {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
}
.about-image {
width: 30%;
height: 200px;
backgroun