@charset "UTF-8";
@font-face {
  font-family: "HelveticaNeueLTPro-MdCn";
  src: url("../fonts/HelveticaNeueLTPro-MdCn.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTPro-MdCn.otf") format("opentype"), url("../fonts/HelveticaNeueLTPro-MdCn.woff") format("woff"), url("../fonts/HelveticaNeueLTPro-MdCn.ttf") format("truetype"), url("../fonts/HelveticaNeueLTPro-MdCn.svg#HelveticaNeueLTPro-MdCn") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "hellweg-iconfont";
  src: url("https://www.hellweg.de/out/hellweg/src/fonts/hellweg-iconfont.eot?dtkpb");
  src: url("https://www.hellweg.de/out/hellweg/src/fonts/hellweg-iconfont.eot?dtkpb#iefix") format("embedded-opentype"), url("https://www.hellweg.de/out/hellweg/src/fonts/hellweg-iconfont.ttf?dtkpb") format("truetype"), url("https://www.hellweg.de/out/hellweg/src/fonts/hellweg-iconfont.woff?dtkpb") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "HelveticaNeueLTPro-MdCn", sans-serif;
  color: #333333;
}

.bg-grey {
  background-color: #58585a;
  color: #fff;
}

.bg {
  background-color: #84a70b;
  /*background: $vone; 
  background: -moz-linear-gradient(top, $vone 0%, $vtwo 100%); 
  background: -webkit-linear-gradient(top, $vone 0%,$vtwo 100%);
  background: linear-gradient(to bottom, $vone 0%,$vtwo 100%); */
  color: #fff;
}

.img-fw {
  width: 100%;
  height: auto;
}

.inner {
  width: 100%;
  height: 100%;
  padding: 25px;
}

.vcontent {
  display: flex;
  align-items: center;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.5rem;
}

p {
  text-align: justify;
  line-height: 1.2em;
}

section {
  margin-top: 25px;
}

a, a:visited, a:focus, a:active {
  color: #fff;
}
a:hover, a:visited:hover, a:focus:hover, a:active:hover {
  color: #fff;
  text-decoration: underline;
}

.btn-outline-wh {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
.btn-outline-wh:hover {
  background-color: #fff;
  color: #333;
}

#shopmodal {
  z-index: 999999999;
  text-align: center !important;
}
#shopmodal .hw-icon {
  font-size: 3rem;
}
#shopmodal .bl {
  padding-top: 1rem;
}
#shopmodal a, #shopmodal p {
  text-align: center;
}
#shopmodal a, #shopmodal a:hover {
  color: #333 !important;
  text-decoration: none;
}

.hw-icon {
  font-family: "hellweg-iconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-location::before {
  content: "";
}

.icon-cart:before {
  content: "";
}

.icon-truck-facing-right:before {
  content: "";
}

.icon-arrow-back:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-handshake:before {
  content: "";
}

.icon-money:before {
  content: "";
}

.icon-caution:before {
  content: "";
}

.hw-icon-reverse::before {
  display: inline-block;
  transform: rotate(180deg);
}

.icon-big {
  font-size: 1.1rem;
}

#header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  padding-top: 15px;
  border-bottom: 10px solid #58585a;
  padding-bottom: 10px;
  background: #fff;
  margin-bottom: 25px;
  margin-top: 0;
}
#header li a {
  color: #333333 !important;
}
#header nav.navbar ul.navbar-nav {
  margin-top: 1rem;
}
#header nav.navbar .nav-item {
  text-align: left;
}
#header .logo {
  width: 250px;
  max-width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .modal-dialog {
    max-width: 60%;
  }

  .mlink-row {
    border-bottom: 1px solid #ccc;
  }
  .mlink-row .bl {
    border-left: 1px solid #ccc;
  }

  #header {
    margin-bottom: 25px;
    margin-top: 0;
  }
  #header li a {
    color: #333333 !important;
  }
  #header nav.navbar {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
#footer {
  padding-top: 25px;
  padding-bottom: 25px;
}
#footer p {
  margin-bottom: 0;
}

.ohidden {
  overflow: hidden;
}

/*Cookies*/
#cookie-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
}

.cookiealert {
  position: fixed;
  top: 15px;
  left: 2%;
  width: 96%;
  transform: translateY(0);
  margin: 0 !important;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
  background: rgba(0, 0, 0, 0.8);
  padding: 30px 15px;
}

.cookiealert.show, #cookie-bg.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a {
  text-decoration: underline;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}

.cookie-btns {
  display: block;
}

#cookies-more-content {
  display: none;
}

#cookies-more {
  color: #fff;
  cursor: pointer;
}
#cookies-more:hover {
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .cookiealert {
    position: fixed;
    top: 30%;
    left: 25%;
    width: 50%;
    margin: 0 !important;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: rgba(0, 0, 0, 0.8);
    padding: 30px 15px;
  }
}

/*# sourceMappingURL=ydc.css.map */
