#sm_jobs-stoerer {
    position: fixed;
    right: 20px;
    bottom: 20px;
    border: 2px solid black;
    box-shadow: 2px 2px 4px 1px #b5b5b5;
    background-color: #fff;
    z-index: 99999;
    max-width: 400px;
    padding: 30px 20px;
}

#sm_jobs-stoerer .sm_stoerer-close {
    border-radius: 200px;
    border: 2px solid black;
    width: 20px;
    height: 20px;
    display: block;
    line-height: 10px;
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: white;
}

#sm_jobs-stoerer .sm_stoerer-close:hover i {
    color: red;
}

#sm_jobs-stoerer .bewerbung-btn {
    background-color: black;
    color: white;
}

.mb-20 {
    margin-bottom: 20px;
}