.content-text.schwerpunkt {
    width:600px;
    height:300px;
    float:left;
    display:block;
    padding:36px 36px 36px 144px;
    background-repeat:no-repeat;
    box-sizing:border-box;
    background-position:36px 36px;
    background-size:84px 84px;
}
.content-text.schwerpunkt h2 {
    width:100%;
    float:left;
    display:block;
    margin:0;
    padding:12px;
    font-size:30px;
    line-height:1;
    font-weight:normal;
    color:#85C12A;
    box-sizing:border-box;
}
.content-text.schwerpunkt p {
    width:100%;
    float:left;
    display:block;
    margin:0;
    padding:6px 12px;
    font-size:15px;
    line-height:27px;
    color:#666666;
    box-sizing:border-box;
}
.content-text.schwerpunkt a {
    color:#666666;
}
.content-text.schwerpunkt a.more {
    float:left;
    display:block;
    padding:12px;
    background-color:#666666;
    font-size:15px;
    line-height:1;
    text-decoration:none;
    color:#fff;
    transition:all 0.3s ease-in-out;
}
.content-text.schwerpunkt a.more:hover {
    background-color:#85C12A;
}
.content-text.schwerpunkt.eins {
    background-color:#eee;
    background-image:url("../grafiken/aesthetik.png");
}
.content-text.schwerpunkt.zwei {
    background-color:#f6f6f6;
    background-image:url("../grafiken/reinigung.png");
}
.content-text.schwerpunkt.drei {
    width:100%;
    background-color:#f6f6f6;
    background-image:url("../grafiken/implantat.png");
}
.content-text.schwerpunkt.vier {
    background-color:#eee;
    background-image:url("../grafiken/schutz.png");
}
