

/* Teaser box double */
.teaser-box.double {
  background-color: #e6e4e4;
  padding: 0 6em 1.8em 2.4em;
}

.double .teaser-box-header {
  color: #17365c;
  font-family: RUB-Neu Flama, Arial, sans-serif;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.333em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding-bottom: 0.667em;
  padding-top: 0.722em;
}

.double .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.333em;
  margin-bottom: 0.167em;
  word-wrap: break-word;
}

.double .teasertext {
  font-size: 1.5em;
  letter-spacing: 0.02em;
  line-height: 1.4em;
  word-wrap: break-word;
}

.double .hover-layer:hover .headline  {
  color: #8dae10;
}

.double .item {
  background-color: #fff;
  float: left;
  margin-bottom: 2.1em;
  position: relative;
  width: 48%;
}

.double .item-1,
.double .item-2 {
  margin-bottom: 0;
}

.double .item-1 {
  margin-right: 2%;
}

.double .item-2{
  margin-left: 2%;
}

.double .hover-layer {
  color: #3c3c3c;
  display: inline-block;
  height: 100%;
  text-decoration: none;
  vertical-align: top;
  width: 100%;
}

.double .img-wrapper {
  display: block;
  float: left;
  height: auto;
  width: 34%;
}

.double .img-wrapper-inner {
  padding: 1.2em 0 1.2em 1.5em;
}

.double img {
  display: block;
  height: auto;
  width: 100%;
}

.double .double-column {
  clear: both;
}

.double .article-info-wrapper {
  float: left;
  width: 66%;
}

.double .article-info-wrapper-inner {
  padding: 1.2em 1.5em 1.3em 2.1em;
}




/** 
 * Media queries
 */
@media only screen and (max-width: 1130px) {
  
} 

@media only screen and (max-width: 800px) {
  
  .teaser-box.double {
    background-color: #e6e4e4;
    padding: 0 6em 2.4em 2.4em;
  }
  
  .double .img-wrapper {
    float: none;
    width: 100%;
  }
  
  .double .img-wrapper-inner {
    padding: 0;
  }

  .double .article-info-wrapper {
    float: none;
    width: 100%;
  }
  
  .double .article-info-wrapper-inner {
    padding: 1.2em 1.7em 1.3em 1.7em;
  }
} 
 
@media only screen and (max-width: 700px) {

  .teaser-box.double {
    padding: 0 1.5em 0 1.5em;
  }
  
  .double .teaser-box-header {
    font-size: 3em;
    line-height: 1.4em;
    padding-bottom: 0.7em;
    padding-left: 0;
    padding-right: 0.5em;
    padding-top: 0.633em;
  }
     
  .double .item {
    background-color: transparent;
    float: none;
    width: 100%;
  }
  
  .double .item-1 {
    margin-bottom: 0;
  }

  .double .item-1,
  .double .item-2 {
    margin-left: 0;
    margin-right: 0;
  }
  
  .double .article-info-wrapper-inner {
    padding: 0.9em 0 2.4em 0;
  }
  
  .double .hover-indicator {
    display: none;
  }
} 

