/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.cleartypefix {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/sites/all/themes/custom/css/img/hIEfix.png,sizingMethod=crop);
  zoom: 1;
}
#topthemen,
#block-views-top_teaser_boxes-block {
  float: right;
  width: 320px;
  padding-top: 9px;
}
#topthemen .topthema,
#block-views-top_teaser_boxes-block .topthema {
  width: 320px;
  height: 115px;
  background: transparent url('../img/background_flagteaser.png') no-repeat scroll 0 0;
  margin-bottom: 9px;
  position: relative;
}
#topthemen .topthema > .innerwrapper,
#block-views-top_teaser_boxes-block .topthema > .innerwrapper {
  position: relative;
  z-index: 3;
  padding: 15px 40px 15px 12px;
}
#topthemen .topthema .shader,
#block-views-top_teaser_boxes-block .topthema .shader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #141312;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  filter: Alpha(opacity = 40);
  z-index: 2;
}
#topthemen .topthema h4 a,
#block-views-top_teaser_boxes-block .topthema h4 a {
  font-family: 'Dosis', sans-serif;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  color: #ae111f;
  padding-bottom: 10px;
}
#topthemen .topthema p,
#block-views-top_teaser_boxes-block .topthema p {
  font-family: 'Dosis', sans-serif;
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: italic;
}
#topthemen .views-row-last .topthema,
#block-views-top_teaser_boxes-block .views-row-last .topthema {
  margin-bottom: 0;
}
#topthemen .topthema_customimage h4 a,
#block-views-top_teaser_boxes-block .topthema_customimage h4 a {
  color: #ffffff;
}
