

/* Teaser box triple */
.teaser-box.triple {
  background-color: #e6e4e4;
  padding: 0 6em 2.4em 2.4em;
}

.page-heute-an-der-rub .teaser-box.triple, 
.page-mensa .teaser-box.triple, 
.node-type-standard .teaser-box.triple {
  margin-bottom: 3.6em;
}

.triple .teaser-box-header {
  color: #17365c;
  font-family: RUB-Neu Flama, Arial, sans-serif;
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.333em;
  text-transform: uppercase;
  padding-bottom: 0.667em;
  padding-top: 0.722em;
}

.triple .item {
  background-color: #fff;
  float: left;
  width: 30.667%;
}

.triple .item-1 {
  margin-right: 2%;
}

.triple .item-2 {
  margin-left: 2%;
  margin-right: 2%;
}

.triple .item-3 {
  margin-left: 2%;
}

.triple .hover-layer {
  color: #3c3c3c;
  display: inline-block;
  height: 100%;
  text-decoration: none;
  vertical-align: top;
  width: 100%;
}

.triple .img-wrapper {
  overflow: hidden;
  position: relative;
}

.triple img {
  display: block;
  height: auto;
  width: 100%;
}

.triple-name-wrapper {
  background-color: #8dae10;
  bottom: 0;
  color: #fff;
  max-width: 73.71%;
  padding: 0.5em 0.9em 0.6em 0.9em;
  position: absolute;
}

.triple-name-label {
  /* display: inline-block; */
  display: none;
  float: left;
  font-family: RUB-Neu Flama,Arial,sans-serif;
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.333em;
  padding-right: 0.333em;
  text-transform: uppercase;
  width: auto;
}

.triple-name {
  display: inline-block;
  float: left;
  font-size: 1.8em;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1.333em;
  padding-top: 0.056em;
}

.triple .article-info-wrapper-inner {
  padding: 1.4em 1.7em 1.6em 1.7em;
}

.triple .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.2em;
  text-transform: uppercase;
  margin-bottom: 0.2em;
  word-wrap: break-word;
}

.triple .headline {
  color: #17365c;
  font-family: RUB-Neu Flama, Arial, sans-serif;
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.167em;
  word-wrap: break-word;
}

.triple .hover-layer:hover .headline {
  color: #8dae10;
}




/** 
 * Media queries 
 */
@media only screen and (max-width: 1130px) {
  
  .page-heute-an-der-rub .teaser-box.triple, 
  .page-mensa .teaser-box.triple, 
  .node-type-standard .teaser-box.triple {
    margin-bottom: 2.1em;
  }
} 

@media only screen and (max-width: 930px) {
  
  .triple .item {
    width: 48%;
  }
  
  .triple .item-2  {
    margin-right: 0;
  }
  
  .triple .item-3  {
    display: none;
  }
} 

@media only screen and (max-width: 700px) {

  .teaser-box.triple {
    padding: 0;
  }
  
  .page-heute-an-der-rub .teaser-box.triple,
  .page-mensa .teaser-box.triple, 
  .node-type-standard .teaser-box.triple {
    margin-bottom: 1.5em;
  }
  
  .triple .teaser-box-header {
    background-color: #fff;
    font-size: 3em;
    line-height: 1.4em;
    padding-bottom: 0.7em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.633em;
  }

  .triple .item {
    float: none;
    margin-bottom: 1.5em;
    width: 100%;
  }

  .triple .item-1,
  .triple .item-2,
  .triple .item-3  {
    margin-left: 0;
    margin-right: 0;
  }
  
  .triple .item-3  {
    display: block;
    margin-bottom: 0;
  }
  
  .triple .article-info-wrapper-inner {
    padding: 1.1em 1.5em 1.2em 1.5em;
  }
  
  .triple-name-wrapper {
    background-color: #8dae10;
    bottom: 0;
    color: #fff;
    max-width: 73.71%;
    padding: 0.5em 1.4em 0.6em 1.4em;
    position: absolute;
  }
  
  .triple-name-label {
    display: inline;
  }
  
  .triple .hover-indicator {
    display: none;
  }
} 

