.block-support-hotline{
    font-size: 16px;
}

.block-support-hotline .container-inhalt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap:10px;
    
    width: auto;
    height: 230px;
    padding: 20px 60px;
    background-color: #F49E00;
    color: #FFFFFF;
}


.block-support-hotline .container-inhalt .block-support-hotline-title{
    font-size: 20px;
    font-weight: bold;
}

.block-support-hotline .container-inhalt .block-support-hotline-border-group{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  justify-content: center;
    gap: 10px;
}

.block-support-hotline .container-inhalt .block-support-hotline-border-group .block-support-hotline-border{
    border: 1px solid white;
    padding: 10px 30px;

    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;

    width: fit-content;
    height: auto;
}

@media screen and (max-width: 991px) {

    .block-support-hotline .container-inhalt {
        height: 230px;
        padding: 20px 30px;

    }
}
