/* Farben */
html {
  background: #D3D3D3;
}

body {
  font-family: system-ui, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #683c6b;
  color: #fff;
  padding: 1rem;
}

main {
  padding: 1.5rem;
  max-width: 900px;
  margin: 50px auto;
}

h1, h2, h3 {
  color: #683c6b;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #683c6b;
  color: #fff;
  padding: 0.5rem;
  font-size: 1.1rem;
}

.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 3rem;
  display: inline-flex;
}
.navbar ul li {
  height: 100%;
}
.navbar ul li a {
  color: #fff;
  padding: 0 0.5rem;
  text-decoration: none;
  border-radius: 4px;
}
.navbar ul li a:link {
  background-color: transparent;
  color: #fff;
}
.navbar ul li a:hover {
  background: #fff;
  color: #000;
}
.navbar ul li a {
  /*
  &:active {
    background: #fff;
    color: #000;
  }

  &:visited {
    background-color: transparent;
    color: #fff;
  }
  */
}
.navbar .active {
  background: #A62C21;
  color: #000;
}

.logo {
  height: 1.5rem;
}

section {
  margin-bottom: 1rem;
}

.box {
  background: #f4f7fb;
  padding: 1rem;
  border-radius: 6px;
}

.box2 {
  background: #f1f1ec;
  padding: 1rem;
  border-radius: 6px;
}

footer {
  background: #683c6b;
  color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
}

/*# sourceMappingURL=styles.css.map */
