/*
  Theme Name: Gemeentereiniging
  Author: Kelley van Evert
  Author URI: http://kelleyvanevert.nl/
*/


/* globals */
/*@import url("http://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic");*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic,900,900italic,100,100italic");
@import url("assets/league-spartan/stylesheet.css");

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 150%;
  color: #555;
  background: #F7F7F7;
}

strong {
  font-weight: 500;
}

p {
  margin: 20px 0;
}

h2 {
  font-size: 24px;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

a {
  color: #888;
}

.wrap {
  margin: 0 auto;
  max-width: 1040px;
}


/* grid system */
.grid {
  margin: 0 2.5%;
  text-align: justify !important;
  text-justify: distribute-all-lines;
  font-size: 0 !important;
}
.grid > * {
  text-align: left;
  font-size: 16px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.grid:after{
  content: "";
  display: inline-block;
  width: 100%;
}
.span_1_of_4 {
  width: 23%;
}
.span_1_of_5 {
  width: 18%;
}
.span_1_of_6 {
  width: 15%;
}
.span_1_of_7 {
  width: 13%;
}
.span_1_of_8 {
  width: 12%;
}
.span_1_of_9 {
  width: 10%;
}
.span_1_of_10 {
  width: 9%;
}
.span_1_of_2,
.span_2_of_4 {
  width: 48%;
}


/*
.headerwrap
  .header
    .nowrap
      .col
        .span_4_of_4
          .title
            a
            .desc
          .menu ul li
.body
  .wrap
*/

.headerwrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  
  z-index: 100;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  background: #fff;
  padding: 10px 0;

  z-index: 90;
}
.header {
  position: fixed;
  box-shadow: 0 0 15px rgba(0, 0, 0, .3);
  /* height: 40px; */
}

.header .grid {
  line-height: 100%;
}

.header .title {
  margin: -10px 0;
  float: left;
}
.header .title a#home_link {
  font-family: "Arial", "Helvetica", sans-serif;
  text-decoration: none;
  color: #000;
  display: block;
  padding: 23px 10px 0 90px;
  line-height: 20px;
  background: url("assets/logo6.png?7") 10px 10px no-repeat;
  height: 60px;
  width: 291px;
}
.header .title a#home_link .c {
  color: #999;
  font-size: 15px;
  padding-left: 5px;
}
.header .title a#home_link .g,
.header .title a#home_link .g-break {
  font-weight: bold;
  text-transform: uppercase;
}
.header .title a#home_link .g-break {
  display: none;
}
.header .title a:hover {
}
.header .desc {
  line-height: 18px;
  text-transform: lowercase;
  font-size: 16px;
  color: #777;
  font-weight: normal;
  padding-left: 10px;
  display: none;
}

