:root {
    --primary-color: #d40aee; /* Nutzerfarbe Pink/Lila */
    --secondary-color: #65048b; /* Nutzerfarbe Dunkellila */
    --dark-bg: #bf7bed;
    --medium-dark-bg: #bf7bed;
    --light-text: #f0f0f0;
    --medium-text: #a0a0a0;
    --dark-text: #111111;
    --font-primary: 'Orbitron', sans-serif; /* Orbitron als primäre Wahl */
    --font-secondary: 'Orbitron', sans-serif; /* Orbitron auch für Überschriften */
    --glow-color-primary: rgba(212, 10, 238, 0.7);
    --glow-color-secondary: rgba(101, 4, 139, 0.6);
    --header-height: 70px;
}


@font-face {
  font-family: 'Orbitron';
  src: url('../fonts/Orbitron-Medium.ttf') format('truetype');
  font-weight: 500; /* Medium */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Orbitron';
  src: url('../fonts/Orbitron-Bold.ttf') format('truetype');
  font-weight: 700; /* Bold */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Orbitron';
  src: url('../fonts/Orbitron-ExtraBold.ttf') format('truetype');
  font-weight: 800; /* ExtraBold */
  font-style: normal;
  font-display: swap;
}


body, html {
    height: 100%;
	font-family:'Orbitron';
	background-color: #d18dff;
}


.hero-image {
  background-image: url("../clouds.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; /* Diese Zeile ist hier entscheidend! */
}

.hero-logo {
  width: 600px; 
  height: auto;
  
  /* Ersetzen Sie display und margin durch diese Zeilen */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.stellarnav {
	margin-bottom:5vH;
}

aside {
	font-size:85%;
}
a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
a:hover, a:focus {
    color: var(--secondary-color);
    text-shadow: 0 0 10px var(--glow-color-secondary);
}
.btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 50px;
    font-family: var(--font-secondary);
    font-weight: 700; /* Orbitron Bold */
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
    font-size: 0.9rem;
    text-align: center;
}
.btn-primary {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}
.btn-primary:hover, .btn-primary:focus {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2), 0 0 15px var(--glow-color-primary);
    text-shadow: none;
}
.btn-secondary {
    border-color: var(--primary-color);
    color: var(--primary-color);
    background-color: transparent;
}
.btn-secondary:hover, .btn-secondary:focus {
    background-color: var(--primary-color);
    color: #fff;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2), 0 0 15px var(--glow-color-primary);
    text-shadow: none;
}
.btn-large { padding: 15px 35px; font-size: 1rem; }

.text-center { text-align: center; }
.top-spacing { margin-top: 2rem; }
.alt-bg { background-color: var(--medium-dark-bg); }

footer {
margin-top:5vH;
font-size:85%;
border-top:1px solid #ccc;
padding:1rem 0;
}
 
footer {
display: flex;
justify-content: center;
align-items: center;
padding: 30px 15px; /* Etwas mehr Padding */
background: #220537;
text-align: center; /* Zentriert den gesamten Footer-Inhalt auf mobilen Geräten */
}
 
.footer-content-wrapper {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
max-width: 960px;
}
 
.footer-links {
margin-bottom: 15px;
width: 100%;
}
 
.footer-links a {
text-decoration: none;
color: #dac6f4;
margin: 0 10px;
font-size: 0.9em;
}
 
.footer-links a:hover {
text-decoration: underline;
}
.social-media-container {
display: flex;
flex-wrap: wrap; /* Erlaubt Umbruch auf sehr kleinen Bildschirmen */
align-items: center;
justify-content: center;
	
}
 
.social-icon {
text-decoration: none;
border: 0;
width: 36px;
height: 36px;
padding: 2px;
margin: 5px;
border-radius: 25%;
background-color: #220537;
display: flex;
justify-content: center;
align-items: center;
transition: transform 0.2s ease; /* Kleine Hover-Animation */
}
.social-icon:hover {
transform: scale(1.1);
	
    box-shadow: 0 10px 20px rgba(0,0,0,0.2), 0 0 15px var(--glow-color-primary);
    text-shadow: none;
}
 
