.hero2 {
    background-size: cover;
    padding-top: 410px;
    padding-bottom: 200px;
    margin-bottom: 0rem;
}


.num {
    padding: 21px;
    padding-left: 160px;
    color: #121212;

}

.item--p {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    font-family:"DIN Next LT W02 Regular", sans-serif;

}

.col-item {
    background: #FFF;
    height: min-content;
    padding: 25px;
}

.col-item-antwort {
    background: #FFF;
    height: min-content;
    padding: 25px;
}

.col-item-move {
    background: #FFF;
    width: 300px;
    height: 65px;
    position: absolute;
}

.text--frage {
    margin-top: -24px;
    margin-right: 35px;
}

.move {
    position: absolute;
    padding-left: 0;
    top: 180px;
}

.question h5:hover,
.question i:hover{
    color: #009ddc;
    transition: all 0.5s ease-out;
}

.triangle {
    position: absolute;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 40px;
    border-left-width: 0px;
    border-bottom: 30px solid white;
    margin-left: 585px;
    margin-top: 35px;
    z-index: 10;
}

.fa-arrow-left {
    margin-right: 20px;
}

.fal:hover {
    color: #009ddc;
}

@media screen and (max-width: 575.98px), (max-width: 767.98px) {
    .col-item-move {
        background: #FFF;
        width: 300px;
        height: 65px;
        position: absolute;
        transform: translateX(0%) translateY(-60%);
    }

    .hero2 {
        background-size: cover;
        padding-top: 70px;
        margin-top: 15px;
        padding-bottom: 100px;
        margin-bottom: 0rem;
    }

    .triangle {
        display: none;
    }

    .col-item-antwort {
        margin-bottom: 50px;
    }
}

.toggle{
    cursor: pointer;
}
.color{
    color: #009ddc;
}

.faq__page .shadow {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3) !important;
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3)!important;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3)!important;
}

.question h5 {
    margin-bottom: 0 !important;
}