@charset "utf-8";

#kundenakquisesuche {
    margin-bottom: 16px;
    width: 100%;
    font-size: 18px;
    padding: 16px 16px 16px 48px;
    background-image: url('../../img/lupe.png');
    background-position: 8px center;
    background-size: 32px;
    background-repeat: no-repeat;
}


.kundenakquisekarte {
    width: 100%;
    margin-bottom: 4px;
    padding: 0px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    cursor: pointer;
}
.kundenakquisekarte span {
    display: inline-block;
    width: calc(25% - 20px);
    margin: 0px;
    padding: 8px;
    vertical-align: top;
}
.kundenakquisekarte:hover {
    background-color: #f8fff4
}


.kontakt .datenbereich {
    width: 50%;
}

.kontakt .aktivitaeten {
    background-color: #fff;
    padding: 16px;
    position: absolute;
    top: 32px;
    height: calc(100% - 96px);
    overflow-y: scroll;
    left: calc(50% + 96px);
    width: calc(50% - 160px);
    border: none;
}
@media screen and (max-width: 1300px) {
    .kontakt .aktivitaeten {
        position: relative;
        top: auto;
        padding: 8px;
        left: auto;
        width: auto;
        height: auto;
        margin-bottom: 32px;
    }
    .kontakt .linkbereich  {
        width: auto;
    }
    .kontakt .datenbereich {
        width: 100%;
    }
}
.kontakt .aktivitaeten .zeile {
    border-bottom: 1px solid #727272;
    padding: 8px;
    cursor: pointer;
}
.kontakt .aktivitaeten .zeile:hover {
    background-color: #ceffb4;
}
.kontakt .aktivitaeten .zeile img {
    width: 32px;
    margin-right: 8px;
}
.kontakt .aktivitaeten .zeile span {
    position: relative;
    display: inline-block;
    top: -8px;
    overflow: hidden;
    white-space: nowrap;
}