html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Open Sans', sans-serif;
	scroll-behavior: smooth;
}

.bg-white {
	background-color: #ffffff;
	box-shadow: 0px 1px 5px 0px rgba(112,112,112,1);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(112,112,112,1);
	-o-box-shadow: 0px 1px 5px 0px rgba(112,112,112,1);
	-ms-box-shadow: 0px 1px 5px 0px rgba(112,112,112,1);
	-moz-box-shadow: 0px 1px 5px 0px rgba(112,112,112,1);
	color: #707070;
}

.carousel {
	padding-top: 100px;
}

.navbar {
	min-height: 100px;
}

.nav_logo {
	max-height: 100px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.nav_padding {
	padding-left: 200px;
	padding-right: 200px;
}

.navbar-toggler {
	border: none;
	outline: none;
}

.navbar-toggler:focus {
	outline: none;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #30ac66;
	border-bottom: solid 1px #30ac66;
}

.nav-link {
	padding: none;
	margin-left: 10px;
	margin-right: 10px;
}

@media (min-width: 768px) {
	.navbar-expand-md .navbar-nav .nav-link {
	    padding-right: 0;
	}

	.rnew_vertical_center2 {
		 margin-top: 50px;
	}
}

@media (max-width: 768px) {
	.rnew_vertical_center2 {
		 margin-top: 250px;
	}
}

.carousel-item {
	min-height: 600px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.carousel_text {
	position: absolute;
	top: 30%;
	left: 30%;
	transform: translate(-30%,-20%);
	color: #ffffff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.rnew_green {
	color: #7ecb9f;
}

.rnew_gray {
	color: #707070;
}

.rnew_clear {
	background-color: transparent;
	padding-top: 20px;
	padding-bottom: 20px;
}

.container-fluid {
	width: 85%;
}

.rnew_button {
	width: auto;
	height: auto;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2.5px;
	padding-top: 2.5px;
	border: solid 2px #7ecb9f;
	color: #7ecb9f;
}

.rnew_button:hover {
	text-decoration: none;
	background-color: #7ecb9f;
	color: #ffffff;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.content {
	position: relative;
	width: 90%;
	max-width: 400px;
	min-height: 280px;
	max-height: 280px;
	overflow: hidden;
	margin: 0;
}

.content .content-overlay {
	background: rgba(126,203,159,0.5);
	position: absolute;
	height: 280px;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
	opacity: 1;
}

.content-image{
	width: 100%;
}

.content-details {
	position: absolute;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
	top: 50%;
	left: 50%;
	opacity: 1;
	cursor: default;
}

.content-details h3{
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.15em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

.content-details p{
	color: #fff;
	font-size: 0.8em;
}

.fadeIn-top{
	top: 20%;
}

.jumbo-proces {
	background-color: #fbfbfb;
}

.rnew_watermark {
	background-image: url('https://siteadmin.timodw.nl/bewerk/editor_uploads/0ad4a27fe1f3a119684dace4f1eadaa53ce88328.png');
    float: right;
    bottom: 0px;
    min-height: 300px;
    z-index: -10;
    min-width: 550px;
    position: absolute;
    opacity: 0.25;
    right: 0;
}

.jumbo-cta {
	height: auto;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0;
	margin-bottom: 0;
}

.cta_container {
	position: relative;
	color: #ffffff;
	text-align: center;
	top: 50%;
}

.white_line {
	position: relative;
	left: 50%;
	transform: translate(-50%,-0%);
	height: 2px;
	background-color: #ffffff;
	width: 20%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.rnew_horizontal_center {
	position: relative;
	left: 20%;
	transform: translate(-50,-0%);
}

.scroll-top {
	position: relative;
	height: 65px;
	width: 65px;
	top: -35px;
	background-color: #ffffff;
	color: #7ecb9f;
	border-radius: 50%;
	left: 50%;
	transform: translate(-50%);
	text-align: center;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(112,112,112,0.5);
	-moz-box-shadow: 3px 3px 10px 0px rgba(112,112,112,0.5);
	-o-box-shadow: 3px 3px 10px 0px rgba(112,112,112,0.5);
	-ms-box-shadow: 3px 3px 10px 0px rgba(112,112,112,0.5);
	box-shadow: 3px 3px 10px 0px rgba(112,112,112,0.5);
}

.scroll-top-span {
	position: relative;
	top: 7.5px;
}

.footer_white {
	background-color: #ffffff;
	margin-bottom: 0;
	padding: 2rem 1rem;
}

.footer_gray {
	background-color: rgba(112,112,112,0.05);
	margin-bottom: 0;
	padding: 2rem 1rem;
}

.scrolltoplink:hover {
	text-decoration: none;
}

.language_button {
	float: right;
    position: absolute;
    right: 30px;
    list-style-type: none;
}

.btn-rnew_trans {
	color: #7ecb9f;
	background-color: transparent;
	border: solid 1px #7ecb9f;
	outline: 0;
}

.btn-rnew_trans:hover {
	color: #ffffff;
	cursor: pointer;
	background-color: #7ecb9f;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.btn:focus, .btn:active:focus, .btn.active:focus{
    outline:none;
    box-shadow:none;
}

.btn-rnew_full {
	color: #ffffff;
	background-color: #7ecb9f;
	border: solid 1px #7ecb9f;
}

.btn-rnew_full:hover {
	color: #ffffff;
	cursor: default;
}

.jumbo_about {
	padding-top: 100px;
	background-size: cover;
	background-position: right bottom;
	background-repeat: no-repeat;
	min-height: 550px;
	max-height: 550px;
}

.rnew_vertical_center {
	position: absolute;
	top: 35%;
	transform: translate(-0,-50%);
}

.rnew_vertical_center2 {
	position: absolute;
	top: 50%;
	transform: translate(-0,-50%);
	width: 100%;
}

.rnew_vertical_center3 {
	position: absolute;
	top: 50%;
	transform: translate(-0,-50%);
	width: 100%;
}

@media (max-width: 768px) {
	.rnew_vertical_center3 {
		position: relative;
		transform: translate(-0%,-0%);
		margin-top: 100px;
		top: 0%;
	}
}

.jumbo_gray {
	background-color: rgba(112,112,112,0.05);
	height: 65vh;
	width: 100%;
	margin: 0;
}

.studio_flex {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.studio_bar {
	position: relative;
	background-color: #7ecb9f;
	flex: 0 0 5%;
	width: 100%;
	height: 9vh;
	top: 5vh;
}

.studio_img {
	position: relative;
	flex: 0 0 25%;
	width: 100%;
	height: 70vh;
	top: -5vh;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}

.studio_bar_title {
	position: relative;
	flex: 0 0 70%;
	height: 100%;
}

.studio_bar_titlebar {
	position: relative;
	background-color: #7ecb9f;
	width: 20%;
	height: 9vh;
	top: 5vh;
}

.studio_bar_title_pos {
	position: relative;
	top: 50%;
	left: 10%;
	transform: translate(-0%,-50%);
	color: #ffffff;
}

.studio_text {
	position: relative;
	top: 7.5vh;
	left: 2%;
	width: 70%;
}

/* ################################### */
.jumbo_gray-m {
	background-color: rgba(112,112,112,0.05);
	width: 100%;
	margin: 0;
}

.studio_flex-m {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.studio_bar_title-m {
	position: relative;
	flex: 0 0 100%;
	height: 100%;
}

.studio_bar_titlebar-m {
	position: relative;
	background-color: #7ecb9f;
	width: 50%;
	height: 9vh;
	top: 5vh;
}

.studio_bar_title_pos-m {
	position: relative;
	top: 50%;
	left: 10%;
	transform: translate(-0%,-50%);
	color: #ffffff;
}

.studio_text-m {
	position: relative;
	padding-top: 7.5vh;
	padding-bottom: 2vh;
	left: 5%;
	width: 90%;
}

.portfolio_bar {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 80px;
}

.portfolio_flex {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	height: 100%;
}

.portfolio_control {
	position: relative;
	flex: 0 0 7.5%;
	width: 100%;
	height: 100%;
	background-color: #7ecb9f;
}

.portfolio_control:hover {
	cursor: pointer;
}

.portfolio_trans {
	position: relative;
	flex: 0 0 31.25%;
	width: 100%;
	height: 100%;
	background-color: #7ecb9f;
	opacity: 0.2;
}

.portfolio_center {
	position: relative;
	flex: 0 0 22.5%;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}

/* Slideshow container */
.slideshow-container {
	position: relative;
	margin: auto;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	background-color: transparent;
	border-radius: 50%;
	display: block;
	transition: background-color 0.6s ease;
	float: right;
	border: solid 1px #7ecb9f;
}

.activeslide, .dot:hover {
	background-color: #7ecb9f;
}



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 5s;
  animation-name: fade;
  animation-duration: 5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.dots {
	position: relative;
	top: 50%;
	transform: translate(-0%,-50%);
}

@media (max-width: 768px) {
	.dots {
		transform: translate(-0%, -200%) rotate(90deg);
	}
}

.portfolio_bar_item {
	position: relative;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #ffffff;
	font-size: 30px;
	text-align: center;
}

.cat_change {
	font-size: 15px;
}

.cat_change:hover {
	cursor: pointer;
}

.cat_active {
	font-weight: 700;
}

.rnew_jumbo {
	background-color: rgba(112,112,112,0.10);
	max-height: 500px;
}

.horizontal_center_rnew {
	position: relative;
	left: 50%;
	transform: translate(-50%,-0%);
	text-align: center;
}

.jumbo_trans {
	background-color: transparent;
}

.webshop_jumbo {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;
}

.fhw {
	position: relative;
	width: 100%;
	height: 100%;
}

.center_hw {
	display: flex;
	align-items: center;
}

.img_list {
	width: 150px;
	height: 150px;
	background-size: cover;
	background-position: center;
}

.img_list:hover {
	cursor: pointer;
}
