*:focus {
  outline: none; }

html {
  position: relative;
  min-height: 100%; }

body {
  position: relative;
  -webkit-overflow-scrolling: touch;
  webkit-tap-highlight-color: #222;
  overflow: hidden; }

.no-padding {
  padding: 0; }

::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #98B534; }

::selection {
  text-shadow: none;
  color: #fff;
  background: #98B534; }

img::selection {
  color: #fff;
  background: #98B534; }

img::-moz-selection {
  color: #fff;
  background: #98B534; }

html,
body {
  width: 100%;
  height: 100%; }

section {
  padding: 100px 0; }
  @media (max-width: 991.98px) {
    section {
      padding: 50px 0; } }

.green {
  color: #98B534; }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99; }

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../img/preloader.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px; }

.sd-top-right {
  -webkit-clip-path: polygon(0 0, 100% 6%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 6%, 100% 100%, 0% 100%); }

.sd-bottom-right {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 94%, 0% 100%); }

.sd-bottom-left {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%); }

.gray-section {
  padding: 100px 0;
  background-color: #EBEBEB;
  position: relative;
  height: auto;
  min-height: 300px; }
  @media (max-width: 991.98px) {
    .gray-section {
      padding: 50px 0; } }
  .gray-section > .slanted-line-gray-section-top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 35px;
    fill: #fff;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; }
    @media (max-width: 991.98px) {
      .gray-section > .slanted-line-gray-section-top {
        height: 25px; } }
  .gray-section > .slanted-line-gray-section-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px;
    fill: #fff;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; }
    @media (max-width: 991.98px) {
      .gray-section > .slanted-line-gray-section-bottom {
        height: 25px; } }

.slanted-img {
  position: relative;
  min-height: 200px;
  height: auto; }
  .slanted-img > .slanted-img-bottom {
    position: absolute;
    bottom: -0.05rem;
    width: 100%;
    height: 19px;
    fill: #EBEBEB;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; }
    @media (max-width: 991.98px) {
      .slanted-img > .slanted-img-bottom {
        height: 27px; } }
    @media (max-width: 575.98px) {
      .slanted-img > .slanted-img-bottom {
        height: 27px; } }
  .slanted-img > .slanted-img-bottom-white {
    position: absolute;
    bottom: -0.025rem;
    width: 100%;
    height: 20px;
    fill: #fff;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; }
    @media (max-width: 991.98px) {
      .slanted-img > .slanted-img-bottom-white {
        height: 26px;
        bottom: -0.09rem; } }

.intro-gray-section {
  background: -webkit-linear-gradient(right, #EBEBEB 50%, transparent 50%);
  background: -o-linear-gradient(right, #EBEBEB 50%, transparent 50%);
  background: -moz-linear-gradient(right, #EBEBEB 50%, transparent 50%);
  background: linear-gradient(to right, #EBEBEB 50%, transparent 50%);
  padding: 25px 5px 25px 0;
  margin-top: 100px; }
  @media (max-width: 991.98px) {
    .intro-gray-section {
      background: #EBEBEB;
      margin-top: 0; } }

.intro-gray-container {
  /*
      padding: 50px 0;
  
      background: -webkit-linear-gradient(right, $light-gray 50%, transparent 50%);
      background: -o-linear-gradient(right, $light-gray  50%, transparent 50%);
      background: -moz-linear-gradient(right, $light-gray  50%, transparent 50%);
      background: linear-gradient(to right, $light-gray  50%, transparent 50%);
  
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
      clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  
        @media (max-width: 991.98px) {
          background: $light-gray;
        }
  */ }

body {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
  color: #706F6F; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05rem; }

h1 {
  font-size: 2.886rem;
  line-height: 1; }

h2 {
  font-size: 2rem;
  font-weight: 100;
  line-height: 1.2; }

h3 {
  font-weight: 100;
  line-height: 1.2;
  font-size: 1.519rem; }
  @media (max-width: 575.98px) {
    h3 {
      font-size: 1.219rem; } }

h4 {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2; }

.overline {
  font-size: 0.9rem;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700; }

p {
  font-size: 0.9rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.5em;
  word-wrap: break-word; }

a {
  color: #98B534;
  word-wrap: break-word;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s; }
  a:active, a:hover, a:focus {
    color: #98B534;
    text-decoration: underline; }

hr {
  max-width: 100px;
  margin: 25px auto 35px;
  border-width: 2px;
  border-color: rgba(34, 34, 34, 0.1); }

hr.light {
  border-color: white; }

.strong {
  font-weight: bold; }

.teaser-text {
  font-size: 0.8rem; }

.footnote {
  margin-top: 50px;
  border-top: 1px solid silver;
  font-size: 0.8em; }
  .footnote a {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    color: #706F6F; }
    .footnote a:active, .footnote a:hover, .footnote a:focus {
      color: #98B534;
      text-decoration: underline; }
  .footnote ol {
    margin-left: -40px;
    margin-top: 15px; }

.recycling-header {
  max-width: 35em;
  margin: 0 auto; }
  .recycling-header ul {
    padding: 0; }
  .recycling-header li {
    list-style: none;
    max-width: 100ch;
    margin-bottom: 0;
    margin: 0;
    padding: 0; }
    .recycling-header li p {
      margin: -10px 0 20px 0; }

.partner-header {
  max-width: 38em; }

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s; }
  #mainNav .navbar-brand {
    color: #98B534; }
    #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
      color: #778d29; }
  #mainNav .navbar-toggler {
    font-size: 12px;
    padding: 8px 10px;
    color: #222222; }
  #mainNav .navbar-nav > li > a {
    font-size: 12px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400; }
    #mainNav .navbar-nav > li > a.active {
      color: #98B534 !important;
      background-color: transparent; }
      #mainNav .navbar-nav > li > a.active:hover {
        background-color: transparent; }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: #222222; }
    #mainNav .navbar-nav > li > a:hover,
    #mainNav .navbar-nav > li > a:focus:hover {
      color: #98B534; }
  @media (max-width: 991.98px) {
    #mainNav {
      -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); }
      #mainNav .logo {
        fill: #98B534; } }
  @media (min-width: 992px) {
    #mainNav {
      border-color: transparent;
      background-color: transparent; }
      #mainNav .logo {
        fill: #fff; }
      #mainNav .navbar-brand {
        color: fade(white, 70%); }
        #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
          color: white; }
      #mainNav .navbar-nav > li > a,
      #mainNav .navbar-nav > li > a:focus {
        color: rgba(255, 255, 255, 0.7);
        color: white; }
        #mainNav .navbar-nav > li > a:hover,
        #mainNav .navbar-nav > li > a:focus:hover {
          color: white;
          color: rgba(255, 255, 255, 0.7); }
      #mainNav.navbar-shrink {
        border-color: rgba(34, 34, 34, 0.1);
        background-color: white;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); }
        #mainNav.navbar-shrink .logo {
          fill: #98B534; }
        #mainNav.navbar-shrink .navbar-brand {
          color: #222222; }
          #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
            color: #98B534; }
        #mainNav.navbar-shrink .navbar-nav > li > a,
        #mainNav.navbar-shrink .navbar-nav > li > a:focus {
          color: #222222; }
          #mainNav.navbar-shrink .navbar-nav > li > a:hover,
          #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
            color: #98B534; } }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */ }

