    body {
      background-image: url(./_shared/bg.jpg);
    }

    .svg-prozess svg {
      width: 100%;
      height: auto;
    }

    .active .outline {
      stroke: green;
    }

    .square:hover {
      cursor: pointer;
    }

    .stage-section {
      margin: 2em auto;
      max-width: 1500px;
    }

    .wrapper {
      position: relative;
    }

    .video-container {
      position: absolute;
      width: 50%;
      bottom: -15px;
      right: -15px;
    }

    @media (max-width: 600px) {

      .video-container {
          position: relative;
          width: 100%;
          bottom: 0px;
          right: 0px;
        }
    }
