/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Flexbox
\*------------------------------------*/
/*------------------------------------*\
:    Mixins
\*------------------------------------*/
/*------------------------------------*\
:    Media Queries

NOTE: we use mixin "@include mobile" (same as tablet-portait-down) for all things hidden/shown on mobile devices like mobile menu
\*------------------------------------*/
/*  FOOTER
+  ================================ */
/* line 9, ../../scss/dev/08-footer.scss */
footer {
  position: relative;
  width: 100%;
}
/* line 12, ../../scss/dev/08-footer.scss */
footer p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
}

/* line 15, ../../scss/dev/08-footer.scss */
footer #sitemap {
  position: relative;
  width: 100%;
  background-color: #141414;
  margin-bottom: 20px;
}

/* line 22, ../../scss/dev/08-footer.scss */
#sitemap .redband {
  width: inherit;
  height: 52px;
  background: #D10303;
}

/* line 27, ../../scss/dev/08-footer.scss */
#sitemap .container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: inherit;
  height: 340px;
  padding: 0 80px;
}
/* line 34, ../../scss/dev/08-footer.scss */
#sitemap .container div {
  display: block;
  padding: 20px;
  margin: 0 auto;
  color: #fff;
  line-height: 24px;
}
/* line 41, ../../scss/dev/08-footer.scss */
#sitemap .container div h3 {
  font-family: "nobel", arial, sans-serif;
  color: #fff;
  letter-spacing: 0.22px;
  font-size: 22px;
  font-size: 2.2rem;
}
/* line 43, ../../scss/dev/08-footer.scss */
#sitemap .container #feed_wrapper {
  padding: 0;
}
/* line 44, ../../scss/dev/08-footer.scss */
#sitemap .container #home_feeds {
  padding: 0;
  margin-top: 20px;
}
/* line 45, ../../scss/dev/08-footer.scss */
#sitemap .container #home_feeds .icon {
  font-family: 'icomoon';
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #fff;
  margin: 10px;
  padding: 6px;
  text-decoration: none;
  font-size: 32px;
  font-size: 3.2rem;
}
/* line 57, ../../scss/dev/08-footer.scss */
#sitemap .container .footer_blokje {
  width: 22%;
}
/* line 60, ../../scss/dev/08-footer.scss */
#sitemap .container .footer_logo {
  padding-top: 40px;
}
/* line 64, ../../scss/dev/08-footer.scss */
#sitemap .container .footer_adres .route {
  color: #ED1C24;
  font-size: 18px;
  font-size: 1.8rem;
}
/* line 69, ../../scss/dev/08-footer.scss */
#sitemap .container .footer_nieuwsbrief .btn_koop {
  font-family: "nobel", arial, sans-serif;
  margin-top: 30px;
  padding: 10px 20px;
  background-color: #fff;
  color: #ED1C24;
  font-size: 24px !important;
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* line 27, ../../scss/dev/08-footer.scss */
  #sitemap .container {
    padding: 0 40px;
  }
  /* line 81, ../../scss/dev/08-footer.scss */
  #sitemap .container .footer_blokje {
    width: 24%;
  }
  /* line 84, ../../scss/dev/08-footer.scss */
  #sitemap .container #home_feeds {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  /* line 88, ../../scss/dev/08-footer.scss */
  #sitemap .container #home_feeds .icon {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 10px;
    padding: 6px 10px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 27, ../../scss/dev/08-footer.scss */
  #sitemap .container {
    height: auto;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  /* line 98, ../../scss/dev/08-footer.scss */
  #sitemap .container div {
    margin: 0;
  }
  /* line 99, ../../scss/dev/08-footer.scss */
  #sitemap .container .footer_blokje {
    width: 100%;
  }
  /* line 101, ../../scss/dev/08-footer.scss */
  #sitemap .container .footer_blokje h3 {
    font-weight: 700;
  }
  /* line 105, ../../scss/dev/08-footer.scss */
  #sitemap .container .footer_logo a {
    float: left;
  }
  /* line 108, ../../scss/dev/08-footer.scss */
  #sitemap .container #home_feeds .icon {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 10px;
    padding: 6px;
  }
  /* line 112, ../../scss/dev/08-footer.scss */
  #sitemap .container #home_feeds .icon:first-child {
    margin-left: 30px;
  }
}

/* line 117, ../../scss/dev/08-footer.scss */
footer .content {
  width: 950px;
  height: 450px;
  margin: 0 auto;
  text-align: left;
}

