/* Black & White*/
/* Grey tones */
/* HFS colors */
body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
    position: relative;
    overflow-x: hidden;
  }
  .clear {
    clear: both;
  }
  .wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
  }
  @media only screen and (max-width: 420px) {
    .wrapper {
      padding: 0 10px;
    }
  }
  
  
  .wrapper .diakonie {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100px;
    height: 28px;
    margin: 10px 0 0 10px;
    float: right;
    background: transparent url("../gfx/diakonie.png") center no-repeat;
    -webkit-background-size: auto 28px;
    -moz-background-size: auto 28px;
    background-size: auto 28px;
  }
  
  .wrapper .social-media {
    float: left;
    padding: 12px 0;
  }
  .wrapper .social-media a {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
  .wrapper .social-media a:link,
  .wrapper .social-media a:visited {
    border: none;
    outline: none;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 250ms linear;
    -moz-transition: opacity 250ms linear;
    -o-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
  }
  .wrapper .social-media a:hover,
  .wrapper .social-media a:active {
    border: none;
    outline: none;
    text-decoration: none;
    opacity: 0.6;
  }
  .wrapper .social-media a.facebook {
    background: transparent url("../gfx/facebook.svg") center no-repeat;
    -webkit-background-size: 19px 19px;
    -moz-background-size: 19px 19px;
    background-size: 19px 19px;
    margin-right: 4px;
  }
  .wrapper .social-media a.instagram {
    background: transparent url("../gfx/instagram.svg") center no-repeat;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    background-size: 20px 20px;
  }
  .wrapper .social-media a.youtube {
    background: transparent url("../gfx/youtube.svg") center no-repeat;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    background-size: 24px 24px;
  }
  .wrapper .social-media a span {
    display: none;
  }
  
  
  .top-bar {
    width: 100%;
    height: 0px;
    background: #E0E0E0;
    border-bottom: 1px solid #B1B1B1;
    margin-bottom: 20px;
  }
  @media only screen and (max-width: 960px) {
    .top-bar {
      margin-bottom: 74px;
    }
  }
  @media only screen and (max-width: 560px) {
    .top-bar {
      height: 0px;
    }
  }
  .top-bar .social-media {
    float: left;
    padding: 12px 0;
  }
  .top-bar .social-media a {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
  .top-bar .social-media a:link,
  .top-bar .social-media a:visited {
    border: none;
    outline: none;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 250ms linear;
    -moz-transition: opacity 250ms linear;
    -o-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
  }
  .top-bar .social-media a:hover,
  .top-bar .social-media a:active {
    border: none;
    outline: none;
    text-decoration: none;
    opacity: 0.6;
  }
  .top-bar .social-media a.facebook {
    background: transparent url("../gfx/facebook.svg") center no-repeat;
    -webkit-background-size: 19px 19px;
    -moz-background-size: 19px 19px;
    background-size: 19px 19px;
    margin-right: 4px;
  }
  .top-bar .social-media a.instagram {
    background: transparent url("../gfx/instagram.svg") center no-repeat;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    background-size: 20px 20px;
  }
  .top-bar .social-media a.youtube {
    background: transparent url("../gfx/youtube.svg") center no-repeat;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    background-size: 24px 24px;
  }
  .top-bar .social-media a span {
    display: none;
  }
  .top-bar .diakonie {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100px;
    height: 28px;
    margin: 10px 16px 0 10px;
    float: left;
    background: transparent url("../gfx/diakonie.png") center no-repeat;
    -webkit-background-size: auto 28px;
    -moz-background-size: auto 28px;
    background-size: auto 28px;
  }
  .top-bar nav {
    float: right;
  }
  @media only screen and (max-width: 560px) {
    .top-bar nav {
      clear: both;
      float: left;
    }
  }
  .top-bar nav a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 700;
    font-size: 1.1em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
  }
  @media only screen and (max-width: 560px) {
    .top-bar nav a {
      height: 25px;
      line-height: 25px;
    }
  }
  .top-bar nav a:link,
  .top-bar nav a:visited {
    color: #595959;
    text-decoration: none;
    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
  }
  .top-bar nav a:hover,
  .top-bar nav a:active {
    color: #E6191E;
    text-decoration: none;
  }
  .top-bar nav a.active:link,
  .top-bar nav a.active:visited,
  .top-bar nav a.active:hover,
  .top-bar nav a.active:active {
    color: #E6191E;
    text-decoration: none;
  }
  header {
    position: absolute;
    top: 0px;
    z-index: 2;
    width: 100%;
    height: 96px;
    border-bottom: 1px solid #B1B1B1;
    background: #FFFFFF;
  }
  @media only screen and (max-width: 960px) {
    header {
      height: unset;
      z-index: 9;
    }
  }
  @media only screen and (max-width: 560px) {
    header {
      top: 0px;
    }
  }
  header.sticky {
    position: fixed;
    top: 0;
  }
  header .hamburger {
    float: right;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  @media only screen and (max-width: 890px) {
    header .hamburger {
      display: block;
    }
  }
  header .wrapper {
    position: unset;
  }
  header .logo {
    float: left;
    margin: 0 0 0 10px;
    padding: 24px 0;
  }
  @media only screen and (max-width: 960px) {
    header .logo {
      padding: 18px 0 ;
    }
  }
  header .logo a:link,
  header .logo a:visited,
  header .logo a:hover,
  header .logo a:active {
    display: block;
    width: 288px;
    height: 50px;
    border: none;
    outline: none;
    background: transparent url("../gfx/hfs-logo.svg") center no-repeat;
    -webkit-background-size: 288px 50px;
    -moz-background-size: 288px 50px;
    background-size: 288px 50px;
  }
  @media only screen and (max-width: 960px) {
    header .logo a:link,
    header .logo a:visited,
    header .logo a:hover,
    header .logo a:active {
      width: 220px;
      height: 38px;
      -webkit-background-size: 220px 38px;
      -moz-background-size: 220px 38px;
      background-size: 220px 38px;
    }
  }
  header .logo a span {
    display: none;
  }
  header nav {
    float: right;
  }
  @media only screen and (max-width: 890px) {
    header nav {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      top: 74px;
      width: 100%;
      border-top: 1px solid #E0E0E0;
      left: -100%;
      max-height: calc(100vh - 74px);
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      -webkit-transition: all 350ms ease-in-out;
      -moz-transition: all 350ms ease-in-out;
      -o-transition: all 350ms ease-in-out;
      transition: all 350ms ease-in-out;
      -webkit-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.6);
      -moz-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.6);
      -ms-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.6);
      -o-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.6);
      box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.6);
    }
  }
  header nav.active {
    left: 0;
  }
  @media only screen and (max-width: 890px) {
    header nav .wrapper {
      padding: 0;
    }
  }
  header nav .item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    height: 96px;
    padding: 0 0;
    position: relative;
  }
  @media only screen and (max-width: 960px) {
    header nav .item {
      height: unset;
      padding: 18px 0;
    }
  }
  @media only screen and (max-width: 890px) {
    header nav .item {
      float: none;
      width: 100%;
      padding: 0;
    }
  }
  header nav .item > a {
    position: relative;
    z-index: 9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 300;
    font-size: 1.6em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 28px 15px;
    display: block;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  @media only screen and (max-width: 1100px) {
    header nav .item > a {
      font-size: 1.4em;
      padding: 0 10px;
    }
  }
  @media only screen and (max-width: 960px) {
    header nav .item > a {
      height: 32px;
      line-height: 32px;
      margin-top: 4px;
    }
  }
  @media only screen and (max-width: 890px) {
    header nav .item > a {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      margin-top: unset;
      padding: 10px 25px;
    }
  }
  header nav .item > a:link,
  header nav .item > a:visited {
    color: #595959;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
    background: #FFFFFF;
  }
  header nav .item > a:hover,
  header nav .item > a:active {
    color: #595959;
    text-decoration: none;
    border: none;
    outline: none;
  }
  header nav .item > a.active:link,
  header nav .item > a.active:visited,
  header nav .item > a.active:hover,
  header nav .item > a.active:active {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 700;
  }
  @media only screen and (min-width: 890px) {
    header nav .item button {
      display: none;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      z-index: 9;
      right: 0;
      top: 0;
      width: 52px;
      height: 52px;
      border: none;
      outline: none;
      background: transparent;
    }
    header nav .item .sub-navigation .sub-item button {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      z-index: 9;
      right: 0;
      top: 0;
      width: 52px;
      height: 52px;
      border: none;
      outline: none;
      background: transparent;
    }
    header nav .item button::after {
      content: '';
      position: absolute;
      z-index: 1;
      left: 50%;
      top: 50%;
      width: 6px;
      height: 6px;
      background: transparent;
      border-right: 2px solid #000000;
      border-bottom: 2px solid #000000;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -moz-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      -o-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
    }
  }
  @media only screen and (max-width: 890px) {
    header nav .item button {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      z-index: 9;
      right: 0;
      top: 0;
      width: 52px;
      height: 52px;
      border: none;
      outline: none;
      background: transparent;
    }
    header nav .item button::after {
      content: '';
      position: absolute;
      z-index: 1;
      left: 50%;
      top: 50%;
      width: 6px;
      height: 6px;
      background: transparent;
      border-right: 2px solid #000000;
      border-bottom: 2px solid #000000;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -moz-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      -o-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
    }
  }
  header nav .item .sub-navigation {
    position: absolute;
    z-index: 7;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #FFFFFF;
    text-align: center;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    top: 97px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
  @media only screen and (max-width: 890px) {
    header nav .item .sub-navigation {
      display: none;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      width: 100%;
      left: unset;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-box-shadow: 0 0 0 0 transparent;
      -moz-box-shadow: 0 0 0 0 transparent;
      -ms-box-shadow: 0 0 0 0 transparent;
      -o-box-shadow: 0 0 0 0 transparent;
      box-shadow: 0 0 0 0 transparent;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      visibility: visible;
      opacity: unset;
      margin: 0;
      padding: 0 0 15px;
      top: unset;
      text-align: left;
      border-bottom: 1px solid #E0E0E0;
      -webkit-transition: unset;
      -moz-transition: unset;
      -o-transition: unset;
      transition: unset;
    }
  }
  header nav .item .sub-navigation::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    left: 50%;
    top: -2px;
    z-index: 99;
    -webkit-transform: rotate(45deg) translateX(-50%);
    -moz-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    -o-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
  }
  @media only screen and (max-width: 890px) {
    header nav .item .sub-navigation::before {
      display: none;
    }
  }
  @media only screen and (max-width: 890px) {
    header nav .item .sub-navigation.active {
      display: block;
    }
  }
  header nav .item .sub-navigation .sub-sub-navigation,
  header nav .item .sub-navigation .sub-sub-sub-navigation {
    display: none;
  }
  @media only screen and (max-width: 890px) {
    header nav .item .sub-navigation .sub-sub-navigation.active,
    header nav .item .sub-navigation .sub-sub-sub-navigation.active {
      display: block;
    }
  }
  header nav .item .sub-navigation .sub-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 0;
  }
  @media only screen and (max-width: 890px) {
    header nav .item .sub-navigation .sub-item > a {
      padding-left: 35px;
      padding-right: 64px;
    }
  }
    @media only screen and (min-width: 890px) {
      header nav .item .sub-navigation .sub-item > a {
        padding-left: 35px;
        padding-right: 64px;
      }
  }
  @media only screen and (min-width: 890px) {
    header nav .item .sub-navigation .sub-item button {
      display: block;
      height: 37px;
    }
  }
  @media only screen and (max-width: 890px) {
    header nav .item .sub-navigation .sub-item button {
      display: block;
      height: 37px;
    }
  }
  header nav .item .sub-navigation .sub-sub-item {
    position: relative;
    padding: 0;
  }
  header nav .item .sub-navigation .sub-sub-item > a {
    padding-left: 50px;
    padding-right: 64px;
  }
  header nav .item .sub-navigation .sub-sub-sub-item {
    position: relative;
    padding: 0;
  }
  header nav .item .sub-navigation .sub-sub-sub-item > a {
    padding-left: 65px;
    padding-right: 64px;
  }
  header nav .item .sub-navigation a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 300;
    font-size: 1.4em;
    letter-spacing: 0.05em;
    padding: 10px 10px;
    display: block;
  }
  header nav .item .sub-navigation a:link,
  header nav .item .sub-navigation a:visited {
    color: #595959;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
  }
  header nav .item .sub-navigation a:hover,
  header nav .item .sub-navigation a:active {
    text-decoration: none;
    border: none;
    outline: none;
  }
  header nav .item .sub-navigation a.active:link,
  header nav .item .sub-navigation a.active:visited,
  header nav .item .sub-navigation a.active:hover,
  header nav .item .sub-navigation a.active:active {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 700;
    color: #E6191E;
  }
  header nav .item:hover > a:link,
  header nav .item:hover > a:visited,
  header nav .item:hover > a:hover,
  header nav .item:hover > a:active {
    color: #595959;
    text-decoration: none;
    border: none;
    outline: none;
  }
  header nav .item:hover .sub-navigation {
    top: 90px;
    opacity: 1;
    visibility: visible;
  }
  @media only screen and (max-width: 890px) {
    header nav .item:hover .sub-navigation {
      top: 0;
    }
  }
  header nav .item.grey:hover > a:link,
  header nav .item.grey:hover > a:visited,
  header nav .item.grey:hover > a:hover,
  header nav .item.grey:hover > a:active {
    background: #E0E0E0;
    color: #595959;
  }
  header nav .item.grey > a.active {
    background: #E0E0E0;
    color: #595959;
  }
  header nav .item.grey .sub-navigation a:hover,
  header nav .item.grey .sub-navigation a:active {
    color: #000000;
  }
  header nav .item.grey .sub-navigation a.active:link,
  header nav .item.grey .sub-navigation a.active:visited,
  header nav .item.grey .sub-navigation a.active:hover,
  header nav .item.grey .sub-navigation a.active:active {
    color: #595959;
  }
  header nav .item.red:hover > a:link,
  header nav .item.red:hover > a:visited,
  header nav .item.red:hover > a:hover,
  header nav .item.red:hover > a:active {
    background: #E6191E;
    color: #FFFFFF;
  }
  header nav .item.red > a.active {
    background: #E6191E;
    color: #FFFFFF;
  }
  header nav .item.red .sub-navigation a:hover,
  header nav .item.red .sub-navigation a:active {
    color: #E6191E;
  }
  header nav .item.red .sub-navigation a.active:link,
  header nav .item.red .sub-navigation a.active:visited,
  header nav .item.red .sub-navigation a.active:hover,
  header nav .item.red .sub-navigation a.active:active {
    color: #E6191E;
  }
  header nav .item.blue:hover > a:link,
  header nav .item.blue:hover > a:visited,
  header nav .item.blue:hover > a:hover,
  header nav .item.blue:hover > a:active {
    background: #004F90;
    color: #FFFFFF;
  }
  header nav .item.blue > a.active {
    background: #004F90;
    color: #FFFFFF;
  }
  header nav .item.blue .sub-navigation a:hover,
  header nav .item.blue .sub-navigation a:active {
    color: #004F90;
  }
  header nav .item.blue .sub-navigation a.active:link,
  header nav .item.blue .sub-navigation a.active:visited,
  header nav .item.blue .sub-navigation a.active:hover,
  header nav .item.blue .sub-navigation a.active:active {
    color: #004F90;
  }
  header nav .item.yellow:hover > a:link,
  header nav .item.yellow:hover > a:visited,
  header nav .item.yellow:hover > a:hover,
  header nav .item.yellow:hover > a:active {
    background: #FFB700;
    color: #FFFFFF;
  }
  header nav .item.yellow > a.active {
    background: #FFB700;
    color: #FFFFFF;
  }
  header nav .item.yellow .sub-navigation a:hover,
  header nav .item.yellow .sub-navigation a:active {
    color: #FFB700;
  }
  header nav .item.yellow .sub-navigation a.active:link,
  header nav .item.yellow .sub-navigation a.active:visited,
  header nav .item.yellow .sub-navigation a.active:hover,
  header nav .item.yellow .sub-navigation a.active:active {
    color: #FFB700;
  }
  header nav .item.orange:hover > a:link,
  header nav .item.orange:hover > a:visited,
  header nav .item.orange:hover > a:hover,
  header nav .item.orange:hover > a:active {
    background: #FF6D00;
    color: #FFFFFF;
  }
  header nav .item.orange > a.active {
    background: #FF6D00;
    color: #FFFFFF;
  }
  header nav .item.orange .sub-navigation a:hover,
  header nav .item.orange .sub-navigation a:active {
    color: #FF6D00;
  }
  header nav .item.orange .sub-navigation a.active:link,
  header nav .item.orange .sub-navigation a.active:visited,
  header nav .item.orange .sub-navigation a.active:hover,
  header nav .item.orange .sub-navigation a.active:active {
    color: #FF6D00;
  }
  header nav .item.green:hover > a:link,
  header nav .item.green:hover > a:visited,
  header nav .item.green:hover > a:hover,
  header nav .item.green:hover > a:active {
    background: #00A64F;
    color: #FFFFFF;
  }
  header nav .item.green > a.active {
    background: #00A64F;
    color: #FFFFFF;
  }
  header nav .item.green .sub-navigation a:hover,
  header nav .item.green .sub-navigation a:active {
    color: #00A64F;
  }
  header nav .item.green .sub-navigation a.active:link,
  header nav .item.green .sub-navigation a.active:visited,
  header nav .item.green .sub-navigation a.active:hover,
  header nav .item.green .sub-navigation a.active:active {
    color: #00A64F;
  }
  .sub-navigations {
    position: absolute;
    z-index: 1;
    top: 68px;
    left: 0;
    width: 100%;
    height: 80px;
    background: #FFFFFF;
  }
  .sub-navigations.active {
    top: 148px;
  }
  .sub-navigations nav .sub-navigation {
    text-align: right;
  }
  .sub-navigations nav .sub-navigation a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 300;
    font-size: 1.4em;
    letter-spacing: 0.05em;
    padding: 0 10px;
    height: 80px;
    line-height: 80px;
  }
  .sub-navigations nav .sub-navigation a:link,
  .sub-navigations nav .sub-navigation a:visited {
    color: #595959;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
  }
  .sub-navigations nav .sub-navigation a:hover,
  .sub-navigations nav .sub-navigation a:active {
    color: #E6191E;
    text-decoration: none;
    border: none;
    outline: none;
  }
  .sub-navigations nav .sub-navigation a.active:link,
  .sub-navigations nav .sub-navigation a.active:visited,
  .sub-navigations nav .sub-navigation a.active:hover,
  .sub-navigations nav .sub-navigation a.active:active {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 700;
    color: #E6191E;
  }
  .main-image {
    position: absolute;
    width: 100%;
    height: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .employee-wrapper {
    text-align: center;
  }
  .employee-wrapper .employee {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
    width: 33%;
    padding: 40px 10px;
  }
  @media only screen and (max-width: 990px) {
    .employee-wrapper .employee {
      width: 50%;
    }
  }
  @media only screen and (max-width: 560px) {
    .employee-wrapper .employee {
      width: 100%;
    }
  }
  .employee-wrapper .employee figure {
    margin: 0;
    padding: 0;
  }
  .employee-wrapper .employee figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .employee-wrapper .employee figure figcaption {
    height: 80px;
  }
  .employee-wrapper .employee figure figcaption h3 {
    margin: 3px 0 15px;
    padding: 0;
    color: #595959;
    font-size: 1.9em;
  }
  .employee-wrapper .employee figure figcaption p {
    font-size: 1.4em;
    line-height: 22px;
  }
  .employee-wrapper .employee figure figcaption p.position {
    margin: 5px 0 0;
    padding: 0;
    font-size: 1.3em;
  }
  .employee-wrapper .employee figure figcaption p.position strong {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 300;
  }
  .employee-wrapper .employee figure figcaption p span {
    display: inline-block;
    width: 23%;
  }
  @media only screen and (max-width: 560px) {
    .employee-wrapper .employee figure figcaption p span {
      width: 56px;
    }
  }
  .employee-wrapper .employee figure figcaption p a {
    vertical-align: middle;
    display: inline-block;
    width: 73%;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .employee-wrapper .employee figure figcaption p a:link,
  .employee-wrapper .employee figure figcaption p a:visited {
    color: #000000;
    text-decoration: underline;
  }
  .employee-wrapper .employee figure figcaption p a:hover,
  .employee-wrapper .employee figure figcaption p a:active {
    color: #595959;
    text-decoration: none;
  }
  .intro-area {
    position: relative;
    max-width: 1280px;
    background: #FFFFFF;
    padding: 40px 0 60px;
    margin: 250px auto 0;
  }
  .intro-area .wrapper {
    padding: 0 20px;
    max-width: 1080px;
  }
  .intro-area .content-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .intro-area .content-wrapper.with-subnavigation {
    float: left;
    width: 75%;
    padding: 0 40px 0 0;
  }
  @media only screen and (max-width: 990px) {
    .intro-area .content-wrapper.with-subnavigation {
      width: 60%;
      padding: 0 30px 0 0;
    }
  }
  @media only screen and (max-width: 840px) {
    .intro-area .content-wrapper.with-subnavigation .image-wrapper {
      width: 50%;
    }
  }
  @media only screen and (max-width: 780px) {
    .intro-area .content-wrapper.with-subnavigation {
      float: unset;
      width: 100%;
      padding: 0;
    }
  }
  .intro-area .right-area {
    float: right;
    width: 25%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #E0E0E0;
  }
  @media only screen and (max-width: 990px) {
    .intro-area .right-area {
      width: 40%;
    }
  }
  @media only screen and (max-width: 780px) {
    .intro-area .right-area {
      float: unset;
      width: 100%;
      padding: 0 10px;
      border: none;
      border-top: 1px solid #E0E0E0;
    }
  }
  .intro-area .right-area .infobox {
    margin: 60px 0;
    padding: 0 10px;
  }
  .intro-area .right-area .infobox .text-block {
    margin: 0;
    padding: 30px 20px 10px;
    text-align: left;
  }
  .intro-area .right-area .text-block {
    margin: 30px 0;
  }
  .intro-area .right-area .text-block h1 {
    font-size: 2.2em;
  }
  .intro-area .right-area .image-gallery .image-wrapper {
    width: 50%;
  }
  .intro-area .right-area .employee-wrapper {
    margin: 0;
    padding: 0 10px;
    width: 100%;
  }
  .intro-area .right-area .employee-wrapper .employee {
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
  }
  .intro-area .sub-navigation {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #FFFFFF;
    text-align: left;
    padding: 10px 10px;
    margin: 0 0 60px;
  }
  @media only screen and (max-width: 780px) {
    .intro-area .sub-navigation {
      margin: 0;
      padding: 10px 0;
    }
  }
  .intro-area .sub-navigation a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 300;
    font-size: 1.4em;
    letter-spacing: 0.05em;
    padding: 10px 0;
    display: block;
  }
  .intro-area .sub-navigation a:link,
  .intro-area .sub-navigation a:visited {
    color: #595959;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
  }
  .intro-area .sub-navigation a:hover,
  .intro-area .sub-navigation a:active {
    color: #E6191E;
    text-decoration: none;
    border: none;
    outline: none;
  }
  .intro-area .sub-navigation a.active:link,
  .intro-area .sub-navigation a.active:visited,
  .intro-area .sub-navigation a.active:hover,
  .intro-area .sub-navigation a.active:active {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 700;
  }
  .intro-area .sub-navigation.grey a:hover,
  .intro-area .sub-navigation.grey a:active {
    color: #000000;
  }
  .intro-area .sub-navigation.grey a.active:link,
  .intro-area .sub-navigation.grey a.active:visited,
  .intro-area .sub-navigation.grey a.active:hover,
  .intro-area .sub-navigation.grey a.active:active {
    color: #595959;
  }
  .intro-area .sub-navigation.red a:hover,
  .intro-area .sub-navigation.red a:active {
    color: #E6191E;
  }
  .intro-area .sub-navigation.red a.active:link,
  .intro-area .sub-navigation.red a.active:visited,
  .intro-area .sub-navigation.red a.active:hover,
  .intro-area .sub-navigation.red a.active:active {
    color: #E6191E;
  }
  .intro-area .sub-navigation.blue a:hover,
  .intro-area .sub-navigation.blue a:active {
    color: #004F90;
  }
  .intro-area .sub-navigation.blue a.active:link,
  .intro-area .sub-navigation.blue a.active:visited,
  .intro-area .sub-navigation.blue a.active:hover,
  .intro-area .sub-navigation.blue a.active:active {
    color: #004F90;
  }
  .intro-area .sub-navigation.orange a:hover,
  .intro-area .sub-navigation.orange a:active {
    color: #FF6D00;
  }
  .intro-area .sub-navigation.orange a.active:link,
  .intro-area .sub-navigation.orange a.active:visited,
  .intro-area .sub-navigation.orange a.active:hover,
  .intro-area .sub-navigation.orange a.active:active {
    color: #FF6D00;
  }
  .intro-area .sub-navigation.yellow a:hover,
  .intro-area .sub-navigation.yellow a:active {
    color: #FFB700;
  }
  .intro-area .sub-navigation.yellow a.active:link,
  .intro-area .sub-navigation.yellow a.active:visited,
  .intro-area .sub-navigation.yellow a.active:hover,
  .intro-area .sub-navigation.yellow a.active:active {
    color: #FFB700;
  }
  .intro-area .sub-navigation.green a:hover,
  .intro-area .sub-navigation.green a:active {
    color: #00A64F;
  }
  .intro-area .sub-navigation.green a.active:link,
  .intro-area .sub-navigation.green a.active:visited,
  .intro-area .sub-navigation.green a.active:hover,
  .intro-area .sub-navigation.green a.active:active {
    color: #00A64F;
  }
  .intro-area .sub-sub-navigation {
    padding: 0 0 15px 15px;
    font-size: 0.9em;
  }
  .image-gallery {
    padding: 20px 5px;
  }
  .image-gallery figure {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .image-gallery figure.two {
    width: 50%;
  }
  .image-gallery figure.two:nth-child(odd) {
    padding-right: 10px;
  }
  .image-gallery figure.two:nth-child(even) {
    padding-left: 10px;
  }
  .image-gallery figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .image-gallery figure figcaption {
    margin: 10px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 1.2em;
    color: #595959;
  }
  .image-gallery .image-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding: 5px;
  }
  @media only screen and (max-width: 580px) {
    .image-gallery .image-wrapper {
      width: 50%;
    }
  }
  .image-gallery .image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .breadcrumb {
    padding: 0 10px 30px;
  }
  .breadcrumb a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 1.1em;
    letter-spacing: 0.05em;
  }
  .breadcrumb a:link,
  .breadcrumb a:visited {
    color: #595959;
    text-decoration: none;
    border: none;
    outline: none;
  }
  .breadcrumb a:hover,
  .breadcrumb a:active {
    color: #595959;
    text-decoration: none;
    border: none;
    outline: none;
  }
  .breadcrumb a::after {
    content: ' » ';
    display: inline-block;
    padding: 0 10px;
  }
  .breadcrumb a:last-of-type::after {
    display: none;
  }
  .text-block {
    padding: 0 10px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
  }
  .text-block h1 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 400;
    margin: 0 0 20px;
    padding: 0;
    color: #595959;
    text-transform: uppercase;
    font-size: 3.4em;
    letter-spacing: 0.025em;
  }
  @media only screen and (max-width: 840px) {
    .text-block h1 {
      font-size: 2.2em;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      -o-hyphens: auto;
      hyphens: auto;
    }
  }
  @media only screen and (max-width: 420px) {
    .text-block h1 {
      font-size: 2em;
    }
  }
  .text-block h2 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 500;
    margin: 30px 0 10px;
    color: #595959;
    font-size: 1.8em;
    letter-spacing: 0.025em;
  }
  .text-block h3 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 500;
    margin: 20px 0 10px;
    color: #595959;
    font-size: 1.6em;
    letter-spacing: 0.025em;
  }
  .text-block h4 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 500;
    margin: 20px 0 10px;
    color: #595959;
    font-size: 1.4em;
    letter-spacing: 0.025em;
  }
  @media only screen and (max-width: 720px) {
    .text-block img {
      float: none !important;
    }
  }
  .text-block p {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 300;
    margin: 10px 0;
    padding: 0;
    color: #595959;
    font-size: 1.4em;
    letter-spacing: 0.05em;
    line-height: 22px;
  }
  .text-block p a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 700;
  }
  .text-block p a:link,
  .text-block p a:visited {
    color: #595959;
    text-decoration: underline;
  }
  .text-block p a:hover,
  .text-block p a:active {
    color: #595959;
    text-decoration: none;
  }
  .text-block p a.back-link {
    display: block;
    margin-top: 32px;
  }
  .text-block ul,
  .text-block ol {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 300;
    color: #595959;
    font-size: 1.4em;
    letter-spacing: 0.05em;
    margin: 20px 0 20px;
    padding: 0 30px;
  }
  .text-block ul li,
  .text-block ol li {
    margin: 8px 0;
    line-height: 22px;
  }
  .text-block ul li ul,
  .text-block ol li ul,
  .text-block ul li ol,
  .text-block ol li ol {
    font-size: 10px;
    padding: 10px 20px;
    margin: 0;
  }
  .text-block ul li ul li,
  .text-block ol li ul li,
  .text-block ul li ol li,
  .text-block ol li ol li {
    font-size: 1.4em;
  }
  .text-block.red h1 {
    color: #E6191E;
  }
  .text-block.blue h1 {
    color: #004F90;
  }
  .text-block.orange h1 {
    color: #FF6D00;
  }
  .text-block.yellow h1 {
    color: #FFB700;
  }
  .text-block.green h1 {
    color: #00A64F;
  }
  .news-block-area {
    padding: 40px 0 0;
  }
  .news-block-area article {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 33.333%;
    padding: 0 10px 40px;
  }
  @media only screen and (max-width: 840px) {
    .news-block-area article {
      width: 50%;
    }
  }
  @media only screen and (max-width: 620px) {
    .news-block-area article {
      width: 100%;
    }
  }
  .news-block-area article a {
    position: relative;
    display: block;
    height: 100%;
    margin: 0;
    padding: 180px 10px 10px;
  }
  .news-block-area article a:link,
  .news-block-area article a:visited {
    outline: none;
    text-decoration: none;
    top: 5px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
  .news-block-area article a:hover,
  .news-block-area article a:active {
    top: 0;
    outline: none;
    text-decoration: none;
    -webkit-box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.1);
  }
  .news-block-area article a figure {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .news-block-area article a figure img {
    display: none;
    width: 100%;
    height: auto;
  }
  .news-block-area article a.no-bg figure img {
    display: block;
  }
  .news-block-area article a .text {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    padding: 0 20px;
  }
  .news-block-area article a .text h3 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 500;
    margin: 0;
    padding: 20px 0 10px;
    font-size: 1.6em;
    letter-spacing: 0.025em;
    color: #595959;
  }
  .news-block-area article a .text p {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 300;
    margin: 0;
    padding: 0 0 20px;
    font-size: 1.4em;
    letter-spacing: 0.025em;
    color: #595959;
  }
  .news-block-area article a.red {
    border-bottom: 5px solid #E6191E;
  }
  .news-block-area article a.green {
    border-bottom: 5px solid #00A64F;
  }
  .news-block-area article a.blue {
    border-bottom: 5px solid #004F90;
  }
  .news-block-area article a.grey {
    border-bottom: 5px solid #595959;
  }
  .news-block-area article a.orange {
    border-bottom: 5px solid #FF6D00;
  }
  .news-block-area article a.yellow {
    border-bottom: 5px solid #FFB700;
  }
  .video {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 10px;
  }
  .video .youtube {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
  }
  .video .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .video .youtube-placeholder {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 500px;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
    background-position: center;
  }
  @media only screen and (max-width: 680px) {
    .video .youtube-placeholder {
      height: 280px;
    }
  }
  @media only screen and (max-width: 480px) {
    .video .youtube-placeholder {
      height: 200px;
    }
  }
  .video .youtube-placeholder .overlay {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 60px;
  }
  @media only screen and (max-width: 680px) {
    .video .youtube-placeholder .overlay {
      padding: 30px;
    }
  }
  @media only screen and (max-width: 360px) {
    .video .youtube-placeholder .overlay {
      padding: 15px;
    }
  }
  .video .youtube-placeholder .overlay span {
    display: block;
    width: 100%;
    max-width: 980px;
  }
  .video .youtube-placeholder .overlay span a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 300;
    font-size: 2.4em;
    cursor: pointer;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    -webkit-transition: color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
  }
  @media only screen and (max-width: 920px) {
  }
  @media only screen and (max-width: 680px) {
    .video .youtube-placeholder .overlay span a {
      font-size: 2em;
    }
  }
  @media only screen and (max-width: 520px) {
    .video .youtube-placeholder .overlay span a {
      font-size: 1.8em;
    }
  }
  .video .youtube-placeholder .overlay span a:link,
  .video .youtube-placeholder .overlay span a:visited {
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
    border: none;
  }
  .video .youtube-placeholder .overlay span a:hover,
  .video .youtube-placeholder .overlay span a:active {
    color: #FF6D00;
    text-decoration: none;
    outline: none;
    border: none;
  }
  .google-maps {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 500px;
    padding: 20px 10px;
  }
  .google-maps .map-placeholder {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../gfx/map-placeholder.png") center no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
  }
  .google-maps .map-placeholder .map-overlay {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 60px;
  }
  @media only screen and (max-width: 680px) {
    .google-maps .map-placeholder .map-overlay {
      padding: 30px;
    }
  }
  @media only screen and (max-width: 360px) {
    .google-maps .map-placeholder .map-overlay {
      padding: 15px;
    }
  }
  .google-maps .map-placeholder .map-overlay span {
    display: block;
    width: 100%;
    max-width: 980px;
  }
  .google-maps .map-placeholder .map-overlay span a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 300;
    font-size: 2.4em;
    cursor: pointer;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    -webkit-transition: color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
  }
  @media only screen and (max-width: 920px) {
  }
  @media only screen and (max-width: 680px) {
    .google-maps .map-placeholder .map-overlay span a {
      font-size: 2em;
    }
  }
  @media only screen and (max-width: 520px) {
    .google-maps .map-placeholder .map-overlay span a {
      font-size: 1.8em;
    }
  }
  .google-maps .map-placeholder .map-overlay span a:link,
  .google-maps .map-placeholder .map-overlay span a:visited {
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
    border: none;
  }
  .google-maps .map-placeholder .map-overlay span a:hover,
  .google-maps .map-placeholder .map-overlay span a:active {
    color: #FF6D00;
    text-decoration: none;
    outline: none;
    border: none;
  }
  .google-maps #map {
    width: 100%;
    height: 100%;
  }
  .infobox {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10px;
  }
  .infobox .text-block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px 10px;
    text-align: center;
  }
  .infobox .text-block.orange {
    background: #FF6D00;
  }
  .infobox .text-block.orange h2 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 700;
    margin: 0;
    padding: 0 0 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 2.4em;
    letter-spacing: 0.025em;
  }
  .infobox .text-block.orange p {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 400;
    margin: 0;
    padding: 0 0 20px;
    color: #FFFFFF;
    font-size: 1.4em;
    letter-spacing: 0.05em;
  }
  form {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
  }
  form h2 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 700;
    font-size: 2.4em;
    letter-spacing: 0.025em;
    color: #595959;
    text-transform: uppercase;
    margin: 0;
    padding: 20px 10px 10px;
  }
  form label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 33.333%;
    height: 50px;
    font-size: 1.6em;
    letter-spacing: 0.025em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 300;
    color: #595959;
    padding: 4px 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  @media only screen and (max-width: 990px) {
    form label {
      width: 50%;
    }
  }
  @media only screen and (max-width: 780px) {
    form label {
      height: unset;
      min-height: 30px;
    }
  }
  @media only screen and (max-width: 480px) {
    form label {
      -webkit-box-align: unset;
      -webkit-align-items: unset;
         -moz-box-align: unset;
          -ms-flex-align: unset;
              align-items: unset;
    }
  }
  form label input[type='checkbox'] {
    width: 22px;
    min-width: 22px;
    height: 22px;
    vertical-align: middle;
  }
  form label span {
    padding: 0 0 0 5px;
  }
  .jobs-overview .job-preview {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 30px 30px;
    margin: 20px 0 0;
    color: #595959;
    -webkit-box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.1);
  }
  .jobs-overview .job-preview h3 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 2.4em;
    letter-spacing: 0.025em;
    text-transform: uppercase;
  }
  .jobs-overview .job-preview h4 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 300;
    margin: 0;
    padding: 0 0 20px;
    font-size: 1.8em;
    letter-spacing: 0.025em;
    text-transform: uppercase;
  }
  .jobs-overview .job-preview p {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 400;
    float: left;
    width: 50%;
    font-size: 1.4em;
    letter-spacing: 0.025em;
    margin: 0;
    padding: 0 0 10px;
  }
  @media only screen and (max-width: 1020px) {
    .jobs-overview .job-preview p {
      float: none;
      width: 100%;
    }
  }
  .jobs-overview .job-preview p strong {
    display: inline-block;
    text-transform: uppercase;
    width: 110px;
  }
  @media only screen and (max-width: 480px) {
    .jobs-overview .job-preview p strong {
      display: block;
      width: 100%;
    }
  }
  .jobs-overview .job-preview a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 700;
    font-size: 1.6em;
    letter-spacing: 0.025em;
    margin: 20px 0 0;
    display: block;
  }
  .jobs-overview .job-preview a:link,
  .jobs-overview .job-preview a:visited {
    color: #595959;
    text-decoration: none;
    border: none;
    outline: none;
  }
  .jobs-overview .job-preview a:hover,
  .jobs-overview .job-preview a:active {
    color: #595959;
    text-decoration: underline;
    border: none;
    outline: none;
  }
  .jobs-overview .job-preview.red {
    border-bottom: 5px solid #E6191E;
  }
  .jobs-overview .job-preview.orange {
    border-bottom: 5px solid #FF6D00;
  }
  .jobs-overview .job-preview.yellow {
    border-bottom: 5px solid #FFB700;
    color: #595959;
    /*a {
                  &:link,
                  &:visited,
                  &:hover,
                  &:active {
                      color: @darkGrey;
                  }
              }*/
  }
  .jobs-overview .job-preview.blue {
    border-bottom: 5px solid #004F90;
  }
  .jobs-overview .job-preview.green {
    border-bottom: 5px solid #00A64F;
  }
  .jobs-overview .job-preview.grey {
    border-bottom: 5px solid #595959;
  }
  .stellenangebot .job-intro {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px 30px;
    margin: 20px 0 40px;
    color: #595959;
  }
  .stellenangebot .job-intro h1 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 2.4em;
    letter-spacing: 0.025em;
    text-transform: uppercase;
  }
  .stellenangebot .job-intro h3 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 300;
    margin: 0;
    padding: 0 0 20px;
    font-size: 1.8em;
    letter-spacing: 0.025em;
    text-transform: uppercase;
  }
  .stellenangebot .job-intro p {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 400;
    float: left;
    width: 50%;
    font-size: 1.4em;
    letter-spacing: 0.025em;
    margin: 0;
    padding: 0 0 10px;
  }
  @media only screen and (max-width: 1020px) {
    .stellenangebot .job-intro p {
      float: none;
      width: 100%;
    }
  }
  .stellenangebot .job-intro p strong {
    display: inline-block;
    text-transform: uppercase;
    width: 110px;
  }
  @media only screen and (max-width: 480px) {
    .stellenangebot .job-intro p strong {
      display: block;
      width: 100%;
    }
  }
  .stellenangebot .job-intro a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 700;
    font-size: 1.6em;
    letter-spacing: 0.025em;
    margin: 20px 0 0;
    display: block;
  }
  .stellenangebot .job-intro a:link,
  .stellenangebot .job-intro a:visited {
    color: #595959;
    text-decoration: none;
    border: none;
    outline: none;
  }
  .stellenangebot .job-intro a:hover,
  .stellenangebot .job-intro a:active {
    color: #595959;
    text-decoration: underline;
    border: none;
    outline: none;
  }
  .stellenangebot .buttons {
    padding: 0 0 30px;
  }
  .stellenangebot .buttons .button-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    float: left;
    padding: 0 10px;
  }
  @media only screen and (max-width: 720px) {
    .stellenangebot .buttons .button-wrapper {
      width: 100%;
      margin: 0 0 16px;
    }
  }
  .stellenangebot .buttons .button-wrapper a {
    font-size: 1.4em;
    display: block;
    height: 38px;
    line-height: 42px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    text-transform: uppercase;
  }
  .stellenangebot .buttons .button-wrapper a:link,
  .stellenangebot .buttons .button-wrapper a:visited {
    background: #595959;
    color: #FFFFFF;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 350ms ease-in-out;
    -moz-transition: opacity 350ms ease-in-out;
    -o-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out;
  }
  .stellenangebot .buttons .button-wrapper a:hover,
  .stellenangebot .buttons .button-wrapper a:active {
    background: #595959;
    color: #FFFFFF;
    text-decoration: none;
    opacity: 0.7;
  }
  .stellenangebot .full-job-offer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .stellenangebot .full-job-offer p {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 1.5em;
    margin: 16px 0;
    letter-spacing: 0.4px;
    line-height: 24px;
    color: #595959;
  }
  .stellenangebot .full-job-offer ul,
  .stellenangebot .full-job-offer ol {
    margin: 0 0 40px 0;
    padding: 0 30px;
  }
  .stellenangebot .full-job-offer ul li,
  .stellenangebot .full-job-offer ol li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 1.5em;
    padding: 5px 0;
    letter-spacing: 0.4px;
    color: #595959;
    line-height: 24px;
  }
  .stellenangebot .full-job-offer ul li ul,
  .stellenangebot .full-job-offer ol li ul,
  .stellenangebot .full-job-offer ul li ol,
  .stellenangebot .full-job-offer ol li ol {
    font-size: 10px;
    padding: 15px 30px 15px;
    margin: 0;
  }
  .stellenangebot .full-job-offer a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 500;
  }
  .stellenangebot .full-job-offer a:link,
  .stellenangebot .full-job-offer a:visited {
    color: #595959;
    text-decoration: underline;
    border: none;
    outline: none;
  }
  .stellenangebot .full-job-offer a:hover,
  .stellenangebot .full-job-offer a:active {
    color: #595959;
    text-decoration: none;
    border: none;
    outline: none;
  }
  .stellenangebot.red .job-intro {
    border-bottom: 5px solid #E6191E;
  }
  .stellenangebot.red .buttons .button-wrapper a:link,
  .stellenangebot.red .buttons .button-wrapper a:visited {
    background: #E6191E;
  }
  .stellenangebot.red .buttons .button-wrapper a:hover,
  .stellenangebot.red .buttons .button-wrapper a:active {
    background: #E6191E;
  }
  .stellenangebot.orange .job-intro {
    border-bottom: 5px solid #FF6D00;
  }
  .stellenangebot.orange .buttons .button-wrapper a:link,
  .stellenangebot.orange .buttons .button-wrapper a:visited {
    background: #FF6D00;
  }
  .stellenangebot.orange .buttons .button-wrapper a:hover,
  .stellenangebot.orange .buttons .button-wrapper a:active {
    background: #FF6D00;
  }
  .stellenangebot.yellow .job-intro {
    border-bottom: 5px solid #FFB700;
    color: #595959;
  }
  .stellenangebot.yellow .buttons .button-wrapper a:link,
  .stellenangebot.yellow .buttons .button-wrapper a:visited {
    background: #FFB700;
  }
  .stellenangebot.yellow .buttons .button-wrapper a:hover,
  .stellenangebot.yellow .buttons .button-wrapper a:active {
    background: #FFB700;
  }
  .stellenangebot.blue .job-intro {
    border-bottom: 5px solid #004F90;
  }
  .stellenangebot.blue .buttons .button-wrapper a:link,
  .stellenangebot.blue .buttons .button-wrapper a:visited {
    background: #004F90;
  }
  .stellenangebot.blue .buttons .button-wrapper a:hover,
  .stellenangebot.blue .buttons .button-wrapper a:active {
    background: #004F90;
  }
  .stellenangebot.green .job-intro {
    border-bottom: 5px solid #00A64F;
  }
  .stellenangebot.green .buttons .button-wrapper a:link,
  .stellenangebot.green .buttons .button-wrapper a:visited {
    background: #00A64F;
  }
  .stellenangebot.green .buttons .button-wrapper a:hover,
  .stellenangebot.green .buttons .button-wrapper a:active {
    background: #00A64F;
  }
  .stellenangebot.grey .job-intro {
    border-bottom: 5px solid #595959;
  }
  .stellenangebot.grey .buttons .button-wrapper a:link,
  .stellenangebot.grey .buttons .button-wrapper a:visited {
    background: #595959;
  }
  .stellenangebot.grey .buttons .button-wrapper a:hover,
  .stellenangebot.grey .buttons .button-wrapper a:active {
    background: #595959;
  }
  footer {
    width: 100%;
    padding: 30px 0;
    background: #E0E0E0;
    border-top: 1px solid #595959;
  }
  footer address {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 260px;
    padding: 0 10px;
  }
  @media only screen and (max-width: 980px) {
    footer address {
      float: none;
      padding: 0 10px;
      margin: 0 0 28px;
    }
  }
  footer address .logo,
  footer address h6 {
    display: block;
    margin: 0 0 20px;
    padding: 0;
    width: 230px;
    height: 40px;
    border: none;
    outline: none;
    background: transparent url("../gfx/hfs-logo.svg") center no-repeat;
    -webkit-background-size: 230px 40px;
    -moz-background-size: 230px 40px;
    background-size: 230px 40px;
  }
  footer address .logo span,
  footer address h6 span {
    display: none;
  }
  footer address p {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 1.1em;
    letter-spacing: 0.05em;
    font-style: normal;
    margin: 0;
    padding: 0 0 15px;
  }
  footer address p a:link,
  footer address p a:visited {
    color: #004F90;
    text-decoration: underline;
  }
  footer address p a:hover,
  footer address p a:active {
    color: #004F90;
    text-decoration: none;
  }
  footer nav {
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
  }
  @media only screen and (max-width: 980px) {
    footer nav {
      position: relative;
      float: none;
      top: unset;
      left: unset;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      text-align: left;
    }
  }
  @media only screen and (max-width: 620px) {
    footer nav {
      padding: 0 10px;
    }
  }
  footer nav a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 700;
    font-size: 1.2em;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 24px;
  }
  @media only screen and (max-width: 620px) {
    footer nav a {
      padding: 0 20px 0 0;
    }
  }
  @media only screen and (max-width: 440px) {
    footer nav a {
      display: block;
      margin: 5px 0;
    }
  }
  footer nav a:link,
  footer nav a:visited {
    color: #595959;
    text-decoration: none;
    outline: none;
    border: none;
    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
  }
  footer nav a:hover,
  footer nav a:active {
    color: #E6191E;
    text-decoration: none;
    outline: none;
    border: none;
  }
  footer nav a.active:link,
  footer nav a.active:visited,
  footer nav a.active:hover,
  footer nav a.active:active {
    color: #E6191E;
  }
  footer .spendenkonto {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 220px;
    text-align: right;
    padding: 43px 10px 0;
  }
  @media only screen and (max-width: 980px) {
    footer .spendenkonto {
      float: none;
      text-align: left;
      padding: 0 10px;
      margin: 28px 0;
    }
  }
  footer .spendenkonto h4 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 700;
    margin: 0;
    padding: 0 0 15px;
    text-transform: uppercase;
    font-size: 1.4em;
    letter-spacing: 0.05em;
  }
  footer .spendenkonto p {
    margin: 0;
    padding: 0 0 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 1.1em;
    letter-spacing: 0.05em;
  }
  footer.red {
    background: #E6191E;
    color: #FFFFFF;
  }
  footer.blue {
    background: #004F90;
    color: #FFFFFF;
  }
  footer.orange {
    background: #FF6D00;
    color: #FFFFFF;
  }
  footer.yellow {
    background: #FFB700;
    color: #595959;
  }
  footer.green {
    background: #00A64F;
    color: #FFFFFF;
  }
  footer.red nav a:link,
  footer.blue nav a:link,
  footer.orange nav a:link,
  footer.green nav a:link,
  footer.red nav a:visited,
  footer.blue nav a:visited,
  footer.orange nav a:visited,
  footer.green nav a:visited,
  footer.red nav a:hover,
  footer.blue nav a:hover,
  footer.orange nav a:hover,
  footer.green nav a:hover,
  footer.red nav a:active,
  footer.blue nav a:active,
  footer.orange nav a:active,
  footer.green nav a:active {
    color: #FFFFFF;
  }
  footer.red nav a.active:link,
  footer.blue nav a.active:link,
  footer.orange nav a.active:link,
  footer.green nav a.active:link,
  footer.red nav a.active:visited,
  footer.blue nav a.active:visited,
  footer.orange nav a.active:visited,
  footer.green nav a.active:visited,
  footer.red nav a.active:hover,
  footer.blue nav a.active:hover,
  footer.orange nav a.active:hover,
  footer.green nav a.active:hover,
  footer.red nav a.active:active,
  footer.blue nav a.active:active,
  footer.orange nav a.active:active,
  footer.green nav a.active:active {
    text-decoration: underline;
  }
  footer.red address p a:link,
  footer.blue address p a:link,
  footer.orange address p a:link,
  footer.green address p a:link,
  footer.red address p a:visited,
  footer.blue address p a:visited,
  footer.orange address p a:visited,
  footer.green address p a:visited {
    color: #FFFFFF;
    text-decoration: underline;
  }
  footer.red address p a:hover,
  footer.blue address p a:hover,
  footer.orange address p a:hover,
  footer.green address p a:hover,
  footer.red address p a:active,
  footer.blue address p a:active,
  footer.orange address p a:active,
  footer.green address p a:active {
    color: #FFFFFF;
    text-decoration: none;
  }
  footer.yellow nav a:link,
  footer.yellow nav a:visited,
  footer.yellow nav a:hover,
  footer.yellow nav a:active {
    color: #595959;
  }
  footer.yellow nav a.active:link,
  footer.yellow nav a.active:visited,
  footer.yellow nav a.active:hover,
  footer.yellow nav a.active:active {
    text-decoration: underline;
  }
  footer.yellow address p a:link,
  footer.yellow address p a:visited {
    color: #595959;
    text-decoration: underline;
  }
  footer.yellow address p a:hover,
  footer.yellow address p a:active {
    color: #595959;
    text-decoration: none;
  }
  .holz-produkt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 30px 0 30px;
    padding: 0 10px 40px;
    border-bottom: 1px solid #E0E0E0;
  }
  .holz-produkt:last-of-type {
    border: none;
  }
  .holz-produkt h2 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 500;
    font-size: 3.2em;
    margin: 0;
    padding: 0 0 10px;
  }
  .holz-produkt figure {
    float: left;
    margin: 0;
    padding: 0;
    width: 200px;
  }
  @media only screen and (max-width: 620px) {
    .holz-produkt figure {
      float: none;
    }
  }
  .holz-produkt figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .holz-produkt .beschreibung {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 20px;
  }
  .holz-produkt .beschreibung p {
    font-size: 1.4em;
  }
  @media only screen and (max-width: 620px) {
    .holz-produkt .beschreibung {
      float: none;
      padding: 0;
    }
  }
  .holz-produkt .preis {
    display: block;
    clear: both;
    padding: 10px 0 0;
  }
  .holz-produkt .preis p {
    font-size: 1.6em;
    margin: 0;
    padding: 0;
  }
  .holz-produkt .preis p strong {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 700;
  }
  .holz-produkt.red h2,
  .holz-produkt.red .preis {
    color: #E6191E;
  }
  .holz-produkt.blue h2,
  .holz-produkt.blue .preis {
    color: #004F90;
  }
  .holz-produkt.orange h2,
  .holz-produkt.orange .preis {
    color: #FF6D00;
  }
  .holz-produkt.yellow h2,
  .holz-produkt.yellow .preis {
    color: #FFB700;
  }
  .holz-produkt.green h2,
  .holz-produkt.green .preis {
    color: #00A64F;
  }
  .pdf-viewer {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 48px 0 32px;
    padding: 0 10px;
  }
  .pdf-viewer h3 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-weight: 400;
    margin: 0 0 20px;
    padding: 0;
    color: #E6191E;
    text-transform: uppercase;
    font-size: 2.4em;
    letter-spacing: 0.025em;
  }
  @media only screen and (max-width: 840px) {
    .pdf-viewer h3 {
      font-size: 2.2em;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      -o-hyphens: auto;
      hyphens: auto;
    }
  }
  @media only screen and (max-width: 420px) {
    .pdf-viewer h3 {
      font-size: 2em;
    }
  }
  .pdf-viewer .cover-wrapper {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  }
  .pdf-viewer .cover {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    width: 50%;
    height: auto;
  }
  .pdf-viewer .pages {
    display: none;
  }
  .consent_manager-background a#consent_manager-toggle-details {
    color: #595959;
    cursor: pointer;
  }
  .consent_manager-background a#consent_manager-toggle-details:link,
  .consent_manager-background a#consent_manager-toggle-details:visited {
    color: #595959;
  }
  .consent_manager-background a#consent_manager-toggle-details:hover,
  .consent_manager-background a#consent_manager-toggle-details:active {
    color: #FF6D00;
  }
  .consent_manager-background .consent_manager-cookiegroup a:link,
  .consent_manager-background .consent_manager-cookiegroup a:visited {
    color: #595959;
    text-decoration: underline;
  }
  .consent_manager-background .consent_manager-cookiegroup a:hover,
  .consent_manager-background .consent_manager-cookiegroup a:active {
    color: #FF6D00;
    text-decoration: none;
  }
  .consent_manager-background .consent_manager-accept-all {
    background: #FF6D00;
    border-color: #FF6D00;
  }
  .consent_manager-background .consent_manager-accept-all:hover,
  .consent_manager-background .consent_manager-accept-all:active {
    background: #cc5700;
    border-color: #cc5700;
  }
  .consent_manager-background .consent_manager-accept-all,
  .consent_manager-background .consent_manager-save-selection {
    cursor: pointer;
  }
  /*# sourceMappingURL=main.css.map */