.ribbonUitgelicht {
	width: 100px;
	font-size: 14px;
	padding: 4px;
	position: absolute;
	right: 0px;
	top: 15px;
	text-align: center;
	border-radius: 25px;
	transform: rotate(20deg);
	background-color: #ff9800;
	color: white;
}

.editable-dashed {
	background-color: white;
	border: .5px dashed #ccc;
	border-radius: 5px;
}

.overlay-art-disabled {
    position: absolute; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7); /* Black background with opacity */
    z-index: 4; /* Specify a stack order in case you're using a different order for other elements */
    cursor: default; /* Add a default cursor on hover */
    border-radius: 5px;
}

.navbar-default {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100px;
	z-index: 999;
	border-bottom: 1px solid #e7e7e7;
	border-radius: 0;
	background-color: #fff;
}

.navbar-fixed-top {
	height: 100px;
}

.navbar-static-top {
	margin-top: 50px;
	height: 2px;
}

.navbar-brand {
	padding: 10px 15px;
}

.mobile-nav-filler {
	height: 98px;
	width: 100%;
	z-index: -1;
	background-color: #fff;
}

.navbar-btn {
	margin-left: 15px;
}

.mrb {
	height: 250px;
	width: 300px;
	margin: auto;
}

.prof-current-path {
	color: #fff;
	background-color: #04b6be;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.v-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.h-center {
	display: flex;
	align-items: center;
}

