/* Text Elements */

h1 span.heading-text-1 {
  color: #f30;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
}

h1 span.heading-text-2 {
  color: #060302;
  font-size: 20px;
}

h1 span.heading-text-3 {
  font-size: 20px;
}

h1 span.heading-text-4 {
  font-weight: 500;
  font-style: italic;
  font-variant: normal;
  font-size: 30px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

h1 span.heading-text-1.heading-text-4 {
  color: #f30;
}

h1 span.heading-text-5 {
  color: #040505;
}

h1.heading-1 {
  margin-top: 31px;
  padding-top: 0;
  text-align: center;
  text-indent: 0;
  font-weight: 500;
  font-size: 39px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: .71;
}

h1 span.heading-text-12 {
  font-weight: 400;
  font-size: 18px;
}

h1.heading-2 {
  text-align: center;
}

h5 span.heading-text-6 {
  color: #0124fd;
  font-style: italic;
  font-size: 18px;
}

h5.heading-3 {
  color: #5a5c69;
  text-align: center;
  text-indent: 1px;
  word-spacing: 0;
  letter-spacing: 0;
  line-height: .89;
}

h5 span.heading-text-7 {
  color: #000003;
  font-style: normal;
}

h6.heading-4 {
  text-align: center;
}

h6 span.heading-text-9 {
  color: #020506;
  font-weight: 500;
  font-style: italic;
  font-size: 15px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.29;
}

h6.heading-5 {
  text-align: center;
}

span.text-element.menu-label {
  float: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  font-family: 'Arial Narrow', Arial, sans-serif;
}

a.link-text.text-link-1 {
  text-align: center;
  text-decoration: underline;
}

a.link-text.first-level-button {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  background-color: #eee;
  color: #000;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  font-family: 'Arial Narrow', Arial, sans-serif;
}

ul.link-list.submenu {
  position: absolute;
  display: none;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 200px;
  background-color: #f6f6f6;
  background-clip: border-box;
  list-style-type: none;
}

/* Layout Elements */

body > .row > [class*='coffee-span-'].column-1 {
  height: auto;
}

body > .row.row-2 {
  text-align: right;
}

.subgrid > .row > [class*='coffee-span-'].menu {
  min-height: 40px;
  background-color: #eee;
}

.subgrid > .row > [class*='coffee-span-'].mobil-button {
  display: none;
  min-height: 40px;
  background-color: #363636;
}

div.responsive-picture.picture-1 {
  float: none;
  max-width: none;
  width: 100%;
}

div.responsive-picture.picture-5 {
  display: inline-block;
  float: none;
  margin-right: auto;
  margin-left: 0;
  min-width: 170px;
  max-width: 170px;
  max-height: none;
  width: 100%;
}

div.responsive-picture.picture-5 > picture {
  margin: 0;
}

span.glyph.mobil-icon {
  float: right;
  color: #fff;
  line-height: 1;
}

li.list-item-link.submenu-li > a {
  color: #000;
  text-decoration: none;
  font-family: 'Arial Narrow', Arial, sans-serif;
}

li.list-item-link.submenu-li {
  padding: 5px 10px 5px 20px;
  text-transform: uppercase;
}

.row > [class*='coffee-span-'] > .container.pulldown {
  position: static;
  display: block;
  float: left;
  clear: none;
  overflow: visible;
  margin-bottom: 0;
  min-height: 40px;
  max-width: none;
  max-height: none;
  width: auto;
}

li.list-item-link.submenu-li.w200 {
  float: none;
  min-width: 200px;
  max-width: none;
  font-family: 'Arial Narrow', Arial, sans-serif;
}

li.list-item-link.submenu-li.w200 > a {
  color: #000;
}

@media screen and (max-width: 768px) {
  /* Text Elements */

  h1.heading-1 {
    margin-top: 27px;
  }

  h1 span.heading-text-5 {
    font-size: 26px;
  }

  h5 span.heading-text-7 {
    font-size: 18px;
  }

  ul.link-list.submenu {
    position: static;
  }

  /* Layout Elements */

  .subgrid > .row > [class*='coffee-span-'].mobil-button {
    display: block;
    float: none;
  }

  .subgrid > .row > [class*='coffee-span-'].menu {
    display: none;
    padding-right: 9px;
  }

  div.responsive-picture.picture-5 {
    min-width: 135px;
    max-width: 170px;
  }

  .row > [class*='coffee-span-'] > .container.pulldown {
    float: none;
  }
}

@media screen and (max-width: 545px) {
  /* Text Elements */

  h1.heading-1 {
    margin-top: -8px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-2 {
    position: static;
    float: none;
    clear: none;
    text-align: center;
    white-space: normal;
  }

  body > .row.row-3 {
    text-align: center;
  }

  div.responsive-picture.picture-5 {
    position: static;
    display: inline-block;
    float: none;
    clear: none;
    min-width: 170px;
    max-width: 170px;
    width: 100%;

    -webkit-align-self: auto;
       -moz-align-self: auto;
        -ms-align-self: auto;
         -o-align-self: auto;
            align-self: auto;
    -webkit-flex: auto;
       -moz-flex: auto;
        -ms-flex: auto;
         -o-flex: auto;
            flex: auto;
  }
}

@media screen and (max-width: 407px) {
  /* Text Elements */

  h1 span.heading-text-10 {
    font-size: 34px;
  }

  h1 span.heading-text-1.heading-text-4 {
    font-size: 24px;
  }

  h1 span.heading-text-5 {
    font-size: 22px;
  }
}

@media screen and (max-width: 365px) {
  /* Text Elements */

  h1 span.heading-text-1.heading-text-4 {
    font-size: 18px;
  }

  h1 span.heading-text-5 {
    font-size: 18px;
  }

  h6 span.heading-text-13 {
    font-size: 22px;
  }
}

@media screen and (max-width: 284px) {
  /* Text Elements */

  h1 span.heading-text-3 {
    font-size: 17px;
  }

  h1 span.heading-text-14 {
    font-size: 17px;
  }

  h1 span.heading-text-12 {
    font-size: 15px;
  }

  h1.heading-1 {
    line-height: .59;
  }

  h1 span.heading-text-1.heading-text-4 {
    font-size: 16px;
  }

  h1 span.heading-text-5 {
    font-size: 15px;
  }

  h1.heading-2 {
    line-height: .64;
  }

  h6 span.heading-text-13 {
    font-size: 17px;
  }

  div.responsive-picture.picture-1 {
    margin-top: -4px;
  }
}