<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
mandantenspezifisches css-file cms60: hereon
*/


/* quick fix start */
.setcard--master .boxContent p &gt; a {
    border-radius: 0;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-family: inherit;
    font-size: .9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    border: 2px solid #005aa0;
    background: #fff;
    color: #005aa0;
    padding: .3em;
    margin: 2em auto 0;
    height: auto;
    width: 100%;
    max-width: 126px;
    display: block;


}

@media all and (min-width: 768px){
    .setcard--master .boxContent p &gt; a {
        width: 100%;
        max-width: 300px;
        overflow: hidden;
    }

}

@media only screen and (min-width: 920px) {
    .setcard--master .boxContent p &gt; a {
        position: relative;
        right: unset;
        bottom: unset;
    }

}

.jobs-sc h3 {
    text-align: left;
    margin-top: .4em;
}

.jobs-sc time {
    font-size: unset;
    color: unset;
    display: inline-block;
    margin-bottom: unset;
    text-align: unset;

}
.jobs-sc small {
    display: block;

}
/* quick fix end */

/* maybe this works or patch link */
a.hidelink {
    height: 2em;
}

.al-sequence.isequence p.teaser {
    text-align: left;
}


</pre></body></html>