.flex-end {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.rounded {
	border-radius: 5px;
}

.rounded-t {
	border-radius: 5px 5px 0 0;
}

.rounded-r {
	border-radius: 0 5px 5px 0;
}

.rounded-b {
	border-radius: 0 0 5px 5px;
}

.rounded-l {
	border-radius: 5px 0 0 5px;
}

.z1 {
	position: relative;
	z-index: 1;
}

.z2 {
	position: relative;
	z-index: 2;
}

.z3 {
	position: relative;
	z-index: 3;
}

.just {
	display: flex;
	justify-content: space-around;
}

.evenly {
	display: flex;
	justify-content: space-evenly;
}

.between {
	display: flex;
	justify-content: space-between;
}

.relative {
	position: relative;
}

.float-l {
	float: left;
}



.navbar {
	margin-bottom: 0;
}

.circle-avatar {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	margin: 10px auto 10px auto;
}

.circle-avatar>img {
	width: 100%;
	height: 200px;
}



.circle-avatar-xs {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	margin: 10px auto;
}

.circle-avatar-xs>img {
	width: 100%;
	height: 50px;
}

.circle-avatar-xxs {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.circle-avatar-xxs>img {
	width: 100%;
	height: 25px;
}

.c-a-xxs-gebruiker {
	color: #e85c41;
	font-size: 12px;
	font-style: italic;
	margin: 5px;
	z-index: 5;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.c-a-xxs-gebruiker:hover {
	color: #e85c41;
  text-decoration: underline;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.circle-avatar-rea {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	margin: auto;
}

.circle-avatar-rea>img {
	width: 100%;
	height: 35px;
}

.img-cover {
	object-fit: cover;
}

.img-contain {
	object-fit: contain;
}

.img-scaledown {
	object-fit: scale-down;
}

.flexbox-container {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.flex-wrap {
	flex-wrap: wrap;
}


.nieuwsbrief-btn,
.nieuwsbrief-btn:visited,
.nieuwsbrief-btn:focus {
	border: 2px solid #e85c41;
	outline: none;
	background-color: transparent;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 16px;
	color: #e85c41;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1)
}

.nieuwsbrief-btn:hover,
.nieuwsbrief-btn:active {
	text-decoration: none;
	color: #e85c41;
	outline: none;
	filter: brightness(120%);
}



.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #e85c41;
}

.tags-beheren,
.tags-beheren:visited {
	padding-top: 13px;
	margin: 0;
	color: #04b6be;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	cursor: pointer;
}

.tags-beheren:hover,
.tags-beheren:focus,
.tags-beheren:active {
	text-decoration: none;
	color: #e85c41;
}

.tags-beheren a:hover,
.tags-beheren a:focus,
.tags-beheren a:active {
	text-decoration: none;
	color: #e85c41;
}

.cta-container {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	padding: 15px;
}

.cta-tekst {
	text-align: center;
	font-size: 16px;
	color: #777;
	margin-bottom: 15px;
}



.white-close {
	color: #fff;
	position: absolute;
	top: 20px;
	right: 25px;
	z-index: 3;
}

.corner-close {
	color: #333;
	position: absolute;
	top: 15px;
	right: 17px;
	z-index: 3;
}

.corner-close:hover {
	color: #111;
}

.corner-close:focus {
	outline: none;
}



#dragnDrop {
	text-align: center;
	border: 2px dashed #04b6be;
	height: 450px;
	width: 100%;
	position: relative;
	border-radius: 5px;
}

.dz-preview {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border-radius: 5px;
}

#ontdekken_crumb .tag-cat:hover {
	filter: brightness(100%)
}

.ontdekken_crumb_back {
	color: #999;
	font-size: 12px;
	background-color: #fff;
	border-radius: 5px;
	margin-right: 10px;
	padding: 4px 10px 4px 12px;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.ontdekken_crumb_back:hover {
	background-color: #ddd;
	color: #444;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.auteur {
	color: #e85c41 !important;
	font-size:12px;
	font-style:italic;
}

.datum {
	color: #888;
	font-size: 12px;
	text-decoration: none;
}

.thumbnail-w {
	display: block;
	width: 100px;
	height: 100px;
	padding: 4px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 0;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}

.thumbnail-w:hover, .thumbnail-w:focus, .thumbnail-w.active {
    border-color: #04b6be;
}

.bedrijf-artikel-image {
	width:100%;
	height:100%;
	border-radius: 5px 5px 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.visible-xs-wonen {
	display:none;
}


.toon-meer-link {
	position: relative;
	border-radius: 5px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	height: 40px;
	margin-bottom: -1px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.toon-meer-link:hover {
	background-color: #04b6be;
	border-color: #04b6be;

	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.toon-meer-link h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 130%;
	margin: 0;
	padding-right: 5px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.toon-meer-link span {
	font-size: 12px;
	color: #04b6be;
	line-height: 130%;
	margin: 0;
}

.toon-meer-link:hover h1 {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}


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

/* navbar
/*------------------------------------------------------*/

.navbar-nav > li {
	display:inline;
}


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

/* HEADING
/*------------------------------------------------------*/

#heading {
	margin-top: 30px;
	margin-bottom: 15px;
	border-bottom: 1px solid #04b6be;
}

#heading>span {
	border-bottom: 3px solid #04b6be;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
	font-size: 22px;
	color: #777;
}

.nieuws-heading {
	padding-left: 30px;
	padding-right: 40px;
}

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

/* TAGS
/*------------------------------------------------------*/

.tag-cat,
.tag-cat:focus,
.tag-cat:active,
.tag-cat:visited {
	background-color: #04b6be;
	color: #fff;
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: none;
	letter-spacing: 1px;
	margin: 5px 10px 5px 0;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	border-radius: 5px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	position: relative;
}

.tag-cat:hover {
	filter: brightness(120%);
	color: #fff;
	text-decoration: none;
}

.tag-cat-home,
.tag-cat-home:focus,
.tag-cat-home:active,
.tag-cat-home:visited {
	position:absolute;
	bottom:5px;
	left:15px;
	background-color: #04b6be;
	color: #fff;
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: none;
	letter-spacing: 1px;
	margin: 5px 10px 5px 0;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	border-radius: 5px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.tag-cat-home:hover {
	filter: brightness(120%);
	color: #fff;
	text-decoration: none;
}

.block {
	background-color: #fff;
	margin-top: 10px;
	padding: 30px;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
/*------------------------------------------------------*/

/* HOME HERO IMAGE
/*------------------------------------------------------*/

#hero-image {
	position: relative;
	width: 100%;
	height: 350px;
	flex-direction: column;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url("/img/WONENnl_hero-img-solarlux.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#hero-image h1 {
	margin: 20px;
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	line-height: 120%;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

#hero-image button {
	color: #fff;
	font-size: 26px;
	padding: 10px 20px 10px 20px;
	border-radius: 5px;
	background-color: #e85c41;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

#hero-image button:hover {
	text-decoration: none;
	filter: brightness(120%);
}

.hero-image-bron {
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	position: absolute;
	bottom: 20px;
	right: 30px;
	opacity: 0;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.65);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

#hero-image:hover .hero-image-bron {
	opacity: 1;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

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

/* HOME INTRO
/*------------------------------------------------------*/

.home-intro-head {
	position: relative;
	text-align: center;
	margin: 30px 0;
}

.home-intro-head h1 {
	line-height: 130%;
	letter-spacing: 2px;
	margin: 0;
	color: #555;
}

.home-intro-wrapper {
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
}

.home-intro {
	text-align: center;
	margin: 15px 0 45px 0;
}

.home-intro h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
	font-size: 22px;
	color: #777;
	margin: 0;
}

.home-intro h2 {
	color: #777;
	line-height: 140%;
	margin: 0;
	font-size: 18px;
}

.home-intro-cta-btn {
	color: #fff;
	font-size: 18px;
	padding: 5px 30px;
	margin-bottom: 30px;
	border-radius: 5px;
	border-width: 0;
	border-style: none;
	border-color: transparent;
	border-image: none;
	background-color: #e85c41;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.home-intro-cta-btn:hover,
.home-intro-cta-btn:focus {
	text-decoration: none;
	outline: none;
	background-color: #d04226;
	border-width: 0;
	border-style: none;
	border-color: transparent;
	border-image: none;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.home-intro-cta2-btn {
	color: #e85c41;
	font-size: 18px;
	margin: 0 10px;
	padding: 3px 5px;
	border-radius: 5px;
	border: 2px solid #e85c41;
	background-color: transparent;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.home-intro-cta2-btn:hover,
.home-intro-cta2-btn:focus {
	text-decoration: none;
	outline: none;
	color: #d04226;
	background-color: transparent;
	border: 2px solid #d04226;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}





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

/* AANBEVOLEN
/*------------------------------------------------------*/

#aanbevolen {
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	text-align: center;
	margin-bottom: 30px;
}


#aanbevolen h3,
#aanbevolen:visited h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #333;
	text-transform: uppercase;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	line-height: 130%;
	letter-spacing: 1px;
	margin: 0;
}

#aanbevolen:hover h3,
#aanbevolen:active h3,
#aanbevolen:focus h3 {
	color: #04b6be;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

#aanbevolen h1,
#aanbevolen:visited h1 {

	font-size: 16px;
	color: #333;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	line-height: 130%;
	margin: 15px 0 5px 0;
  padding: 0 20px;
	width: 100%;
}

#aanbevolen:hover h1,
#aanbevolen:active h1,
#aanbevolen:focus h1 {
	color: #04b6be;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

#aanbevolen p {
	color: #777;
	margin: 5px 0;
}

#aanbevolen span,
#aanbevolen span:visited {
	color: #e85c41;
	font-style: italic;
	text-decoration: none;
}

#aanbevolen span:hover,
#aanbevolen span:active,
#aanbevolen span:focus {
	text-decoration: underline;
}

#aanbevolen img {
	width: 100%;
	min-height: 300px;
	object-fit: cover;
}

#aanbevolen a.tag-cat {
	margin: 10px 0;
	padding: 5px 10px;
}

.aanbevolen-bottom {
	height: 250px;
	flex-direction: column;
	padding: 15px 30px;
}

#laatste-nieuws2more {
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	text-align: center;
	margin-bottom: 30px;
	height: 100%;
}

