

/* Teaser B - Highlight */
.highlight .item {
  background-color: #fff;
  float: left;
  width: 48%;
}

.highlight .item-1 {
  margin-right: 2%;
}

.highlight .item-2 {
  margin-left: 2%;
}

.highlight a.hover-layer {
  color: #3c3c3b;
  height: 100%;
  text-decoration: none;
  width: 100%;
}

.highlight img {
  display: block;
  height: auto;
  width: 100%;
}

.highlight .article-info-wrapper-inner {
  padding: 1.3em 1.7em 1.3em 1.7em;
}

.highlight .dachzeile {
  color: #8dae10;
  font-family: RUB-Neu Flama, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.4em;
  text-transform: uppercase;
  margin-bottom: 0.200em;
}

.highlight .headline {
  color: #17365c;
  font-family: RUB-Neu Flama, Arial, sans-serif;
  font-size: 2.1em;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.143em;
  margin-bottom: 0.286em;
}

.highlight .teaser-text {
  font-size: 1.8em;
  letter-spacing: 0.02em;
  line-height: 1.500em;
}

.highlight .hover-indicator {
  background-color: #c1bbba;
  height: 0.9em;
  width: 100%;
}

.highlight .hover-layer:hover .headline {
  color: #8dae10;
}

.highlight .hover-layer:hover .hover-indicator {
  background-color: #8dae10;
}


/* Teaser B2 */
.highlight.teaser-b2 .double-column {
  margin-bottom: 3.6em;
}

.highlight.teaser-b2 .double-column .item:nth-child(1) {
  margin-right: 2%;
}

.highlight.teaser-b2 .double-column .item:nth-child(2) {
  margin-left: 2%;
}


/* Printausgaben */
.printausgaben  ul {
  list-style-position: outside;
  list-style-type: square;
  padding-bottom: 1.278em;
  padding-left: 1.1em;
  padding-top: 0.056em;
}

.printausgaben  ul li {
  padding-left: 1em;
}

.printausgaben  ul li a {
  border-bottom: 1px solid #c1bbba; 
  padding-bottom: 0.105em;
}

.printausgaben  ul li a:hover,
.printausgaben  ul li a:focus {
  border-bottom-color: #8dae10;
  color: #8dae10;
}




/** 
 * Media queries
 */
@media only screen and (max-width: 1130px) {
  
  /* Teaser B2 */
  .highlight.teaser-b2 .double-column {
    margin-bottom: 2.1em;
  }
}
 
@media only screen and (max-width: 700px) {

  .highlight .item {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%
  }
  
  .highlight .item {
    margin-bottom: 1.5em;
  }  
  
  .highlight .img-wrapper-inner {
    padding: 1.5em 1.5em 0 1.5em;
  }
  
  .highlight .article-info-wrapper-inner {
    padding: 1em 1.5em 2.2em 1.5em;
  }
  
  .highlight .dachzeile {
    line-height: 1.6em;
  }

  .highlight .headline {
    line-height: 1.286em;
  }

  .highlight .teaser-text {
    font-size: 1.5em;
    line-height: 1.600em;
  }
       
  .highlight .hover-indicator {
    display: none;
  }

  
  /* Teaser B2 */
  .highlight.teaser-b2 .double-column {
    margin-bottom: 1.5em;
  }
  
  .highlight.teaser-b2 .double-column .item:nth-child(1) {
    margin-right: 0;
  }

  .highlight.teaser-b2 .double-column .item:nth-child(2) {
    margin-left: 0;
  }
} 

