body {
  margin-top: 0px;
  margin-bottom: 50px;
  background-color: #181818;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 44px;
  font-weight: 400;
  text-align: right;
  text-transform: none;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  float: left;
  color: #4f4f4d;
}

a {
  text-decoration: underline;
}

.wrapper {
  position: relative;
  left: 0px;
  right: 0px;
  display: block;
  height: 100px;
  margin-top: 50px;
  margin-right: 50px;
  margin-left: 50px;
  float: none;
}

.wrapper.top {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  margin-top: 0px;
  margin-right: 30px;
  margin-left: 0px;
  padding-top: 0px;
}

.background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #181818;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(3, 3, 3, 0), rgba(0, 0, 0, .45)), url('../images/bg-home-hr.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-y;
  background-attachment: scroll, fixed;
  -webkit-filter: none;
  filter: none;
}

.spacer {
  height: 100px;
}

.section-spacer {
  height: 30px;
}

.title-image {
  display: block;
  width: auto;
  height: 90vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
  padding-bottom: 40px;
  padding-left: 20px;
  clear: both;
}

.external-link {
  display: block;
  width: 100%;
  height: 88px;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 0px 0px;
  border-style: solid;
  border-width: 3px;
  background-color: #f9f8f3;
  background-image: url('../images/arrow-right.svg');
  background-position: 110% 50%;
  background-size: auto 20%;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #181818;
  letter-spacing: -1px;
  text-decoration: none;
}

.external-link:hover {
  position: static;
  margin-top: 0px;
  padding: 30px 30px 0px 0px;
  border-color: #000;
  background-color: #181818;
  background-position: 90% 50%;
  box-shadow: none;
  color: #f9f8f3;
}

