/*-----------------------------------------------------------

Author:       Taken By Storm
Author URI:   https://takenbystorm.nl

------------------------------------------------------------*/
@font-face {
  font-family: "reusa";
  src:
    url("reusa.woff2") format("woff2"),
    url("reusa.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "neusa-next-std-condensed";
  src:   url("https://use.typekit.net/af/fd9e44/00000000000000003b9b0d05/27/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3")
      format("woff2"),
url("https://use.typekit.net/af/fd9e44/00000000000000003b9b0d05/27/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3")
      format("woff");
  font-weight: 400;
  font-style: normal;
}
/* Other typekit fonts are loaded later */
a,
b,
body,
div,
form,
h1,
h2,
h3,
h6,
html,
img,
li,
p,
s,
span,
strong,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
article,
footer,
header,
nav {
  display: block;
}
body {
  background-color: #082b33;
  font-family: serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "ff-tisa-web-pro", serif;
  color: #ffe5c2;
  line-height: 1.6em;
  font-size: 16px;
  font-size: min(max(17px, calc(.3vw + 14px)), 20px);
}
h1,
h2,
h3 {
  font-weight: 500;
  line-height: 1;
  font-family: "reusa", sans-serif;
  color: #082b33;
  text-transform: uppercase;
}
h1 {
	font-size: min(calc(65px + (100 - 65) * (100vw - 1000px) / (2000 - 1000) ), 100px);
}
h2 {
  font-size: min(calc(34px + (60 - 34) * (100vw - 400px) / (2000 - 400) ), 60px);

}
h3 {
  font-family: "neusa-next-std-condensed", sans-serif;
  font-size: 1.6em;
  line-height: 1.18;
  margin:.3em 0;
}
p {
  margin-bottom: 1.6em;
}
.LR_column p.normal { 
  font-size: 1em;
}
.LR_column p.lead {
  font-size: 1.3em;
  line-height: 1.5;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

}
a {
  color: #082b33;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: 700;
}
h1 a,
h2 a,
h3 a,
footer a,
header a {
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
* html .clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  content: " ";
}
#main-header {
	z-index: 999;
	position: fixed;
	top: 0;
	left:0;
	right:0;
	width: 75em;
	margin: 0 auto;
	max-width: 90%;
	line-height: 1;
	background-color: #082b33;
	transition: transform .4s ease-out;
}
.container {
  position: relative;
  width: 80vw;
  max-width: 63em;
  margin: 0 auto;
  text-align: left;
  transition: margin .3s ease-in-out;
}
.LR_button {
  padding: 0.3em 1em;
  font-size: 1.2em;
  font-weight: 500;
  font-family: "neusa-next-std-condensed", sans-serif;
  line-height: 1.7em;
  text-transform: uppercase;
  text-decoration: none;
  color: #082b33;
  transition: all 0.2s ease-out;
  background-color: #fcd8d4;
}
.LR_button:hover {
  background: #e7f5f7;
}
ul, 
.LR_column ul.krap {
  list-style: none;
}
.LR_column ul.met-ruimte {
  margin: 0 0 0 1.1em;
}
.LR_column ul.krap {
  margin: 0 0 1.6em 1.3em;
}
.LR_column ul li {
  margin: 0 0 .2em;
}
.LR_column li:before {
  content:'•';
  display:inline-block;
  margin-left:-1.2em;
  width:1.2em;
}
ul.krap li:before { 
  content:'–';
}
ul.met-ruimte li {
  margin: 0 0 1.6em;
}
ul.met-ruimte li:before {
  content:'•';
}
ul.met-ruimte:last-child,
ul.met-ruimte li:last-child {
	margin-bottom:0;
}

.LR_column p + ul.krap { 
	margin-top:-1em; 
}
#top-navigation {
  padding: 1em 0;
}

