

/* Teaser A-Slider - Flexslider */
.teaser-a.flexslider {
  display: block;
  position: relative;
}

.teaser-a.flexslider-clone {
  display: none;
}

.teaser-a.flexslider-clone li {
  list-style-type: none;
}

.teaser-a .flex-viewport li {
  background-color: #ffffff;
  position: relative;
}

.teaser-a .flex-viewport .hover-layer {
  color: #3c3c3c;
  border-bottom: 0.9em solid #c1bbba;
  display: block;
  height: 100%;
  text-decoration: none;
  vertical-align: top;
  width: 100%;
}

.teaser-a .flex-viewport .hover-layer:hover {
  border-bottom: 0.9em solid #80a51b;
}

.teaser-a .flex-viewport img {
  display: block;
  float: left;
  height: auto;
  width: 58.6%;
}

.teaser-a .flex-viewport .article-info-wrapper {
  float: left;
  width: 41.4%;
}

.teaser-a .flex-viewport .article-info-wrapper-inner {
  padding: 1.4em 1.7em 1.7em 1.7em;
}

.teaser-a .flex-viewport .dachzeile {
  color: #80a51b;
  font-family: RUB-Neu Flama, Arial, sans-serif;
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.333em;
  margin-bottom: 0.167em;
  text-transform: uppercase;
}

.teaser-a .flex-viewport .headline {
  color: #003560;
  font-family: RUB-Neu Flama, Arial, sans-serif;
  font-size: 2.4em;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.250em;
  margin-bottom: 0.250em;
}

.teaser-a .flex-viewport .teaser-text {
  font-size: 1.8em;
  letter-spacing: 0.02em;
  line-height: 1.500em;
}

.teaser-a .flex-viewport .hover-indicator {
  background-color: #c1bbba;
  clear: both;
  display: block;
  /* height: 0.9em; */
  height: 0;
}

.teaser-a .flex-viewport .hover-layer:hover .headline {
  color: #80a51b;
}

.teaser-a .flex-viewport .hover-layer:hover .hover-indicator {
  /* background-color: #80a51b; */
}

.teaser-a .flex-control-nav {
  list-style-type: none;
  margin-left: 41.4%;
  padding-top: 1.2em;
  position: absolute;
  text-align: center;
  width: 17.2%;
}

.teaser-a .flex-control-nav li {
  display: inline;
}

.teaser-a .flex-control-nav li a {
  background-color: #7b7b7c;
  color: transparent;
  display: inline-block;
  height: 1.2em;
  line-height: 1.2em;
  margin-right: 0.6em;
  text-decoration: none;
  width: 1.2em;
}

.teaser-a .flex-control-nav li:last-child a {
  margin-right: 0;
}

.teaser-a .flex-control-nav li a:hover,
.teaser-a .flex-control-nav li a.flex-active {
  background-color: #80a51b;
}

.teaser-a .flex-direction-nav {
  padding-bottom: 3.6em;
}

.teaser-a .flex-direction-nav li {
  background-color: #e6e4e4;
  float: left;
  list-style-type: none;
  text-align: center;
  width: 41.4%;
}

.teaser-a .flex-direction-nav li:first-child {
  padding-right: 17.2%;
}

.teaser-a .flex-direction-nav li a {
  color: transparent;
  display: block;
  height: 3.6em;
  width: 100%;
}

.teaser-a .flex-direction-nav li.flex-nav-prev a {
  background: #7b7b7c url("../images/slider-arrows-left.png") no-repeat scroll center top;
  background-size: 3.6em 3.6em;
}

.teaser-a .flex-direction-nav li.flex-nav-next a {
  background: #7b7b7c url("../images/slider-arrows-right.png") no-repeat scroll center top;
  background-size: 3.6em 3.6em;
}

.teaser-a .flex-direction-nav li a:hover {
  background-color: #8dae10;
}




/** 
 * Media queries 
 */
@media only screen and (max-width: 1130px) {
  
  .teaser-a .flex-viewport img {
    width: 52%;
  }
  
  .teaser-a .flex-viewport .article-info-wrapper {
    width: 48%;
  }
  
  .teaser-a .flex-direction-nav {
    margin-bottom: 2.1em;
  }
} 

@media only screen and (max-width: 800px) {
  
  .teaser-a .flex-viewport img {
    float: none;
    padding-bottom: 0;
    width: 100%;
  }
  
  .teaser-a .flex-viewport .article-info-wrapper {
    float: none;
    width: 100%;
  }
} 

@media only screen and (max-width: 700px) {
  
  .teaser-a.flexslider {
    display: none;
  }
  
  .teaser-a.flexslider-clone {
    display: block;
  }
  
  .teaser-a .flex-viewport .hover-layer,
  .teaser-a .flex-viewport .hover-layer:hover   {
    border-bottom: 0;
    padding-bottom: 0;
  }
  
  .teaser-a .flex-viewport .article-info-wrapper-inner {
    padding: 0.8em 1.5em 2.2em 1.5em;
  }

  .teaser-a .flex-viewport .dachzeile {
    font-size: 1.5em;
    line-height: 1.6em;
    margin-bottom: 0.2em;
  }

  .teaser-a .flex-viewport .headline {
    font-size: 2.1em;
    line-height: 1.286em;
    margin-bottom: 0.286em;
  }

  .teaser-a .flex-viewport .teaser-text {
    font-size: 1.5em;
    line-height: 1.6em;
  }
  
  .teaser-a .flex-control-nav {
    display: none;
  } 
  
  .teaser-a .flex-direction-nav {
    margin-bottom: 1.5em;
  }
  
  .teaser-a .flex-direction-nav li {
    width: 48%;
  }

  .teaser-a .flex-direction-nav li:first-child {
    padding-right: 4%;
  }
}

