
.new_section{
    background: #fff;
    margin-bottom: 70px;
    padding: 40px;
    border-radius: 25px 25px 25px 0;
}
.new_section_header{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.new_section_header p{
    font-family: "Geomanist";
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    color: #394347;
    margin: 0;
    align-self: center;
}
.new_section_header img{
    width: 78px;
    height: auto;
    align-self: center;
}
.new_section_text{
    font-family: "Concourse T3";
    font-size: 18px;
    margin: 0;
    color: #394347;
    margin: 20px 0;
}


#fragen {
    padding-bottom: 120px;
    padding-top: 120px;

}

.accordion-header2 {
    font-family: "Geomanist";
    font-size: 40px;
    color:#394347;
    font-weight: bold;
    font-style: italic;
    padding-top: 40px;
    padding-bottom: 20px;
}

.accordion-header3 {
padding-top: 20px;
padding-bottom: 20px;
}

.accordion-button {
    font-family: "Concourse T3";
    font-size: 24px;
    color: #374348;
    font-style: normal;
    font-weight: normal;
}
.accordion-button:not(.collapsed) {
    color: #374348;
    background-color: transparent;
    box-shadow: none;
}
.accordion-item{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #394347;
}
.accordion-button{
    background-color: transparent;
}
.accordion-item:last-of-type{
    border-radius: 0;
}
.accordion-body p {
    font-family: "Concourse T2";
    font-size: 18px;
    color: #374348;
    font-style: normal;
    font-weight: normal;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-left: auto;
    content: "";
    background-image: url("https://www.ordio.com/images/job_arrow.png");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transform: rotate(90deg);
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("https://www.ordio.com/images/job_arrow.png");
    transform: rotate(-90deg);
}
.accordion-body{
    padding-left: 0;
}
.accordion-button{
    padding-left: 0;
    padding-right: 0;
    font-family: "Geomanist";
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
}
.accordion-button::after{
    background-image: url("./html/images/accordion_dropdown_black.png");
    transform: rotate(180deg);
    margin-left: 10px;
    margin-top: -4px;
    background-size: contain;
    width: 15px;
    height: 15px;
}
.accordion-button:not(.collapsed)::after{
    background-image: url("./html/images/accordion_dropdown_black.png");
    transform: rotate(0deg);
}
@media screen and (max-width: 767px){
    .accordion-header2{
        font-size: 32px;
    }
}
@media screen and (max-width: 575px){
    .accordion-header2{
        font-size: 26px;
    }
}
