body {
    font-size: 150%;
}

.content {
    position: relative;
    min-width: 200px;
    max-width: 576px;
    width: 100%;
    max-height: 328px;
    height: 100%;
    white-space: nowrap;
    top: 50%;
    margin: 0 auto;
    margin-top: -164px;
    text-align: center;
    xfont-size: 150%;
}

.position-1 {
    position: absolute;
    left: 10px;
    top: 0px;
    margin: 0 !important;
    z-index: 2;
    display: block;
}

.position-2 {
    position: absolute;
    right: 10px;
    bottom: 0px;
    margin: 0 !important;
    z-index: 2;
    display: block;
}

.following {
    z-index: 1;
}

#das {
    color: #FF0000;
    cursor: crosshair;
}

#was {
    color: #FFFF00;
    cursor: crosshair;
}

#ist {
  position: absolute;
  top: 110%;
  color: #0000FF;
}

@media only screen and (max-width: 300px) {
    .content {
        width: 100% !important;
        min-width: auto;
        text-align: center;
    }
    .content span {
        left: 0;
        right: 0;
    }
}
