
@media only screen and (max-width: 1100px) {


    .overview-right{
        display: none;
    }
}

@media only screen and (max-width: 800px) {
  .backbutton {
    writing-mode:vertical-rl;
    transform: rotate(-180deg);
    font-size: 24px;
    font-weight: bold;
    font-family: Rubik;
    margin: 0;
    margin: auto;
    padding: 20px 0;
  }
  .sidebar {
    min-width: 40px;
  }
  .side-block {
    max-width: 38px;
  }

  .week-element {
    max-width: 32px;
    min-width: 32px;
  }
  .week-element-number {
    display: none;
  }

  .decoration {
    display: none;
  }

  .text-tag-container {
    display: none;
    max-width: 0;
  }

  .divider{
    display: none;
  }

  header h1 {
      margin: auto;
      font-size: 2rem;
      font-family: Rubik;
      color: white;
      line-height: 50px;
  }

}