/*
.navbar-brand .mob-logo{
  
    display: block;
    height: 40px;
    width: 80px;
    margin: 0 0 0 5px;
    padding: 0;
    background-image: url(../img/logo.png);
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
    margin: -10px 0;
}
*/
.navbar-nav {
  position: relative; }
  @media (max-width: 575.98px) {
    .navbar-nav {
      padding-top: 0.35rem; } }

@media (max-width: 575.98px) {
  .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-left: 15px;
    padding-right: 15px; } }

/*
.navbar-nav .nav-link {
  
  color: $white !important;
  font-size: 0.85rem;
  
  &:hover, &:focus,&:active {
    background-color: $yellow;
    
  }  
    
  @media (min-width: 576px) { 
    
      padding-right: 0.85rem !important;
      padding-left: 0.85rem !important;  
  }
}  

.custom-toggler.navbar-toggler {
    border-color: transparent !important;
    padding: 0.2rem 0 0.05rem 0;
    margin-left: 15px;
    
    &:hover, &:focus,&:active {
    border-color: transparent;
    outline: none !important;
  }  
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 34 34' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
*/
.navbar-toggler {
  border: none;
  background: transparent !important; }

.navbar-toggler:focus {
  outline: none;
  background: transparent !important; }

.navbar-toggler .icon-bar {
  background-color: #222;
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all .2s; }

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px; }