#laatste-nieuws2more h1,
#laatste-nieuws2more:visited h1 {

	font-size: 14px;
	color: #333;
	line-height: 130%;
	margin: 0;
	padding-right: 5px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

#laatste-nieuws2more:hover h1,
#laatste-nieuws2more:active h1,
#laatste-nieuws2more:focus h1 {
	color: #04b6be;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

#laatste-nieuws2more p {
	color: #777;
	line-height: 130%;
}

#laatste-nieuws2more span,
#laatste-nieuws2more span:visited {
	color: #bbb;
	font-size: 12px;
	margin: 0;
}

#laatste-nieuws2more span:hover,
#laatste-nieuws2more span:active,
#laatste-nieuws2more span:focus {
	text-decoration: underline;
}

#laatste-nieuws2more img {
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	object-fit: cover;
}

#laatste-nieuws2more a.tag-cat {
	margin: 10px 0;
	padding: 5px 10px;
}

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

/* best bekeken
/*------------------------------------------------------*/

#best-bekeken {
	position: relative;
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}

#best-bekeken p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 130%;
	margin: 0;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

#best-bekeken span {
	font-size: 14px;
	color: #777;
	line-height: 130%;
	margin: 0;
}

#best-bekeken:hover p {
	color: #04b6be;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

#best-bekeken img {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

#best-bekeken:hover img {

	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.best-bekeken-1 {
	position: relative;
	background-color: #fff;
	height: 360px;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	text-align: center;
	margin-bottom: 30px;
}

.best-bekeken-1-count {
	position: absolute;
	top: 8px;
	left: 9px;
	font-family: inherit;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.1;
	color: #333;
	margin: 0;
	padding: 0;
}

.best-bekeken-1 h3,
.best-bekeken-1:visited h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #333;
	text-transform: uppercase;
	padding: 0 15px;
	margin: 0;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	line-height: 130%;
	letter-spacing: 1px;
}

.best-bekeken-1:hover h3,
.best-bekeken-1:active h3,
.best-bekeken-1:focus h3 {
	color: #04b6be;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.best-bekeken-1 p {
	color: #777;
}

.best-bekeken-1 span,
.best-bekeken-1 span:visited {
	color: #e85c41;
	font-style: italic;
	text-decoration: none;
}

.best-bekeken-1 span:hover,
.best-bekeken-1 span:active,
.best-bekeken-1 span:focus {
	text-decoration: underline;
}

.best-bekeken-1 img {
	width: 100%;
	max-height: 100%;
	min-height: 100%;
	object-fit: cover;
}

.best-bekeken-1 a.tag-cat {
	margin: 10px 0;
	padding: 5px 10px;
}

.best-bekeken-2-5 {
	position: relative;
	border-radius: 5px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	height: calc(360px / 4 + 1px);
	margin-bottom: -1px;
	color: #04b6be;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.best-bekeken-2-5:hover {
	background-color: #fff;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.best-bekeken-2-5:hover h1 {
	color: #04b6be;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.best-bekeken-2-5-count {
	font-family: inherit;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.1;
	color: #333;
	margin: 0;
	padding: 0;
}

.best-bekeken-2-5 h1 {

	font-size: 14px;
	color: #333;
	line-height: 130%;
	margin: 0;
	padding-right: 5px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.best-bekeken-2-5 p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 130%;
	margin: 0;
	padding-right: 5px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.best-bekeken-2-5 span {
	font-size: 14px;
	color: #777;
	line-height: 130%;
	margin: 0;
}

.best-bekeken-2-5:hover p {
	color: #04b6be;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

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

/* laatste nieuws
/*------------------------------------------------------*/

#laatste-nieuws {
	position: relative;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#laatste-nieuws p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 130%;
	margin: 0;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

#laatste-nieuws span {
	color: #aaa;
	font-size: 12px;
}

#laatste-nieuws:hover p {
	color: #04b6be;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

#laatste-nieuws img {
	min-height: 100%;
	max-height: 100%;
	border-radius: 5px;
	object-fit: cover;
}

#laatste-nieuws a {
	color: #04b6be;
	font-size: 12px;
}

.laatste-nieuws-1 {
	position: relative;
	background-color: #fff;
	height: 360px;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	text-align: center;
	margin-bottom: 30px;
}

.laatste-nieuws-1-count {
	position: absolute;
	top: 8px;
	left: 9px;
	font-family: inherit;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.1;
	color: #333;
	margin: 0;
	padding: 0;
}

.laatste-nieuws-1_t {
	height: 25%;
	padding: 15px;
}

.laatste-nieuws-1 h1,
.laatste-nieuws-1:visited h1 {

	font-size: 16px;
	color: #333;
	padding: 0 15px;
	margin: 0;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	line-height: 130%;
}

.laatste-nieuws-1:hover h1,
.laatste-nieuws-1:active h1,
.laatste-nieuws-1:focus h1 {
	color: #04b6be;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.laatste-nieuws-1 p {
	color: #777;
}

.laatste-nieuws-1 span,
.laatste-nieuws-1 span:visited {
	color: #888;
	margin-top: 5px;
	font-size: 12px;
	font-style: none;
	text-decoration: none;
}

.laatste-nieuws-1 span:hover,
.laatste-nieuws-1 span:active,
.laatste-nieuws-1 span:focus {
	text-decoration: none;
}

.laatste-nieuws-1 img {
	width: 100%;
	max-height: 100%;
	min-height: 100%;
	object-fit: cover;
}

.laatste-nieuws-1 a.tag-cat {
	margin: 10px 0;
	padding: 5px 10px;
}

