.pp-accordion {
}

.pp-accordion-item {
    margin-bottom: 0rem;
    border-bottom: 1px solid #D8D8D8;
    padding:10px 0 10px 0;
}

.pp-accordion-header {
    background: #fff;
    color: #000;
    padding: 12px 4rem 12px 1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    position: relative;
}
.pp-accordion-header::after {
    content: "";
    position: absolute;
    background-image: url(../icons/upArrow.svg);
    width: 40px;
    height: 40px;
    right: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
}
.pp-accordion-item.active .pp-accordion-header::after {
    background-image: url(../icons/downArrow.svg);
}

.pp-accordion-body {
    padding: 12px 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    display: inline-block;
    color: #555555;
}
.pp-accordion-body p {
    color: #555555;
}

.img-placeholder {
    background-color: #0074c1;
    color: #fff;
    font-weight: bold;
    padding: 2px 6px;
    margin: 0 4px;
    border-radius: 3px;
    font-size: 12px;
}


@media screen and (min-width: 3501px){
    .pp-accordion-header
    {
        font-size: 42px;
    }
    .pp-accordion-body
    {
        font-size: 36px;
    }

}

@media screen and (min-width: 2701px) and (max-width: 3500px) {

    .pp-accordion-header
    {
        font-size: 38px;
    }
    .pp-accordion-body
    {
        font-size: 32px;
    }
    .pp-accordion-body .titel20 {
      font-size: 32px;
    }
}
@media screen and (min-width: 2100px) and (max-width: 2700px) {
   .pp-accordion-header
    {
        font-size: 36px;
    }
    .pp-accordion-body
    {
        font-size: 30px;
    }
}





@media screen and (max-width: 768px) {
    .pp-accordion-header {
        font-size: 18px;
        color:#213565;
    }
    .pp-accordion-header::after {
        width: 20px;
        height: 20px;
    }
    .pp-accordion-body {
        font-size: 14px;
    }
}