.logo_container {
  position: absolute;
  height: 100%;
  aspect-ratio: 3.14;
  z-index: 999;
  display:flex;
  align-items: center;
}
.logo {
  width:100%;
  height:auto;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
}
.footer_logo_container {
	width:65%;
	aspect-ratio: 2.3;
	margin-top:5%; 
}
.footer_logo_container a:after { 
	content:none;
}
#top-menu {
  font-family: "neusa-next-std-condensed", sans-serif;
  font-weight: 400 ;
  text-transform: uppercase;
  font-size: 1.2em;
}
#top-menu li {
  display: inline-block;
}
#top-menu a {
  display: block;
  color: #FFE5C2;
  padding:1em calc(1vw - 2px);
}
#top-menu li.current a {
	pointer-events: none;
}
#top-menu a, footer a { 
  text-decoration: none;
  position:relative;
}
#top-menu a:after, footer a:after {
	position:absolute;
	height: 1px;
	background-color: currentColor;
	transition: all .17s ease-out;
}
footer a:after {
	content: ' ';
	left:0;
	right:100%;
	bottom:0;
}
footer a:hover:after {
	right:0;
}
@media (min-width:981px) {
	#top-menu {
	  margin-right: calc(2px - 1vw);
	}
	#top-menu a:after {
		content: ' ';
		bottom: .7em;
		left: calc(1vw - 2px);
		right: calc(100% - 1vw + 2px);
	}
	#top-menu a:hover:after, 
	#top-menu a:active:after,
	#top-menu a:focus:after,
	#top-menu li.current a:after {
		right: calc(1vw - 2px);
	}
	#top-navigation {
	  float: right;
	}
}
@media (max-width:980px) {
	#top-menu a:hover, 
	#top-menu a:active,
	#top-menu a:focus {
		color: #fff;
	}
	#top-menu li.current a {
		text-decoration: underline;
		text-underline-offset: .3em;
	}
}

@media (max-width:1160px) and (min-width:981px) {
	#main-header {
		max-width:100%;
	}
	.LR_menu_container {
		width:90vw; 
	}
}

#hamburgerIcon {
	display: none;
	width: 2em;
	height: 2em;
	position: absolute;
	right: -.3em;
	top: 1em;
	cursor: pointer;
}
#hamburgerIcon b, #hamburgerIcon b:before, #hamburgerIcon b:after {
	display: block;
	position: absolute;
	height: .13em;
	background: currentColor;
	left: 0;
	padding: 0;
	width: 1.4em;
	content: ' ';
	top: .9em;
	transform: rotate(0deg);
	transition: .15s ease-out;
}
#hamburgerIcon b {
	left:.3em; }
#hamburgerIcon b:after {
	top:.45em; }
#hamburgerIcon b:before {
	top: -.45em;
}
.open #hamburgerIcon b {
	background: 0 0;
}
.open #hamburgerIcon b:before, 
.open #hamburgerIcon b:after {
	top: 0;
	padding: 0 1px;
	transform: rotate(-45deg);
}
.open #hamburgerIcon b:before {
transform: rotate(45deg);
}

footer {
  background-color: #082b33;
  color: #ffe5c2;  
}
#footer-widgets {
  padding: 6% 0;
}
.footer-widget {
  font-size:.82em; 
  float: left;
}
#footer-widgets .footer-widget li {
  position: relative;
  padding-left: 14px;
}
.sc-content-footer-2 p {
	margin:0;
}
.sc-content-footer-2 p:first-child {
	margin-bottom:1.6em;
}