.laatste-nieuws-2-5 {
	position: relative;
	border-radius: 5px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	height: calc(360px / 4 + 1px);
	margin-bottom: -1px;
	color: #04b6be;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.laatste-nieuws-2-5:hover {
	background-color: #fff;

	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.laatste-nieuws-2-5-count {
	font-family: inherit;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.1;
	color: #333;
	margin: 0;
	padding: 0;
}

.laatste-nieuws-2-5 h1 {

	font-size: 14px;
	color: #333;
	line-height: 130%;
	margin: 0;
	padding-right: 5px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.laatste-nieuws-2-5 span {
	font-size: 12px;
	color: #777;
	line-height: 130%;
	margin: 0;
}

.laatste-nieuws-2-5:hover h1 {
	color: #04b6be;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.laatste-nieuws-2-4 {
	position: relative;
	border-radius: 5px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	height: calc(320px / 3 + 1px);
	margin-bottom: -1px;
	color: #04b6be;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.laatste-nieuws-2-4:hover {
	background-color: #fff;

	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.laatste-nieuws-2-4-count {
	font-family: inherit;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.1;
	color: #333;
	margin: 0;
	padding: 0;
}

.laatste-nieuws-2-4 h1 {
	font-size: 14px;
	color: #333;
	line-height: 130%;
	margin: 0;
	padding-right: 5px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.laatste-nieuws-2-4 span {
	font-size: 12px;
	color: #777;
	line-height: 130%;
	margin: 0;
}

.laatste-nieuws-2-4:hover h1 {
	color: #04b6be;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}



/*------------------------------------------------------*/
/* TOOLS
/*------------------------------------------------------*/

.tool {
	height: auto;
	background-color: #fff;
	border-radius: 5px;
	margin-top: 15px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.tool h1 {

	text-align: center;
	font-size: 16px;
	color: #333;
	padding: 15px;
	margin: 0;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	line-height: 130%;
}

.tool:hover h1{
	color: #04b6be;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.scanmovers-modal {
	width: 100%;
	height: 400px;
	background-image: url("/v6/img/scanmovers-modal.png");
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

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

/* ARTIKEL
/*------------------------------------------------------*/

#artikel-head {
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding-bottom: 15px;
	margin-top: 30px;
}

.artikel-head-title {

	color: #04b6be;
	font-size: 38px;
	letter-spacing: 1px;
	line-height: 125%;
	padding: 15px;
	margin: 0;
}

.artikel-head-summary {
	margin: 0;
	color: #333;
	font-size: 18px;
	padding: 0 15px;
}

.artikel-head-img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.artikel-aanbevolen {
	padding: 15px 0;
	position: relative;
	border-radius: 5px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	height: auto;
	margin-bottom: -1px;
	color: #04b6be;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.artikel-aanbevolen:hover {
	background-color: #fff;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.artikel-aanbevolen h1 {

	font-size: 14px;
	color: #333;
	line-height: 130%;
	margin: 0;
	padding-right: 5px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.artikel-aanbevolen p {
	font-size: 12px;
	color: #777;
	line-height: 130%;
	margin: 0;
}

.artikel-aanbevolen:hover h1 {
	color: #04b6be;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
/*------------------------------------------------------*/

/* PRODUCT
/*------------------------------------------------------*/

#product-head {
	margin-top: 30px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding-bottom: 10px;
}



#product-head p {
	margin: 0;
}

#product-head span {
	color: #ec600b;
}

#product {
	background-color: #fff;
	margin-top: 10px;
	padding: 30px;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#product p {
	color: #555;
	font-size: 16px;
	padding: 0;
}

#product h1,
#product h2,
#product h3,
#product h4,
#product h5,
#product h6 {
	padding: 0;

	color: #04b6be;
	line-height: inherit;
}

#product a {
	color: #04b6be;
}

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

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

/* POPULAIRE TAGS
/*------------------------------------------------------*/



.inschrijven-head span {
	margin-top: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 39px;
	color: #777;
}

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



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

/* COLLECTIE
/*------------------------------------------------------*/

#collectie-head {
	background-color: #fff;
}

.collectie-head {
	position: relative;
	background-color: #fff;
}

.collectie-head h1 {
	min-height: 50px;
	color: #333;
	font-size: 42px;
	margin-bottom: 0;
}

.collectie-head p {
	color: #777;
}

.collectie-head p a {
	color: #e85c41;
}

.c-h-image {
	min-height: 250px;
}

.c-h-info {
	min-height: 250px;
}

.collectie-icon {
	width: 40px;
	height: 40px;
	color: #fff;
	background-color: #04b6be;
	border-radius: 50%;
	text-align: center;
	float: left;
	font-size: 27px;
	line-height: 150%;
	padding-left: 1px;
}

.counting {
	color: #333;
	font-size: 27px;
	height: 40px;
	display: flex;
	align-items: center;
	padding-left: 20px;
}

.collectie-edit-dlt {
	cursor: pointer;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	color: #333;
	line-height: 42px;
	background-color: #fff;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.collectie-edit-dlt-selected {
	color: red;
}

.collectie-edit-slct {
	cursor: pointer;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	color: #333;
	line-height: 42px;
	background-color: #fff;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.collectie-edit-slct-selected {
	color: #04b6be;
}
#col-wijzig-hdr-slct {
	height: 400px;
	overflow-y:scroll;
}

.collectie-edit-img-select {
	height: 106px;
	width: calc(100% / 3);
	position: relative;
	float: left;
	overflow: hidden;
	border: 5px solid white;
}

.collectie-edit-hdr-img-select {
	height: 170px;
	width: 50%;
	position: relative;
	float: left;
	overflow: hidden;
	border: 5px solid white;
}

.collectie-edit-hdr-img-select-img {
	width: 160px;
	height: 160px;
	margin: auto;
	border-radius: 50%;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.collectie-edit-hdr-img-select-img>img {
	width: 100%;
	height: 160px;
}

.collectie-edit-imgs {
	height: 300px;
	overflow-y: scroll;
}

#collectie {
	position: relative;
	background-color: #fff;
	overflow: hidden;
	margin-top: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

#collectie:hover {

	cursor: pointer;
	cursor: hand;
}

