.BigImgContainer{
    position: relative;
    padding-bottom: 5%;
}

.ImgTextContainer{
    position:absolute;
    top: 40%;
    left: 27%;
    font-family: "Kanit";
    font-size: 3vw;
}

#uebermichicon{
    font-size: 6vw;
    text-align: center;
    color: #005FA8;
}


.uebermichtext{
    font-family: "Kanit";
    font-size: 1.5em;
    text-align: left;
    padding: 10px;
    color: rgb(231, 231, 231);
}

#uebermichtextbox{
    justify-content: center;
    text-align: left;
    align-items: center;
}

#iconbox{
    align-items: center;
    text-align: center;
}

#rowuebermich{
    padding-bottom: 5%;
}

.icontitle{
    font-family: "Kanit";
    font-size: 4vw;
    color: #005FAB;
}

@media all and (min-width : 900px) and (max-width : 1300px) {

    .ImgTextContainer{

        top:40%;
    }

}

@media all and (min-width : 400px) and (max-width : 900px) {

    .ImgTextContainer{

        top:45%;
    }

}

@media all and (max-width : 400px) {

    .ImgTextContainer{
        top:55%;
    }

}

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

    #uebermichicon{
        font-size: 16vw;
        text-align: center;
        color: #005FA8;
        margin-bottom: 30px;
    }

}



