.ImgTextContainer{
    position:absolute;
    font-family: "Kanit";
    top: 45%;
    left: 30%;
    font-size: 2.5vw;
}

.infobox{
    width: 95%;
    height: auto;
    border: 2px solid white;
    border-width: 2px;
    border-radius: 15px;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.infoboxtext{
    font-family: "Kanit";
    font-size: 2em;
    margin-bottom: 10%;
    font-weight: bolder;
    color: white;
}

#infoboxicon{
font-size: 5em;
color: white;
margin: 10%;
}

.infobox:hover #infoboxicon{
color: white; 
}

.infobox:hover {
    background-color: #005FA8 ;
    border-color: #005FA8;
    cursor: pointer;
}

.infobox:hover .infoboxtext{
    color: white;
}

.infobox:hover .leistungsbeschreib{
    color: white;
}

.infobox:hover li{
    color: white;
}

.infobox:hover .leistungsuebersicht{
    color: white;
}

.leistungsbeschreib{
    font-family: "Kanit";
    font-size: 1.5em;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
}

.leistungsimg{
    width: 90%;
    max-height: 390px;

    border-radius: 15px;
}

#rowleistungen{
    height: auto;
    padding-bottom: 50px;
}

.leistungsuebersicht{
    font-family: "Kanit";
    font-size: 1.5em;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    color: white;
}

li{
    font-family: "Kanit";
    font-size: 1.5em;
    text-align: left;
    color: white;
}

.ulmittiger{
    margin-left: 50px;
}


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

    .ImgTextContainer{
        top:55%;
    }

}

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

    .ImgTextContainer{
        top:60%;
    }

}