#collectie a.tag-cat {
	position: absolute;
	top: 10px;
	left: 10px;
}



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

/* PROFIEL ACTIVITEIT
/*------------------------------------------------------*/

.activ_profiel {
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	border-radius: 5px;
	margin-bottom: 30px;
	height: 100%;
	padding: 30px;
}

.activ_profiel_naam {
	color: #e85c41;
	font-size: 24px;
	text-align: center;
}

.activ_profiel_tekst {
	color: #777;
	text-align: center;
	font-size: 14px;
}

.activ_profiel_collectie_naam {
	color: #333;
	text-align: center;
	font-size: 22px;
}

.activ_profiel_img {
	width: 290px;
	height: 180px;
	border-radius: 5px;
	overflow: hidden;
}

.activ_profiel_img>img {
	width: 100%;
	height: 180px;
}

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

/* PROFIEL SETTINGS
/*------------------------------------------------------*/

.btn-save-edit {
	background-color: #e85c41;
	color: #fff;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	display: none;
}

.btn-save-edit:hover {
	background-color: #e85c41;
	color: #fff;
	filter: brightness(120%);
}

.btn-save-edit:active:hover {
	background-color: #e85c41;
	color: #fff;
	filter: brightness(80%);
}

#Profiel-foto {
	display: none;
}

/*-Slider Switch-*/

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.switch input {
	display: none;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #e85c41;
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

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

/* BEDRIJFSPROFIEL
/*------------------------------------------------------*/

#bedrijf-head {
	position: relative;
}

#bedrijf-head h4 {
	color: #e85c41;
	font-size: 42px;
	margin-bottom: 0;
	font-weight: 400;
}

#bedrijf-head p {
	color: #777;
}

#bedrijf-head p a {
	color: #e85c41;
}

.page-wide-border {
	border-bottom: 1px solid #e85c41;
	background-color: #fff;
}

.bedrijf-head {
	position: relative;
	min-height: 250px;
}

.bedrijf-head-prod {
	position: relative;
	min-height: 250px;
	display: flex;
	align-items: center;
}

.bedrijf-contact>i {
	width: 45px;
	color: #04b6be;
	font-size: 18px;
	text-align: center;
}

.contact-map {
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

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

/* REACTIES
/*------------------------------------------------------*/

#reacties {
	position: relative;
	background-color: #fff;
	overflow: hidden;
	width: 100%;
	min-height: 300px;
	margin-top: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.affix {
	top: 100px;
	position: fixed;
}

#reacties-art {
	padding: 15px;
	background-color: #fff;
	overflow: hidden;
	min-width: 100%;
	min-height: 150px;
	max-height: 350px;
	margin-top: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	overflow-y: scroll;
	overflow-x: hidden;
}

.reactienew>.input-group>input {
	height: 30px;
	border-radius: 5px 0 0 5px;
	padding-left: 5px;
}

.reactienew>.input-group>.input-group-btn>button {
	color: #fff;
	background-color: #e85c41;
	border-color: #e85c41;
}

.reactieantwoord>.input-group>input {
	height: 30px;
	margin-top: 15px;
	border-radius: 5px 0 0 5px;
	padding-left: 5px;
}

.reactieantwoord>.input-group>.input-group-btn>button {
	margin-top: 15px;
	color: #fff;
	background-color: #e85c41;
	border-color: #e85c41;
}

#reacties-mod {
	padding: 15px;
	flex: 1;
	position: relative;
	background-color: #fff;
	overflow: hidden;
	width: 100%;
	margin-top: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	overflow-y: scroll;
	overflow-x: hidden;
}

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

/* PROFESSIONALS
/*------------------------------------------------------*/



