:root {
  --vfl-blue: #1b3e7a;
  --vfl-blue-dark: #122b55;
  --vfl-accent: #e8c535;
  --vfl-text: #20242b;
  --vfl-muted: #667085;
  --vfl-surface: #ffffff;
  --vfl-border: #d8dee8;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--vfl-text);
  background: #f4f6fa;
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--vfl-blue);
}

a:hover,
a:focus {
  color: var(--vfl-blue-dark);
}

.link {
  color: var(--vfl-blue);
  font-weight: 700;
  text-decoration: none;
}

.link:hover,
.link:focus,
.link_aktiv {
  color: var(--vfl-blue-dark);
  text-decoration: underline;
}
