html body {
  font-family: 'Source Sans 3';
  font-weight: 300;
}

.no-border {
  border: 0;
}

#wrapper.divided>* {
  box-shadow: none;
}

@media (width <=1680px) {
  #wrapper {
    margin-top: 1rem;
  }
}

@media (width <=1280px) {
  #wrapper {
    margin-top: 3rem;
  }
}

a {
  text-decoration: none;
  color: black !important;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #a2a599;
  color: white;

  a {
    text-decoration: none;
    color: white !important;
  }
}

.anchor {
  padding-top: 100px;
  margin-top: -100px;
}

.navbar-brand {
  margin-left: 2.2rem;
}

.navbar-nav {
  font-weight: 300;
}

.brand-logo {
  width: 300px;
}

@media (width <=1000px) {
  .brand-logo {
    width: 200px;
  }
}

@media (width <=980px) {
  div.ablauf.style1 section {
    min-width: 100%;
    border: 0;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.2);
  }

  div.ablauf.style1 section:last-child {
    border-bottom: 0;
  }
}
