﻿/* Slider */
.slides_container,
.slides_container div {
  width: 665px;
  height: 200px;
}
.slides_container div {
  visibility: hidden;
}
.slides_control div {
  visibility: visible;
}
#illu {
  padding-bottom: .7em;
  }

/* Teaser */

.teaser-wrapper a {
  display: block;
  margin-bottom: 1.2em;
  overflow: hidden;
  position: relative;
  padding-bottom: 3.3em;
  }
*+html .teaser-wrapper a {
  padding-bottom: 3.1em;
}
.teaser-wrapper a:hover {
  text-decoration: none;
  }
.two-columns {
  margin-right: -.5em;
  margin-left: -.6em;
  zoom: 1;
}
.two-columns a {
  float: left;
  width: 200px;
  margin: 0 .5em 1.2em .6em;
  zoom: 1;
}
.teaser-wrapper img {
  width: 100%;
  }
.teaser-wrapper span {
  border-top: 1px solid #fff; 
  bottom: 0;
  color: #fff;
  display: table;
  left: 0;
  width: 100%;
  position: absolute;
  zoom: 1;
  }
*+html .teaser-wrapper span {
    display: block;
}
.teaser-wrapper strong {
  background: url(/symbole/vanstrich_inv.gif) no-repeat 97% 50%;
  display: table-cell;
  height: 2.7em;
  padding: .3em 20px .3em .5em;
  vertical-align: middle;
  }
*+html .teaser-wrapper strong {
    display: block;
    height: auto;
    min-height: 2.7em;
}
.teaser-wrapper span {
  background: #E77226;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E77226), to(#E35C04));
  background-image: -webkit-linear-gradient(top, #E77226, #E35C04);
  background-image: -moz-linear-gradient(top, #E77226, #E35C04);
  background-image: -ms-linear-gradient(top, #E77226, #E35C04);
  background-image: -o-linear-gradient(top, #E77226, #E35C04);
  background-image: linear-gradient(top, #E77226, #E35C04);
}
.teaser-wrapper a:hover span {
  background: #e35c04;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E35C04), to(#C44101));
  background-image: -webkit-linear-gradient(top, #E35C04, #C44101);
  background-image: -moz-linear-gradient(top, #E35C04, #C44101);
  background-image: -ms-linear-gradient(top, #E35C04, #C44101);
  background-image: -o-linear-gradient(top, #E35C04, #C44101);
  background-image: linear-gradient(top, #E35C04, #C44101);
}