@media (max-width: 980px) {
  body {
	font-size: min(max(14px, calc(1.8vw + 8.25px)), 17px);
  }
  .LR_section.LR_section_0 {
	padding: 4em 0 0;
  }
  .footer_logo_container { 
  	max-width:13em;
  }
  #footer-widgets {
    padding: 8% 0;
  }
  .footer-widget {
    width: 46.25%;
    margin: 0 7.5% 7.5% 0;
  }
  #footer-widgets .footer-widget:nth-child(2n), 
  #footer-widgets .footer-widget:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  .footer-widget:first-child {
  	width:100%; 
  }
  .footer-widget:last-child {
  	margin-right:0; 
  }
  #top-navigation {
	padding: 2em 0;
	}
  #top-menu-nav {
  	position: absolute;
  	background: #082b33;
    max-height:0;
    left:-5vw; 
    right:-5vw;
    top:4em;
    transition:.3s ease-out; 
    padding:0px;
    overflow:scroll; 
    pointer-events: none;
  }
  .open #top-menu-nav {
    max-height:calc(100vh - 4em);
    pointer-events: unset;
    padding:12px 0;
  }
  
  #top-menu li {
	display: block;
  }
  #top-menu li a {
    font-size: 1.35em;
    padding: 1.25rem 5vw;
  }
  #hamburgerIcon {
    display: block;
  }
}
@media all and (max-width: 767px) {
  #footer-widgets {
    padding: 10% 0;
  }
  #footer-widgets .footer-widget:last-child {
    margin-bottom: 0;
  }
  #main-header {
  	max-width:100%; 
  }
  #top-menu-nav {
    left:-10vw; 
    right:-10vw;
  }
  #top-menu li a {
    padding: 1.25rem 10vw;
  }

}
@media all and (max-width: 479px) {
  #footer-widgets .footer-widget {
    width: 100%;
    margin-right: 0;
  }
  #footer-widgets .footer-widget:nth-child(n) {
    margin-bottom: 9.5%;
  }
  #footer-widgets .footer-widget:nth-child(n) {
    margin-bottom: 11.5%;
  }
  #footer-widgets {
    padding: 12% 0;
  }
}
.nav li li {
  margin: 0;
  padding: 0 20px;
}
.nav li {
  position: relative;
  line-height: 1em;
}
.nav li li {
  position: relative;
  line-height: 2em;
}
.nav li ul {
  position: absolute;
  padding: 20px 0;
  visibility: hidden;
  z-index: 9999;
  width: 240px;
  border-top: 3px solid #2ea3f2;
  opacity: 0;
  background: #fff;
  text-align: left;
  -webkit-transform: translate3d(0, 0, 0);
}
.nav li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.nav li:hover {
  visibility: inherit;
}
.LR_column h2 + p {
	padding-top:1.6em; 
}
.LR_column p + a { 
	margin-bottom:1.6em; 
}
.footer-widget p:last-child,
.LR_column p:last-child,
.LR_column ul:last-child {
	padding-bottom: 0;
}
@media all and (min-width: 981px) {
	.LR_column {
		margin-right: 8%;
	}
	.LR_column_1_2 {
		width: 46%;
	}
	.LR_column_1_2 .LR_module {
		margin-bottom: 8.696%;
	}
	.footer-widget {
		margin-right: 8%;
		width: 28%;
	}
	.footer-widget:last-child {
		margin-right: 0;
	}
}
@media all and (max-width: 479px) {
  .LR_column {
    width: 100%;
  }
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  content: " ";
}
.LR_post,
.LR_text {
  word-wrap: break-word;
}
.LR_row {
  position: relative;
  width: 80%;
  max-width: 63em;
  margin: 2em auto;
}
.LR_column {
  float: left;
  position: relative;
  z-index: 9;
}
.LR_image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  line-height: 0;
}
.mbt-0 {
	margin-top:0;
	margin-bottom:0;
}
.LR_image .LR_image_wrap {
  display: inline-block;
  position: relative;
}
.LR_image img {
  position: relative;
}
.LR_post {
  margin-bottom: 3.6em;
}
.LR_post h2 a {
  text-decoration: none;
}
.LR_post .more {
  color: #82c0c7;
  text-decoration: none;
}
.LR_bg_layout_light .LR_post p {
  color: #666;
}
.LR_bg_layout_dark .LR_post p {
  color: inherit;
}
.LR_post a img {
  max-width: 100%;
  vertical-align: bottom;
}
.LR_module.LR_button {
  display: inline-block;
  color: inherit;
}
.LR_button_module_wrapper > a {
  display: inline-block;
}
.LR_row:after {
  display: block;
  visibility: hidden;
  clear: both;
  width: 0;
  height: 0;
  line-height: 0;
  content: ".";
}
.LR_section {
  position: relative;
  background-color: #fff;
  color:#082b33;
  padding:5em 0;
}
.LR_with_background {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: max(100vw, 2400px) auto;
  background-image: url(../images/REN-001-Color-pattern-03-04-1.jpg);
}
.LR_section_0 {
  background-image: url(../images/REN-pattern-03-5000-40.jpg);
  padding: 9.25em 0 0;
  background-size:cover;
}

.LR_text ul {
  padding-bottom: 1em;
}
.LR_text > :last-child {
  padding-bottom: 0;
}
.LR_text_inner {
  position: relative;
}
.LR_text_0 {
  padding: min(20vh, 12vw) 0; 
}
.home .LR_text_0 {
  padding: min(24vh, 14vw) 0; 
}
}
.LR_text_0 p.lead {
	font-size:calc(1vw + 1em);
	line-height:1.3;
	max-width:20em;
	margin:.15em 0 0;
}

