/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


body .k-grid-header a {
    color: #fff !important;
}

.k-content {
    display: block !important;
    margin: 0 !important;
    border: none !important;
    background: none !important;
}

.efre-projects.k-header{
    background:none;
    border:none;


}

.k-header {
    border-color: #fff;
}

.k-pager-numbers li {
    list-style: none !important;
}

.efre-projects {
    /*display: flex !important;
    flex-wrap: wrap;*/
    width: 100%;
    height: 100%;
    margin-left: -2px !important;
    padding-top: 25px;
}
.efre-projects:after {
    content: '';
    display: block;
    clear: both;
}

.left-col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    padding-right: 2% !important;;
    padding-top: 25px;
    line-height: 25px;
    float: left;
}

.right-col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 40%;
    float: right;
    padding-top: 45px !important;
}

.right-col ul span {
    font-weight: bold;
}


.projectcharacteristics li{
    list-style-type:none !important;
    margin-bottom: 5px;
}
.projectcharacteristics{
    float: left ;
}

.picture-area {
    width: 100%;
    padding-left: 15px
}

.first-language {
}

.first-language h3 {
    padding-bottom: 20px;
}

.content-language {
    max-height: 0;
    transition: max-height 0.4s ease-out;
    overflow: hidden;
}

.headline-language {
    text-align: right;
    cursor: pointer;
    transition: all 0.4s;
}

.headline-language:hover {
}

.original-language:hover .content-language {
    max-height: 500px;
    transition: max-height 0.4s ease-in;
}
.original-language {
    border-bottom: solid 1px #cdcdcd;
    transition: all 0.4s;
}

body a.k-link {
    color: #fff !important;
}

.k-pager-numbers .k-state-selected {
    height: 28px;
    line-height: 28px !important;
    color: #000;
    margin-right: 2px;
    color: #fff;
}

.k-pager-numbers.k-reset {
    margin-right: 15px;
}

.k-dropdown { width: 270px !important; }
.k-textbox { width: 270px !important; }
.massnahmendrop { width: 600px !important; }

.efreprojectsthumb{
    max-width:150px;
    float: left;
    margin-right:20px;
    padding-bottom: 20px;
}


.projectsarrowdown {
    width: 10px;
    margin-left: 5px;
}

li.k-item,
li.k-item.k-state-hover,
li.k-item.k-state-selected,
li.k-item.k-state-focused,
li.k-item.k-state-hover{
    border-bottom: solid 1px #cdcdcd;
}

.k-ff {
    overflow: inherit !important;
}