#menu_pull {
  display: none;
}
.menu {
  margin: 10px 0;
  padding: 0;
  
  float: right;
  font-size: 16px;
  font-weight: bold;

  font-family: "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
}
.menu ul {
  display: inline;
  margin: 0;
  padding: 0;
}
.menu li {
  display: inline;
  margin: 0;
}
.menu a {
  display: inline-block;
  padding: 2px 1px;
  margin: 10px 0 0 10px;
  line-height: 16px;
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #eee;
}
.menu a:hover {
  text-decoration: none;
}
.menu li.current_page_item:nth-child(1) a { border-bottom: 2px solid #DA4114; }
.menu li.current_page_item:nth-child(2) a { border-bottom: 2px solid #0E92B2; }
.menu li.current_page_item:nth-child(3) a { border-bottom: 2px solid #2A9813; }
.menu li.current_page_item:nth-child(4) a { border-bottom: 2px solid #d7cc0e; }
.menu li.current_page_item:nth-child(5) a { border-bottom: 2px solid #A8498A; }

.menu li:nth-child(1) a:hover { border-bottom: 2px solid #DA4114; }
.menu li:nth-child(2) a:hover { border-bottom: 2px solid #0E92B2; }
.menu li:nth-child(3) a:hover { border-bottom: 2px solid #2A9813; }
.menu li:nth-child(4) a:hover { border-bottom: 2px solid #d7cc0e; }
.menu li:nth-child(5) a:hover { border-bottom: 2px solid #A8498A; }

.menu .current_page_item a {
  text-decoration: none;
  border-bottom: 2px solid #fff;
}

@media only screen and (max-width: 1140px) {
  .header .title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1040px) {
  .header {
    padding: 8px 0 0px;
  }
  .header .title {
    font-size: 16px;
  }
  .menu {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1140px) {
  .header {
    height: auto;
    padding: 15px 0 0 0;
  }
  .header .title {
    float: none;
    text-align: center;
  }
  .header .title a#home_link {
    width: auto;
    padding: 23px 90px 0 90px;
  }
  .span_1_of_4 {
    width: 48.5%;
  }
  .span_1_of_5 {
    width: 33%;
  }

  #menu_pull {
    display: block;
    float: right;
    margin: 24px 10px 0 0;

    width: 26px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px 7px;
  }
  #menu_pull .line {
    display: block;
    height: 2px;
    background: #777;
    margin: 4px 0;
  }

  .menu {
    display: block;
    float: none;
  }
  .menu ul {
    height: auto;
    margin-left: 20%;
    display: none;
  }
  .menu li {
    display: block;
  }
}

@media only screen and (max-width: 840px) {

}

@media only screen and (max-width: 440px) {
  .header,
  .header.scroll {
    height: auto;
    position: relative;
  }

  .header .title a#home_link {
    padding-top: 10px;
    padding-bottom: 13px;
    padding-right: 0px;
    text-align: left;

    font-size: 14px;
    line-height: 18px;
  }
  .header .title a#home_link .c {
    font-size: 12px;
  }
  .header .title a#home_link .g {
    display: none;
  }
  .header .title a#home_link .g-break {
    display: inline;
  }
  
  .span_1_of_4 {
    width: 100%;
  }
  .span_1_of_5 {
    width: 48.5%;
  }
}


.body {
  margin: 110px 0 20px 0;
}


.banner {
  margin-top: -46px;
  margin-bottom: 20px;
  min-height: 200px;
  background-size: cover;
  position: relative;
}
.banner .aspect {
  padding-bottom: 35%;
}
.banner .left,
.banner .right {
  float: left;
  width: 50%;
  min-height: 200px;

  background-size: cover;
  position: relative;
}
.banner .left .aspect,
.banner .right .aspect {
  padding-bottom: 70%;
}
.banner .card {
  padding: 15% 0 0 30px;
  font-size: 18px;
  line-height: 150%;
  color: #eee;
}
.banner .dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("assets/dots.png") top left repeat;
}
.banner .text {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 55px; /*font-size: 60px;*/
  text-transform: uppercase;
  font-weight: 900;
  text-shadow: 1px 1px 8px #000,
    1px 1px 20px rgba(0, 0, 0, .2);
  background: rgba(0, 0, 0, .5);
  height: 60px;
  line-height: 60px;
  padding: 15px 20px;
  text-align: center;
  letter-spacing: 2px;
  word-spacing: 10px;
  -webkit-margin-after: 0em;
}
@media only screen and (max-width: 950px) {
  .banner .left,
  .banner .right {
    width: 100%;
  }
  .banner .card {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .banner .text {
    font-size: 40px;
    line-height: 40px;
    height: 40px;
    word-spacing: 7px;
  }
}
@media only screen and (max-width: 700px) {
  .banner .text {
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    word-spacing: 4px;
  }
}
@media only screen and (max-width: 550px) {
  .banner .text {
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    word-spacing: 2px;
  }
}


.home .imagelink {
  display: block;
  min-height: 60px;
  background-size: cover;
  width: 100%;
  margin: 4% 0;
  text-decoration: none;
  text-align: center;
  padding: 20px 0;

  position: relative;
}
.home .imagelink .aspect {
  display: inline-block;
  padding-bottom: 45%;
}
.home .imagelink .hovertext {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: -1px;

  display: none;
}
.home .imagelink:hover .color {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .3);
}
  .home .imagelink.wie-zijn-wij .color {
    background: rgba(30, 115, 190, 0.8);
  }
  .home .imagelink.wat-bieden-wij .color {
    background: rgba(42, 152, 19, 0.8);
  }
  .home .imagelink.waar-waren-wij .color {
    background: rgba(221, 153, 51, 0.8);
  }
  .home .imagelink.contact .color {
    background: rgba(168, 73, 138, 0.8);
  }
.home .imagelink:hover .hovertext {
  display: inline;
  position: relative;
}



.box {
  margin: 0 0 10% 0;
}
.box .img {
  background-size: cover;
  background-position: center center;
  padding-bottom: 58%;
}
.box .content {
  margin: 0 7px;
}
.box .title {
  margin: 15px 0px 0 0;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width: 740px) {
  .box .title {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 440px) {
  .box .title {
    font-size: 12px;
    line-height: 16px;
  }
}
.box .title a {
  text-decoration: none;
}
.box .desc p {
  margin: 15px 0;
}
.box .imgwrap {
}



.news_fb_banner {
  height: 130px;
  overflow: hidden;
  position: relative;
  top: -27px;
  margin-bottom: 20px;
  background: rgba(0, 0, 0, .05);
}
@media only screen and (max-width: 1140px) {
  .news_fb_banner {
    top: -21px;
  }
}
.facebook_header_widget {
  margin: 0 auto;
  max-width: 500px;
}

.news {
  margin: 0 auto;
  width: 80%;
  position: relative !important;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 50px;
  height: auto !important;
}

.news-item {
  position: relative !important;
  flex: 2;
  min-width: 300px;
  max-width: 300px;
}
@media only screen and (max-width: 767px) {
  .news-item {
    float: none;
    max-width: 767px;
  }
}
.news-item .content {
  margin: 0 10px;
  background: #fff;
  padding: 10px 15px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
}
.news-item .meta {
  display: inline-block;
  margin: 0 0 0 25px;
  position: relative;
  bottom: -10px;
  color: #fff;
  padding: 5px 10px;
  max-width: 200px;
}
.news-item .date {
  padding-top: 5px;
  font-size: .7em;
  font-style: italic;
  text-align: right;
}



.masonry-boxes {
  margin: 0 10px;
}
.masonry-box-sizer,
.masonry-box {
  float: left;
  width: 25%;
}
.masonry-box.loading {
}
.masonry-box.active {
  width: 50%;
}
.masonry-box.active .imgwrap,
.masonry-box.active .content {
  display: none;
}
.masonry-box.inactive .expand-content {
  display: none;
}

@media only screen and (max-width: 740px) {
  .masonry-box-sizer,
  .masonry-box {
    width: 50%;
  }
  .masonry-box.active {
    width: 100%;
  }
}

.masonry-box .box {
  margin: 0 10px 0 10px;
}
.masonry-box .box .title {
  margin: 0;
  padding: 5px 0 10px 0;
}
.masonry-box .expand-content {
  margin: 0 10px;
  padding-bottom: 30px;
}
.masonry-box .expand-content h1 {
  margin: 30px 0 20px 0;
  font-size: 26px;
}



.expand-boxes .box .title a {
  font-size: 18px;
  color: #000;
}
.expand-boxes .box .desc {
  font-size: 14px;
  line-height: 20px;
}
.expand-boxes .span_1_of_4 .box.hover {
  cursor: pointer;
}
.expand-boxes .span_1_of_4 .box.hover .desc {
}
.expand-boxes .span_1_of_4 .box.hover .img {
  opacity: .6;
}
.expand-box-sizer {
  width: 23%;
}



.box.active {
  background: #333;
  padding: 15px 010px;
}
.expand-boxes .box.active .title {
  margin: 25px 0px 12px 0;
}
.expand-boxes .box.active .title a#home_link {
  font-size: 24px;
  color: #fff;
}
.expand-boxes .box.active .desc {
  color: #ddd;
  font-size: 16px;
  line-height: 150%;
}
.expand-boxes .active-show {
  display: none;
}
.expand-boxes .active .active-show {
  display: block;
}




.text-columns .box .img { display: none; }
.text-columns .box .title {
  margin: 25px 0 15px 0;
  font-size: 20px;
  color: #000;
}


.logo-columns-container {
  background: #fff;
  padding: 15px 0;
}
.logo-columns .col {
  margin-bottom: 20px;
}
.logo-columns h2 {
  font-size: 16px;
}
/*.logo-columns .col {
  vertical-align: middle;
}*/


.hideContent {
  display: none;
}

p iframe {
	max-width: 100%;
}

