/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27.11.2015, 09:02:44
    Author     : ralph.klepper
*/

.presse {}
.presse .item {
    text-align: center;
}
.presse .item  h3 {
	margin-top:0;
}
.presse .items-row {
    position: relative;
}
.presse .items-row.even {
    background-color: #e8e9ea;
}
.presse .items-row.odd {
    background-color: #646e70;
    color: white;
}
.presse .items-row.odd a {
    color: white;
}
.presse .item .innerBox {
    padding: 20px 40px 0;
    overflow: hidden;
}
.presse .item-image {
    max-height: 250px;
    max-width: 250px;
    overflow: hidden;
    text-align: center;
}
.presse .item-image img {
    max-height: 250px;
    height: 100%;
}
/*.presse div[itemprop="articleBody"] {
    background-color: #e8e9ea;
    padding: 40px;
}*/