@font-face {
    font-family: 'Source Code Pro';
    src: url('fonts/SourceCodePro-SemiBold.woff2') format('woff2'),
        url('fonts/SourceCodePro-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Code Pro';
    src: url('fonts/SourceCodePro-ExtraBoldItalic.woff2') format('woff2'),
        url('fonts/SourceCodePro-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Code Pro';
    src: url('fonts/SourceCodePro-Regular.woff2') format('woff2'),
        url('fonts/SourceCodePro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Code Pro';
    src: url('fonts/SourceCodePro-ExtraLight.woff2') format('woff2'),
        url('fonts/SourceCodePro-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Code Pro';
    src: url('fonts/SourceCodePro-Italic.woff2') format('woff2'),
        url('fonts/SourceCodePro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Code Pro';
    src: url('fonts/SourceCodePro-LightItalic.woff2') format('woff2'),
        url('fonts/SourceCodePro-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Code Pro';
    src: url('fonts/SourceCodePro-Medium.woff2') format('woff2'),
        url('fonts/SourceCodePro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Code Pro';
    src: url('fonts/SourceCodePro-ExtraLightItalic.woff2') format('woff2'),
        url('fonts/SourceCodePro-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Code Pro';
    src: url('fonts/SourceCodePro-MediumItalic.woff2') format('woff2'),
        url('fonts/SourceCodePro-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Code Pro';
    src: url('fonts/SourceCodePro-Light.woff2') format('woff2'),
        url('fonts/SourceCodePro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Code Pro';
    src: url('fonts/SourceCodePro-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/SourceCodePro-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Code Pro';
    src: url('fonts/SourceCodePro-ExtraBold.woff2') format('woff2'),
        url('fonts/SourceCodePro-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Code Pro';
    src: url('fonts/SourceCodePro-BlackItalic.woff2') format('woff2'),
        url('fonts/SourceCodePro-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Code Pro';
    src: url('fonts/SourceCodePro-Bold.woff2') format('woff2'),
        url('fonts/SourceCodePro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Code Pro';
    src: url('fonts/SourceCodePro-Black.woff2') format('woff2'),
        url('fonts/SourceCodePro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Code Pro';
    src: url('fonts/SourceCodePro-BoldItalic.woff2') format('woff2'),
        url('fonts/SourceCodePro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

body {
	background: linear-gradient( to top, #111827,#011827 ) !important;
	color: #eee;
	font-family: "Source Code Pro", monospace;
	margin: 0;
	padding: 0;
	text-align: center;
	background-repeat: no-repeat;
	height: 100vh;
}

header {
    background: #1b1b1b;
    padding: 20px;
    border-bottom: 1px solid #444;
}

h1, h2 {
	margin: 15px 0;
	color: #ff2a04;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 1.7em;
}

h3 {
	font-weight: 500;
	color: #ff2a04;
	margin: 30px 0;
	text-transform: uppercase;
}

.parent {
	display: inline-flex;
	gap: 45px;
	align-items: center;
}
.clock {
	padding: 10px 14px;
	text-align: center;
	min-width: 100px;
}

.zone {
	color: red;
	font-size: 0.8rem;
	margin-bottom: 4px;
	font-weight: 600;
}

.time {
  font-size: 1.2rem;
  letter-spacing: 1px;
  display: inline-block;
  width: 11ch;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
  color: #d10000;
  transition: text-shadow 0.6s ease, color 0.6s ease;
}

/* Konzentriertes, sattes Rot-Glühen */
.glow {
  color: #ff2a2a; /* hellerer Kern */
  text-shadow:
    0 0 3px #8b0000,
    0 0 6px #b30000,
    0 0 12px #e20000,
    0 0 20px #ff1a1a;
}
.ms {
  font-size: 0.8em;
  opacity: 0.8;
}
@media (max-width: 700px) {
.parent {
	gap: 15px;
}
}

.logo {
	width: 100%;
	max-width: 150px;
	margin-top: 20px;
}

input,
textarea,
select {
  transition: ease-in-out .3s all;
}

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
}

input:focus-visible {
	outline: 3px solid red !important;
}

button {
	width: 100%;
	margin: 10px 10px;
	min-width: 170px;
	background: #dc2626;
	color: #111;
	border: 3px solid #101010;
	border-radius: 8px;
	padding: 10px 20px;
	transition: ease-in-out .35s all;
	font-size: .9em;
	max-width: 140px;
	box-shadow: 0px 1px 20px 4px #dc2626;
	outline: 2px solid red;
	font-weight: 600;
	letter-spacing: .25px;
}

button:hover {
	cursor: pointer;
	transform: scale(1.1);
}

input {
	padding: 10px;
	font-size: 18px;
	width: 200px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #444;
	background: #212D40;
	color: #fff;
}



.login-box {
    margin: 150px auto;
    width: 320px;
    padding: 30px;
    background: #1b1b1b;
    border: 1px solid #333;
    border-radius: 8px;
}

.login-box input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    background: #333;
    color: #eee;
    text-align: center;
}

.login-box button {
    background: #79d;
    color: #111;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 4px;
}

.login-box button:hover {
    background: #9af;
}

.error {
    color: #ff5555;
    margin-top: 10px;
}