/*Front Page*/
.front_page h1{
    color: #404040;
    margin: 36px 0 26px 0;
}
.front_page h2.title {
    color: #89be3f;
    margin-bottom: 25px;
}
.front_page > h2.title {
    margin: 26px 0 25px 0;
    font-size: 24px;
    line-height: 33px;
}
.front_page h2 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 18px;
    padding: 0;
}
.front_page h2 a {
    text-decoration: none;
    color: #404040!important;
}
.front_page .item {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    padding-right: 15px;
}
.front_page .row.horizontal > div:last-child .item:after{
    display: none;
}
.front_page .row.horizontal .item:after {
    background: #DEE6E8;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 154px;
}
.front_page .item .img {
    width: 93px;
    height: 130px;
    float: left;
    margin: 0 10px 0 0;
}
.front_page .item .content-item > a {
    text-decoration: none;
    margin-bottom: 16px;
    display: block;
    line-height: 18px;
    color: #5C9212;
    font-size: 15px;
    font-weight: bold;
}
.front_page .item .content-item > a br {
    display: none;
}
.front_page .item .content-item > a:hover{
    text-decoration: underline;
}
.front_page .item .date {
    font-size: 13px;
    line-height: 18px;
}
.front_page .item .date span {
    color: #404040;
    font-weight: bold;
    display: block;
    padding: 0 0 3px 22px;
    background: url(../images//calendar.svg) 0 0 no-repeat;
}
.front_page .item .date p {
    padding-bottom: 2px;
    margin-bottom: 0;
}
.front_page .item .date p:last-child {
    padding-bottom: 0;
}
.front_page .item .date p strong {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 80px;
    display: inline-block;
    vertical-align: bottom;
}
.front_page .row.horizontal {
    margin-bottom: 20px;
}

.front_page .row.horizontal.bottom_block{
    margin-top: 15px;
    margin-bottom: 16px;
}
.front_page .item .content-item {
    float: right;
    width: calc(100% - 107px);
}
.front_page .grafik-block {
    padding-top: 12px;
}
.front_page .bottom-front-conference h2{
    position: relative;
}
.front_page .bottom-front-conference h2:after {
    background: #DEE6E8;
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    right: 0;
    width: 100%;
}
.front_page .bottom-front-conference h2 a {
    background: #FFF;
    padding-right: 10px;
    position: relative;
    z-index: 9;
}
.vertical_container .conference_netherlands {
    padding-right: 10px;
    padding-left: 10px;
}