#Zertifikate{
    margin-bottom: 40px;
    text-align: center;
    border-bottom: solid 3px rgba(133, 133, 133, 0.575);
}
.eintragZertifikate{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.Zertifikate{
    width: 404px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 50%);
    padding: 10px;
    border-radius: 12px;
}
.eintragNeben a{
    text-decoration: none;
    color: black;
}
.Zertifikate img{
    height: 600px;
    width: 400px;
    border: solid 2px black;
}
.Zertifikate h3{
    margin: 0;
    text-align: center;
    font-size: 18px;
}
.eintragNeben .eintrag {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mehrerfahren{
    box-shadow: 0 3px 10px rgb(0 0 0 / 40%);
    padding: 15px;
    border-radius: 12px;
    background: white;
    margin: 0px auto;
    text-align: center;
    width: 150px;
    padding: 10px;
    font-size: 15px;
}
.mehrerfahren:hover{
    background: rgba(141, 140, 140, 0.452);
}
@media  screen and (max-width: 1200px){
    .Zertifikate{

        width: 324px;
    }
    .Zertifikate img{
        height: 500px;
        width: 320px;
    }
}
@media  screen and (max-width: 900px){
    .eintragZertifikate{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        gap: 50px;
    }

    .eintragNeben .eintrag{
        gap: 10px;
    }
    .Zertifikate{

        width: 404px;
        }
    .Zertifikate img{
    height: 600px;
    width: 400px;
    }
    .Zertifikate h3{
        font-size: 16px;
    }
}

@media  screen and (max-width: 550px){

    .mehrerfahren {
        border-radius: 8px;
        width: 120px;
        padding: 5px;
        font-size: 12px;
    }
}




@media  screen and (max-width: 485px){
    .Zertifikate{

        width: 344px;
        }
    .Zertifikate img{
    height: 540px;
    width: 340px;
    }
}

@media  screen and (max-width: 390px)
{
    .Zertifikate{

        width: 304px;
        }
    .Zertifikate img{
    height: 510px;
    width: 300px;
    }
}

@media  screen and (max-width: 333px)
{
    .Zertifikate{
        width: 244px;
        }
    .Zertifikate img{
        height: 400px;
    width: 240px;
    }
    .mehrerfahren {
        border-radius: 6px;
        width: 100px;
        padding: 5px;
        font-size: 10px;
    }
}