.icon-bar:nth-child(2) {
  width: 16px;
  transition: ease all .2s; }

.navbar-toggler:hover > .icon-bar:nth-child(2) {
  width: 22px;
  transition: ease all .2s; }

.navbar-toggler:active > .icon-bar:nth-child(2) {
  width: 22px;
  transition: ease all .2s; }

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 4px);
  transition: ease all .2s; }

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all .2s; }

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
  transition: ease all .2s; }

header.masthead {
  position: relative;
  width: 100%;
  color: white;
  background-image: url("../img/header/repet-header-02.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 100vh;
  height: 100vh;
  /*
      .device-container {
          max-width: 325px;
          margin-right: auto;
          margin-left: auto;
          .screen img {
              border-radius: 3px;
          }
      }
  */ }
  header.masthead .header-content {
    max-width: 600px;
    margin-top: 0px;
    text-align: center; }
    header.masthead .header-content h1 {
      font-size: 40px;
      text-shadow: 2px 2px rgba(0, 0, 0, 0.4); }
  @media (min-width: 992px) {
    header.masthead {
      height: 100vh;
      min-height: 775px;
      padding-top: 64px;
      padding-bottom: 0; }
      header.masthead .header-content {
        margin-top: -64px;
        text-align: left; }
        header.masthead .header-content h1 {
          font-size: 50px; }
      header.masthead .device-container {
        max-width: 325px; } }

header.subpage-header {
  padding: 150px 0 100px 0px;
  color: rgba(255, 255, 255, 0.85);
  color: white;
  background-color: #98B534;
  min-height: 300px;
  position: relative; }
  @media (max-width: 767.98px) {
    header.subpage-header {
      padding: 150px 0 80px 0px; } }
  header.subpage-header > .slanted-line-header {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px;
    fill: #fff; }
    @media (max-width: 991.98px) {
      header.subpage-header > .slanted-line-header {
        height: 25px;
        bottom: -0.025rem; } }
  header.subpage-header h1 {
    max-width: 40rem;
    margin: 0 auto; }
  header.subpage-header a {
    color: white;
    font-size: 0.8rem;
    text-decoration: none;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s; }
    header.subpage-header a:active, header.subpage-header a:hover, header.subpage-header a:focus {
      color: rgba(255, 255, 255, 0.5); }

section.download {
  position: relative;
  padding: 150px 0; }
  section.download h2 {
    font-size: 50px;
    margin-top: 0; }
  section.download .badges .badge-link {
    display: block;
    margin-bottom: 25px; }
    section.download .badges .badge-link:last-child {
      margin-bottom: 0; }
    section.download .badges .badge-link img {
      height: 60px; }
    @media (min-width: 768px) {
      section.download .badges .badge-link {
        display: inline-block;
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    section.download h2 {
      font-size: 70px; } }

a.repet-btn {
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.025rem;
  text-decoration: none;
  background-color: #98B534;
  display: inline-block;
  padding: 14px 28px 14px 28px;
  text-align: center;
  max-width: 250px;
  width: auto;
  font-size: 14px;
  position: relative;
  height: auto;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%); }
  a.repet-btn:hover, a.repet-btn:focus, a.repet-btn:active, a.repet-btn.active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%); }