.social-icon img {
display: block;
width: 36px;
height: 36px;
	object-fit;}
	
	
/* Content Sections */

.content-section { padding: 60px 20px; /* Wichtiger Hinweis dazu weiter unten! */

  /* --- Neue Eigenschaften für den Rahmen --- */
  
  /* Definiert den Rahmen: 2px dick, durchgezogen, in einem dunklen Lilaton */
  border: 2px solid #4A026A; 
  
  /* Rundet die Ecken des Rahmens leicht ab */
  border-radius: 8px;}
.content-section h2 { margin-bottom: 40px; text-align: center; font-weight: 700; /* Orbitron Bold */ }

/* Service Grid */
.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}
.service-item {
    background-color: var(--medium-dark-bg);
    padding: 30px 25px;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(45,11.2,86.6,0.1);
}
.service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4), 0 0 25px var(--glow-color-primary);
}
.service-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 3px solid rgba(255,255,255,0.1);
}
.service-item h3 { color: var(--light-text); font-weight: 700; /* Orbitron Bold */ }
	
	
.contact-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
margin-bottom: 30px;
}
.contact-item {
background-color: var(--medium-dark-bg);
padding: 30px 25px;
border-radius: 8px;
text-align: center;
transition: transform 0.3s ease, box-shadow 0.3s ease;
border: 1px solid rgba(45,11.2,86.6,0.1);
}
.contact-item:hover {
transform: translateY(-10px);
box-shadow: 0 20px 40px rgba(0,0,0,0.4), 0 0 25px var(--glow-color-primary);
}
.contact-item img {
width: 100%;
height: 200px;
object-fit: cover;
border-radius: 5px;
margin-bottom: 20px;
border: 3px solid rgba(255,255,255,0.1);
}
.contact-item h3 { color: var(--light-text); font-weight: 700; /* Orbitron Bold */ }	
	
	
	
	
	
	#menu-toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1011;
    width: 48px;
    height: var(--header-height);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
#menu-toggle-btn span {
    display: block;
    width: 28px;
    height: 3px;
    background-color: var(--light-text);
    margin: 3px 0;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}
#menu-toggle-btn.active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
#menu-toggle-btn.active span:nth-child(2) { opacity: 0; }
#menu-toggle-btn.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Slide-Out Navigation */
#slide-out-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    max-width: 80%;
    height: 100vh;
    background-color: #1c1c1c;
    z-index: 1005;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 20px;
    padding-top: calc(var(--header-height) + 20px);
    box-shadow: 5px 0 25px rgba(0,0,0,0.3);
    overflow-y: auto;
}
#slide-out-nav.open { transform: translateX(0); }

#close-nav-btn {
    position: absolute;
    top: calc(var(--header-height) / 2 - 1.25rem + 5px);
    right: 15px;
    background: none;
    border: none;
    color: var(--light-text);
    font-size: 2.5rem;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: color 0.3s ease, transform 0.3s ease;
}
#close-nav-btn:hover, #close-nav-btn:focus { color: var(--primary-color); transform: rotate(180deg); }

#slide-out-nav ul { list-style: none; }
#slide-out-nav ul li a {
    display: block;
    padding: 15px 20px;
    margin: 5px 0;
    color: var(--light-text);
    font-family: var(--font-secondary); /* Orbitron */
    font-weight: 500; /* Medium */
    font-size: 1.1rem;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease, padding-left 0.3s ease, text-shadow 0.3s ease;
}
#slide-out-nav ul li a:hover,
#slide-out-nav ul li a:focus,
#slide-out-nav ul li a.active {
    background-color: var(--primary-color);
    color: var(--dark-text);
    padding-left: 25px;
    text-shadow: none;
}