              .logo-20-jahre {
                  position: absolute;
                  width: 15%;
                  top: 70%;
                  right: 0;
                  z-index: 2;
              }

              .logo-20-jahre-content {
                  position: absolute;
                  width: 90px;
                  top: 90px;
                  right: 0;
                  z-index: 2;
                  /* background-color: red; */
              }

              .logo-20-jahre-mobile {
                  position: absolute;
                  width: 60px;
                  top: 40px;
                  right: 30px;
                  z-index: 2;
              }

              @media (max-width: 1280px) {}

              @media (max-width: 985px) {
                  /* .logo-20-jahre-content {
                      position: absolute;
                      width: 90px;
                      top: 90px;
                      right: 0;
                      z-index: 2;
                      background-color: yellow;
                  } */
              }

              @media (max-width: 743px) {
                  .logo-20-jahre-content {
                      position: absolute;
                      /* width: 50px;
                      top: 45px; */
                      width: 40px;
                      top: 35px;
                      right: -3px;
                      z-index: 2;
                      /* background-color: orange; */
                  }
              }

              @media (max-width: 468px) {
                  /* .logo-20-jahre-content {
                      position: absolute;
                      width: 90px;
                      top: 90px;
                      right: 0;
                      z-index: 2;
                      background-color: red;
                  } */

              }
              }