.detailsProjectStart {
    margin-left: 40px;
    /* width: 80%;
    max-width: 500px; */
    margin-right: 40px;
}

.detailsProjectStart:first-of-type {
    margin-top: 40px;
}

.detailsProjectStart summary {
    /* Pfeile in allen anderen Browsern entfernen */
    list-style: none;
    color: var(--digitalBlau);
    background-color: white;
    padding: 12px;
    cursor: pointer;
    margin-top: 10px;
    border: 1px solid var(--greySP);
    font-size: 16px;
    font-weight: bold;
    /* box-shadow: 1px -1px 10px #cbcfd1; */
    /* orangen Rahmen im Desite entfernen */
    outline: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.detailsProjectStart[open] summary{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.detailsProjectStart a:last-of-type{
    margin-bottom: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* Pfeil im Desite entfernen */
.detailsProjectStart summary::-webkit-details-marker{
    display: none;
}

.detailsProjectStart a {
    background-color: var(--lightgreySP);
    border-bottom: 1px solid var(--greySP);
    cursor: pointer;
    display: block;
}

.detailsProjectStart a:hover{
    background-color: var(--digitalBlau);
    color: white;
}

.detailsProjectStart img {
    width: 30px;
    vertical-align: middle;
    padding: 5px 0px 5px 10px;
}

.detailsProjectStart div {
    display: inline;
    padding-left: 20px;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}

.detailsProjectStart > div:first-of-type {
    height: 10px;
    background-color: var(--lightgreySP);
    border-bottom: 1px solid var(--greySP);
    display: block;
}