
/* Marken */

#intro {
  background-color: hsla(44, 15%, 44%, 0.3);
}



.setRight {
  margin-right: -3vh;
  margin-left: auto;
  width: fit-content;
}

div.numbers {
  position: relative;
  max-width: 400px;
  left: 30%;
  top: 50px;
  margin-bottom: 70px;
}


.entryTitle {
  margin-bottom: 3px;
  font-size: 14px;
}

.entry {
  margin-bottom: 15px;

}


.brand-logo {
  max-width: 150px;
  height: auto;
  margin-right: 0;
  margin-left: auto;
}


.brand-logo img {
  max-height: 28px;
  margin-top: 50px;
}

section.filled {
  position: relative;
}

section.filled:after {
  content: "";

  position: absolute;

  top: 0;
  height: 100%;
  left: 50%;
  right: 0;

  background: hsla(44, 15%, 44%, 0.1);
  z-index: -999999;
}


.filled:nth-child(4):after {
  left: 0;
  right: 50%;
}
