/* Text Elements */

h3.heading-2 {
  color: #4f4f4f;
}

h5.heading-3 {
  text-align: center;
}

h6.heading-1 {
  color: #4f4f4f;
}

p.paragraph span.paragraph-text-1 {
  font-weight: 600;
  font-size: 16px;
}

p.paragraph.paragraph-1 {
  text-align: left;
}

p.paragraph.paragraph-2 {
  text-align: center;
}

span.text-element.menu-label {
  float: left;
  text-transform: uppercase;
  font-size: 25px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

ul.link-list.navigation-ul {
  list-style-type: none;
}

/* Layout Elements */

body > .row.row-2 {
  max-width: none;
  width: auto;
  height: auto;
  background-color: #e6e7e7;
}

body > .row.row-1 {
  max-width: none;
  width: auto;
  background-color: #9bafac;
}

body > .row.row-4 {
  max-width: none;
  width: auto;
  background-color: #829b97;
}

body.grid-1 {
  height: auto;
}

body > .row > [class*='coffee-span-'].column-5 {
  display: block;
  float: left;
}

body > .row > [class*='coffee-span-'].column-4 {
  float: left;
  margin-right: auto;
  margin-left: auto;
}

body > .row.row-3 {
  max-width: none;
  width: auto;
  background-color: #f8f9f9;
}

body > .row.row-5 {
  max-width: none;
  border-top: 1px outset #e6e7e7;
  border-right: 1px ridge #e6e7e7;
  border-bottom: 1px ridge #e6e7e7;
  border-left: 1px ridge #e6e7e7;
  background-color: #eeefef;
  background-clip: border-box;
  box-shadow: none;
  opacity: 1;
}

a.responsive-picture.picture-link-1 {
  max-width: none;
  max-height: none;
}

span.glyph.mobil-icon {
  float: right;
  margin-right: 0;
  margin-left: 0;
  min-height: 1px;
  line-height: 1;
}

.row > [class*='coffee-span-'] > .container.mobil-button {
  display: none;
  min-height: 40px;
}

li.list-item-link.navigation-li > a {
  color: #1d1d1d;
  text-decoration: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

li.list-item-link.navigation-li {
  float: left;
  padding: 10px 20px;
  text-transform: uppercase;
}

li.list-item-link.active.navigation-li {
  background-color: #4f4f4f;
}

li.list-item-link.active.navigation-li > a {
  color: #feffff;
}

li.list-item-link.navigation-li:hover {
  background-color: #ccc;
}

li.list-item-link.active.navigation-li:hover > a {
  color: #1d1d1d;
}

@media screen and (max-width: 768px) {
  /* Text Elements */

  p.paragraph.paragraph-1 {
    text-align: left;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-4 {
    float: left;
    clear: left;
  }

  .row > [class*='coffee-span-'] > .container.mobil-button {
    display: block;
  }

  li.list-item-link.navigation-li {
    float: none;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .row > [class*='coffee-span-'] > .container.menu {
    display: none;
  }

  a.responsive-picture.picture-link-1 {
    position: static;
    display: block;

    -webkit-align-self: stretch;
       -moz-align-self: stretch;
        -ms-align-self: stretch;
         -o-align-self: stretch;
            align-self: stretch;
    -webkit-flex: auto;
       -moz-flex: auto;
        -ms-flex: auto;
         -o-flex: auto;
            flex: auto;
  }

  li.list-item-link.active.navigation-li {
    text-align: center;
  }

  a.responsive-picture.picture-link-1 > picture {
    margin: 0;
  }
}

@media screen and (max-width: 423px) {
  /* Text Elements */

  p.paragraph.paragraph-2 {
    text-align: center;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-4 {
    clear: left;
  }
}