

/* Teaser A - Super highlight */
.super-highlight .item {
  background-color: #ffffff;
}

.super-highlight a.hover-layer {
  color: #3c3c3b;
  display: block;
  height: 100%;
  text-decoration: none;
  vertical-align: top;
  width: 100%;
}

.super-highlight img {
  display: block;
  float: left;
  height: auto;
  width: 58.6%;
}

.super-highlight .article-info-wrapper {
  float: left;
  width: 41.4%;
}

.super-highlight .article-info-wrapper-inner {
  padding: 1.4em 1.7em 1.7em 1.7em;
}

.super-highlight .dachzeile {
  color: #8dae10;
  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;
}

.super-highlight .headline {
  color: #17365c;
  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;
}

.super-highlight .teaser-text {
  font-size: 1.8em;
  letter-spacing: 0.02em;
  line-height: 1.500em;
}

.super-highlight .hover-indicator {
  background-color: #c1bbba;
  clear: both;
  height: 0.9em;
}

.super-highlight .hover-layer:hover .headline {
  color: #8dae10;
}

.super-highlight .hover-layer:hover .hover-indicator {
  background-color: #8dae10;
}




/** 
 * Media queries 
 */
@media only screen and (max-width: 1130px) {

  .super-highlight img {
    width: 52%;
  }
  
  .super-highlight .article-info-wrapper {
    width: 48%;
  }
} 

@media only screen and (max-width: 800px) {

  .super-highlight img {
    float: none;
    padding-bottom: 0;
    width: 100%;
  }
  
  .super-highlight .article-info-wrapper {
    float: none;
    width: 100%;
  }
} 
 
@media only screen and (max-width: 700px) {
  
  .super-highlight .article-info-wrapper-inner {
    padding: 1em 1.5em 2.2em 1.5em;
  }
  
  .super-highlight .dachzeile {
    font-size: 1.5em;
    line-height: 1.6em;
    margin-bottom: 0.200em;
  }

  .super-highlight .headline {
    font-size: 2.1em;
    line-height: 1.286em;
    margin-bottom: 0.286em;
  }

  .super-highlight .teaser-text {
    font-size: 1.5em;
    line-height: 1.600em;
  }
  
  .super-highlight .hover-indicator {
    display: none;
  }
} 