/* Only Chrome */
/* Only Firefox */
@-moz-document url-prefix() {}
/* Only Edge */
.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    color: white;
    border-color: #98B534;
    background-color: #98B534; }

.btn {
  border-radius: 0px;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400; }

.btn-xl {
  font-size: 11px;
  padding: 15px 45px; }

.edge--bottom {
  position: relative;
  z-index: 1; }
  .edge--bottom:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  .edge--bottom:after {
    bottom: 0;
    transform: skewY(-3deg);
    transform-origin: 100%; }

.edge--bottom--reverse {
  position: relative;
  z-index: 1; }
  .edge--bottom--reverse:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  .edge--bottom--reverse:after {
    bottom: 0;
    transform: skewY(3deg);
    transform-origin: 0 100%; }

.edge--top {
  position: relative;
  z-index: 1; }
  .edge--top:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  .edge--top:before {
    top: 0;
    transform: skewY(3deg);
    transform-origin: 100% 0; }

.edge--top--reverse {
  position: relative;
  z-index: 1; }
  .edge--top--reverse:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  .edge--top--reverse:before {
    top: 0;
    transform: skewY(-3deg);
    transform-origin: 0 0; }

.edge--both {
  position: relative;
  z-index: 1; }
  .edge--both:before, .edge--both:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  .edge--both:before {
    top: 0;
    transform: skewY(3deg);
    transform-origin: 100% 0; }
  .edge--both:after {
    bottom: 0;
    transform: skewY(-3deg);
    transform-origin: 100%; }

.edge--both--reverse {
  position: relative;
  z-index: 1; }
  .edge--both--reverse:before, .edge--both--reverse:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  .edge--both--reverse:before {
    top: 0;
    transform: skewY(-3deg);
    transform-origin: 0 0; }
  .edge--both--reverse:after {
    bottom: 0;
    transform: skewY(3deg);
    transform-origin: 0 0; }

a.slanted-btn {
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.025rem;
  text-decoration: none;
  background-color: #98B534;
  display: inline-block;
  padding: 13px 25px 7px 25px;
  text-align: center;
  width: auto;
  max-width: 150px;
  font-size: 14px;
  position: relative;
  position: relative;
  z-index: 1; }
  a.slanted-btn:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  a.slanted-btn:after {
    bottom: 0;
    transform: skewY(-3deg);
    transform-origin: 100%; }
  a.slanted-btn:hover, a.slanted-btn:focus, a.slanted-btn:active, a.slanted-btn.active {
    position: relative;
    z-index: 1; }
    a.slanted-btn:hover:after, a.slanted-btn:focus:after, a.slanted-btn:active:after, a.slanted-btn.active:after {
      background: inherit;
      content: '';
      display: block;
      height: 50%;
      left: 0;
      position: absolute;
      right: 0;
      z-index: -1;
      -webkit-backface-visibility: hidden;
      -webkit-transition: all .35s;
      -moz-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s; }
    a.slanted-btn:hover:after, a.slanted-btn:focus:after, a.slanted-btn:active:after, a.slanted-btn.active:after {
      bottom: 0;
      transform: skewY(3deg);
      transform-origin: 0 100%; }

section.banner {
  position: relative;
  padding: 150px 0;
  background-image: url("../img/bg-cta.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  section.banner .banner-content {
    position: relative;
    z-index: 1; }
    section.banner .banner-content h2 {
      font-size: 40px;
      max-width: 550px;
      margin-top: 0;
      margin-bottom: 25px;
      color: white; }
    @media (min-width: 768px) {
      section.banner .banner-content h2 {
        font-size: 60px; } }
  section.banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }

