            /* Styles Sticke Logo Footer mit REHAU Logo und Zugriff Datenschutz */

                  .stickylogofooter {
                      background-color: rgba(70, 70, 70, 0.4);
                      width: 100%;
                      height: 32px;
                      position: fixed;
                      bottom: 0px;
                      transition: all 0.5s;
                      z-index: 10;
                      left: 0;
                  }
              
                  .slf-trapezoid-right {
                      border-bottom: 32px solid #006963;
                      border-left: 32px solid transparent;
                      height: 0;
                      width: 140px;
                      right: 0;
                      position: absolute;
                      z-index: 1;
                  }
              
                  .slf-trapezoid-left {
                      border-top: 32px solid rgb(70, 70, 70);
                      border-right: 32px solid transparent;
                      height: 0;
                      width: 100px;
                      left: 0;
                      position: absolute;
                  }
              
                  .slf-right,
                  .slf-left {
                      position: absolute;
                      z-index: 200;
                  }
              
                  .slf-right {
                      right: 0;
                  }
              
                  .slf-right > img {
                      height: 32px;
                      width: auto;
                      margin-right: 25px;
                  }       
              
                  .slf-left > div {
                      cursor: pointer;
                  }
              
                  .slf-left {
                      left: 0;
                      padding-top: 3px;
                  }
              
                  .slf-left > div > img {
                      height: 25px;
                      width: auto;
                      margin-left: 25px;
                      cursor: pointer;
                  }

                  @media only screen and (min-width: 1300px) {
                    .stickylogofooter,
                    .slf-right > img {
                        height: 50px;
                    }
                    .slf-trapezoid-right {
                      border-bottom: 50px solid #006963;
                      border-left: 50px solid transparent;
                      width: 200px;
                    }
                    .slf-trapezoid-left {
                      border-top: 50px solid rgb(70, 70, 70);
                      border-right: 50px solid transparent;
                    }
                    .slf-left {
                        padding-top: 10px;
                    }
                    .slf-left > a > img {
                      height: 30px;
                    }

                  }
              