.linksmain button {
  background: linear-gradient(90deg, #0e7ca6 0%, #05405c 100%);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 12px 36px;
  font-size: 1.15em;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 18px 0 rgba(14,124,166,0.18), 0 1.5px 6px 0 rgba(5,64,92,0.10);
  letter-spacing: 0.5px;
  transition: background 0.2s, color 0.2s, transform 0.1s, box-shadow 0.2s;
}
.linksmain button:hover {
  background: linear-gradient(90deg, #13a1d1 0%, #032f44 100%);
  color: #fff;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 0 0 4px rgba(14,124,166,0.10), 0 6px 24px 0 rgba(14,124,166,0.22);
  outline: none;
}
.linksmain label {
  margin-bottom: 10px;
  display: block;
}
.linksmain input[type="text"] {
  margin: 10px;
}
.linksmain button {
  margin: 15px;
}
.linksmain .error {
  margin-bottom: 18px;
  min-height: 24px;
}
.linksmain .links {
  margin-top: 18px;
}

body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  background: #05405c;
  color: #f9f9f9;
}

header {
  background-color: #05405c;
  color: #f9f9f9;
  padding: 10px 40px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #f9f9f9;
  flex-wrap: wrap;
}

.logo-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.logo-container img {
  height: 100px;
}

header h1 {
  color: #f9f9f9;
  margin: 0;
  font-size: 1.8em;
  text-align: right;
}

main {
  padding: 40px;
}

.linksmain {
  min-height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.linksmain > * {
  text-align: center;
  align-self: center;
}

.linksmain label {
  margin-bottom: 10px;
  display: block;
}

.linksmain input[type="text"] {
  margin: 10px;
}

.linksmain button {
  background: linear-gradient(90deg, #0e7ca6 0%, #05405c 100%);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 12px 36px;
  font-size: 1.15em;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 18px 0 rgba(14,124,166,0.18), 0 1.5px 6px 0 rgba(5,64,92,0.10);
  letter-spacing: 0.5px;
  transition: background 0.2s, color 0.2s, transform 0.1s, box-shadow 0.2s;
  margin: 15px;
}

.linksmain button:hover {
  background: linear-gradient(90deg, #13a1d1 0%, #032f44 100%);
  color: #fff;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 0 0 4px rgba(14,124,166,0.10), 0 6px 24px 0 rgba(14,124,166,0.22);
  outline: none;
}

.linksmain .error {
  margin-bottom: 18px;
  min-height: 24px;
}

.linksmain .links {
  margin-top: 18px;
}

.linksmain span {
  max-width: 600px;
  margin-bottom: 20px;
}

.links, .brieflinks {
  display: grid;
  gap: 25px;
  height: auto;
  margin-bottom: 25px;
}

@media (max-width: 1000px) {
  .links, .brieflinks {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}

@media (min-width: 1000px) {
  .links {
    grid-template-columns: repeat(4, minmax(200px, 1fr));
  }
}

@media (min-width: 1300px) {
  .links {
    grid-template-columns: repeat(5, minmax(200px, 1fr));
  }
}

.links a, .brieflinks a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px;
  background: #f9f9f9;
  color: #05405C;
  text-decoration: none;
  font-size: 1.1em;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.links a img, .brieflinks a img {
  height: 60px;
  margin-bottom: 10px;
}

.links a:hover, .brieflinks a:hover {
  background: #032f44;
  color: #f9f9f9;
}

.links a span, .brieflinks a span {
  text-align: center;
}

.asterix {
  font-size: 0.8em;
  color: #f9f9f9;
  margin-top: 10px;
  text-align: left;
}

.update-info {
  font-size: 0.5em;
  color: #f9f9f9;
  margin-top: 5px;
  text-align: left;
}

#stoerungs-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#stoerungs-container h1,
#stoerungs-container h2 {
  margin: 10px 0;
  width: 100%;
  text-align: center;
}

#live-clock {
  font-size: 100px;
  color: #f9f9f9;
  font-family: 'Segoe UI', sans-serif;
  font-weight: 500;
}

body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  background: #05405c;
  color: #f9f9f9;
}

header {
  background-color: #05405c;
  color: #f9f9f9;
  padding: 10px 40px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #f9f9f9;
  flex-wrap: wrap;
}

.logo-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.logo-container img {
  height: 100px;
}

header h1 {
  color: #f9f9f9;
  margin: 0;
  font-size: 1.8em;
  text-align: right;
}

main {
  padding: 40px;
}

.links {
  display: grid;
  gap: 25px;
  height: auto;
  margin-bottom: 25px;
}

@media (max-width: 1000px) {
  .links {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}

@media (min-width: 1000px) {
  .links {
    grid-template-columns: repeat(4, minmax(200px, 1fr));
  }
}

@media (min-width: 1300px) {
  .links {
    grid-template-columns: repeat(5, minmax(200px, 1fr));
  }
}

.links a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px;
  background: #f9f9f9;
  color: #05405C;
  text-decoration: none;
  font-size: 1.1em;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.links a img {
  height: 60px;
  margin-bottom: 10px;
}

.links a:hover {
  background: #032f44;
  color: #f9f9f9;
}

.links a span {
  text-align: center;
}

.brieflinks {
  display: grid;
  gap: 25px;
  height: auto;
  margin-bottom: 25px;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
}

.brieflinks a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px;
  background: #f9f9f9;
  color: #05405C;
  text-decoration: none;
  font-size: 1.1em;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.brieflinks a img {
  height: 60px;
  margin-bottom: 10px;
}

.brieflinks a:hover {
  background: #032f44;
  color: #f9f9f9;
}

.brieflinks a span {
  text-align: center;
}

.asterix {
  font-size: 0.8em;
  color: #f9f9f9;
  margin-top: 10px;
  text-align: left;
}

.update-info {
  font-size: 0.5em;
  color: #f9f9f9;
  margin-top: 5px;
  text-align: left;
}

/* #live-clock-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
} */

#stoerungs-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#stoerungs-container h1,
#stoerungs-container h2 {
  margin: 10px 0;
  width: 100%;
  text-align: center;
}

#live-clock {
  font-size: 100px;
  color: #f9f9f9;
  font-family: 'Segoe UI', sans-serif;
  font-weight: 500;
}