/* Text Elements */

p.paragraph.normal_text {
  font-size: 12px;
}

/* Layout Elements */

body > .row > [class*='coffee-span-'].column-2 {
  float: left;
  clear: both;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
}

body > .row > [class*='coffee-span-'].column-3 {
  display: block;
  margin-bottom: 0;
}

body > .row.row-1 {
  position: static;
}

div.responsive-picture.picture-2 {
  position: static;
  display: block;
  float: none;
  clear: none;
  max-width: 350px;
}

@media screen and (max-width: 1607px) {
  /* Text Elements */

  p.paragraph.normal_text {
    font-size: 9px;
  }
}

@media screen and (max-width: 1601px) {
}

@media screen and (max-width: 1580px) {
}

@media screen and (max-width: 1550px) {
}