/* news.css - /Publich/css */
a.flag-de {background:url('vhs-assets-css-d985c181f353529bb9f018f8e44cec4d.png') no-repeat center center; height:24px; width:24px; display:block;}
a.flag-de .hiddenText {display:none;}

#news-grid:after {
    content: "";
    display: inline-block;
    width: 100%;
}
#news-grid {
    font-size: 0.1px;
    line-height: 0;
    padding: 20px 0 5px;
    text-align: justify;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

}

.mix img {
    margin-bottom: 15px;
}

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

#Filters {
}


#Filters li.active {
    color: #2A363B!important;
}

#Filters ul {
    list-style: none;
    margin: 0;
    padding:0;
}


#news-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;
    min-height: 95px;
}
#news-grid.stellenanzeigen-grid li h2  {
    height: 50px;

}
#news-grid li img {
    margin-top: 6px;
}

#news-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: 21px;
    margin-bottom: 15px!important;

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

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


.drop_down {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #C3BDB8;
    padding: 0;
    position: relative;
    width: auto;
    z-index: 90;
    float: right;
    margin-left: 15px;
}
.drop_down span {
    border: 1px solid #C3BDB8;
    padding: 5px 60px 5px 10px;
    position: relative;
    border-radius: 0px;
    cursor: pointer;
    text-align:left;
    background: url('vhs-assets-css-5e6e288a8bc4d3bf404dd2222f418d33.png') no-repeat right center;
    color:#7F8689;
    width: 160px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}
.drop_down span:after, .drop_down span:before {
    content: "";
    display: block;
    position: absolute;
    right: 3px;
    top: 8px;

}


.drop_down ul {
    background: none repeat scroll 0 0 #FFFFFF;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 160px;
    text-align: left;
    top:31px;
    border: 1px solid #C3BDB8;
    border-top: none!important;


}
.drop_down:hover ul {
    max-height: 300px;
    opacity: 1;

}
.drop_down:hover span {
    color: #333333;
    border-bottom: none;
}
.drop_down li {
    color: #7F8689;
    display: block;
    font-weight: 300;
    font-size: 14px;
    text-transform: none;
    transition: all 150ms ease 0s;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    text-transform: uppercase;
}
.drop_down li:after {
    border: 1px solid #2A363B;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 13px;
    margin-left: 10px;
    position: relative;
    top: 3px;
    width: 13px;
    float: right;

}
.drop_down li:last-of-type {
    margin: 0;
}
.drop_down li:hover {
    color: #2A363B;
}
.drop_down li.active {
    color: #2A363B;
    font-weight: 400;
}
.drop_down li.active:after {
    background: none repeat scroll 0 0 #2A363B;
}

.anim150 {
    transition: all 150ms ease-in-out 0s;
}
.anim250 {
    transition: all 250ms ease-in-out 0s;
}

span.datum {
    font-size:13px;
    display: block;
    margin: 5px 0 2px 0;
    color:#7F8689;
}



/* 2 COL */

@media (max-width: 1024px){

}

@media (max-width: 991px){
    #news-grid li{
        width: 48%;
        margin-bottom: 4%;
        height: 500px;
    }
}

@media (max-width: 767px){


    .news-grid {
        margin-left: 0;
        margin-right: 0;
    }
    #news-grid li{
        margin-left:  0;
        margin-right:  0;
        width: 100%;
        margin-bottom: 5%;
        height: auto;
    }


    #news-grid li img{
    }


    .drop_down span {
        width: 120px!important;
        display: block;
    }
    .drop_down span:after, .drop_down span:before {
        content: "";
        display: block;
        position: absolute;
        right: 3px;
        top: 8px;
    }
    #news-grid li p.last {
        bottom:0;
    }


    .drop_down ul {
        width: 120px!important;

    }

    #news-grid.stellenanzeigen-grid li h2 {
        height: auto;
    }
    #news-grid li p.last {
        position:relative;
    }
    #news-grid li h2 {
        min-height: auto;
    }
}

.pagination-controls {
    margin:0;
}
.pagination-controls > .pager {
    margin:0;
    cursor: pointer;
    color: #7F8689;
}

.pagination > li {
    display: inline-block;
}

.pagination-btn {
    display: block;
    width:10px;
    height: 22px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
}
.pagination-btn-left {
    background-image: url('vhs-assets-css-7c52a16fe2a5cecd1131aa388ef72227.png');
}
.pagination-btn-right {
    background-image: url('vhs-assets-css-d08cacf47b34fc7133d04501dbd212b5.png');

}

