// hier
#slide-in
    position: fixed
    background-color: #fff000
    height: 50vh
    width: 700px
    right: 0
    top: 20vh
    #contact-card
        height: 100%
        width: 100%
        #contact-form
            display: flex
            flex-direction: column

#test
    position: absolute
    left: 0
    top: 0
    bottom: 0
    right: 0
    background-color: #000000
    // hier
    #contact-inner
        background-color: #FFFFFF
        position: absolute
        left: 0
        top: 0
        bottom: 0
        right: 0
        transform-origin: 0

.click-button
    position: fixed
    z-index: 1