.pro-card {
	position: relative;
	height: 490px;
	background-color: #fff;
	border-radius: 5px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.pro-card:hover {

	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.pro-card-l {
	height: 50%;
	border-top: 1px solid #e85c41;
	border-radius: 5px 5px 0 0;
}

.pro-card-l-top {
	height: 100px;
	margin-top: 30px;
	padding: 0 15px;
	margin-bottom: 15px;
}

.pro-card-l-top>h4 {
	color: #e85c41;
	text-align: left;
	margin: 0;
	line-height: 130%;
}

.pro-card-l-bot {
	height: 100px;
	padding: 0 30px;
}

.pro-card-l-bot>span {
	color: #777;
	font-size: 16px;
}

.pro-card-r {
	height: 50%;
	border-left: 0;
	border-bottom: 1px solid #e85c41;
	border-radius: 0 0 5px 5px;
}

.pro-card-r-top {
	position: relative;
	height: 132px;
	padding: 0 30px 0 15px;
}

.pro-card-r-top>.pro-card-info>i {
	width: 45px;
	color: #04b6be;
	font-size: 18px;
	text-align: center;
}

.pro-card-r-bot {
	height: 112px;
	position: relative;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
}

.pro-card-r-bot>.art-showcase {
	position: relative;
	height: 112px;
	width: calc(100%/3);
	float: left;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display:flex;
	align-items: center;
	justify-content: center;
}

.art-showcase>a>.link-spanner {
	z-index: 4;
}

.overlay-prof {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.3);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	cursor: pointer;
}

.art-showcase:hover .overlay-prof {
	opacity: 1;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.pro-card-pro-tag {
	position: absolute;
	top: 15px;
	right: 15px;
}

.pro-card-pro-tag>span {
	color: #e85c41;
	font-size: 14px;
	padding: 3px 5px;
	border-radius: 5px;
	border: 2px solid #e85c41;
	background-color: transparent;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.pro-card-pro-tag-rel {
	position: relative;
	height: 16px;
	margin-left: 15px;
}

.pro-card-pro-tag-rel>span {
	color: #e85c41;
	font-size: 14px;
	padding: 3px 5px;
	border-radius: 5px;
	border: 2px solid #e85c41;
	background-color: transparent;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

/*  Search  */

.search-professionals {
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	text-align: center;
	margin-bottom: 30px;
	border-radius: 5px;
}

.search-professionals-more {
	position: relative;
	color: #fff;
	background-color: #e85c41;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	text-align: center;
	margin-bottom: 30px;
	border-radius: 5px;
}

.search-pro-tag {
	position: absolute;
	top: 8px;
	left: 5px;
}

.search-pro-tag>span {
	color: #fff;
	font-size: 12px;
	padding: 3px 5px;
	border-radius: 5px;
	border: 2px solid #e85c41;
	background-color: #e85c41;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
}

.search-blog-tag {
	position: absolute;
	top: 8px;
	left: 5px;
}

.search-blog-tag>span {
	color: #fff;
	font-size: 12px;
	padding: 3px 5px;
	border-radius: 5px;
	border: 2px solid #04b6be;
	background-color: #04b6be;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

/* modal login */

ul.list-social>li {
	padding-bottom: 5px;
}

.login_modal_header>h2 {
	text-align: center;
}

.login_modal_header>h4 {
	text-align: center;
	color: #777;
}

.login-modal {
	padding: 15px 15px 0 15px;
}

.login_modal_footer {
	color: #777;
	font-size: 12px;
	text-align: center;
}

.aanmelden_modal_header>h2 {
	text-align: center;
}

.aanmelden_modal_header>h4 {
	text-align: center;
	color: #777;
}

.aanmelden-modal {
	padding: 15px 15px 0 15px;
}

.aanmelden_modal_footer {
	color: #777;
	font-size: 12px;
	text-align: center;
}

/*----- Social Links -----*/

.social-nav {
	padding: 0;
	list-style: none;
}

.social-nav a {
	display: inline-block;
	width: 36px;
	height: 36px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	background: #000;
	position: relative;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	-ms-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	-webkit-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	-moz-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	line-height: 36px;
	overflow: hidden;
	font-size: 20px;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.social-nav a:hover {
	background: #fafafa;
	box-shadow: none;
}

.social-nav .facebook {
	background: #3B579D;
}

.social-nav .facebook:hover {
	color: #3B579D;
}

.social-nav .twitter {
	background: #00ACED;
}

.social-nav .twitter:hover {
	color: #00ACED;
}

.social-nav .instagram {
	background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.social-nav .instagram:hover {
	color: #e95950;
}

.social-nav .google {
	background: #DD4A3A;
}

.social-nav .google:hover {
	color: #DD4A3A;
}

.social-nav .pinterest {
	background: #CB2026;
}

.social-nav .pinterest:hover {
	color: #CB2026;
}

/*  einde socials */

/* arc menu */

.corner-circle-top-l {
	position: absolute;
	top: 0;
	left: 15px;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 5px 0 50px 0;
	-moz-border-radius: 5px 0 50px 0;
	-webkit-border-radius: 5px 0 50px 0;
	z-index: 2;
}

.quarter-circle-top-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 0 5px 0 50px;
	-moz-border-radius: 0 5px 0 50px;
	-webkit-border-radius: 0 5px 0 50px;
	z-index: 2;
}

/* clipper */

#navs {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
	-o-box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	z-index: 3;
}

#navs>li,
#navs:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #e85c41;
}

#navs>li {
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: .3s;
}

#navs:after {
	content: attr(data-close);
	z-index: 1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

#navs.active:after {
	content: attr(data-open);
}

#navs a {
	text-decoration: none;
	color: #fff;
}

/* einde clipper  */

.panel-wonen {
	border-color: #ddd;
}

.panel-wonen .panel-heading {
	background-color: #04b6be;
	color: #fff;
}

.btn.blue,
a.btn.blue {
	background: #32b8da;
	border-color: #32b8da;
}



.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}

.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 25px;
}

.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	font-size: 24px;
	line-height: 1.33;
	border-radius: 35px;
}

.btn-zakelijk-admin {
	color: #e85c41;
	font-size: 14px;
	padding: 0;
	border-radius: 5px;
	border-width: 0;
	border-style: none;
	border-color: transparent;
	border-image: none;
	background-color: transparent;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.btn-zakelijk-admin:hover,
.btn-zakelijk-admin:focus {
	color: #d04226;
	text-decoration: none;
	outline: none;
	background-color: transparent;
	border-width: 0;
	border-style: none;
	border-color: transparent;
	border-image: none;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

/* Home   */

.bs-slider {
	overflow: hidden;
	max-height: 500px;
	position: relative;
	background: #000000;
}

.bs-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.bs-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.40);
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
	margin: auto;
	width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
	opacity: 1;
}

.fade .item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0 !important;
	display: block !important;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
	top: auto;
	position: relative;
}

.fade .item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/