.LR_bg_layout_dark { 
	color: #fff;
	background-color: #082b33;
}
.LR_bg_layout_dark h1,
.LR_bg_layout_dark h2,
.LR_bg_layout_dark h3 {
  color: #ffe5c2;
}
.LR_row .LR_column:last-child {
  margin-right: 0;
}
.LR_card {
	display:flex;
	flex-flow: column;
	justify-content: space-between;
	grid-row-gap: 1.3em;
	align-items: flex-start;
}
@media all and (min-width: 981px) {
  .LR_equal_columns {
    display: flex;
  }
  .LR_equal_columns > .LR_column {
    order: 1;
  }
  .LR_column_1_3 {
	width:28%; 
  }
}
@media all and (max-width: 980px) {
  .LR_column {
    width: 100%;
    margin-bottom: 2em;
  }
.LR_row .LR_column.LR-last-child,
  .LR_row .LR_column:last-child {
    margin-bottom: 0;
  }
  .LR_column .LR_module {
    margin-bottom: 30px;
  }
  .LR_row .LR_column .LR_module.LR-last-child,
  .LR_row .LR_column .LR_module:last-child {
    margin-bottom: 0;
  }
  .LR_post {
    margin-bottom: 42px;
  }
  .LR_section {
	padding: 10vw 0;
	}
}


@media (min-width: 981px) {
  body:not(.LR-fixed-header) .LR_menu_container {
    margin: 1.6em auto;
  }
}

@media (max-width: 980px) {
  p.lead {
    font-size: 1.1em;
    line-height: 1.37;
  }
  body.LR-fixed-header #main-header {
    transform: translateY(-100%);         /* hidden above viewport by default */
  }

  /* Slide in when scrolling up */
  body.LR-fixed-header.header-scrolled-up #main-header {
    transform: translateY(0);
  }

  /* Always visible when menu is open */
  body.LR-fixed-header #main-header.open {
    transform: translateY(0);
  }
  .LR_row {
    margin: 1.5em auto;
  }
}
.mb00 {
  margin-bottom: 0px;
}
.pb00 {
  padding-bottom: 0px;
}

@media (max-width: 767px) {
  .LR_row {
    margin: 1em auto;
  }
	.LR_section_0 {
	  background-image: url(../images/REN-pattern-03-mobile-30.jpg);
	}
	.LR_section_3 {
	  padding: 15vw 0;
	}
	.home .LR_text_0 {
	  padding: 24vh 0; 
	}
	.LR_text_0 {
	  padding: 12vh 0;
	}
	.LR_text_0 p.lead {
		font-size:calc(2vw + 8px);
		margin-right: -3vw;
	}
	h3 { 
		font-size:1.5em;
	}
  .LR_post h2 {
    font-size: 1.1em;
  }
}

.LR_text_1 {
  color: #fee2c7;
}
.LR_text_1 h2 {
  color: #ffe5c2;
}
.LR_row_2,
.LR_row_0 {
  margin: 0 auto;
}
.LR_row_3 {
  margin: 5em auto 0 ;
}
.LR_image_0 {
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: center;
}
.LR_bg_green_overlay:after { 
	content:'';
	position:absolute; 
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#E7F5F7;
	mix-blend-mode:multiply;
}

@media print {
  #main-header {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
  #page-container {
    padding-top: 0 !important;
  }
}

a.img {
	display:block;
	width:2.5rem;
	height:2.5rem; 
	background: 50% 50% no-repeat #ffe5c2;
	transition: background .2s ease-out;
}
a.img:hover {
	background-color:#e7f5f7;
}
a.img.linkedin {
	background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 32 32%22><path d=%22M17.54 11v2.84h.07c.77-1.38 2.66-2.84 5.47-2.84 5.84 0 6.92 3.64 6.92 8.37V29h-5.77v-9.32c-.06-1.87-.41-3.88-3-3.88-3 0-3.46 2.22-3.46 4.51V29H12V11zM8 11v18H2V11zM5 3a3 3 0 1 1 0 6 3 3 0 0 1 0-6%22/></svg>");
	background-size: 1.25rem auto;
}