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

#bildbox{
    align-items: center;
    padding-bottom: 5%;
    justify-content: center;
}

.bildboxbild{
    width: 80%;
    height: 80%;
    border-radius: 15px;
    object-fit: cover;
    box-shadow: 0px 1px 89px 1px rgba(255,255,255,0.38);
    -webkit-box-shadow: 0px 1px 89px 1px rgba(255,255,255,0.38);
    -moz-box-shadow: 0px 1px 89px 1px rgba(255,255,255,0.38);
}

#textbox{
    padding-bottom: 5%;
}

.textboxtext{
    font-family: "Kanit";
    font-size: 2vw;
}

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

    .ImgTextContainer{

        top:40%;
    }

}

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

    .ImgTextContainer{
        top:45%;
    }

}

@media all and (min-width : 300px) and (max-width : 500px) {

    .ImgTextContainer{

        top:50%;
        left:25%;
    }

}