.control-round .carousel-control {
	top: 47%;
	opacity: 0;
	width: 45px;
	height: 45px;
	z-index: 100;
	color: #ffffff;
	display: block;
	font-size: 24px;
	cursor: pointer;
	overflow: hidden;
	line-height: 43px;
	text-shadow: none;
	position: absolute;
	font-weight: normal;
	background: transparent;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

.control-round:hover .carousel-control {
	opacity: 1;
}

.control-round .carousel-control.left {
	left: 1%;
}

.control-round .carousel-control.right {
	right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
	color: #fdfdfd;
	background: rgba(0, 0, 0, 0.5);
	border: 0 transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
	left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
	right: 45%;
}

/*---------- INDICATORS CONTROL ----------*/

.indicators-line>.carousel-indicators {
	right: 45%;
	bottom: 3%;
	left: auto;
	width: 90%;
	height: 20px;
	font-size: 0;
	overflow-x: auto;
	text-align: right;
	overflow-y: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	white-space: nowrap;
}

.indicators-line>.carousel-indicators li {
	padding: 0;
	width: 15px;
	height: 15px;
	border: 1px solid rgb(158, 158, 158);
	text-indent: 0;
	overflow: hidden;
	text-align: left;
	position: relative;
	letter-spacing: 1px;
	background: rgb(158, 158, 158);
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 5px;
	-webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	z-index: 10;
	cursor: pointer;
}

.indicators-line>.carousel-indicators li:last-child {
	margin-right: 0;
}

.indicators-line>.carousel-indicators .active {
	margin: 1px 5px 1px 1px;
	box-shadow: 0 0 0 2px #fff;
	background-color: transparent;
	position: relative;
	-webkit-transition: box-shadow 0.3s ease;
	-moz-transition: box-shadow 0.3s ease;
	-o-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.indicators-line>.carousel-indicators .active:before {
	transform: scale(0.5);
	background-color: #fff;
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

/*---------- SLIDE CAPTION ----------*/

.slide_style_left {
	text-align: left !important;
}

.slide_style_right {
	text-align: right !important;
}

.slide_style_center {
	text-align: center !important;
}

.slide-text {
	left: 0;
	top: 10%;
	right: 0;
	margin: auto;
	position: absolute;
	text-align: left;
	padding: 10px 85px;
}

.slide-text>h1 {
	padding: 0;
	color: #ffffff;
	font-size: 70px;
	font-style: normal;
	line-height: 84px;
	margin-bottom: 30px;
	letter-spacing: 1px;
	display: inline-block;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.slide-text>p {
	padding: 0;
	color: #ffffff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 40px;
	letter-spacing: 1px;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

.slide-text>a.btn-default {
	color: #000;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-right: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a.btn-primary {
	color: #ffffff;
	cursor: pointer;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-left: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	background: #00bfff;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a:hover,
.slide-text>a:active {
	color: #ffffff;
	background: #222222;
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}



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

/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
	.slide-text h1 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 20px;
	}
	.slide-text>p {
		font-size: 18px;
	}
	.circle-avatar {
		width: 150px;
		height: 150px;
	}
	.circle-avatar img {
		height: 150px;
	}
	#aanbevolen img {
		min-height: 300px;
	}
	.collectie-mod-close {
		position: absolute;
		top: 25px;
		right: 25px;
		z-index: 3;
	}
}

@media (max-width: 768px) {
	.slide-text {
		padding: 10px 50px;
	}
	.slide-text h1 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.slide-text>p {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.control-round .carousel-control {
		display: none;
	}
}

@media (max-width: 480px) {
	.slide-text {
		padding: 10px 30px;
	}
	.slide-text h1 {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 5px;
	}
	.slide-text>p {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	.slide-text>a.btn-default,
	.slide-text>a.btn-primary {
		font-size: 10px;
		line-height: 10px;
		margin-right: 10px;
		text-align: center;
		padding: 10px 15px;
	}
	.indicators-line>.carousel-indicators {
		display: none;
	}
}

/* einde Home */

/********************/

/* TESTING GROUNDS  */

/********************/

.nav-pills>li>a {
	color: #333;
}

.tab-over-cat {
	margin-top: 30px;
	margin-bottom: 15px;
	border-bottom: 1px solid #04b6be;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.tab-over-cat>span {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
	font-size: 20px;
}

.tab-over-cat-end {
	border-bottom: 3px solid #04b6be;
	color: #777;
	text-transform: uppercase;
	display: inline;
}

.nav-tabs-cat {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nav-tabs-cat>li {
	color: #ccc;
	display: inline;
	margin-right: 5px;
}

.nav-tabs-cat>li>span {
	border-bottom: 3px solid #04b6be;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
	font-size: 24px;
	color: #777;
	text-transform: uppercase;
}

.nav-tabs-cat>li>a {
	color: #777;
	font-size: 18px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.nav-tabs-cat>li>a:hover,
.nav-tabs-cat>li>a:active,
.nav-tabs-cat>li>a:focus {
	text-decoration: none;
	color: #04b6be;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.nav-tabs-cat>.active {
	color: #777;
	border-bottom: 3px solid #04b6be;
}

.bord {
	height: 200px;
	width: 200px;
	overflow: hidden;
	border: 1px solid #e3e3e3;
	margin: 10px;
	float: left;
}

.bord-image {
	height: 40%;
	width: 50%;
	float: left;
	border: 1px solid transparent;
}

.bord-foot {
	height: 10%;
}




.animated {
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	transition: height 0.2s;
}

.stars {
	font-size: 24px;
	color: #d17581;
}

#rating {
	background-color: #fff;
}

#rating h3 {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	line-height: 130%;
}

#rating .date {
	padding: 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #333;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	line-height: 130%;
}

#rating .author {
	position: relative;
	color: #e85c41;
	font-style: italic;
	text-decoration: none;
}

#rating .omschrijving {
	position: relative;
	font-style: italic;
	text-decoration: none;
}

/* WOONWENS */

#vragen {
	font-size: 18px;
}

#vragen h3 {
	margin-bottom: 5px;
}

.woonwens-bullets-container {
	position: absolute;
	bottom: 5px;
	width: 100%;
	height: 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
}

.woonwens-label {
	height: 44px;
	width: 100%;
	background-color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #04b6be;
	border: 1px solid #04b6be;
	border-radius: 5px;
	float: left;
}

.woonwens-bullet {
	width: 15px;
	height: 15px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #04b6be;
	display: block
}

.woonwens-bullet-active {
	width: 15px;
	height: 15px;
	background-color: #04b6be;
	border-radius: 50%;
	border: 1px solid #04b6be;
	display: block
}

.img-4-3-ratio-container {
	width: 100%;
	/* just set a width you like*/
	overflow: hidden;
}

/* make the ratio 4*3 (by 100% of width /75% of width). use any ratio you'd like to */

.img-4-3-ratio {
	width: 100%;
	/* % of width */
	padding-top: 75%;
	/* the % of padding will calculate by width */
	position: relative;
	/* as it childern's(img here) position's anchor */
}

