/*	NEWS Settings
--------------------------------------------------------------------------------------------------------------------------------------------------- */
.news-single-img p.news-single-imgcaption {
	margin-bottom: 30px;
	background-color: rgb(224, 231, 245);
}


/*	CookieBar Settings
--------------------------------------------------------------------------------------------------------------------------------------------------- */
#cookie-bar {
  padding: 20px;
}

#cookie-bar a:not(.cb-enable) {
  padding: 0;
  margin: 0;
  text-decoration: underline;
}


/*	NL Popup Overlay Settings
--------------------------------------------------------------------------------------------------------------------------------------------------- */
#nl_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.7);
  z-index: 88888;
  display: none;
}

#nl_popup {
  width: 646px;
  height: 540px;
  overflow: hidden;
  margin: 100px auto 0;
  position: relative;
}

a#nl_jepp {
  
}

a#nl_nope {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 1.5em;
}

/*
  nl_popup
  nl_jepp
  nl_nope
*/