.external-link.navbar {
  display: block;
  height: 60px;
  max-width: 225px;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(222.85714285714283, 13.38%, 30.78%, 0.00);
  background-color: hsla(222.85714285714283, 13.38%, 30.78%, 0.00);
  background-image: url('../images/Wrench_01.png');
  font-family: 'Fjalla One', sans-serif;
  color: #f9f8f3;
  font-size: 23px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.external-link.navbar:hover {
  border-width: 2px;
  border-color: #f9f8f3;
  background-image: url('../images/Wrench_01.png');
  background-size: auto 35%;
  box-shadow: none;
}

.spacing {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  height: 90px;
  margin-bottom: 0px;
  color: #171717;
}

.s2-rows {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  height: auto;
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: transparent;
  color: #000;
}

.row1 {
  padding-top: 5px;
  background-color: transparent;
}

.subheadline {
  display: block;
  width: 25px;
  margin-right: 0px;
  margin-left: 140px;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  border-top: 3px solid #444a59;
  font-family: Montserrat, sans-serif;
  color: #c52b23;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.row2 {
  padding-top: 0px;
}

.h1 {
  max-width: 500px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 12px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: left;
  font-family: 'Fjalla One', sans-serif;
  color: #f9f8f3;
  font-size: 62px;
  line-height: 72px;
  font-weight: 100;
  text-align: left;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.section-headline {
  max-width: 500px;
  margin-top: 16px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  font-family: 'Fjalla One', sans-serif;
  color: #444a59;
  font-size: 30px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.fliesstext {
  display: block;
  width: 72%;
  max-width: 500px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  font-family: 'Droid Serif', serif;
  color: #f9f8f3;
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
}

.footer-link {
  display: block;
  margin-top: 0px;
  margin-right: 30px;
  padding-top: 25px;
  padding-bottom: 40px;
  float: right;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #444a59;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #444a59;
}

.footer-link.link {
  display: inline-block;
  margin-top: 0px;
  padding-top: 25px;
  padding-bottom: 40px;
  clear: left;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #444a59;
}

.footer-link.link:hover {
  opacity: 1;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #f9f8f3;
}

.navi {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  border: 1px solid transparent;
  background-color: transparent;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.sidebar {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 480px;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  background-color: hsla(222.85714285714283, 13.38%, 30.78%, 0.00);
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(222.85714285714283, 13.38%, 30.78%, 0.70)), to(#444a59));
  background-image: linear-gradient(90deg, hsla(222.85714285714283, 13.38%, 30.78%, 0.70), #444a59);
  box-shadow: 1px 0 20px 0 #000;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: rgba(51, 51, 51, .74);
}

.nav-icon {
  position: fixed;
  left: 0px;
  top: 50px;
  width: 88px;
  height: 88px;
  background-color: #c52b23;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.nav-icon.w--open {
  left: 197px;
  top: 50px;
  z-index: 2000;
  background-color: hsla(222.85714285714283, 13.38%, 30.78%, 0.00);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.nav-icon.w--open:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.nav-logo {
  width: 44px;
  height: 44px;
  margin-top: 4px;
  margin-left: 4px;
  padding-top: 0px;
}

.nav-spacer {
  height: 200px;
}

.nav-container {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

.infosection {
  position: relative;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: hsla(222.85714285714283, 0.00%, 0.00%, 0.20);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .25)), color-stop(82%, rgba(8, 8, 8, .85)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .25), rgba(8, 8, 8, .85) 82%);
}

.textlink {
  box-shadow: 0 2px 0 0 #c52b23;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: hsla(50.00000000000005, 33.33%, 96.47%, 1.00);
  text-decoration: none;
}

.textlink:hover {
  box-shadow: 0 2px 0 0 #f9f8f3;
  text-decoration: none;
}

.image {
  position: static;
  display: block;
  width: 15vw;
  margin: 20px 40px 10px 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: right;
  clear: none;
  border: 1px solid #444a59;
}

.div-block-2 {
  position: relative;
  clear: both;
}

.phonelink {
  color: #f9f8f3;
  text-decoration: none;
}

.footer {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  height: 150%;
  margin-bottom: 0px;
  color: #171717;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.back {
  position: fixed;
  left: 0px;
  top: -10px;
  z-index: 20;
  width: 88px;
  height: 88px;
  margin: 0px;
  padding: 18px;
  background-color: #c52b23;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.link-block {
  position: fixed;
  z-index: 20;
  width: auto;
  height: auto;
  margin-top: 49px;
  margin-left: 1px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

html.w-mod-js *[data-ix="fadeinbottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fadeintop"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="contentfadeinbottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="background"] {
  opacity: 0.25;
}

html.w-mod-js *[data-ix="logo"] {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media (max-width: 991px) {
  h1 {
    font-size: 16px;
    font-weight: 700;
  }
  .wrapper.top {
    height: auto;
    margin-right: 0px;
  }
  .background {
    background-image: url('../images/bg-home-hr.jpg');
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .spacer {
    height: 50px;
  }
  .section-spacer {
    height: 50px;
  }
  .title-image {
    width: 75vw;
    height: auto;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 200px;
  }
  .s2-rows {
    overflow: visible;
  }
  .row1 {
    height: 180px;
  }
  .subheadline {
    margin-left: 80px;
  }
  .row2 {
    height: 100%;
  }
  .h1 {
    width: 100%;
    font-size: 58px;
  }
  .section-headline {
    font-weight: 400;
  }
  .footer-link {
    margin-top: 0px;
  }
  .footer-link.link {
    margin-top: 0px;
  }
  .infosection {
    margin-right: 20px;
    padding-bottom: 0px;
  }
  .image {
    width: 300px;
    max-width: 500px;
    margin-bottom: 35px;
    margin-left: 0px;
    padding-bottom: 0px;
    float: left;
    clear: none;
  }
  .phonelink {
    color: #f9f8f3;
    text-decoration: none;
  }
  .footer {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .wrapper.top {
    height: auto;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 0px;
  }
  .background {
    background-image: url('../images/bg-home-hr.jpg');
    background-position: 0% 0%;
    background-size: cover;
  }
  .section-spacer {
    height: 20px;
  }
  .title-image {
    width: 85vw;
    height: auto;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .spacing {
    position: static;
    height: 50px;
  }
  .s2-rows {
    padding-bottom: 60px;
  }
  .row1 {
    height: 50px;
  }
  .subheadline {
    margin-left: 50px;
  }
  .row2 {
    height: 100%;
  }
  .h1 {
    padding-left: 50px;
  }
  .section-headline {
    margin-left: 50px;
  }
  .fliesstext {
    margin-left: 50px;
    padding-top: 19px;
  }
  .footer-link {
    margin-top: 0px;
    margin-right: 50px;
    margin-left: 40px;
    padding-bottom: 0px;
    float: left;
    clear: both;
  }
  .footer-link.link {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 40px;
    padding-bottom: 0px;
    float: left;
    clear: both;
  }
  .navi {
    display: none;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  .sidebar {
    width: 480px;
  }
  .nav-icon {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  .infosection {
    margin-left: 0px;
    padding-left: 10px;
  }
  .image {
    margin-top: 15px;
    margin-right: 75px;
    margin-left: 51px;
    clear: left;
  }
  .phonelink {
    color: #f9f8f3;
    text-decoration: none;
  }
  .footer {
    position: static;
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .link-block {
    display: none;
  }
}

@media (max-width: 479px) {
  .wrapper.top {
    height: 800px;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .background {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-position: 100% 0%;
    background-attachment: fixed;
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
  }
  .section-spacer {
    height: 20px;
  }
  .title-image {
    width: 80vw;
    height: auto;
    max-width: 100%;
    padding-top: 50px;
    padding-right: 5px;
    padding-bottom: 40px;
  }
  .external-link {
    width: 90%;
    margin-left: auto;
    font-size: 16px;
  }
  .external-link.navbar {
    height: 50px;
    margin-top: 10px;
    padding-top: 15px;
  }
  .spacing {
    position: static;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    height: 50px;
  }
  .s2-rows {
    padding-bottom: 10px;
  }
  .subheadline {
    width: 21px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 16px;
  }
  .row2 {
    height: auto;
  }
  .h1 {
    margin-left: 20px;
    padding-left: 0px;
    font-size: 36px;
    line-height: 42px;
  }
  .section-headline {
    margin-top: 10px;
    margin-left: 20px;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 1px;
  }
  .fliesstext {
    width: 85%;
    margin-left: 20px;
    padding-bottom: 20px;
    font-size: 0.95em;
    line-height: 1.9em;
    font-weight: 400;
  }
  .footer-link {
    margin-top: 5px;
    margin-left: 25px;
    padding-top: 0px;
    padding-bottom: 10px;
    float: left;
    clear: both;
    font-size: 11px;
  }
  .footer-link.link {
    margin-top: 5px;
    margin-right: 25px;
    margin-left: 25px;
    padding-top: 0px;
    padding-bottom: 10px;
    float: left;
    clear: both;
  }
  .navi {
    display: block;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .sidebar {
    width: 300px;
    color: rgba(51, 51, 51, .75);
  }
  .nav-icon {
    top: 25px;
    width: 44px;
    height: 44px;
    padding: 0px;
  }
  .nav-icon.w--open {
    left: 125px;
    top: 25px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-logo {
    width: 27px;
    height: 22px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .nav-spacer {
    height: 100px;
  }
  .mini-logo {
    width: 44px;
    height: 44px;
    margin-top: 0px;
    margin-left: 0px;
    padding: 11px;
  }
  .infosection {
    margin-right: 15px;
    padding-top: 40px;
    padding-bottom: 25px;
    padding-left: 5px;
  }
  .image {
    width: auto;
    max-width: 235px;
    margin-right: 0px;
    margin-left: 20px;
    padding-right: 0px;
  }
  .phonelink {
    color: #f9f8f3;
    text-decoration: none;
  }
  .footer {
    position: static;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    height: auto;
    padding-top: 25px;
    padding-bottom: 37px;
  }
  .back {
    width: auto;
    height: auto;
    padding: 0px;
  }
  .link-block {
    display: block;
    width: 44px;
    height: 44px;
    margin-top: 9px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

