@charset "UTF-8";
/* CSS Document */

.blockhoehe {
border:0px solid red; height:170px; max-height:170px; overflow:hidden
}


.blockhoeheb {
border:0px solid red; position: relative; top: 7px; height:170px; max-height:163px; overflow:hidden

}





@media only screen and (max-width: 1169px) {

.blockhoehe {
border:0px solid red; height:192px; max-height:192px; overflow:hidden
}


.blockhoeheb {
border:0px solid red; position: relative; top: 7px; height:192px; max-height:185px; overflow:hidden
}

}