footer {
  padding: 200px 0 100px 0px;
  color: rgba(255, 255, 255, 0.3);
  background-color: #EBEBEB;
  min-height: 300px;
  position: relative; }
  footer > .slanted-line-footer {
    position: absolute;
    top: -1px;
    width: 100%;
    height: 35px;
    fill: #fff; }
    @media (max-width: 991.98px) {
      footer > .slanted-line-footer {
        height: 25px;
        top: -0.025rem; } }
  footer p {
    font-size: 12px;
    margin: 0;
    color: #222; }
  footer ul {
    margin-bottom: 0;
    padding: 0; }
    footer ul li a {
      font-size: 12px;
      color: #222; }
      footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
        text-decoration: none;
        color: #98B534; }
  footer .voeslauer {
    position: absolute;
    display: block;
    top: -82px;
    left: 10px;
    width: 200px;
    height: auto; }
    footer .voeslauer .voeslauer-logo {
      fill: #706F6F; }
  footer .partner-logo {
    background-size: cover;
    display: inline-block;
    height: auto; }
    footer .partner-logo .partner-logo-fill {
      fill: #706F6F; }
    footer .partner-logo:hover .partner-logo-fill, footer .partner-logo:focus .partner-logo-fill, footer .partner-logo:active .partner-logo-fill, footer .partner-logo.active .partner-logo-fill {
      fill: #8C8B8B;
      transition: fill 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }
  footer .social-media {
    background-size: cover;
    display: block;
    height: auto; }
    footer .social-media .social-media-icon {
      fill: #706F6F; }
    footer .social-media:hover .social-media-icon, footer .social-media:focus .social-media-icon, footer .social-media:active .social-media-icon, footer .social-media.active .social-media-icon {
      fill: #8C8B8B;
      transition: fill 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }

.bg-primary {
  background: #98B534;
  background: -webkit-linear-gradient(#98B534, #87a12e);
  background: linear-gradient(#98B534, #87a12e); }

.text-primary {
  color: #98B534; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

@media (max-width: 767.98px) {
  .p-5 {
    padding: 15px !important; } }

.repet-illustration {
  position: relative; }

.repet-overlay {
  display: none;
  position: absolute;
  width: 300px;
  height: 420px;
  top: 0px;
  left: 0px; }
  @media (max-width: 767.98px) {
    .repet-overlay {
      position: relative;
      display: none;
      width: 100% !important;
      height: unset !important;
      margin: 25px auto 0; } }
  .repet-overlay .repet-box {
    position: absolute;
    border: 1px solid #698B2C;
    padding: 10px;
    background-color: #fff;
    text-align: left;
    height: 400px;
    box-sizing: border-box; }
    @media (max-width: 767.98px) {
      .repet-overlay .repet-box {
        position: relative;
        height: unset !important; } }
  .repet-overlay .repet-box-right {
    right: 0;
    width: 33px;
    height: 283px;
    transform: rotate(45deg) skewX(45deg) translate(37px, 30.5px); }
    @media (max-width: 767.98px) {
      .repet-overlay .repet-box-right {
        display: none; } }
  .repet-overlay .repet-box-bottom {
    bottom: 0;
    width: 299px;
    height: 20px;
    transform: rotate(0deg) skewX(45deg) translate(10px, 1px); }
    @media (max-width: 767.98px) {
      .repet-overlay .repet-box-bottom {
        display: none; } }
  .repet-overlay p {
    font-size: 0.75rem;
    line-height: 1.2; }
  .repet-overlay h3 {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: bold;
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #688A12; }
  .repet-overlay .overlay-logo {
    background-size: cover;
    display: block;
    height: auto;
    width: 60px;
    margin: -5px 0 10px 0; }
    .repet-overlay .overlay-logo svg {
      fill: #706F6F; }
  .repet-overlay .repet-close {
    z-index: 99;
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: bold;
    color: #688A12;
    font-size: 1.25rem; }

.repet-overlay-portrait {
  width: 230px;
  height: 588px; }
  .repet-overlay-portrait .repet-box {
    height: 568px; }
    @media (max-width: 767.98px) {
      .repet-overlay-portrait .repet-box {
        height: auto !important; } }
  .repet-overlay-portrait .repet-box-right {
    width: 31px;
    height: 402px;
    transform: rotate(45deg) skewX(45deg) translate(36px, 48px); }
    @media (max-width: 767.98px) {
      .repet-overlay-portrait .repet-box-right {
        display: none; } }
  .repet-overlay-portrait .repet-box-bottom {
    width: 229px;
    height: 20px;
    transform: rotate(0deg) skewX(45deg) translate(10px, 1px); }
    @media (max-width: 767.98px) {
      .repet-overlay-portrait .repet-box-bottom {
        display: none; } }

.repet-overlay-small {
  width: 300px;
  height: 200px; }
  .repet-overlay-small .repet-box {
    height: 180px; }
    @media (max-width: 767.98px) {
      .repet-overlay-small .repet-box {
        height: auto; } }
  .repet-overlay-small .repet-box-right {
    width: 33px;
    height: 127px;
    transform: rotate(45deg) skewX(45deg) translate(37px, 8px); }
    @media (max-width: 767.98px) {
      .repet-overlay-small .repet-box-right {
        display: none; } }
  .repet-overlay-small .repet-box-bottom {
    width: 299px;
    height: 20px;
    transform: rotate(0deg) skewX(45deg) translate(10px, 1px); }
    @media (max-width: 767.98px) {
      .repet-overlay-small .repet-box-bottom {
        display: none; } }

.repet-overlay-small-hu {
  width: 300px;
  height: 220px; }
  .repet-overlay-small-hu .repet-box {
    height: 200px; }
    @media (max-width: 767.98px) {
      .repet-overlay-small-hu .repet-box {
        height: auto; } }
  .repet-overlay-small-hu .repet-box-right {
    width: 33px;
    height: 142px;
    transform: rotate(45deg) skewX(45deg) translate(37px, 10px); }
    @media (max-width: 767.98px) {
      .repet-overlay-small-hu .repet-box-right {
        display: none; } }
  .repet-overlay-small-hu .repet-box-bottom {
    width: 299px;
    height: 20px;
    transform: rotate(0deg) skewX(45deg) translate(10px, 1px); }
    @media (max-width: 767.98px) {
      .repet-overlay-small-hu .repet-box-bottom {
        display: none; } }

#repet_animation_img {
  display: none; }
  @media (max-width: 767.98px) {
    #repet_animation_img {
      display: block; } }
  #repet_animation_img ul {
    list-style: none;
    margin: 35px 0;
    padding: 0;
    text-align: center; }
  #repet_animation_img li {
    display: inline; }
  #repet_animation_img a {
    display: inline-block;
    border: 1px solid #98B534;
    padding: 5px 12px;
    min-width: 35px;
    text-decoration: none; }
    #repet_animation_img a:active, #repet_animation_img a:hover, #repet_animation_img a:focus {
      color: #fff;
      background-color: #98B534; }

.repet-kreislauf {
  z-index: 1 !important;
  margin-top: -500px;
  padding: 200px 0 0 0;
  display: block; }
  @media (max-width: 991.98px) {
    .repet-kreislauf {
      margin-top: 0;
      padding: 20px 0; } }
  .repet-kreislauf .repet_kreislauf_img {
    transition: all 0.5s ease; }
  .repet-kreislauf #repet_animation_container {
    background-color: white;
    position: relative;
    display: block;
    width: 100% !important;
    height: auto; }
    @media (max-width: 767.98px) {
      .repet-kreislauf #repet_animation_container {
        display: none; } }
    .repet-kreislauf #repet_animation_container #repet_dom_overlay_container {
      pointer-events: none; }
    .repet-kreislauf #repet_animation_container canvas {
      margin: 0px auto;
      display: block !important;
      width: 100% !important;
      height: auto !important; }

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