/* line 3, ../nieuws.scss */
.nieuws-blok {
  position: relative;
  float: left;
  width: 30%;
  height: 435px;
  margin-bottom: 35px;
  margin-right: 5%;
  border: 0px;
  outline: none;
  overflow: hidden;
  background-color: #efefef;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

/* line 17, ../nieuws.scss */
.nieuws-blok:hover {
  background-color: #e9e9e9;
  -webkit-box-shadow: 0 0 13px 1px #e2e2e2;
  -moz-box-shadow: 0 0 13px 1px #e2e2e2;
  -ms-box-shadow: 0 0 13px 1px #e2e2e2;
  box-shadow: 0 0 13px 1px #e2e2e2;
}

/* line 22, ../nieuws.scss */
.nieuws-blok-home {
  width: 100%;
}

/* line 26, ../nieuws.scss */
.nieuws-blok-foto {
  position: relative;
  float: left;
  width: 100%;
  font-size: 0px;
  line-height: 0px;
  outline: none;
  border: 0px;
}

/* line 36, ../nieuws.scss */
.nieuws-blok-foto img {
  width: 100%;
  font-size: 0px;
  line-height: 0px;
  outline: none;
  border: 0px;
}

/* line 44, ../nieuws.scss */
.nieuws-blok-titel {
  position: relative;
  float: left;
  width: 78%;
  height: 23px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 11%;
  padding-right: 11%;
  margin-top: 30px;
  font-size: 16px;
  color: #000!important;
  font-weight: 700;
  text-decoration: none!important;
  line-height: 22px;
}

/* line 62, ../nieuws.scss */
.nieuws-blok-datum {
  position: relative;
  float: left;
  width: 78%;
  padding-left: 11%;
  padding-right: 11%;
  margin-top: 3px;
  font-size: 13px;
  color: #000!important;
  text-decoration: none!important;
  line-height: 22px;
}

/* line 75, ../nieuws.scss */
.nieuws-blok-bericht {
  position: relative;
  float: left;
  width: 78%;
  padding-left: 11%;
  padding-right: 11%;
  margin-top: 20px;
  font-size: 13px;
  color: #000!important;
  text-decoration: none!important;
  line-height: 22px;
}

/* line 88, ../nieuws.scss */
.nieuws-blok-link {
  position: relative;
  float: left;
  width: 78%;
  padding-left: 11%;
  padding-right: 11%;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 13px;
  color: #fd8e16!important;
  font-weight: 600;
  text-decoration: none!important;
  line-height: 22px;
}

/* VOLLEDIG NIEUWSARTIKEL */
/* line 106, ../nieuws.scss */
.nieuws-volledigartikel {
  position: relative;
  float: left;
  width: 100%;
}

/* line 112, ../nieuws.scss */
.nieuws-volledigartikel h1 {
  margin: 0 0 5px 0;
}

/* line 116, ../nieuws.scss */
.nieuws-volledigartikel-datum {
  position: relative;
  float: left;
  width: 100%;
  color: #898989;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 125, ../nieuws.scss */
.nieuws-volledigartikel-img {
  float: right;
  margin-left: 5%;
  margin-bottom: 30px;
}

/* line 131, ../nieuws.scss */
.nieuws-button {
  position: relative;
  float: left;
  margin-top: 10px;
}