/* line 124, ../../scss/dev/08-footer.scss */
footer #colofon {
  font-family: "museoslab", arial;
  font-size: 18px;
  font-size: 1.8rem;
  color: #141414;
  position: relative;
  width: inherit;
  text-align: center;
  height: 43px;
  background: #FFF;
  margin-top: 20px;
  padding-top: 15px;
  box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 1023px) {
  /* line 124, ../../scss/dev/08-footer.scss */
  footer #colofon {
    padding: 15px 20px 10px;
    height: auto;
  }
}
@media (min-width: 0px) and (max-width: 540px) {
  /* line 124, ../../scss/dev/08-footer.scss */
  footer #colofon {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
  }
}

/* line 146, ../../scss/dev/08-footer.scss */
#colofon .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (min-width: 0px) and (max-width: 540px) {
  /* line 146, ../../scss/dev/08-footer.scss */
  #colofon .container {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
  }
  /* line 153, ../../scss/dev/08-footer.scss */
  #colofon .container ul {
    margin: 0;
  }
  /* line 154, ../../scss/dev/08-footer.scss */
  #colofon .container .menu {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
/* line 156, ../../scss/dev/08-footer.scss */
#colofon .container:last-child {
  border-right: 0;
}

/* line 162, ../../scss/dev/08-footer.scss */
#colofon .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 167, ../../scss/dev/08-footer.scss */
#colofon .menu li {
  list-style: none;
  padding: 10px;
  text-transform: lowercase;
  border-right: solid 1px #141414;
  line-height: 25px;
  padding: 0 20px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  /* line 167, ../../scss/dev/08-footer.scss */
  #colofon .menu li {
    display: inline;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    border: 0;
  }
}

/* line 186, ../../scss/dev/08-footer.scss */
#colofon .menu li a {
  color: #141414;
}

/* line 187, ../../scss/dev/08-footer.scss */
#copyright {
  margin-left: 20px;
}

/* line 189, ../../scss/dev/08-footer.scss */
footer #founders {
  display: block;
  position: relative;
  width: 100%;
  height: 120px;
}
/* line 194, ../../scss/dev/08-footer.scss */
footer #founders .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (min-width: 0px) and (max-width: 1023px) {
  /* line 189, ../../scss/dev/08-footer.scss */
  footer #founders {
    box-sizing: border-box;
    padding: 0 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 189, ../../scss/dev/08-footer.scss */
  footer #founders {
    height: 200px;
  }
}
@media (min-width: 0px) and (max-width: 540px) {
  /* line 189, ../../scss/dev/08-footer.scss */
  footer #founders {
    height: auto;
    margin: 0;
    border-top: solid 1px #000;
    padding-top: 20px;
  }
}

/* line 217, ../../scss/dev/08-footer.scss */
footer #founders a.footer_logo {
  margin: 30px 0;
  display: block;
}
@media (min-width: 0px) and (max-width: 1023px) {
  /* line 217, ../../scss/dev/08-footer.scss */
  footer #founders a.footer_logo {
    width: calc((100% / 3) - 60px);
  }
  /* line 223, ../../scss/dev/08-footer.scss */
  footer #founders a.footer_logo img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 217, ../../scss/dev/08-footer.scss */
  footer #founders a.footer_logo {
    width: 33.33333%;
    margin-top: 130px;
  }
}
@media (min-width: 0px) and (max-width: 540px) {
  /* line 217, ../../scss/dev/08-footer.scss */
  footer #founders a.footer_logo {
    width: 100%;
    margin: 0;
  }
  /* line 236, ../../scss/dev/08-footer.scss */
  footer #founders a.footer_logo:last-child {
    margin-bottom: 20px;
  }
  /* line 240, ../../scss/dev/08-footer.scss */
  footer #founders a.footer_logo img {
    max-width: 261px;
    align: center;
    margin: auto;
  }
}

/* line 250, ../../scss/dev/08-footer.scss */
footer #founders .contact {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4em;
  width: 175px;
  height: 90px;
  float: left;
  margin: 25px 10px 0 20px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  /* line 250, ../../scss/dev/08-footer.scss */
  footer #founders .contact {
    margin-right: 0;
    margin-left: 0;
    width: 180px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 250, ../../scss/dev/08-footer.scss */
  footer #founders .contact {
    width: 100%;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 0px) and (max-width: 540px) {
  /* line 250, ../../scss/dev/08-footer.scss */
  footer #founders .contact {
    top: 0px;
  }
}

/* line 274, ../../scss/dev/08-footer.scss */
footer #founders .contact .title {
  font-weight: 700;
  color: #ED1C24;
}

/* line 279, ../../scss/dev/08-footer.scss */
#cookie-bar {
  text-align: center;
  background: #333;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 30px;
  color: #fff;
  z-index: 200;
}
/* line 289, ../../scss/dev/08-footer.scss */
#cookie-bar a {
  padding-left: 10px;
}
