/***************************************\
               CALLSTRAKT
\***************************************/

.c-callstrakt {
    padding: 20px;
    position: fixed;
    z-index: 9999;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 960px;
    width: 90%;
}

.c-callstrakt *:focus {
    outline: red solid 3px;
    outline-offset: 3px;
}

.c-callstrakt__close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
    padding: 5px;
    font-size: 30px;
    line-height: 1;
    background-color: transparent !important;
    color: #000 !important;
}

.c-callstrakt__button {
    background-color: #000;
    color: #fff;
    width: 200px;
    margin-top: 20px;

}

.callstrakt--desktop,
.callstrakt--tablet,
.callstrakt--mobile {
    display: block;
}