.img-4-3-ratio img {
	/* make the image inside the padding space */
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/* make sure the image will not over the division */
	max-height: 100%;
	max-width: 100%;
	/* center the image */
	display: block;
	margin: auto;
}



.zoek {

	width: 50%;

}


#divID {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000; /* Adjust the z-index as needed to ensure it overlays on the map */
	padding: 20px; /* Adjust padding as needed */
}


.submenu {
	float: left;
	width: 100%;
	clear: both;
}

@media (min-width: 768px) {
	.navbar-header {
		display:block
	}
	#artikel-head p {
		padding: 0 15px 0 0;
	}
	.navbar-header {display:none;}
}

@media (max-width: 768px) {
	#hero-image {
		height: 300px;
		margin-bottom: 0;
	}
	.hero-image-bron {
		opacity: 1;
		font-size: 12px;
		bottom: 5px;
		right: 10px;
	}
	#hero-image img {
		width: 70%;
	}
	.home-intro-head>h1 {
		font-size: 24px;
		padding: 0 60px
	}
	.home-intro {
		margin: 0 0 30px 0;
	}
	.home-intro>h1 {
		font-size: 20px;
	}
	.navbar-static-top {
		height: 180px;
	}
	.activ_profiel_collectie_naam {
		font-size: 18px;
	}
	.mobile-nav-filler {
		height: 100px;
	}
	.nav-tabs {
		font-size: 12px;
	}
	.nav-tabs>li>a {
		padding: 5px 10px;
	}
	.pro-card-l-bot>span {
		font-size: 13px;
	}
}

@media (max-width: 667px) {
	.visible-xs-wonen {
		display:block;
	}
	.hide-mobile {
		display:none;
	}
	.twitter-typeahead {
		width: 100%;
	}
	.navbar-default {
		height: 52px;
	}
	.navbar-form {
		margin: -2px auto auto auto;
	}
	.navbar-collapse {
		padding: 0;
		background-color: #fff;
		border-bottom: 1px solid #e7e7e7;
	}
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -16px;
    margin-left: -16px;
	}
	.navbar-nav {
		margin: 0;
	}
	.navbar-btn {
		margin-left: 0;
		margin-top:7px;
	}
	.mobile-nav-filler {
		height: 50px;
	}
	.home-intro {
		height: auto;
		padding: 0;
	}
	.home-intro>h1 {
		font-size: 19px;
		color: #888;
		font-weight: 500;
	}
	#aanbevolen a.tag-cat {
		margin: 0 0 5px 0;
		padding: 2px 6px;
		font-size: 9px
	}
	#artikel-head h1 {
		font-size: 24px;
		letter-spacing: 0;
		padding: 15px 15px 0 15px;
	}
	#aanbevolen h3,
	#aanbevolen:visited h3 {
		font-size: 13px;
		letter-spacing: 0;
		line-height: 130%;
	}
	.aanbevolen-bottom {
		height: 100px;
		padding: 15px 20px;
	}
	.best-bekeken-1 {
		height: auto;
	}
	.best-bekeken-1 h3,
	.best-bekeken-1:visited h3 {
		padding: 15px;
	}
	.laatste-nieuws-1 {
		height: auto;
	}
	.laatste-nieuws-1_t {
		height: auto;
	}
	.collectie-head h1 {
		font-size: 36px;
		margin-top: 0;
	}
	.c-h-image {
		min-height: 1px;
	}
	.c-h-info {
		min-height: 160px;
	}
	.collectie-edit-img-select {
		width: 50%;
	}
	.collectie-edit-hdr-img-select {
		height: 120px;
		width: 50%;
	}
	.collectie-edit-hdr-img-select-img {
		width: 110px;
		height: 110px;
	}
	.collectie-edit-hdr-img-select-img>img {
		height: 110px;
	}
	.inspiratie-item-info h1 {
		font-size: 14px;
	}
	.inspiratie-cta {
		font-size: 16px;
	}
	.inspiratie-cta-t {
		font-size: 12px;
	}
	.tag-cat-home {
		font-size:10px;
	}
	.nieuws-heading {
		padding-right:30px;
	}
	.show-mobile-m {
		display:none;
	}
	.show-mobile-s {
		display:none;
	}
	.laatste-nieuws-2-4 h1 {
    font-size: 12px;
    color: #333;
    line-height: 130%;
    margin: 0;
		padding-right:0px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	}
	#aanbevolen h1, #aanbevolen:visited h1 {

    font-size: 12px;
    color: #333;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    line-height: 130%;
    margin: 10px 0 0 0;
    padding: 0 10px;
    width: 100%;
	}
}

@media (max-width:375px) { /* mobile-m */
	.show-mobile-m {
		display:block;
	}
	.hide-mobile-m {
		display:none;
	}
	.navbar-btn {
		margin-left:15px;
	}
}

@media (max-width:320px) { /* mobile-s */
	.typeahead {
		padding: 6px 15px;
		font-size: 1em;
	}
	.show-mobile-s {
		display:block;
	}
	.hide-mobile-s {
		display:none;
	}
}

@media (max-width:767px) and (min-width: 568px) {

	.mob-lig-50 {
		width: 50% !important;
	}
	.img-4-3-ratio {
		padding-top: 75%;
	}

	.navbar-default {
		height: 52px;
	}
	.navbar-form {
		margin: -1px auto auto auto;
		padding-left: 35px;
		padding-right: 30px;
	}
	.navbar-collapse {
		padding: 0;
		background-color: #fff;
		border-bottom: 1px solid #e7e7e7;
	}
	.navbar-nav {
		margin: 0;
	}
	.navbar-btn {
		margin-left: 15px;
	}
	.mobile-nav-filler {
		height: 50px;
	}
	.aanbevolen-bottom {
		height: 150px
	}
}
