@charset "UTF-8";
/* Styling for RoutAbel
--------------------------
Fontrules for headings:
font-family: anton, sans-serif;
font-weight: 400;
font-style: normal;
--------------------------
Fontrules for text:
font-family: proxima-nova, sans-serif;
font-weight: 700;
font-style: normal;
--------------------------
*/
body {
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6em;
  font-size: 18px;
  color: #706f6f;
}

ol {
  padding-left: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: anton, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
}

h2 {
  font-size: 30px;
}

h2.abellife-custom-padding {
  margin-bottom: 25px;
}

h3.grey-header {
  margin: 0;
  padding: 0;
  padding-top: 15px;
}

h3.proxy {
  font-family: proxima-nova, sans-serif !important;
  font-weight: bold;
}

h5 {
  font-family: proxima-nova, sans-serif !important;
  font-weight: bold;
  color: #000;
}

h4.download-cta-header {
  font-size: 18px;
  line-height: 1.6em;
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
}

img.image-responsive {
  max-width: 100%;
}

.grey-bg {
  background-color: #e1e5e6;
}

.green-bg {
  background-color: #a0c522;
}

.white-header {
  color: #fff;
}

.grey-header {
  color: #485566;
}

.rounded-corners {
  border-radius: 15px;
}

.green-header {
  color: #a0c522;
}

.white-txt {
  color: #fff;
}

.grey-text {
  color: #485566;
}

.black-text {
  color: #000000;
}

.standard-font {
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5em;
}

.btn {
  border-radius: 15px;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: bold;
}
.btn i {
  font-size: 15px;
  padding-left: 5px;
}
.btn.btn-white {
  background-color: white;
  color: #a0c522;
  width: 80%;
  margin: 0 auto;
  display: block;
}
.btn.btn-abel-green {
  background-color: #a0c522;
  border: 2px solid white;
  color: white;
}
.btn:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
}
.btn.btn-large {
  width: 100%;
}

@media all and (min-width: 576px) {
  .add-v-margin {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 576px) {
  .add-v-margin {
    margin-top: 0;
    margin-bottom: 25px;
  }
}

.add-bottom-margin {
  margin-bottom: 25px;
}

.add-top-padding {
  padding-top: 25px;
}

.add-top-padding-spec {
  padding-top: 10px;
}

.add-v-padding {
  padding-top: 25px;
  padding-bottom: 25px;
}

.add-h-padding {
  padding-left: 25px;
  padding-right: 25px;
}

@media all and (min-width: 576px) {
  .add-h-padding-large {
    padding-left: 75px;
  }
}
@media all and (max-width: 576px) {
  .add-h-padding-large {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.align-w-screenshots {
  padding-left: 60px;
  padding-right: 60px;
}

ul.usp-list {
  padding-left: 0;
  margin-bottom: 0;
}
ul.usp-list li {
  list-style: none;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: 700;
  color: black;
  margin-left: 45px;
  position: relative;
}
ul.usp-list li::before {
  position: absolute;
  left: -45px;
  top: 0;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "";
  font-size: 25px;
  color: #a0c522;
}

.app-store-btn {
  width: 230px;
  max-width: 100%;
  margin: 5px auto;
  display: block;
}

.header-wrapper {
  background-image: url(../images/header_routabel_molen.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media all and (max-width: 576px) {
  .header-wrapper {
    background-position: 20% center;
  }
}
.header-wrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.45);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
@media all and (max-width: 576px) {
  .header-wrapper:after {
    height: 65%;
  }
}
.header-wrapper .announcer {
  font-size: 22px;
  font-weight: bold;
}
@media all and (min-width: 576px) {
  .header-wrapper .compensate-cta {
    padding-top: 150px;
  }
}
@media all and (max-width: 576px) {
  .header-wrapper .compensate-cta {
    padding-top: 35px;
  }
}
.header-wrapper h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
}
.header-wrapper .logo {
  width: 40%;
}
@media all and (max-width: 576px) {
  .header-wrapper .logo {
    width: 90%;
  }
}
@media all and (min-width: 576px) {
  .header-wrapper .primary-block {
    height: 450px;
  }
}
@media all and (max-width: 576px) {
  .header-wrapper .primary-block {
    height: auto;
  }
}
.header-wrapper .stamp-holder {
  z-index: 3;
  position: relative;
}
@media all and (min-width: 576px) {
  .header-wrapper .stamp-holder {
    background-image: url(../images/stamp_ROUTABEL_diap.svg);
    background-repeat: no-repeat;
    background-position: 110% center;
    background-size: 400px;
  }
}

img.app-icon {
  display: block;
  margin: 0 auto;
  width: 105px;
}
@media all and (max-width: 576px) {
  img.app-icon {
    float: none;
    margin: 0 auto;
  }
}

span.app-icon-descr {
  font-size: 30px;
  font-weight: bold;
  color: #485566;
  line-height: 36px;
}
span.app-icon-descr .highlight {
  color: #a0c522;
}
@media all and (max-width: 576px) {
  span.app-icon-descr {
    text-align: center;
  }
}

footer {
  margin-top: 50px;
  background-color: #485566;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer img.footer-logo {
  width: 250px;
  padding: 30px;
  border-right: 2px solid white;
}
@media all and (max-width: 576px) {
  footer img.footer-logo {
    width: 100%;
    border-right: 0;
    border-bottom: 2px solid white;
    margin-bottom: 25px;
  }
}
footer ul.footernav {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
@media all and (max-width: 576px) {
  footer ul.footernav {
    margin-bottom: 25px;
  }
}
footer ul.footernav li {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  border-right: 1px solid white;
  line-height: 14px;
  font-size: 14px;
}
footer ul.footernav li:last-child {
  border-right: 0;
}
@media all and (max-width: 576px) {
  footer ul.footernav li:first-child {
    width: 100%;
    border-right: 0;
    padding-bottom: 10px;
  }
}
footer .social a {
  padding: 0 5px;
  display: inline-block;
  font-size: 25px;
}
@media all and (max-width: 576px) {
  footer .social {
    margin: 0 10px 25px 10px !important;
  }
}

@media all and (max-width: 576px) {
  .mobile-box-margin {
    margin: 15px;
  }

  .app-preview-box {
    margin: 20px 0;
  }
}
div#cookie-bar {
  padding: 15px;
  font-family: proxima-nova, sans-serif;
  font-weight: normal;
  font-size: 18px;
  box-shadow: 0px 0px 10px #0000002e;
  border: 0;
  background: #a0c522;
  color: white;
}

#cookie-bar #cookie-bar-button {
  background-color: #ffffff;
  color: #000 !important;
  font-weight: 400;
  transition: all 0.2s;
}
#cookie-bar #cookie-bar-button:hover {
  text-decoration: none;
  background-color: #627719;
  color: #fff !important;
}

#cookie-bar #cookie-bar-button-no {
  background-color: #a0c522;
  color: #e1e5e6 !important;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-weight: 400;
  line-height: 1;
  margin-right: 20px;
  margin-top: 2px;
  padding: 5px 10px 6px;
  position: relative;
  text-decoration: none;
}

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