@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300..700&display=swap');

:root {
    --bg-color: #121212;
    --border-color: #2E2E2E;
    --accent-red: #DA2028;
    --text-main: #ededed;
    --text-muted: #888888;
}

::-moz-selection { background: #DA2028; color: #ffffff; }
::selection { background: #DA2028; color: #ffffff; }

html {
    margin: 0;
    padding: 0;
    background-color: var(--bg-color);
    background-image: 
        linear-gradient(var(--border-color) 1px, transparent 1px),
        linear-gradient(90deg, var(--border-color) 1px, transparent 1px);
    background-size: 40px 40px;
	background-position: center top;
    font-family: "Inter", sans-serif;
    color: var(--text-main);
}

body {
    margin: 0;
    min-height: 100vh;
    /* Der Spotlight-Effekt */
    /* Wir starten in der Mitte (center) transparent (0% Sichtbarkeit) */
    /* Und gehen nach außen (100% Sichtbarkeit) der Hintergrundfarbe */
    background: radial-gradient(
        circle at center, 
        rgba(18, 18, 18, 0.0) 0%,   /* Mitte: Gitter komplett scharf */
        rgba(18, 18, 18, 0.8) 60%,  /* Mitte-Außen: Gitter wird weicher */
        rgba(18, 18, 18, 1.0) 90%   /* Rand: Gitter verschwindet fast */
    );
}

h1, h2, h3, h4, h5, h6, h7, h8 {
	font-family: "Space Grotesk", sans-serif;
}

h2.service {
	font-weight: 700;
	font-size: 2.2rem;
}

h2.about {
	font-weight: 700;
	font-size: 3rem;
	letter-spacing: -0.025em;
	color: #fff;
	margin-top: 0;
}

p.about {
	line-height: 1.625;
	font-size: 1.25rem;
	
}

.uk-button {
	font-family: Inter;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.uk-navbar-nav>li>a {
font-family: "Space Grotesk", sans-serif;
font-weight: 700;
letter-spacing: -0.025em;
color: #fff;
}

.uk-navbar-nav>li>a:hover {
	
}

.uk-navbar-container {
	background: rgba(19, 19, 19, 0.7) !important;
	backdrop-filter: blur(24px);
	border-bottom: 1px solid;
	border-color: rgb(229 226 225 / 0.15);
}

.uk-navbar .uk-logo img {
	max-height: 40px;
}

.hero {
	padding: 80px 40px;
}

.uk-container-hero {
	max-width: 1240px;
}

.hero h1 {
	font-size: 5rem;
	line-height: 1;
	letter-spacing: -0.05em;
	font-weight: 700;
	margin-top: 0;
}

.hero-meta {
	font-family: "Space Grotesk", sans-serif;
	color: #DA2028;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 0.875rem;
    line-height: 1.25rem;
	display: flex;
	align-items: center; /* Zentriert Strich und Text vertikal */
	gap: 15px;           /* Abstand zwischen Strich und Text */
}

.hero-meta::before {
  content: "";
  display: block;
  width: 40px;         /* Länge des Strichs */
  height: 2px;         /* Dicke des Strichs */
  background-color: currentColor; /* Nutzt die Textfarbe (rot) */
}

.hero-text {
	font-size: 1.5rem;
    line-height: 2rem;
}

.uk-card-primary {
	background: var(--bg-color);
	border: 1px solid;
	border-color: var(--border-color);
}

.uk-card-primary:hover {
    background: #1c1c1c; /* Etwas heller */
}


.uk-card-primary a {
    display: inline-block;
    transition: transform 0.3s ease;
    text-decoration: none;
}


.uk-card-primary:hover a {
    transform: translateX(8px);
}

.uk-section-default {
	background: var(--bg-color);
}

.uk-button-default {
	border-color: #DA2028;
	color: #DA2028;
}

.uk-button-default:hover {
	background-color: rgb(218 32 40 / 15%);
	color: #DA2028;
	border-color: #DA2028;
}

.uk-button-primary, .uk-button-primary:hover {
	background: #DA2028 !important;
	color: #fff !important;
}

.uk-form-label {
	font-family: "Space Grotesk", sans-serif;
	color: #DA2028 !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 0.875rem;
    line-height: 1.25rem;
}

svg.icon {
	color: var(--accent-red) !important;
	height: 48px;
}

.number {
	color: var(--accent-red);
}

.cad-container {
    max-width: 1240px;
    margin: auto;
    border: 1px solid var(--border-color);
    background: rgba(18, 18, 18, 0.8);
    backdrop-filter: blur(5px);
	margin-top: 40px;
}

.header-section {
    padding: 40px 20px;
    text-align: center;
}

h1 {
	font-size: 1.2rem; 
	margin-top: 33px; 
	font-weight: 300; 
	letter-spacing: 1px;
	color: white;
}

.logo-img {
    max-height: 60px;
    filter: drop-shadow(0 0 10px rgba(62, 207, 142, 0.2));
}

.tech-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: var(--accent-red);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 10px;
    display: block;
}

.card-content {
    padding: 0px;
}

/* Button & Action Styles */
.action-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px; /* Erzeugt exakt 1px Platz zwischen den Buttons */
    background-color: #2E2E2E; /* Dies wird die Farbe deiner Trennlinien */
	border-top: 1px solid #2E2E2E;
	border-bottom: 1px solid #2E2E2E;
}

.btn-tech {
    background: var(--bg-color);
    color: var(--text-main);
    padding: 10.5px;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.2s ease;
}

.btn-tech:hover {
    background: #222;
	color: var(--accent-red);
}

.btn-tech span {
    font-size: 12px;
    margin-top: 8px;
    font-weight: 500;
}

.btn-primary-tech {
    background: var(--accent-red);
    color: #000 !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px;
    display: block;
    text-align: center;
    padding: 18px;
    margin-top: 20px;
    font-family: 'JetBrains Mono', monospace;
}

.btn-primary-tech:hover {
    opacity: 0.9;
    box-shadow: 0 0 20px rgba(62, 207, 142, 0.3);
}

.btn-primary-tech1 {
    background: var(--accent-red);
    color: #000 !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    padding: 21px;
    font-family: 'JetBrains Mono', monospace;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 25px;
    padding-top: 20px;
    border-top: 1px solid var(--border-color);
}

.social-links a {
    color: var(--text-muted);
    transition: color 0.2s;
}

.social-links a:hover {
    color: var(--accent-red);
}

hr {
    border: 0;
    border-top: 1px solid var(--border-color);
    margin: 0;
}


/* Grundaufbau der Card-Inhalte */
.contact-card .uk-card-body {
    display: flex;
    align-items: center;
    padding: 30px; /* Optional: Innenabstand der Card */
}

/* Der rote Icon-Hintergrund */
.contact-icon-wrapper {
    background-color: rgba(215, 25, 32, 0.1);
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    flex-shrink: 0; /* Verhindert das Stauchen des Icons */
}

/* Das UIkit Icon selbst */
.contact-icon-wrapper [uk-icon] {
    color: #DA2028;
}

/* Text-Container mit 40px Abstand zum Icon */
.contact-text-wrapper {
    margin-left: 40px;
}

/* Die kleine rote Beschriftung oben */
.contact-label {
    display: block;
    color: #DA2028;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

/* Die eigentliche E-Mail-Adresse */
.contact-value {
    display: block;
    color: #FFFFFF;
    font-size: 1.1rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Kleiner Hover-Effekt für die E-Mail */
.contact-value:hover {
    color: #DA2028;
    text-decoration: none;
}

@media (max-width: 650px) {
    html {
       /* Wir überschreiben das Gitter mit den schrägen Linien */
        background-image: repeating-linear-gradient(
            -45deg,
            #2E2E2E 0,
            #2E2E2E 1px,
            transparent 1px,
            transparent 12px /* Der Abstand der schrägen Linien */
        );
        /* Wichtig: background-size auf auto setzen, damit das Muster 
           nicht in 20px-Kästchen gezwungen wird */
        background-size: auto;
    }

    body {
        padding: 0; 
		background: none;
    }
	
	.page {
		padding: 0 15px; 
	}
	
	.hero {
	padding: 15px;
	background: #121212;
}

.hero h1 {
    font-size: 3rem;
}

.hero-meta {
    font-size: 0.7rem;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.hero-meta::before {
  content: "";
  display: none;
}

.hero-text {
    font-size: 1rem;
    line-height: 1.5rem;
}

p.about {
    line-height: 1.5rem;
    font-size: 1rem;
}

.uk-button {
	display: block;
	margin: 0;
}

h2.service {
    font-weight: 700;
    font-size: 1.8rem;
}

h2.about {
    font-weight: 700;
    font-size: 1.8rem;
}
	
}