.stellen-grid:after {
    content: "";
    display: inline-block;
    width: 100%;
}
.stellen-grid {
    font-size: 0.1px;
    line-height: 1;
    padding: 20px 0 5px;
    text-align: justify;
    height: auto !important;
}

.stellen-grid .mix {
    background: #F7F7F7;
    display: none;
    font-size: 30px;
    /*opacity: 0;*/
    text-align: left;
    vertical-align: top;
    padding:15px 15px 5px 15px;

}


.stellen-grid li {
    background: #eee;
    width: 32%;
    margin-bottom: 1.9%;
    overflow: hidden;
    position: relative;
    height: 450px;
}

.stellen-grid li h2 {
    color: #2A363B;
    display: block;
    /*font-family: 'Roboto Condensed',sans-serif;*/
    font-family: Calibri, Arial, sans-serif;
    font-size: 23px;
    font-weight: 400;
    padding: 10px 0;
    text-align: left;
}
.stellen-grid.stellenanzeigen-grid li h2  {
    height: 140px;
    line-height: 1;

}
.stellen-grid li img {
    margin-top: 6px;
}

.stellen-grid li p {
    color: #7F8689;
    display: block;
    /*font-family: 'Roboto Condensed',sans-serif;*/
    font-family: Calibri, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px!important;

}
.stellen-grid li p.last {
    position:absolute;
    bottom:0;
}
.stellen-grid h2 span {
    color: #50A9CE;
}

.stellen-grid .placeholder {
    border: none!important;
    background: none!important;
    height:1px!important;
    padding:0!important;
}

.stellen-grid .mix.stellenkachel {
    height: 295px;
}
.ausbildungen.stellen-grid .mix.stellenkachel {
   /* height: 260px;
*/
}

.stellen-grid .stellenkachel-placeholder{
    background: transparent;
}

.stellen-grid a {
    font-size: 19px;
}
.ausbildung_link{
    font-size: 18px;
}
@media (max-width: 991px){
    .stellen-grid li{
        width: 48%;
        margin-bottom: 4%;
        height: 480px;
    }
    .stellen-grid .stellenkachel-placeholder{
        display: none !important;
    }
}

@media (max-width: 767px){
    .stellen-grid li{
        width: 48%;
        margin-bottom: 4%;
        height: 460px;
    }

    .stellen-grid li h2 {
        color: #2A363B;
        display: block;
        /*font-family: 'Roboto Condensed',sans-serif;*/
        font-family: Calibri, Arial, sans-serif;
        font-size: 20px;
        font-weight: 400;
        padding: 15px 0 10px;
        text-align: left;
    }
    .stellen-grid.stellenanzeigen-grid li h2 {
        height: 150px;
    }
    .stellen-grid a {
        font-size: 19px;
    }

    .stellen-grid .mix.stellenkachel {
        height: 320px;
    }
}

@media (max-width: 511px){

    .stellen-grid li{
        width: 100%;
        margin-bottom: 5%;
        height: auto;
    }


    .stellen-grid li img{
    }


    .stellen-grid li p.last {
        bottom:0;
    }



    .stellen-grid.stellenanzeigen-grid li h2 {
        height: auto;
    }
}
