@font-face{
	font-family:"helveticaNow";
	src:url("../fonts/HelveticaNowDisplay-Regular.woff2");

    font-weight: normal;
    font-style: normal;
	 font-display: swap;
}
@font-face{
	font-family:"helveticaNow";
	src:url("../fonts/HelveticaNowDisplay-Bold.woff2");
    font-weight: bold;
    font-style: normal;
	 font-display: swap;
}

@font-face{
	font-family:"helveticaNow";
	src:url("../fonts/HelveticaNowDisplay-Thin.woff2");
    font-weight: 200;
    font-style: normal;
	 font-display: swap;
}

@font-face {font-family: "onestroke";
  src: url("../fonts/8debadb0a3b154c7c07c720034725a04.eot"); /* IE9*/
  src: url("../fonts/8debadb0a3b154c7c07c720034725a04.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/8debadb0a3b154c7c07c720034725a04.woff") format("woff"), /* chrome、firefox */
  url("../fonts/8debadb0a3b154c7c07c720034725a04.ttf") format("truetype"); /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  font-display: swap;
}
* {
	font-family: helveticaNow, arial, times;
}
body {
	font-family: helveticaNow, arial, times;
	/*font-family: Alegreya Sans, arial, segoe UI, arial,tahoma,times;*/
	font-size: 16px;
	margin:0;
	padding:0;
	background-color: #E4E4E4;
	background-color: #fff;
    background-color: #49EEFF;

	 background-color: #EAEAEA;
	    background-color: #e7e7e7;
	-webkit-background-size: length_100% length_100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: 100%;
	width: 100%;
	position: relative;
	background-attachment: fixed;
	  background-color: #e7e7e7;
	      background-color: #313131;
			    background-color: #1b1b1b;
			    background-color: #000;
				 overflow-x: hidden !important;
	/*overflow:hidden;*/
}
/*
*:not(html) {
    -webkit-transform: translate3d(0, 0, 0);
}*/
html{
 position: relative;
}
::selection {
  background: #ffb7b7; /* WebKit/Blink Browsers */
  background: rgba(255,242,0,0.4);
      background: rgb(240,163,102,0.74);
}
::-moz-selection {
  background: #ffb7b7; /* Gecko Browsers */
    background: rgba(255,242,0,0.4);
	     background: rgb(240,163,102,0.74);
}

.karakter_info::first-letter, .item_code_val::first-letter, #karakteromschrijving_html::first-letter, .extra_info::first-letter  {
	text-transform: capitalize;
}

h1 {
	font-family: helveticaNow, arial, segoe UI, arial,tahoma,times;
font-weight: normal;
font-size: 80px;
color: #fff;
text-align: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 15px 0px;
/*letter-spacing: 2px;*/
}

h2 {
	font-family: helveticaNow, arial, segoe UI, arial,tahoma,times;
	font-weight: normal;
	font-size: 60px;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	letter-spacing: 1px;
	line-height: 100%;



}
h3 {
		font-family: helveticaNow, arial, segoe UI, arial,tahoma,times;
}
.home_intro h2 {
	margin-bottom: 15px;

}

label{
	margin: auto;
	display: block;
	color: #fff;
}

.inline-label{
  position: absolute;
  right: 0;
  transform: translate(120%,-100%);
}

#maanbx.inline-label{
  transform: translateX(132%);
}
.leeftijdlabel{
  width: 41.5%;
}
/*
.labelpadding{
  padding-top:2% !important;
  padding-bottom:1.25% !important;
  text-align: right;
}

#jaarbx.labelpadding{
  padding-right: 12%;
  padding-left: 0;
}

#maandbx.labelpadding{
  padding-right: 23%;
  padding-left: 0;
  margin-left: 5%;
}
*/
.searchval{
	/* display: flex; */
	width: 100%;
	width: 48%;
	/* margin-right: 5px;*/
}
.select_label {
	font-size: 12px;
	/*font-weight: bold;*/
	padding: 0px;
	line-height: 130%;
	    color: #d99358;
		margin-top: 10px;
	/* margin-left: 2px;*/
}
/*
.select_leeftijd {
	font-size: 15px;
	font-weight: bold;
}
*/
.width_100 {
	width: 100%;
}
.searchval--100{
  width: 100%;
}
.margin_top_10 {
	top: 15px;
}
.baasje_form_wrapper {
	padding: 40px 40px;
	background: #e2e2e2;
	margin-top: 50px;
	/* border: 1px solid; */
	box-shadow: 0px 5px 100px rgba(0, 0, 0, 0.11);
	background: rgb(27, 27, 27);
	background-color: #171717;
	background-color: #181818;
}
.searchrow{
	display: flex;
	    height: 100%;
	    /* line-height: 34px; */
	    position: relative;
	    flex-wrap: wrap;
	    justify-content: space-between;
}

.searchlabel{
	width: 20%;
	margin-right: 10%;
}

.left_align{
	margin-right:10%;
}

.center_align{
  text-align: center;
  margin: 0 10%;
}

.right_align{
	margin-left: 10%;
	text-align: right;
}
.agerange{
	display: flex;
	height: 100%;
	width: 20%;
	border: none;
	background-color: transparent;
	color: #fff;
}

.ranage{
	margin:0;
	flex:15 0 0;
}

.searchbody{
	margin: auto;
	/*width:52%;*/
	text-align: left;
	color: #fff;
}

.advertenties{
  color:#000;
}

.adverval{
 /* height: 40px;*/
}

.input-icon {
  position: relative;
}

.input-icon > i {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 50%;
  pointer-events: none;
  min-width: 60px;
  text-align: center;
	font-style: normal;
  margin-left: 1%;
}

.input-icon > input {
  padding-left: 70px;
	padding-right: 0;
}


h3 {
	font-weight: normal;
	font-size: 24px;
	color: #000;
	font-weight: normal;
	/* margin: 0px 0px 10px 0px; */
	line-height: 120%;
	font-weight: bold;
	margin: 20px 0px 10px 0px;

	text-align: left;
	color: #fff;
}
#content_contact a:link, #content_contact a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	transition: 0.3s ease;
	transition: 0.4s ease;
     display: inline-block;
    /*padding: 15px 30px;*/
    border-radius: 5px;
    /* margin-top: 33px; */

}
#content_contact a:hover {
	color: rgb(241, 249, 255);
}


.orderform_container h2 {
	color: #560018;

}

.h1_span {
	font-size: 18px;

}

.h2_790 {
	font-size: 28px;
}




img {
border: none;
}

#wrapper {
    min-height: 100%;
    overflow: hidden;
    min-height: 100%;
    overflow: hidden;
    /* overflow: auto; */
    /* height: 100vh; */
    /*-webkit-overflow-scrolling: touch;*/
   /* z-index: 1;*/
    position: relative;
    width: 100%;
}
#main_wrap {
	/*overflow: auto;*/
	/*padding-bottom: 74px;
	padding-bottom: 107px;*/

}
#footer {
	position: relative;
	margin-top: -74px; /* negative value of footer height */
	margin-top: -117px;
	min-height: 74px;
	min-height: 107px;
	clear:both;
}




.close {
	width: 24px;
	height: 24px;
	background-image: url('../img/close2.png');
	/*background-image: url('../img/close3.png');*/
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;

}

.close_diensten {
	width: 24px;
	height: 24px;
	background-image: url('../img/close2.png');
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
}
.close_fas {
	width: 24px;
	height: 24px;
	background-image: url('../img/close2.png');
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
}


.main_wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;

}
.content {


}
.content_container {

	/*padding: 19px;*/
	color: #fff;
	color: #6c6c6c;
	/*letter-spacing: 1px;*/
	font-size: 13px;
	position: relative;
	overflow: auto;
	overflow: hidden;
    color: rgba(0, 0, 0, 0.63);
}


.content_contact_container {
padding: 15px 0px 0px 20px;
letter-spacing: 1px;
font-size: 13px;

}
/******************************************************************************************************

/**************************************************************************************************
input[type=range] {
  height: 26px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000;
  background: #3071A9;
  border-radius: 5px;
  border: 1px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000;
  border: 1px solid #000000;
  height: 18px;
  width: 15px;
  border-radius: 5px;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #3071A9;
}
input[type=range]#maxleeftijdbx::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000;
  background: #3071A9;
  border-radius: 5px;
  border: 1px solid #000000;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000;
  border: 1px solid #000000;
  height: 18px;
  width: 15px;
  border-radius: 5px;
  background: #FFFFFF;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #3071A9;
  border: 1px solid #000000;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #3071A9;
  border: 1px solid #000000;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #000000;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 1px 1px 1px #000000;
  border: 1px solid #000000;
  height: 18px;
  width: 15px;
  border-radius: 5px;
  background: #FFFFFF;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3071A9;
}
input[type=range]:focus::-ms-fill-upper {
  background: #3071A9;
}

/***********************************************************************************************************
STAS***********************************************************************************************************
/*****************************************/
/*****************************************
STAS*************************************************************************************************************
/*****************************************/
/*****************************************
STAS***************************************************************************************************************
/*****************************************/
/*****************************************
STAS***************************************************************************************************************
/*****************************************/
/*****************************************
STAS***************************************************************************************************************
/*****************************************/
/*
.terug, .terug_clients {
    width: 4%;
	width: 6%;
    display: block;
    text-decoration: none;
    position: fixed;
    top: 3%;
	top: 20%;
    right: 2%;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    border-radius: 100px;
}*/
.terug, .terug_clients {
    width: 8%;
	 padding-bottom: 8%;
	 position: absolute;

    display: block;
    text-decoration: none;
    top: 10px;
    right: 10px;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.diensten_inner_right .terug {
	width: 80px;
	padding-bottom: 80px;

	top: 30px;
	right: 35px;

}
.terug:hover, .terug_clients:hover {

/*	transform: rotateZ(180deg);*/
}
.close_line_1 {
	position: absolute;
	top: 0px;
	height: 100%;
	padding: 0% 4%;

background-color: #1274be;
background-color: #000;
	background-color: #fff;
	left: 48%;
	transform: rotateZ(45deg);
	transition: 0.4s ease;
}
.close_line_2 {
    position: absolute;
    top: 0px;
    height: 100%;
    padding: 0% 4%;
    background-color: #fff;
    background-color: #000000;
	 	background-color: #fff;
    left: 48%;
    transform: rotateZ(-45deg);
    transition: 0.4s ease;
}
.terug:hover .close_line_1, .terug:hover .close_line_2 {

transform: rotateZ(90deg);
}

.terug img {
	width: 100%;
}
.prod_blok_img2 {
	width: 100%;
	min-height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	transition: 0.6s ease;
}
.diensten_blok, .client_link, .tcr_img_link {
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    display: inline-block;
    width: 31.33%;
    vertical-align: top;
    overflow: hidden;
    transform: translateZ(0);
    margin: 1%;

}
.category_introduction {

    font-size: 25px;
   /* padding: 0% 0% 10% 0%;*/
	 /*padding: 90px 0% 10% 0%;*/
	 color: #000;
    font-size: 18px;
    /* padding: 4% 20% 10% 0%; */
    position: relative;
    text-align: left;
    width: 62%;
    margin: 0 auto;
    line-height: 150%;

}

.baasje_gezocht_wrapper .category_introduction {
	width: 100%;
}
.categorie_introduction_vlak {
	background: #fff;
	padding: 10%;
	padding: 7%;
	background: #000;
	    color: rgba(255, 255, 255, 0.7);
		 position: relative;
		     border-radius: 30px 30px 30px 30px;
}
#content_onze-dieren .category_introduction_vlak {
	 border-radius: 30px 30px 0px 0px;
}
.categorie_introduction_vlak::before, .baasje_dieren_header::before {
  content:'';
  background-image: url('../img2/logo_embleem.svg');
  position:absolute; /*or absolute*/
  z-index:0; /*a number that's more than the modal box*/
  width: 15vw;
  height: 15vw;
  width: 20vw;
  height: 20vw;
  background-size: contain;
  opacity: 0.5;
  left:50px;
  top:50px;
  opacity: 0.9;
left: 0px;
top: 50px;
background-repeat: no-repeat;
/*right: 0px;*/
margin: auto;

left: 5px;
top: 20px;
/*right: 0px;*/
margin: auto;
width: 135px;
height: 135px;

left: 30px;
top: 50px;
width: 65px;
height: 65px;
width: 5.5vw;
height: 5.5vw;
min-width: 65px;
min-height: 65px;
transform: rotateZ(120deg);
}
.categorie_introduction_vlak::after, .baasje_dieren_header::after{
  content:'';
  background-image: url('../img2/logo_embleem.svg');
  position:absolute; /*or absolute*/
  z-index:0; /*a number that's more than the modal box*/
  width: 15vw;
  height: 15vw;
  width: 20vw;
  height: 20vw;
  background-size: contain;
  opacity: 0.5;
  left:50px;
  top:50px;
  opacity: 0.9;
left: 0px;
top: 50px;
background-repeat: no-repeat;
/*right: 0px;*/
margin: auto;

left: 5px;
top: 20px;
/*right: 0px;*/
margin: auto;
width: 135px;
height: 135px;

left: 101px;
top: 163px;
width: 65px;
height: 65px;
left: 72px;
top: 168px;
width: 5.5vw;
height: 5.5vw;
min-width: 65px;
min-height: 65px;
transform: rotateZ(120deg);

}
.category_introduction h2 {
	font-weight: bold;
	font-size: 40px;
	padding: 30px 0px 15px 0px;
}
.prod_blok_img_bx2 {
    /* margin: 0 auto; */
    /* padding: 15px 15px 15px 15px; */
    /* height: 161px; */
    /* height: 254px; */
    background-color: #ffffff;
    overflow: hidden;
    /* padding: 20px; */
    /* overflow: hidden; */
    /* border: 4px solid #fff; */
    /* border-radius: 20px; */
    width: 100%;
    padding-bottom: 80%;
    position: relative;
    display: inline-block;
    height: 0px;
    transition: 0.4s ease;
}
.diensten_inner {
	min-height: 200px;
	line-height: 150%;
	font-size: 20px;
	/* padding: 37px; */
	/* color: #fff; */
	color: #9B9B9B;
	color: #fff;
	/* color: #6D6D6D; */
	width: 88%;
	margin: 0 auto;
	margin-bottom: 6%;
	display: inline-block;
	text-align: left;

	width: 100%;
	box-sizing: border-box;
	padding: 0px 60px;
}
#adverteren_form .diensten_inner {
	padding: 0px;
}
/*
.entry_page  {
    width: 80%;
    height: 80%;
    position: fixed;
    top: 10%;
    left: 10%;
    overflow: auto;
    z-index: 3;
}
*/


.entries_pages {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	z-index: 7;
	opacity: 1 !important;
}
.entries_pages_deelnemers, .entries_pages_instanties {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 8;
    opacity: 1 !important;
}
.entries_in_view {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
	position: relative;

}

.entry_page {
    width: 75%;
	 width: 100%;
    height: 100%;
	 height: 100vh;
    position: fixed;
    top: 0%;
    /* left: 20%; */
    /*overflow: auto;*/
	 overflow-y: auto;
    z-index: 3;

    right: 0px;
}
.entries_in_view  .entry_page {
	position: relative;
	height: auto;
}
.entries_in_view  .entry_wrapper {
	position: relative;
}
.search_header {
	font-size: 40px;
	text-align: center;
	padding-top: 30px;

	font-size: 50px;
	text-align: center;
	padding-top: 30px;
	font-weight: 200;
	text-shadow: 0px 1px 1px #000;
	font-family: onestroke;


font-size: 33px;
padding-top: 10px;
font-weight: 200;
padding-bottom: 35px;
margin-bottom: -20px;
}
.entries_in_view .entry_wrapper, #content_search {


	    /* background: #fff;*/
}
#content_search {
	min-height: 90vh;
}
.no_search_results {
	text-align: center;
	color: #fff;
}
.entry_wrapper {
    width: 100%;

    position: relative;

    min-height: 500px;
    min-height: 75vh;
    min-height: 100vh;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00006838', endColorstr='#eb006838',GradientType=1 );

	     background: #ed5404;
		  background: rgb(204, 204, 204);

		  background: -moz-linear-gradient(left,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,1) 60%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%);
background: linear-gradient(to right,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#000000',GradientType=1 );
overflow:hidden;
}

#entries_pages_deelnemers_2 .entry_wrapper, .entries_pages_instanties .entry_wrapper {

		  background: rgb(0, 0, 0);
		  background: -moz-linear-gradient(left,  rgba(0,0,0,0.92) 0%, rgba(0,0,0,1) 60%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.92) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%);
background: linear-gradient(to right,  rgba(0,0,0,0.92) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#000000',GradientType=1 );

}
.product_img {
    transition: 0.4s;
    display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    /*border-radius: 20px;*/
   /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.38); */
}
.diensten_inner_left_padding {
/*	padding: 0% 7%; */
	    /* padding: 0px 40px 0px 0px; */
	    font-size: 22px;
	    box-sizing: border-box;
	    width: 40%;
	    width: 50%;
	    display: inline-block;
	    vertical-align: top;
	    padding: 4%;
	    color: rgba(0, 0, 0, 0.89);
		 padding: 100px 40px;
		     padding: 30px 40px;
}


.product_blok_container3 h2 {
    color: #9B9B9B;
    color: #EAEAEA;
    /* color: #6D6D6D; */
    font-size: 35px;
    /* font-weight: bold; */
}
.product_blok_container3 h1 {

	 color: #efa466;
    /* color: #6D6D6D; */
    font-size: 60px;
	 font-family: onestroke;
	 margin: 20px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
    /* font-weight: bold; */
}
.display_title2 {
    color: #6E6E6E;
    color: #fff;
    text-align: center;
    font-weight: normal;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 0px;
    font-size: 26px;
   /* transform: translateY(-100%);*/
    transform: scale(0.75);
	opacity: 0;
    transition: 0.4s ease;
	z-index: 4;
	opacity: 0;
}
.display_title2 table, .display_title2 td{
	width: 100%;
	height: 100%;
    color: #C5D93C;
}
.hover_filter {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.7);
    background-color: rgba(33, 118, 74, 0.85);
background-color: rgba(255, 191, 0, 0.89);
	transform: translateZ(0);
	opacity: 0;
	transition: 1s ease;
}
.view_img {
    width: 18%;
    display: block;
    margin: 0 auto;
    margin-top: 3%;
}

a.diensten_blok:hover .hover_filter {
	opacity: 1;
}
a.diensten_blok:hover .display_title2 {
	/*transform: translateY(0%);*/
	transform: scale(1);
	opacity: 1;
}
a.diensten_blok:hover .prod_blok_img2 {
	transform: scale(1.3);
}






a.stas_logo:link, a.stas_logo:visited {
	display: block;
	width: 15%;
	position: relative;
	margin: 0 auto;
    padding: 2% 0%;
}
.stas_logo img {
	width: 100%;
}
.footer_vlak {
    width: 100%;
    /* height: 193px; */
	/*
    background-color: #303636;
    background-color: #777777;*/
    /*z-index: 21;*/
    position: relative;
    background-color: #2c4184;
    -webkit-transform: translate3d(0, 0, 0);
    background-color: #00285F;
}
.copyrights_container {
    /* height: 100px; */
    color: white;
    position: relative;
    z-index: 2;

}


.front {
  background-color: rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 1);
}

.left {
  background-color: rgba(100, 0, 0, 0.5);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
background-color: rgba(23, 23, 23, 0.8);
background-color: rgba(23, 23, 23, 1);
}

.back {
  background-color: rgba(0, 0, 100, 0.5);
   background-color: rgba(0, 0, 0, 0.8);
   background-color: rgba(0, 0, 0, 1);
}

.right {
  background-color: rgba(0, 100, 0, 0.5);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
background-color: rgba(23, 23, 23, 0.8);
background-color: rgba(23, 23, 23, 1);
}

.wrap {
  width: 100%;
  height: 100%;
  /*height: 80vh;*/
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.wrap div {
  position: absolute;
  width: 100%;
  min-height: 100%;
  height: 100% !important;
  margin: 0 auto;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.wrap div h1, .wrap div p {
  max-width: 700px;
  margin: 0 auto 20px auto;
  padding: 20px 20px 0 20px;
}
.wrap_perspective {

    -webkit-perspective: 800px;
    perspective: 800px;

    position: absolute;
    width: 100%;
    height: 100%;
}
.perspectief2 {
    position: relative;
   /* z-index: 10;*/
    transition: 1.0s ease;
	/*
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
*/
 /* transform: rotate3d(1, -1, 1, 20deg); */
}
.reserverings_formulier {
    position: absolute;
    width: 94%;
    margin: 3%;
    /* top: 81%; */
    z-index: 110;
   /* background: #fff;*/
    bottom: 0%;
}
.budget_form_wrapper {
	position: relative;
}
.budget_form_wrapper .reserverings_formulier {
	position: relative;
}
.budget_form_logo {
	display: inline-block;
	width: 14%;
	position: relative;
	vertical-align: middle;
}
.form_intro_tekst {
    display: inline-block;
    vertical-align: middle;
    color: #00275e;
    font-weight: bold;
    font-size: 18px;
    padding: 0% 2%;
    width: 25%;
    text-align: right;
}

.form_datum {
    width: 20%;
    /* padding: 5px; */
    display: inline-block;
    vertical-align: middle;
    margin: 0.5% 0.5%;
    padding: 0.8% 0.6%;
    background-color: #f3f3f3;
    border: none;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.35);
    font-size: 18px;
}
.center_center {
	position: relative;
}
.center_center div {
	position: absolute;
	width: 100%;
	height: 100%;
}
.center_center table, .center_center td {
	width: 100%;
	height: 100%;
	text-align: center;
}
a.form_next:link, a.form_next:visited {
    width: 12%;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    display: block;
    background: #00285f;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
.choose_date_box {
	position: relative;
	background-color: #fff;
}
.choose_cars_box {
    background-color: #cdcdcd;
}
a.form_next
/*
.perspectief2_rotate2 {
	transition: 1s ease;
	-o-transform: perspective( 903px ) rotateX(-0deg) rotateY(14deg) translateZ(0px) translateX(-5%);
	-ms-transform: perspective( 903px ) rotateX(-0deg) rotateY(14deg) translateZ(0px) translateX(-5%);
	-moz-transform: perspective( 903px ) rotateX(-0deg) rotateY(14deg) translateZ(0px) translateX(-5%);
	-webkit-transform: perspective( 903px ) rotateX(-0deg) rotateY(94deg) translateZ(0px) translateX(-5%);
	transform: perspective( 903px ) rotateX(-0deg) rotateY(27deg) translateZ(0px) translateX(5%) !important;
}
.perspectief2_rotate3 {
	transition: 0s ease;
	-o-transform: perspective( 903px ) rotateX(-0deg) rotateY(-14deg) translateZ(0px) translateX(-5%);
	-ms-transform: perspective( 903px ) rotateX(-0deg) rotateY(-14deg) translateZ(0px) translateX(-5%);
	-moz-transform: perspective( 903px ) rotateX(-0deg) rotateY(-14deg) translateZ(0px) translateX(-5%);
	-webkit-transform: perspective( 903px ) rotateX(-0deg) rotateY(-14deg) translateZ(0px) translateX(-5%);
	transform: perspective( 903px ) rotateX(-0deg) rotateY(-27deg) translateZ(0px) translateX(5%) !important;
}
.perspectief2_rotate0 {
	transition: 0.7s ease;
	-o-transform: perspective( 903px ) rotateX(-0deg) rotateY(0deg) translateZ(0px) translateX(-5%);
	-ms-transform: perspective( 903px ) rotateX(-0deg) rotateY(0deg) translateZ(0px) translateX(-5%);
	-moz-transform: perspective( 903px ) rotateX(-0deg) rotateY(0deg) translateZ(0px) translateX(-5%);
	-webkit-transform: perspective( 903px ) rotateX(-0deg) rotateY(0deg) translateZ(0px) translateX(-5%);
	transform: perspective( 903px ) rotateX(-0deg) rotateY(0deg) translateZ(0px) translateX(-0%) !important;
}
*/
.perspectief2_rotate {
	transition: 3s ease;
	-o-transform: perspective( 903px ) rotateX(-0deg) rotateY(-9deg) translateZ(0px) translateX(-5%);
	-ms-transform: perspective( 903px ) rotateX(-0deg) rotateY(-9deg) translateZ(0px) translateX(-5%);
	-moz-transform: perspective( 903px ) rotateX(-0deg) rotateY(-9deg) translateZ(0px) translateX(-5%);
	-webkit-transform: perspective( 903px ) rotateX(-0deg) rotateY(-9deg) translateZ(0px) translateX(-5%);
	transform: perspective( 903px ) rotateX(-0deg) rotateY(-9deg) translateZ(0px) translateX(-5%);
}



.content_blok {
	min-height: 500px;
    min-height: 80vh;
	/*opacity: 0 !important;*/
	/*visibility: hidden;*/
}
.content_entry {
	width: 88%;
	width: 100%;
	margin: 0 auto;
}
.content_blok {
	background: none;
}
.homepage_container {
	position: relative;
	font-size: 0px;
}
.intro_blok {
	font-size: 16px;
	display: inline-block;
	width: 32%;
	height: 80vh;
	height: 90vh;
	background-color: rgba(0, 0, 0, 0.7);
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}
/*
.intro_blok_image {
	position: absolute;
	width: 100%;
	height: 100%;
    background-size: cover;
    background-position: top right;
	transition: 1s ease;
}
.intro_blok:hover .intro_blok_image {
	-webkit-transform: scale(1.3) translate3d(0, 0, 0);
	transform: scale(1.3) translate3d(0, 0, 0);

    background-position: top center;
	transition: 20s ease;
}
*/
.intro_blok_image {
	position: absolute;
	width: 150%;
	height: 100%;
    background-size: cover;
    background-position: top right;
	transition: 2s ease;
	right: -50%;
}
.intro_blok:hover .intro_blok_image {
	-webkit-transform: scale(1.3) translateX(-30%);
	transform: scale(1.3) translateX(-30%);


	transition: 8s ease;
	/*
-webkit-transition: all 8s cubic-bezier(0.230, 1.000, 0.320, 1.000);
   -moz-transition: all 8s cubic-bezier(0.230, 1.000, 0.320, 1.000);
     -o-transition: all 8s cubic-bezier(0.230, 1.000, 0.320, 1.000);
        transition: all 8s cubic-bezier(0.230, 1.000, 0.320, 1.000); */


}

.intro_void {
	width: 2%;
	width: 1.8%;
	height: 85vh;
	display: inline-block;
}
a.intro_blok_link:link, a.intro_blok_link:visited {
	position: absolute;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.63);
	width: 100%;
	height: 40%;
	display: block;
	text-decoration: none;
}
.intro_blok_intro {
	padding: 10%;
	color: #fff;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
}

.intro_blok_intro h1 {
	color: #fff;
	font-size: 40px;
	text-align: center;
}
.bg_tranparant {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.63);
	width: 100%;
	height: 150%;
}
/*
.show_nav {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 6%;
	height: 100%;
	z-index: 1000;
}*/
/*
.show_nav_button {
	position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 55%;
    padding-bottom: 65%;
    display: block;
    height: 0px;
    margin: auto;
}*/
.show_nav {
	position: fixed;
	/* top: 0px; */
	/* left: 0px; */
	width: 5%;
	width: 8%;
	/* height: 100%; */
	/* z-index: 1000; */
	top: 10px;
	left: 10px;
	background: Red;
	background: #006838;
	background: #ab0000;
	/* padding: 10px; */
	border-radius: 10px;
	border-radius: 100px;
	height: 0px;
	padding-bottom: 5%;
	padding-bottom: 8%;
	overflow: hidden;
	z-index: 1000;
	text-align: center;
}
.show_nav_button {
    /* position: fixed; */
    /* top: 0px; */
    /* bottom: 0px; */
    /* left: 0px; */
    /* right: 0px; */
    /* width: 55%; */
    /* padding-bottom: 65%; */
    /* background: red; */
    display: block;
    /* height: 0px; */
    /* margin: auto; */
    /* width: 4%; */
    width: 63%;
    margin: 0 auto;
    padding-top: 12%;
	 padding-top: 12%;
transform: scale(0.85);
}
.show_subnav_button {
	/* position: fixed; */
	/* top: 0px; */
	/* bottom: 0px; */
	/* left: 0px; */
	/* right: 0px; */
	/* width: 55%; */
	/* padding-bottom: 65%; */
	/* background: red; */
	display: block;
	/* height: 0px; */
	/* margin: auto; */
	/* width: 4%; */
	width: 63%;
	margin: 0 auto;
	padding-top: 12%;
	position: absolute;
	width: left:10%;
	padding-left: 16%;
}
.menu_line {
    background-color: #fff;
    padding: 7%;
    margin: 18.5% 0%;
    margin: 19.5% 0%;
	transition: 0.5s ease;
	position: relative;
}
/*
.line_1 {
    transform: rotateZ(45deg);
    transform-origin: top left;
}
.line_2 {
	opacity: 0;
}
.line_3 {
    transform: rotateZ(-45deg);
    transform-origin: bottom left;
}
*/
.show_nav_button_active .line_1 {
    transform: rotateZ(45deg);
    transform-origin: top left;
	left: 19%;
}
.show_nav_button_active .line_2 {
	opacity: 0;
	margin-right: 100%;
	left: 19%;
}
.show_nav_button_active .line_3 {
    transform: rotateZ(-45deg);
    transform-origin: bottom left;
	left: 19%;
}


.producten_right1 {

	width: 100%;
}




ul.tree {
    list-style-type: none;
	padding-left: 20px;
	padding-left: 0px;
}
ul.tree .tree {
    list-style-type: none;
	padding-left: 40px;
}
a.noSubs:link, a.noSubs:visited {
      background-color: #FFFFFF;
    border-radius: 30px;
    /* box-shadow: 0 0 20px #545454; */
    color: #828282;
    display: block;
    margin-bottom: 8px;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
	text-align: center;
    /* width: 120px; */
	font-size: 15px;
}
a.hasSubs:link, a.hasSubs:visited {
	/*
     background-color: #FFFFFF;
    border-radius: 30px;
    color: #828282;
    display: block;
    margin-bottom: 8px;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
	text-align : center;
	*/
	/*
	background-color: #B1B1B1;
    border-radius: 30px;
    color: #FFFFFF !important;
    display: block;
    margin-bottom: 8px;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    text-align: center;
	*/


	background-color: #85BED4;
    border-radius: 30px;
    /* box-shadow: 0 0 20px #545454; */
    color: #FFFFFF !important;
    display: block;
    margin-bottom: 8px;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    text-align: center;
    /* width: 120px; */
    font-weight: bold;

}

a.noSubs:hover{
	background-color:rgba(130, 130, 130, 0.5);
	background-color: rgb(133, 190, 212);
	color: #fff;
}
a.subnav_led-verlichting:link, a.subnav_led-verlichting:visited, a.subnav_duurzame-oplossingen:link, a.subnav_duurzame-oplossingen:visited {
	background-color:rgba(130, 130, 130, 0.5);
	background-color: rgb(133, 190, 212);
	color: #fff;
	font-weight: bold;
	font-size: 19px;

}


a.subnav_active:link, a.subnav_active:visited {
	background-color: rgb(84, 133, 152);
	color: #fff;
}


a.sub_navigatie_active:link, a.sub_navigatie_active:visited {
	background-color: rgba(255, 255, 255, 0.21);

}


.info_header{
	width: 75%;
    max-width: 750px;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    /* margin: 0 auto; */
    color: #A0A0A0;
    line-height: 150%;
    padding: 13px 0px 0px 0px;
    padding: 2%;
    letter-spacing: 0.5px;
    /* font-weight: bold; */
	position: fixed;
	top: 0px;

}

.prod_css_overlay {
    background-color: rgba(14, 14, 14, 0.77);
    background-color: rgba(14, 14, 14, 0.0);
}
.diensten_blok_opmaak {
    background-color: rgb(223, 223, 223);
    /* border-radius: 12%; */
    /* background-color: #3693c5; */
    /* -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.58); */
    position: relative;
    text-align: center;
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 14px;
    overflow: hidden;
    font-weight: bold;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    width: 20%;
    padding-bottom: 20%;
    margin: 1.5%;
    /* border: 4px solid #fff; */


}
.diensten_blok_opmaak:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.23);
}
a.stas_blok:link, a.stas_blok:visited {
	width: 33.3%;
	display: inline-block;
	padding-bottom: 50%;
	position: relative;
	overflow: hidden;

}
a.stas_blok:hover {

}
.img_box {
    /* padding: 15px 15px 15px 15px; */
    /* padding: 10%; */
    overflow: hidden;
    /* height: 137px; */
    position: absolute;
    /* width: 90%; */
    /* padding: 7% 5%; */
    width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.img_box img {
	min-width: 100%;
	height: 100%;
}

.display_title_Stas {
	padding: 10%;
}
.display_title_Stas p {
    color: #545454;
    font-size: 20px;
    text-align: center;
}
.display_title_Stas h2 {
    color: #285D00;
    text-align: center;
    font-size: 30px;
}
.ajax_error {
    position: fixed;
    z-index: 100000;
    color: #fff;
    background-color: rgb(179, 0, 0);
    box-shadow: 0px 0px 100px #000;
    padding: 5% 5%;
    font-size: 25px;
    left: -100%;
    top: 35%;
    width: 90%;
    min-width: 200px;
    text-align: center;
    cursor: pointer;
}

a.close_error:link, a.close_error:visited {
	width: 3%;
	display: block;
	position: absolute;
	top: 30px;
	right: 30px;
	text-decoration: none;
	transition: 0.5s ease;
}

a.close_error:hover {
	transform: rotateZ(180deg);
}

.close_error img {
	width: 100%;
}
#wait {
	position: fixed;
	z-index: 100000;
	width: 100px;
	height: 100px;
	top: 20%;
	right: 20%;
	background: red;
	display: none;
}
/*
a.terug_main:link, a.terug_main:visited {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    height: 100%;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
*/
a.terug_main:link, a.terug_main:visited {
    /* position: absolute; */
    top: 0px;
    right: 0px;
    display: inline-block;
    height: 100%;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    font-size: 17px;
    color: #C5D93C;
    text-decoration: none;
    padding: 20px 2%;
    transition: 0.5s ease;
    background-color: #FFFFFF;
    border-radius: 72% 39%;
    border: 5px solid #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    color: #006838;
    font-weight: bold;
    margin: 2% 2% 2% 0%;
}
.copyrights {
	text-align: right;
	    text-align: center;
	    color: #7c7c7c;
	    color: #fff;
	    font-size: 14px;
	    padding: 10px;
	    font-size: 14px;
	    font-size: 12px;
	    /* padding: 10px; */
	    line-height: 150%;
	    /* max-width: 620px; */
	    margin: 0 auto;
	    position: relative;
	    /* left: 5%; */
	    padding: 10px 15px 30px 15px;
		     padding: 20px 15px 20px 15px;
	    color: #000000;
	    /* background: #ed1c24; */
	    /* background: #cc181f; */

		 color: #fff;
		/*border-bottom: 35px solid #000;*/
}
.steps_copyright {
	/*
    color: #fc0006;
    color: #fff;*/
    font-weight: bold;
}
a.weblocher:link, a.weblocher:visited {
	position: relative;
	    font-size: 14px;
	    font-size: 12px;
	    color: #000;
	    color: #CCE2FF;
	    color: #fff;
	    /* color: #8dc1ff; */
	    /* color: rgba(255, 255, 255, 0.8); */
	    text-decoration: none;
	    -webkit-transition: 0.3s ease;
	    -moz-transition: 0.3s ease;
	    -o-transition: 0.3s ease;
	    transition: 0.3s ease;
	    /* font-weight: bold; */
}
a.weblocher:hover {

	   color: #efa465;
/* color: #fff; */
}
.diensten_inline_container {
	font-size: 0px;
}
.diensten_inner_left, .diensten_inner_right {
    display: inline-block;
    width: 50%;
    width: 100%;
    vertical-align: top;
    font-size: 20px;
    position: relative;
    font-size: 18px;
	 display: flex;
	 flex-wrap: wrap;
    /* background-color: rgba(255, 255, 255, 0.92); */
    /* background: rgb(232,232,232); */
    /*background: -moz-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%);*/
    /* background: -webkit-linear-gradient(top, rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%); */
    /* background: linear-gradient(to bottom, rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%); */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 );*/
    /* background: none; */
    /* border: 1px solid #efa566; */
    /* background-color: #000000d9; */
}
/*
.diensten_inner_right::before {
	content: '';
	    position: absolute;
	    height: 15px;
	    width: 20%;
	    background: red;
	    top: -15px;
	    left: 0px;
	    right: 0px;
	    margin: auto;
}
.diensten_inner_right::after {
		content: '';
	    position: absolute;
	    height: 15px;
	    width: 20%;
	    background: red;
	    bottom: -15px;
	    left: 0px;
	    right: 0px;
	    margin: auto;
}
*/
.diensten_inner_complete {
    font-size: 18px;
    width: 70%;
    padding: 2% 0%;
}
.category_intro_text h2 {
    font-weight: 900;
    font-size: 40px;
    color: #006838;
}
.category_intro_text h2 {
    font-weight: 900;
    font-size: 32px;
	/*color: #fff;*/
    /* color: #006838; */
    /*text-shadow: 0px 0px 20px #000;*/
    margin-top: 31px;
}

/*****************************************
STAS
/*****************************************/
/*****************************************
TOK
/*****************************************/




.tok_logo {
	width: 50%;
	display: block;
	padding: 20% 0% 15% 0%;
	padding: 20% 0% 10% 0%;
	margin: 0 auto;
padding: 30% 0% 10% 0%;
}
.home_tekst_container {
    /* padding: 0% 10%; */
    /* padding: 0% 6% 10% 6%; */
    position: relative;
    /* padding: 0% 0% 6% 0%; */
    width: 66%;
    z-index: 101;
}
.home_tekst_container h1 {
    font-size: 44px;
    text-align: left;
    color: #fff;
    font-weight: 900;
    text-shadow: 0px 4px 17px rgba(0, 0, 0, 0.62);
    text-align: center;
}

.header_highlite {
	color: #E9BE00;
}
.home_tekst {
display: block;
font-size: 18px;
    line-height: 150%;
    /* padding-top: 10%; */
    text-align: left;
    padding: 20% 10% 30% 10%;
}
.home_tekst_bigger {
	font-size: 22px;
}
.home_tekst ul {
	text-align: left;
	font-weight: bold;
}
.home_tekst_container h2 {
    font-size: 34px;
    text-align: left;
    color: #fff;
    font-weight: 900;
    text-shadow: 0px 4px 17px rgba(0, 0, 0, 0.62);
    /* text-align: center; */
    text-indent: 3%;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
/*
.navigatie {

    position: fixed;
    z-index: 1000;

    width: 100%;
    top: 0px;
    left: 0px;
    left: 0%;

    right: 0%;
    margin: auto;

    -webkit-overflow-scrolling: touch;

    background: -moz-linear-gradient(top, rgba(0,0,0,0.84) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.84) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.84) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6000000', endColorstr='#00000000',GradientType=0 );
}*/
.navigatie {
    /* height: 100px; */
    position: fixed;
    z-index: 1000;
    /* background-color: rgba(125, 149, 189, 0.77); */
    width: 100%;
    top: 0px;
    left: 0px;
    left: 0%;
    /* margin-left: -364px; */
    right: 0%;
    margin: auto;
    /* background-color: rgb(255, 255, 255); */
    -webkit-overflow-scrolling: touch;
    /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.13); */
	 /*
    background: -moz-linear-gradient(top, rgba(0,0,0,0.84) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.84) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.84) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6000000', endColorstr='#00000000',GradientType=0 );
    background: rgba(0, 0, 0, 0.59);

    -webkit-backdrop-filter: saturate(120%) blur(20px);
    -ms-backdrop-filter: saturate(120%) blur(20px);
    -moz-backdrop-filter: saturate(120%) blur(20px);
    -o-backdrop-filter: saturate(120%) blur(20px);
    backdrop-filter: saturate(120%) blur(20px);
     background: rgba(255, 255, 255, 0.76);
    background: rgba(239, 164, 102, 0.61);
	     background: rgba(0, 0, 0, 0.8);
	     background: rgba(0, 0, 0, 0.7);
	*/
		  background: rgb(0, 0, 0);
}
.navigatie table, .navigatie td {
	width: 100%;
	height: 100%;
}

.nav_item_container {
    /* height: 100%; */
    position: relative;
    /*font-size: 0px;*/
    	display: flex;
	/*	padding: 0px 5%;*/
}
.steps_logo_nav_container {
	width: 182px;
	margin: 0%;
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.nav_tegel {
	width: 90px;
	margin: 0.5px;
	float: left;
	background-color: #fff;
	height: 105px;
}
.steps_logo_nav {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}
.steps_logo_nav img{
    /* width: 100%; */
    height: 86%;
    top: 7%;
    position: relative;
}
/*
a.nav_item:link, a.nav_item:visited {
    display: inline-block;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
    font-size: 28px;
    position: relative;
    padding: 1% 1%;

}*/
.budget_nav_logo {
    display: inline-block;
    /* height: 100%; */
    width: 170px;
	width: 11.3%;
    vertical-align: middle;
}
.budget_nav_logo img {
	width: 100%;
}
a.nav_item:link, a.nav_item:visited {

	color: #0e76bc;
	color: #f5b47d;
	text-decoration: none;
	font-size: 14px;
	position: relative;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	display: inline-block;
	/* padding: 4% 0% 0.7% 0%; */
	/* width: 5%; */
	/* width: 90px; */
	/*margin: 0.5px;*/
	/* height: 50px; */
	vertical-align: top;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	display: inline-flex;
	align-items: center;
	text-align: center;

	/* display: inline-block; */
	padding: 1.3% 1%;
	padding: 1.3% 1.7%;
	position: relative;
	overflow-y: hidden;
	overflow-x: hidden;
	display: block;
	    padding: 8px 20px;

}
.nav_item_link_pers {
	/*display: block !important;*/
}


a.nav_item:hover {
    /*background-color: #F40303;*/
    color: #fff;
	 color: #ed1e25;
    z-index: 5;
}
a.nav_item::before {
	content: '';
	position: absolute;
	bottom: 0px;
	height: 5px;
	/*background: #ed1e25;*/
	width: 100%;
	left: 0px;
	transition: 0.5s ease;
	transform: translateY(100%);
	/* transform: translateY(100%); */
}
a.nav_item:hover::before {
	transform: translateY(0%);
}
a.nav_item_active::before {
	transform: translateY(0%);
}
a.nav_item_active:link, a.nav_item_active:visited {

    color: #fff;

}

.slides_budget_container {
	min-height: 100vh;
	width: 100%;
	position: relative;
	background: black;
	/*background: white;*/

	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	backface-visibility: hidden;
	perspective: 1000;
}
.slide_budget {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	will-change: transform;
	height: calc(100vh - 80px);
	top: 80px;
	will-change: transform;
}
.slide_budget_text {
	position: absolute;
	top: 33%;
	top: 26%;
	top: 23%;
	color: #fff;
	left: 7%;
	z-index: 101;
	width: 84%;
	text-align: center;

}
.slide_intro {
	font-size: 50px;
	color: #fff;
	/* text-shadow: 0px 0px 29px #000; */
	/* -webkit-text-shadow: 0px 0px 29px #000; */
	font-weight: bold;
	padding-top: 4%;
    padding-top: 1%;
	position: relative;
}
.budget_orange {
	color: #f78c00;
}
.slide_budget .budget_orange {
	font-weight: 500;
}
.slide_budget_text h1 {
    font-size: 80px;
	 /*text-shadow: 0px 0px 20px #000;*/
    /*text-shadow: 0px 0px 29px #000;*/
    /*text-shadow: 0px 0px 80px #000;*/
    /*font-weight: bold;*/
	 text-align: center;
}
.slide_budget_text h1 b {
	color: red;
}
.slide_budget img {
	/* width: auto; */
	display: block;
	/* min-height: 100%; */
	height: calc(100vh - 80px);
	width: 102vw;
	object-fit: cover;
}
.slide_budget .wl_slide_logo {
	display: inline-block;
	    /* height: 20%; */
	    min-height: initial;
	    min-width: initial;
	    /* width: 100px; */
	    width: 14%;
		    width: 23%;
	    margin-bottom: 4%;

}
/*
.main_menu_txt {
	color: #fff;
	transition: 1s ease;
}
*/
.main_menu_txt {
	/* position: absolute; */
	/* width: 100%; */
	text-align: center;
	/* bottom: 10px; */
	/* width: 86%; */
	/* padding: 0px 7%; */
	/* top: 0px; */
	/* bottom: 0px; */
	margin: auto;
	text-align: center;
	position: relative;
	font-weight: normal;
	white-space: nowrap;
	/* display: block; */
	/* color: #000; */
	font-weight: bold;
	color: #fff;
	transition: 0.4s ease;
	/*color: #000;*/
}

a.nav_item:hover .main_menu_txt {

	    color: #efa465;
}
a.nav_item_active:link .main_menu_txt, a.nav_item_active:visited .main_menu_txt {
	font-weight: bold;
	    color: #efa465;
}


.nav_item_tekst {
	position: absolute;
	/* width: 100%; */
	text-align: center;
	bottom: 10px;
	width: 86%;
	padding: 0px 7%;
}
.nav_tekst {
    position: absolute;
    /* width: 100%; */
    text-align: center;
    bottom: 10px;
    width: 86%;
    padding: 0px 7%;
}
.inline_blok_wrapper {
	font-size: 0px;
	   /* background-color: #eb5624;*/
		/*padding-top: 100px;*/
		/*padding-top: 5%;*/
	 /*   background-color: #f78c00;*/
}
.header_h2 {
	font-size: 67px;
	color: #285D00 !important;
	padding-top: 0%;
	padding: 0% 2.5% 1.5% 2.5%;
	font-size: 64px;
	color: #285D00 !important;
	color: #FFFFFF !important;
	padding-top: 0%;
	padding: 3.5% 3.5% 3.5% 3.5%;
	font-weight: bold;
	/* background: #eb5624; */
	text-align: center;
}
.producten_right {
    display: inline-block;

    position: relative;
    /* min-height: 400px; */
    vertical-align: top;

	width: 100%;

    /* padding: 2.5%; */

	/*margin: 7% 3% 5% 3%;*/

	/* background-color: rgba(40,120,79,0.71); */

    /* border-radius: 8%; */
    /* border: 6px solid #6C9504; */
    /*overflow: hidden;*/

	/*
    background-color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.9);
	background: -moz-linear-gradient(top,  rgba(40,93,0,0.9) 0%, rgba(255,255,255,0.9) 35%, rgba(255,255,255,0.9) 100%);
	background: -webkit-linear-gradient(top,  rgba(40,93,0,0.9) 0%,rgba(255,255,255,0.9) 35%,rgba(255,255,255,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(40,93,0,0.9) 0%,rgba(255,255,255,0.9) 35%,rgba(255,255,255,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6285d00', endColorstr='#e6ffffff',GradientType=0 );*/
	/*background: rgba(255, 255, 255, 0.9);*/


    /* box-shadow: 0px 0px 104px rgba(0, 0, 0, 0.2); */
}

.product_blok_container {
    /* width: 100%; */
    /* margin: 0 auto; */
    position: relative;
    /* padding-top: 120px; */
    /* padding-bottom: 50px; */
    /* padding: 137px 5% 50px 5%; */
    /* min-height: 700px; */
	/*
    min-height: 50vh;*/
    /*min-height: 35vh;*/

}
.product_blok_container2 {
	/*max-width: 720px;
	max-width: 820px;
	min-height:800px;*/
	width: 100%;
	margin: 0 auto;
	position: relative;

}
.stas_title_overlay {

	position: absolute;
    top: 0px;
    left: 0px;
   /* background: rgba(72, 47, 8, 0.52);*/
    width: 100%;
    height: 100%;

}
/*
.tok_bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
opacity: 0.8;


    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 150%;
    opacity: 0.7;



}*/
.tok_bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    opacity: 0.8;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 150%;
    opacity: 0.7;
    width: 100%;
    border-bottom-left-radius: 67px;
    border-bottom-right-radius: 67px;
    overflow: hidden;
}

.tok_bottom_img {
	display: block;
	width: 136%;
}
.hexagon {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    border-top-left-radius: 67px;
    border-top-right-radius: 67px;
    overflow: hidden;
}
.hexagon_img {
	width: 137%;
}
/*
.tok_logo_inline {
    display: block;
    width: 20%;
    top: -6%;
    right: 12px;
    position: absolute;
    z-index: 2;
}
*/
.tok_logo_inline {
    display: block;
    width: 20%;
    /* top: -6%; */
    right: 5px;
    position: absolute;
    z-index: 2;
    width: 165px;
    top: -73px;
}
.product_container_wrapper {
    position: relative;
	/*padding: 5% 5% 10% 5%;*/
	min-height: 50vh;
    /* background-color: rgb(0, 0, 0); */
    /* bottom: -5px; */
    /* min-height: 700px; */
}

.category_intro_text {
	font-size: 18px;
	line-height: 150%;
}
.category_intro_text {
    font-size: 18px;
    font-size: 16px;
	/* font-size: 16px;*/
    line-height: 150%;
    padding: 2% 0%;
    color: #003e21;
	     color: #000000;
		 color: rgba(255, 255, 255, 0.68);
		 color: #fff;
		 max-width: 700px;
		 margin: 0 auto;
		 text-align: center;
		 position: relative;
		 z-index: 1;
}

#content_onze-dieren .category_intro_text {
	/*font-size: 14px;*/
/*	max-width: 600px;*/
}
.mdl-textfield textarea.mdl-textfield__input {
    min-height: 100px;
	     min-height: 150px;
}
.producten_submenu {
	display: inline-block;
	width: 25%;
	width: 100%;
    position: relative;
    vertical-align: top;
	margin-bottom: 5%;
	/*
    margin: 20px 0px;
	margin: 1.5% 0px;
	*/
}
.category_intro_text a:link, .category_intro_text a:visited, a.log_hier_in:link, a.log_hier_in:visited, .file_name a:link, .file_name a:visited, .homepage_teskt a:link, .homepage_teskt a:visited {
    color: #efa466;
    text-decoration: none;
    font-weight: bold;
	transition: 0.4s ease;
}
a.log_hier_in:link, a.log_hier_in:visited {
	text-decoration: underline;
}
.category_intro_text a:hover. a.log_hier_in:hover, .file_name a:hover {
    color: #006838;
	 color: #ffcca2;
}

.sub {
    /* color: #ffffff; */
    font-size: 0px;
    position: relative;
    /* background-color: rgba(3, 104, 56, 0.39); */
    /* border-radius: 16px; */
    /* left: -32px; */
}
/*
a.sub_navigatie:link, a.sub_navigatie:visited {
    display: inline-block;
    font-size: 30px;
    font-size: 17px;
    color: #C5D93C;
    text-decoration: none;
    padding: 20px 5%;
    transition: 0.5s ease;
    background-color: #C5D93C;
    border-radius: 72% 39%;
    border: 5px solid #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    color: #006838;
    font-weight: bold;
    margin: 2% 2% 2% 0%;
}*/
a.sub_navigatie:link, a.sub_navigatie:visited {
    display: inline-block;
    font-size: 30px;
    font-size: 17px;
    color: #C5D93C;
    text-decoration: none;
    padding: 18px 1%;
    transition: 0.5s ease;
    background-color: #C5D93C;
    border-radius: 72% 39%;
    border: 5px solid #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    color: #006838;
    font-weight: bold;
    margin: 2% 1.5% 2% 0%;
    width: 15%;
    text-align: center;
    vertical-align: middle;
}
a.sub_navigatie:hover {
    border: 5px solid #006838;
    transform: scale(1.15);
    color: #fff;
    background: #006838;
}
a.sub_navigatie_active:link, a.sub_navigatie_active:visited {
    border: 5px solid #006838;
    transform: scale(1.15);
    color: #fff;
    background: #006838;
}
a.tok_blok:link, a.tok_blok:visited {
    display: inline-block;
    font-size: 30px;
    text-decoration: none;
    transition: 0.5s ease;
    color: #006838;
    font-weight: bold;
    background: #C5D93C;
    padding: 2% 5%;
    border-radius: 42px;
    margin: 1% auto;
    display: block;
    text-align: center;
    width: 50%;
}
a.tok_blok:hover {
	background-color: #006838;
	color: #fff;
	transform: scale(1.15);
}
.blok_container {
    padding: 0px;
    padding: 6% 0% 0% 0%;
	 position: relative;
}
.blok_container_category {
	padding: 0px;
    padding: 6% 0% 0% 0%;
    text-align: center;
    /*width: 80%;*/
    margin: 0 auto;
}
/*

background: -moz-linear-gradient(left,  rgba(40,120,79,1) 0%, rgba(40,120,79,0) 100%);
background: -webkit-linear-gradient(left,  rgba(40,120,79,1) 0%,rgba(40,120,79,0) 100%);
background: linear-gradient(to right,  rgba(40,120,79,1) 0%,rgba(40,120,79,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28784f', endColorstr='#0028784f',GradientType=1 );


*/
/*
.home_tekst ul {
	list-style-image: url('../img2/bg/tok_wit.png');
}*/
li{
	/*
   list-style: none;
    padding-left: 21px;
    padding-right: 21px;
    padding-bottom: 18px;
	position: relative;*/
}
/*
li:before{
    content: '';
    display: inline-block;
    height: 28px;
    width: 28px;
    background-image: url('../img2/bg/tok_wit.png');
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 5px 16px 5px 0px;
    position: relative;
    top: 11px;
    background-image: url('../img2/bg/tok_groen.png');
    background-position: center center;

}
*/
/*
li:before {
    content: '';
    display: inline-block;
    height: 28px;
    width: 28px;
    background-image: url('../img2/bg/tok_wit.png');
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 5px 16px 5px 0px;
    position: relative;
    top: 11px;
    background-image: url('../img2/bg/tok_groen.png');

    background-position: center center;

    position: absolute;
    left: -23px;
    top: -5px;
}
*/

.entry_wrapper_filter {
    display: none;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    background-color: rgba(255, 230, 0, 0.7);
    background-color: rgb(247, 140, 0);
    background-color: rgb(255, 255, 255);
    background: rgba(14, 105, 152, 0.65);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 6;
    background: rgba(0, 0, 0, 0.74);
    background: rgba(255, 255, 255, 0.93);


    /* background: #efa566; */
    /* background: rgba(239, 165, 102, 0.95); */
    /* background: rgba(0, 0, 0, 0.88); */
	 background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(198,198,198,0.92) 100%);
 background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(198,198,198,0.92) 100%);
 background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(198,198,198,0.92) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebc6c6c6',GradientType=1 );

     background: rgba(10, 10, 10, 0.93);

    background: rgba(29, 29, 29, 0.96);
	     background: rgba(0, 0, 0, 0.53);
}
.product_blok_container3 {
    padding-top: 10%;
	 text-align: Center;
}
.display_title3 {
    text-align: center;
    padding: 3% 3% 4% 3%;
    font-weight: bold;
    color: #006838;
    font-size: 17px;
}
a.diensten_blok .prod_blok_img_bx2 {
    /*border-radius: 31px;*/
    overflow: hidden;
    transform: translateZ(0);
}
/*
.product_container_wrapper li {
    list-style: none;
    font-weight: bold;
    color: #9AB100;
}*/
.baasje_list_style_container li {
   /* list-style: none;
    font-weight: bold;
    color: #9AB100;
    position: relative;

    padding-left: 21px;
    padding-bottom: 18px;
    padding-right: 21px;*/
	 list-style: none;
	 list-style: none;
		max-width: 700px;
		padding-bottom: 20px;
		/* color: #fff; */
		font-size: 16px;
		line-height: 150%;
}
.baasje_list_style_container ul li::before {
	content: "\2022";
	color: #f0a364;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	transform: scale(1.5);
}
.diensten_inner h2 {
	color: #006838;
	color: #1075bd;
	color: #cc7c37;
	font-size: 51px;
    font-size: 38px;
	font-weight: 900;
	color: #efa466;
	/* text-align: right; */
}
.product_blok_container_contact {
    width: 50%;
    width: 40%;
    /* height: 100%; */
    /* margin: 0 auto; */
    /* margin-top: 316px; */
    position: relative;
    /* background: rgb(14, 105, 152); */
    /* background: rgba(14, 105, 152, 0.96); */
    /* margin-bottom: 80px; */
    /* background-color: rgb(228, 228, 228); */
    min-height: 100vh;
    /* background-color: rgb(119, 119, 119); */
    background-color: rgba(0, 0, 0, 0.9);
    /* background-color: rgba(0, 104, 56, 0.81); */
    display: inline-block;
    background: -moz-linear-gradient(left, rgba(8,53,84,1) 0%, rgba(8,53,84,0) 100%);
    background: -webkit-linear-gradient(left, rgba(8,53,84,1) 0%,rgba(8,53,84,0) 100%);
    /* background: linear-gradient(to right, rgba(8,53,84,1) 0%,rgba(8,53,84,0) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#083554', endColorstr='#00083554',GradientType=1 );
    background: -moz-linear-gradient(left, rgba(8,53,84,1) 0%, rgba(8,53,84,0.15) 100%);
    /* background: -webkit-linear-gradient(left, rgba(8,53,84,1) 0%,rgba(8,53,84,0.15) 100%); */
    /* background: linear-gradient(to right, rgba(8,53,84,1) 0%,rgba(8,53,84,0.15) 100%); */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#083554', endColorstr='#26083554',GradientType=1 );*/
}
.contact_container_padding {
	padding: 5%;
    padding: 12%;
    padding: 5%;
    padding: 20% 22% 12% 12%;
	    padding: 35% 22% 24% 12%;
}
.map_float_contact {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#map {
	position: Absolute !important;
	    width: 100%;
	    height: 100%;
}
#content_contact a:link, #content_contact a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	transition: 0.3s ease;
	transition: 0.4s ease;
	display: inline-block;
	/* padding: 15px 30px; */
	/* border-radius: 5px; */
	/* margin-top: 33px; */
	display: inline-block;
	/* padding: 20px 30px; */
	background-color: #ed1e25;
	color: #006838;
	color: #ffffff;
	margin: 6% 0%;
	/* border-radius: 50px; */
	font-weight: 900;
	padding: 3% 6%;
	font-size: 16px;
	text-align: center;
	border-radius: 0px;
	width: 180px;
}
#content_contact a:hover {
	background-color: #006838;
background-color: #cc1820;
	color: #fff;
	/*transform: scale(1.2);*/
	padding: 3% 4% 3% 8%;
}
.contact_header{
	text-align: right;
	font-size: 900;
}
.form_cont_inside {
	color: #fff;
	    font-size: 16px;
	    line-height: 150%;
}
.form_cont_inside h2 {
    font-weight: normal;
    font-size: 22px;
    color: #fff;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 25px 0px;
    letter-spacing: 1px;
    line-height: 100%;
    font-weight: bold;
}
.contact_formulier_container_right {
    width: 75%;
    display: inline-block;
}
.clf_h1 {
    color: #006838;
    font-size: 68px;
    margin-top: 30px;
    font-weight: bold;
    margin-bottom: 53px;
}

.iframe_contact {
	height: 600px;
    height: 750px;
    height: 800px;
	/*   height: 475px;*/
}
/*****************************************
TOK
/*****************************************/

.loading {
    position: fixed;
    z-index: 10000;
    z-index: 499;
    width: 70px;
    height: 70px;
    left: 50%;
    margin-left: -35px;
    top: 50%;
    margin-top: -35px;
/*    background-color: rgba(198, 61, 35, 0.63);*/
/*	background-color: rgba(245, 181, 60, 0.91);*/
/*	background-color: rgb(254, 203, 0);*/
    border-radius: 100px;
    padding: 0px;
}

.loading_icon {
    position: absolute;
    top: 23%;
    left: 22%;
}
.loading_tekst {
	font-size: 30px;
	color: #7c0e2d;
	color: #fff;
	position: relative;
	top: 100px;
	left: -60px;
	font-size: 20px;
	color: #7c0e2d;
	color: #fff;/
	position: relative;
	top: 79px;
	left: -47px;
	text-align: center;
	display: none;
}
#content_producten .diensten_inner_left {
	width: 80%;
		padding-bottom: 30px;
}
#content_producten .diensten_inner_right {
	width: 80%;
}
#triangle-topleft {
	width: 0;
	height: 0;
	border-top: 100px solid red;
	border-right: 100px solid transparent;
    position: absolute;
    z-index: 100;
}

/****BUDGET ***//****BUDGET ***//****BUDGET ***//****BUDGET ***/
/****BUDGET ***//****BUDGET ***//****BUDGET ***//****BUDGET ***/
/****BUDGET ***//****BUDGET ***//****BUDGET ***//****BUDGET ***/
.budget_style_2 {
	position: absolute;
	top: 0px;
	top: 49px;
	left: 0px;
	width: 100%;
	height: 30%;
	width: 72%;
	height: 21%;
	background-image: url(../img2/budget_style_2.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 100;
}
.budget_style_3 {
	position: absolute;
	bottom: 0px;
	width: 45%;
	height: 40%;
	height: 55%;
	right: 0px;
	background-image: url(../img2/budget_style_3.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 100;
}
.budget_style_4 {
	position: absolute;
	top: 0px;
	width: 45%;
	height: 40%;
	height: 55%;
	right: 0px;
	background-image: url(../img2/budget_style_4.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 100;
}
.budget_style_5 {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 30%;
	right: 0px;
	background-image: url(../img2/budget_style_3.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 100;
}
.budget_style_6 {
	position: absolute;
	width: 33%;
	height: 25%;
	left: 0px;
	background-image: url(../img2/budget_style_6.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 100;
}
.budget_style_8 {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 33%;
	height: 35%;
	width: 45%;
	height: 55%;
	background-image: url(../img2/budget_style_8.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.budget_style_9 {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 33%;
	height: 45%;
	width: 45%;
	height: 75%;
	background-image: url(../img2/budget_style_9.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.budget_style_10{
	position: absolute;
	width: 33%;
	height: 25%;
	left: 0px;
	background-image: url(../img2/budget_style_10.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 100;
}
.budget_img_6 {
	position: absolute;
	width: 39%;
	left: 0px;
}
.budget_img_z {
	position: absolute;
	width: 22%;
	left: 0px;
}
/*
.rgd_green_filter_width {
padding-top: 20.5%;
}*/
.rgd_green_filter_width {
	/*
    padding-top: 9.5%;*/
   /* width: 20%;*/
    /* background: red; */
   /* margin: 0 auto;*/
   /* background: #0e76bc;*/
	padding: 0% 5%;
	padding: 17% 5% 2% 5%;
	padding: 27% 5% 2% 5%;
	padding: 27% 5% 3% 5%;
	padding: 28% 5% 3% 5%;

text-align: center;
  text-align: center;
  position: relative;
}
#content_search .rgd_green_filter_width {
   /* padding: 20% 5% 3% 5%;*/
	/* padding: 33% 5% 3% 5%;*/
}

#content_onze-dieren .rgd_green_filter_width	{
/*	padding: 17% 5% 2% 5%;*/
/*padding: 32% 5% 2% 5%;*/
   /* padding: 33% 5% 3% 5%;*/
}

#category_pagina_deelnemers .rgd_green_filter_width {
/*	padding: 17% 5% 3% 5%;*/
/*padding: 32% 5% 3% 5%;*/
/*    padding: 33% 5% 3% 5%;*/
}
.rgd_green_filter {

}
.rgd_green_filter_blue {
	    background: rgba(16, 117, 189, 0.6);
}
.rgd_filter_padding {
	 padding: 1%;
	 display: none !important;
}
/*
.rgd_filter_padding h1, .contact_h1 {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 40px;

	color: #fff;
    font-size: 60px;
    font-weight: bold;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.39);
	 padding: 0px;
}*/
.rgd_filter_padding h1, .contact_h1 {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 40px;
	color: #efa466;
	font-size: 80px;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.39);
	padding: 0px;
	    text-shadow: 0px 3px 2px rgb(0, 0, 0);
}
.rgd_green_filter_width_breadcrumbs {
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
}
.paginate_container .breadcrumb_wrapper {
	display: none;
}
.paginate_container_fixed .breadcrumb_wrapper {
	display: block;
	    position: absolute;
	    left: 10px;
	    width: auto;
	    margin-left: 0px;
		     padding: 8px;
			  height: 100%;
     box-sizing: border-box;
}
.paginate_container .rgd_green_filter_width_breadcrumbs {
	display: flex;

	/* width: 50%; */

	white-space: normal;
	align-items: center;
	top: 0px;
}
.paginate_container .you_here {

    padding: 0px 10px 0px 0px;
    /* background-color: rgb(244, 3, 3); */
    /* background-color: rgb(9, 81, 166); */
    /* border-radius: 100px; */
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    /* float: left; */
    display: inline-block;
    vertical-align: middle;
	 display: none !important;
    /* font-weight: bold; */
}
.paginate_container a.breadcrumb:link, .paginate_container a.breadcrumb:visited {
    font-size: 12px;
    color: #FFFFFF;
    /* color: rgba(0, 0, 0, 0.61); */
    text-decoration: none;
    display: block;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    /* float: left; */
    /* padding-top: 26px; */
    padding: 1%;
    display: inline-block;
    vertical-align: middle;
	 white-space: nowrap;
	     color: #efa465;
}
.paginate_container a.breadcrumb_active:link, .paginate_container a.breadcrumb_active:visited {
    /* color: red; */
	 color: #fff;
    font-weight: bold;
}
.paginate_container .breadcrumb_arrow {
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 6px;
}
.contact_h1 {
	position: absolute;
top: 0px;
width: 14%;
z-index: 10;
left: 0px;
right: 0px;
margin: auto;
padding-top: 12.5%;
min-width: auto;
min-width: 200px;
}
.budget_header h1{
    text-align: right;
    font-size: 50px;
    padding: 7% 7% 0% 0%;
    font-weight: bold;
}

.budget_home_intro {
	position: relative;
	background-color: #fff;
	min-height: 100vh;
}
.wagenpark_container {
	position: relative;
	width: 100%;
	min-height: 100vh;
	background-color: #f78c00;
}
a.budget_wagen_wrapper:link, a.budget_wagen_wrapper:visited {
    display: inline-block;
    width: 20%;
	     width: 25%;
    text-decoration: none;
    color: #000;
    /* margin: 1.5%; */
    /* margin: 0.8% 0.8% 0.8% 0.8%; */
    margin: 1% 1% 1% 1%;
    transition: 0.7s ease;
    overflow: Hidden;
    box-sizing: border-box;
    position: relative;
    margin: 0%;
	 margin: 10px;
    width: calc(25% - 20px);
	 	width: calc(15% - 20px);
		margin: 4px;
width: calc(15% - 8px);
	 display: flex;
	 flex-grow: 200;
}
.homepage_container a.budget_wagen_wrapper:link, .homepage_container a.budget_wagen_wrapper:visited {

}
.dier_wrapper a.budget_wagen_wrapper:link, .dier_wrapper a.budget_wagen_wrapper:visited {

     margin: 0px;
     width: 25%;


}
.man_woman_container .budget_wagen_wrapper_container {
	padding: 10px;
}
a.budget_wagen_wrapper__50:link, a.budget_wagen_wrapper__50:visited {
  width: 50%;
}

.budget_wagen_wrapper--text{
  color:#000;
}

a.budget_wagen_wrapper::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.92) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.92) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.92) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#eb000000',GradientType=0 );
	z-index: 1;
	opacity: 0;
	transition: 1s ease;

}
a.budget_wagen_wrapper::after {
	/*
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../img2/more_info2.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20%;
	opacity: 0;
	transition: 0.7s ease;
	z-index: 3;
	transform: scale(1) translateY(-50%);
	transition-delay: 0.15s;
	*/

}
.dier_wrapper {
	display: flex;
	 align-items: stretch;
	 margin-bottom: 5px;
	 width: 100%;
	     background: #000;
		  margin-bottom: 20px;
		  margin-bottom: 10px;
		  margin-bottom: 5px;
		  position: relative;
		      background: #0e0e0e;
				    background: #0a0a0a;
					 background-color: #171717;
			/*	z-index: 1;*/
/*
		  border-bottom: 1px solid #ffffff26;*/
/*border-top: 1px solid #ffffff26;*/
}
.dier_wrapper::before {
	content: '';
	    position: absolute;
	    background: #000;
	    width: 100%;
	    height: 30px;
	    top: -30px;
	    z-index: -1;
}
.deelnemers_toegevoegde_dieren .dier_wrapper::before {
    opacity: 0;
}
.dier_wrapper.odd {
	background: #212121;
	background: rgba(33, 33, 33, 0.81);
	background: rgb(33, 33, 33);
	background: #000;
	    background: #0a0a0a;
		 background-color: #171717;
}
.deelnemers_toegevoegde_dieren .dier_wrapper {
   /*border: 1px solid rgb(49 49 49);*/
}
.bekijk_product_txt {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	/* height: 100%; */
	box-sizing: border-box;
	padding: 25% 10% 5% 10%;
	font-size: 26px;
	font-size: 20px;
	color: #ffffff;
	/* font-weight: bold; */
	text-align: left;
	z-index: 1;
	transition: 0.7s ease;
	transition-delay: 0.0s;
	transform: scale(1) translateY(50%);
	opacity: 0;
	font-family: 'onestroke';
	text-shadow: 0px 1px 3px #000;
}

.budget_wagen_wrapper_container {
	position: relative;
	display: flex;
flex-wrap: wrap;
   /* background: #000;*/
	z-index: 0;
}
.gender_row {

	background: #a0a0a0;
	    background: #000000;
		 background: rgba(255,255,255,0);
    width: 9%;
	font-size: 17px;
	vertical-align: middle;
	display: flex;
	align-items: center;
	/* text-align: center; */
	justify-content: center;
	align-items: center;
	position: relative;

			 background: rgba(255,255,255,0) !important;
}

.gender_icon {
	width: 50%;
	display: inline-block;
	text-align: center;

}
.info_row {
	background: #e6e6e6;
		    background: #f4f4f4;
			 background: rgba(255, 255, 255, 0.08);

	width: 26%;
	font-size: 17px;
	padding: 2.5%;
	box-sizing: border-box;
	position: relative;

	background: rgba(255,255,255,0) !important;
}
#content_deelnemers .info_row, #content_instanties .info_row {
	width: 31%
}

.info_row--with-66{
  width: 66%;
}
.odd .gender_row {
	    background: #cc7c37;
}
.odd .info_row {
    background: rgba(204, 124, 55, 0.15);
}
.odd .karakter_row {
    background: rgba(204, 124, 55, 0.1);
}
.dier_h2 {
	color: #efad74;
	    color: #cc7c37;
		color: #efa465;
		font-family: onestroke;
	font-weight: bold;
	font-size: 24px;
	padding: 10px 0px 15px 0px;
/*	word-break: normal;*/
}
#content_instanties .info_row .dier_h2, #content_instanties .dieren_detail_h1 {
	text-transform: uppercase;
}
.flex_box_content .dier_h2 {
	font-size: 34px;
	line-height: 34px;
	font-size: 24px;
	line-height: 24px;
}
.flex_box_content .dier_table td {
    color: rgba(0, 0, 0, 0.7);
	     color: rgb(255 255 255);
    padding: 3px 3px 3px 0px;
    font-size: 12px;
 }
.diensten_inner .dier_h2 {
	font-size: 24px !important;
}
.gezocht_h2 {
	color: #ab0000;
}
.dier_table {
	width: 100%;
}
.dier_table_key {
	width: 75px;
	font-weight: bold;
	color: black !important;
	color: rgba(2552,255,255,0.6) !important;
}
.dier_table td {
	color: rgba(0, 0, 0, 0.7);
	font-size: 15px;
	/* background: #e7e7e7; */
	padding: 5px 5px 5px 0px;

	font-size: 14px;
    /* background: #e7e7e7; */
    padding: 3px 3px 4px 0px;
	vertical-align: top;
	color: #fff;
}
.karakter_row {
	background: #e3e3e3;
	background: #fafafa;
	background: rgba(255, 255, 255, 0.10);
	width: 40%;
	font-size: 14px;
	padding: 2.5% 5% 2.5% 2.5%;
	padding: 2.5% 5% 65px 2.5%;
	box-sizing: border-box;
	position: relative;
	color: #fff;
	background: rgba(255,255,255,0) !important;
	line-height: 170%;
/*	word-break: break-word;*/
}
#content_deelnemers .karakter_row, #content_instanties .karakter_row {
	width: 45%;
}
.h2_home {
	color: #a66630;
	    color: #efa466;
	    padding: 30px;
	    margin: 0px;
	    text-align: center;
	    text-align: left;
	    padding: 4%;
	    font-size: 40px;
	    font-size: 50px;
		 font-family: onestroke;
		 /*color: #fff;*/
		     padding: 40px 40px 20px 40px;
    padding: 40px 40px 10px 40px;
    padding: 50px 40px 10px 40px;
}
a.lees_verder_dier:link, a.lees_verder_dier:visited {
	/* background-color: #fcbe27; */
	font-size: 14px;
	font-size: 12px;
	text-align: left;
	position: relative;
	/* padding: 5% 5%; */
	color: #cc7d40;
	font-weight: bold;
	z-index: 4;
	z-index: 1;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 15px 80px 15px 0px;
	text-decoration: none;

	padding: 15px 80px 15px 15px;
	    padding: 8px 60px 8px 25px;
    background: #efa465;
    color: #fff;
    color: #000;
	 transition: 0.5s ease;
	 white-space: nowrap;

	 bottom: 20px;
right: 20px;
border-radius: 100px;
}
a.lees_verder_dier:hover {
    background: #ce8d56;
	     background: #ecb383;
		  filter: saturate(1.8);
}/*
a.lees_verder_gezocht:link, a.lees_verder_gezocht:visited {
	color: #fff;
	background-color: #ab0000;

}*/
a.lees_verder_gezocht:link, a.lees_verder_gezocht:visited {
    color: #fff;
    background-color: #1b1b1b;
    color: #efa565;
}
a.lees_verder_gezocht:hover {
	background-color: red;
   background-color: #3c3c3c;
}
.h1_gezocht {
	color: #ab0000 !important;
}
.overzicht_cart {
    /*background: #cc7c37;*/
    position: absolute;
    top: 0px;
    right: 0px;
    /* width: 40%; */
    height: 100%;
   /* background-color: #cc7c37;*/
	 /*    background-color: #efa465;*/
    width: 47px;
}
.overzicht_cart img {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
	height: 40%;
   transition: 0.4s ease;
	transform: translateX(0px);
}
a.lees_verder_dier:hover .overzicht_cart img {
	transform: translateX(6px);
}
.short_title {
	color: #efa566;
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 18px;

	color: #efa566;
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 22px;
	font-family: onestroke;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
    text-shadow: 0px 2px 4px rgb(0 0 0);


}
.dier_short_flex {
	position: relative;
	transition: 0.5s ease;
	transform: translateY(50px);
	opacity: 0;
	transition-delay: 0.25s;
}
.dier_short_info {
		font-size: 15px;
		font-size: 13px;
		display: inline-block;
		vertical-align: middle;
		padding-right: 50px
}

.arrow_next_orange {
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	right: 0px;
}
a.budget_wagen_wrapper:hover .dier_short_flex {
	transform: translateY(0px);
	opacity: 1;
}
a.budget_wagen_wrapper:hover .overzicht_cart img, a.lees_verder_dier:hover .overzicht_cart img, {
    /* transform: scale(1.03); */
    transform: translateX(60%);
}
a.budget_wagen_wrapper:hover::before {
/*	transform: scale(1.03); */
	opacity: 1;
	opacity: 0;
}
#content_home a.budget_wagen_wrapper:hover::before {
	opacity: 1;
}
.dier_name_visible {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 60px 30px 30px 30px;
	    padding: 60px 30px 20px 20px;
	color: #fff;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.8) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#eb000000',GradientType=0 );
	z-index: 10;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.71);
	color: #efa466;
	font-family: onestroke;
	/* color: #fff; */
	line-height: 10px;
	transition: 0.4s ease;
	transform: translateY(0px);
	font-size: 18px;
}
a.budget_wagen_wrapper:hover .dier_name_visible {
	opacity: 0;
	transform: translateY(50px);
}
a.budget_wagen_wrapper:hover .bekijk_product_txt {
/*	transform: scale(1.03); */
	opacity: 1;

	transition-delay: 0.15s;
	transform: scale(1) translateY(0%);
}
a.budget_wagen_wrapper:hover::after {
/*	transform: scale(1.03); */
	opacity: 1;
		opacity: 0.75;
	transform: scale(1) translateY(0%);
	transition-delay: 0.0s;
}
a.budget_wagen_wrapper:hover {
/*	transform: scale(1.03);*/
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
}
a.budget_wagen_wrapper_in_form:link, a.budget_wagen_wrapper_in_form:visited {
    display: inline-block;
    width: 30.3%;
    text-decoration: none;
    color: #fff;
    margin: 1.5%;
    transition: 0.6s ease;
    position: relative;
    background: #fff;
   /* overflow: hidden;*/
}
a.budget_wagen_wrapper_in_form:hover {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
		transform: scale(1.04);
}
.select_car_active {
	box-shadow: 0px 0px 30px #000 !important;
      transform: scale(1.04);


}
.select_car_active .starting_from {
	    background-color: #f78c00 !important;
}
.select_car_active::after {
	content: '';
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	border: 5px solid #00285f;
	transition: 0.6s ease;
}
.budget_wagen_wrapper_in_form .wagen_h2 {
	text-align: center;
	font-size: 20px;
	color: #707070;
	padding: 10% 5% 2% 5%;
	font-weight: normal;
}
.budget_wagens_form_wrapper {
	padding: 1.5%;
}
.budget_wagens_form_wrapper .prod_blok_img_wagen {
    width: 80%;
    height: 0px;
    padding-bottom: 80%;
    padding-bottom: 55%;
    position: relative;
    transition: 0.6s ease;
    margin: 0 auto;
}

.form_h2 {
    text-align: center;
    color: #ed5404;
    font-size: 25px;
    padding: 2.5% 2% 0.5% 2%;
    padding: 2%;
}
.return_location_box .form_h2 {
	 padding: 10% 2% 2% 2%;
}
.choose_pickup_location {
	background-color: #f2f2f2;
}
.location_box {
	display: inline-block;
	width: 30.3%;

	color: #fff;
	margin: 1.5%;
	transition: 0.6s ease;
}
a.pickup_location:link, a.pickup_location:visited, a.return_location:link, a.return_location:visited {
	display: block;
	padding: 11px;
	margin: 5px 0px;
	background-color: #00275e;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	text-align: center;
	vertical-align: top;
	transition: 0.4s ease;
}
a.pickup_location:hover, a.return_location:hover {
	transform: scale(1.04);
}
a.pickup_location_active:link, a.pickup_location_active:visited, a.pickup_location_active:hover, a.return_location_active:link, a.return_location_active:visited, a.return_location_active:hover {
	background-color: #a1c0e5;
	color: #00275e;
	/* border: 1px solid #00275e; */
	font-weight: bold;
	/* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.32); */
	transform: scale(1);
}

.google_map_box {
	width: 63.5%;
	background: #d1d1d1;
	height: 400px;
	height: 475px;
	display: inline-block;
	vertical-align: top;
	margin: 1.5%;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.26);
}

.zanderij_info {
	color: #9c9c9c;
	color: #00275e;
	font-size: 16px;
	padding: 5px;
}
/*
.prod_blok_img_wagen {
	width: 100%;
	height: 0px;
	padding-bottom: 80%;
	padding-bottom: 65%;
	position: relative;
	transition: 0.6s ease;
}*/
.prod_blok_img_wagen {
    width: 100%;
   /* height: 0px;*/
   /* padding-bottom: 80%;*/
   /* padding-bottom: 65%;*/
   /* padding-bottom: 90%;*/
padding-bottom: 90%;
    position: relative;
    transition: 0.7s ease;
    background-size: cover;
    background-position: center center;
    background-color: #fff;
    /*background-size: contain;*/
    background-repeat: no-repeat;
	     background-color: #282626;
		      background-color: #131313;
				position: relative;
}
.product_img_entry--no-image, .prod_blok_img_wagen--no-image{
    background-image:url("../img2/logo_embleem.svg");
    background-image:url("../img2/baasje_geen_foto.svg");
    background-size:contain;
	 background-size: cover;
}
#content_deelnemers .prod_blok_img_wagen--no-image, #content_instanties .prod_blok_img_wagen--no-image {
    background-image:url("../img2/baasje_geen_logo.svg");
}
.deelnemers_toegevoegde_dieren .prod_blok_img_wagen--no-image{
	 background-image:url("../img2/baasje_geen_foto.svg") !important;
}
.prod_blok_img_wagen img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#content_deelnemers .prod_blok_img_wagen img, #content_instanties .prod_blok_img_wagen img {
	object-fit: contain;
	object-fit: contain;
width: 90%;
margin-left: 5%;
height: 90%;
margin-top: 5%;
}
#content_deelnemers .deelnemers_toegevoegde_dieren .prod_blok_img_wagen img, #content_instanties .deelnemers_toegevoegde_dieren .prod_blok_img_wagen img {
	object-fit: cover;
    width: 100%;
    margin: 0px;
    height: 100%;
}

.breadcrumb_wrapper {
	/* position: fixed; */
	bottom: 0px;
	z-index: 100;
	width: 50%;
	margin-left: 25%;
	left: 0px;
	display: none;
	/* background: #ffffff; */
	/* box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.16); */
	/* background: #d0141a; */
	/* background: #0b5587; */
}
.breadcrumb_wrapper::before {
	content: '';
	position: absolute;
	top: -5px;
	left: 0px;
	right: 0px;
	width: 50%;
	background: red;
	height: 5px;
	margin: auto;
	display: none;
}
a.budget_wagen_wrapper:hover .prod_blok_img_wagen {
transform: scale(1.15);
}
.prod_blok_img_wagen img {
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0px;

}
.prod_blok_img_wagen img {

}
#content_deelnemers .prod_blok_img_wagen, #content_instanties .prod_blok_img_wagen {
/*	background-color: #fff;*/

}
.prod_blok_img_wagen .baasje_overzicht_image {
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0px;
	top: 0px;
	margin: auto;
	width: 80%;
	left: 0px;
	right: 0px;
	object-fit: contain;
}
.personal_info {
	background: #cdcdcd;
	    background: rgba(205, 205, 205, 0.9);
}

.starting_from {
	background-color: #fcbe27;
	font-size: 14px;
	text-align: left;
	position: relative;
	padding: 5% 5%;
	color: #fff;
	/* margin-top: -5%; */
	font-weight: bold;
	background-color: #ff0000;
	/* width: 70%; */
	/* margin-left: 25%; */
	/* box-shadow: -2px -5px 40px rgba(0, 0, 0, 0.19); */
	background-color: #0e76bc;
	z-index: 4;


	background: rgb(11,87,138);
background: -moz-linear-gradient(left, rgba(11,87,138,1) 0%, rgba(14,118,188,1) 100%);
background: -webkit-linear-gradient(left, rgba(11,87,138,1) 0%,rgba(14,118,188,1) 100%);
background: linear-gradient(to right, rgba(11,87,138,1) 0%,rgba(14,118,188,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b578a', endColorstr='#0e76bc',GradientType=1 );
}
.reservering_status_container {
	width: 80%;
	display: inline-block;
	position: absolute;
	left: 0px;
	text-align: left;
	height: 100%;
	overflow: hidden;
	padding-left: 1%;

}
.reservering_status {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 15px;
	color: #989898;
	font-weight: bold;
	position: relative;
	top: 2px;
		transition: 1s ease;
}
.reservering_status_active {
	color: #ed5404;
 	color: #00275e;
}
.res_pijl_wrap {
	display: inline-block;
	    vertical-align: middle;
	    height: 100%;
	    width: 30px;
	    /* background: #fff; */
	    position: relative;

}
.res_line_1 {
	width: 2px;
	height: 70%;
	background-color: #f78c00;
	position: absolute;
	left: 40%;
	-webkit-transform: rotateZ(-25deg);
	-moz-transform: rotateZ(-25deg);
	transform: rotateZ(-25deg);
	bottom: 47%;
	border-radius: 100px;

}
.res_line_2 {

	    width: 2px;
	    height: 70%;
	    background-color: #f78c00;
	    position: absolute;
	    top: 46%;
	    left: 40%;
	    -webkit-transform: rotateZ(25deg);
	    -moz-transform: rotateZ(25deg);
	    transform: rotateZ(25deg);
	    /* right: 0px; */
	    border-radius: 100px;
}
.wagen_h2 {
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.budget_h2_2 {
	width: 30%;
	text-align: right;
	padding: 5% 0% 4% 3%;
font-weight: bold;
}
.budget_wagens_wrapper {
	width: 70%;
	margin-left: 30%;
	padding: 5% 0%;
}
.footer_61 {
	width: 61.7%;
	position: relative;
    display: block;
    font-size: 18px;
    line-height: 150%;
    /* padding-top: 10%; */
    padding: 10% 10% 20% 10%;
    padding: 10% 10% 2% 10%;
    text-align: left;
	font-size: 0px;
}
.footer_logo {
    width: 61%;
    display: block;
    padding: 0px 0px 7% 0px;
}
.footer_logo img {
	width: 100%;
	display: block;
}
.contact_blok {
    width: 50%;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 150%;
    padding: 5% 0%;
    vertical-align: top;
}
.contact_blok h2 {
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	padding-bottom: 5%;
}
.social {
    display: inline-block;
    /* width: 75px; */
    /* height: 75px; */
    position: relative;
    border-radius: 50px;
    background-color: #F00;
	 background-color: #fff;
    transition: 0.7s ease;
    margin: 0px 10px;
    width: 7%;
    padding-bottom: 7%;
}
.social div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.social table, .social tr, .social td {
    width: 100%;
    height: 100%;
    text-align: center;
}
.social img {
	    width: 50%;

	    position: relative;
	    top: 5%;
}
.budget_color2 {
	font-weight: 500;
    color: #fabd25;
}
.budget_bg_line {
	position: fixed;
}
.budget_bg_line_1 {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fcbe27;
	top: 0px;
	left: 100%;
	z-index: 1000;
}
.budget_bg_line_2 {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #f78c00;
	top: 0px;
	left: 100%;
		z-index: 1001;
}
.budget_bg_line_3 {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #eb5624;
	top: 0px;
	left: 100%;
		z-index: 1002;
}
.prijs_balk_container {
	position: fixed;
	width: 100%;
	background-color: #e7e6e6;
	/* height: 8%; */
	z-index: 1000;
	bottom: 0px;
	transform: translateY(110%);
	display: none;
	text-align: right;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.26);
}
.prijs_blok {
	display: block;
	position: absolute;
	right: 0px;
	/* height: 98%; */
	background: #ed5404;
	color: #fff;
	/* padding: 10% 5%; */
	text-align: center;
	padding: 1.5%;
	width: 11%;
	position: relative;
	/* float: right; */
	display: inline-block;
}
a.algemene_link:link, a.algemene_link:visited {

    background: #00275d;
	display: inline-block;
	padding: 1% 3%;
	/* border-left: 10px solid #000; */
	/* border-top: 10px solid rgba(0, 0, 0, 0); */
	color: #fff;
	text-decoration: none;
	margin: 2% 0%;
	font-weight: bold;
	transition: 0.4s ease;
	/* font-size: 20px; */
}
a.algemene_link:hover {
	transform: scale(1.1);
	background: #eb5624;
}

.budget_style_entrypage {
	width: 30%;
	width: 40%;
	/* height: 20%; */
	height: 310px;
}
.entry_icon_left {
	display: inline-block;
	width: 7%;
	vertical-align: middle;
	padding: 1% 5%;
}
.entry_icon_left img {
	width: 100%;
}
.entry_icon_right {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
/*
.entry_icons_container {
	width: 50%;
    padding: 5% 0% 0% 0%;
}*/
.entry_icons_container {
    /* width: 50%; */
    /*padding: 5% 0% 0% 0%;*/
    font-size: 16px;
	 color: #fff;
    /* line-height: 150%; */
}
.inline_block_tables {
	/*font-size: 0px;*/
	position: relative;
}
.inline_block_tables h2, .info_deelnemer_h2 {
/*	color: #fff; */
    font-family: onestroke;
    font-size: 44px;
    margin-top: 5px;
}
.inline_block_tables .h2_secudairy {
/*	color: #fff; */
    font-family: onestroke;
    font-size: 30px;
	 /*color: #fff;*/
	 margin-top: 60px;
}
.info_deelnemer_h2 {
	margin-bottom: 20px;
	text-align: center;
}
.deelnemers_body {
	color: #fff;
	padding: 40px 0px;
	padding: 10px 0px;

}
.deelnemers_toegevoegde_dieren {
	width: 100%;
		padding: 40px;
		    padding: 114px;
			 padding: 0px 114px 114px 114px;
}
#content_deelnemers .contact_eigenaar, #content_instanties .contact_eigenaar {
	padding: 0px;
}
.item_code_key {
	display: inline-block;
	    width: 29%;
	    padding: 5%;
	    padding: 10px;
	    padding: 16px 10px;
	    padding: 16px 16px;
	    box-sizing: border-box;
	    font-size: 13px;
	    vertical-align: top;
	    /*background: #fff;*/
	    margin: 0.2%;
	    font-weight: bold;
		 color: #fff;
		     color: rgba(255, 255, 255, 0.57);
			  line-height: 120%;
	   /* color: #d0141b;*/
	   /* line-height: 150%;*/

		/*background: #efa566;*/
		/*background: #ffe3cb;*/
	/*	color: #111111;*/
}
.item_code_val {
	display: inline-block;
	    width: 69%;
	    padding: 5%;
	    padding: 10px;
	    box-sizing: border-box;
	    font-size: 13px;
	    vertical-align: top;
	   /* background: #ffffff9e;*/
	    margin: 0.2%;

		 /*background: rgb(237, 237, 237);*/
margin: 0.2%;
color: #000;
color: #fff;
line-height: 150%;
}
.baaje_even {
	background-color: rgba(255,255,255,0.1);
	    background-color: rgb(27 27 27);
}
.flex_baasje .item_code_key {
	width: 50%;
}
.flex_baasje .item_code_val {
	width: 50%;
}
.intro_html {
	padding: 10% 0px 0px 0px;
line-height: 150%;
color: black;
color: #fff;
}
.half_devider {
/*
	position: absolute;
	width: 50%;
	height: 100%;
	background: red;
	background: #eaeaea;
background: #ffffff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.29);
	*/
}
.white_background {
	position: relative;
	background-color: #fff;
	padding-bottom: 30px;
}
.budget_logo_article {
	width: 30%;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.main_footer {
    min-height: 175px;
    background-color: rgb(242, 242, 242);
    background-color: rgba(242, 242, 242, 0.9);
    background-color: rgb(245, 245, 245);
    position: relative;
    /* z-index: 20; */
    -webkit-transform: translate3d(0, 0, 0);
	    background-color: #fff;
	    background-color: #000;
}
.footer_logo_en_tekst {
	display: flex;
}
.footer_logo_baasje {
	width: 50%;
	display: inline-block;
	background-color: #efa566;
	background-color: #000000;
	display: inline-block;
	padding: 2%;
	box-sizing: border-box;
	    background-color: #171717;

}
.baasje_footer_logo {
	width: 80%;
	object-fit: contain;

	width: 70%;
	display: block;
   padding-right: 10%;
}
.footer_logo_tekst {
	width: 50%;
	    display: inline-block;
	    background-color: #fcc494;
	    background-color: #252525;
	    padding: 2%;
	    box-sizing: border-box;
	    display: flex;
	    align-items: center;

		 display: block;
		 position: relative;
display: flex;
flex-wrap: wrap;
    align-content: center;
}
.social_buttons {
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding: 4% 6%;
}
/*
.footer_embleem_left {
	display: inline-block;
	width: 10%;
	vertical-align: middle;
	margin-left: 2%;
	min-width: 60px;

	opacity: 0.5;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	position: absolute;
}
*/
.footer_embleem_left {
	display: inline-block;
height: 70%;
vertical-align: middle;
margin-left: 2%;
min-width: 60px;
opacity: 0.3;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
margin: auto;
position: absolute;
    max-height: 240px;
}
.footer_menu_wrap {
	display: inline-block;
	padding: 5%;
	vertical-align: middle;
    min-width: 230px;
}
.footer_menu_mobile {
	display: none;
}
.footer_menu_wrap_social {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
}
.baasje_email {
	text-align: center;
	padding: 30px 1% 0% 1%;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.email_icon {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	padding: 10px;
}
.baasje_email_adres {
	display: inline-block;
	color: #111;
	text-decoration: none;
	font-size: 20px;
	padding: 5px;
    vertical-align: middle;
	 color: #fff;
}

.diensten_blok_container_home {
    position: relative;
}
.footer_blok {
    position: relative;
    font-size: 18px;
    color: #8a8a8a;
    margin-top: 32px;
    font-size: 0px;
    padding-bottom: 5%;
}
.footer_right {
    position: relative;
    background-color: #0951a6;
    font-size: 0px;
}
.footer_bottom {
    background: #e9e9e9;
    background: #0951a6;
	     background: #ffffff;
		     background: #000000;
		  /*
		     box-shadow: 0px 0px 46px rgba(0, 0, 0, 0.66);
			     box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.37);*/
}
.one_fourth {
    width: 25%;
    display: inline-block;
    position: relative;
    min-height: 300px;
    vertical-align: top;
}
.steps_logo_footer {
    width: 50%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -50px;
    display: block;
    font-size: 20px;
    font-size: 30px;
    text-align: center;
    color: #0951A6;
    font-weight: bold;
}
.nav_item_footer_padding {
    padding: 5% 0% 0% 20%;
}
a.footer_navi:link, a.footer_navi:visited {
	display: block;
	color: #111111;
	color: rgba(255, 255, 255, 0.59);
	color: rgb(255, 255, 255);
	font-size: 21px;

    font-size: 18px;

	/* font-size: 28px; */
	text-decoration: none;
	padding: 4px 20px;
	text-align: left;
	display: block !important;
	transition: 0.3s ease;
	font-family: onestroke
}
a.footer_navi:hover {
	    color: #efa465;
		/* transform: translateX(5px);*/
}
.h1_footer {
    font-size: 40px;
    color: red;
}
.filiaal_padding {
    padding: 10% 15%;
    text-align: center;
}
.filiaal_h1 {
    margin: 0px;
    padding: 4% 1% 3% 1%;
    text-align: center;
    font-size: 50px;
}
.footer_right .one_fourth {
    min-height: 0;
    font-size: 18px;
    color: #fff;
}
.slide_perspective {
	background-color: #fefcf0; */
	    width: 90%;
	    margin: 0 auto;
	    transition: 0.7s ease;
	    -webkit-transition: 1.5s ease;
	    transition: 1.5s ease;
	    /* transform: perspective( 905px ) rotateX(-0deg) rotateY(-8deg) translateZ(10px); */
	    /* -webkit-transform: perspective( 905px ) rotateX(-0deg) rotateY(-8deg) translateZ(10px); */
	    /* left: -20px; */
	    position: relative;
	    /* right: 5.9%; */
	    font-size: 0px;
	    /* margin-top: -5%; */

		 background: rgb(148,148,148);
		 background: -moz-linear-gradient(top, rgba(148,148,148,1) 0%, rgba(255,255,255,1) 38%, rgba(255,255,255,1) 100%);
		 background: -webkit-linear-gradient(top, rgba(148,148,148,1) 0%,rgba(255,255,255,1) 38%,rgba(255,255,255,1) 100%);
		 background: linear-gradient(to bottom, rgba(148,148,148,1) 0%,rgba(255,255,255,1) 38%,rgba(255,255,255,1) 100%);
		 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949494', endColorstr='#ffffff',GradientType=0 );
		     text-align: center;
}
.slide_perspective:hover {
    transition: 1.0s ease;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    right: 0%;
    transition: 1.2s ease;
}
.homebanner_blok_container {
    width: 21%;
    padding: 2%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 29%;
	     width: 44%;
    padding: 2%;
}
a.homebanner_blok:link, a.homebanner_blok:visited {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    display: block;
    position: relative;
    background-color: #F1F1F1;
}
.homebanner_img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: 0.7s ease;
}
.homebanner_img:hover {
    transform: scale(1.1);
}
.banner_title_wrap {
	position: absolute;
	/* bottom: -29px; */
	width: 90%;
	text-align: left;
	background-color: red;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	padding: 5%;
	display: block;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0%;
	transition: 0.7s ease;
}
.banner_title_wrap:hover {
    transform: scale(1.2);
}
.banner_top_gradient {
	/*
	    position: absolute;
	    bottom: 0px;
	    left: 0px;
	    width: 100%;
	    height: 40%;
	    background: -moz-linear-gradient(top, rgba(234,234,234,0) 0%, rgba(234,234,234,1) 100%);
	    background: -webkit-linear-gradient(top, rgba(234,234,234,0) 0%,rgba(234,234,234,1) 100%);
	    background: linear-gradient(to bottom, rgba(234,234,234,0) 0%,rgba(234,234,234,1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eaeaea', endColorstr='#eaeaea',GradientType=0 );

	    z-index: 20;
		 background: -moz-linear-gradient(top, rgba(8,22,52,0) 0%, rgba(8,22,52,0.71) 100%);
 background: -webkit-linear-gradient(top, rgba(8,22,52,0) 0%,rgba(8,22,52,0.71) 100%);
 background: linear-gradient(to bottom, rgba(8,22,52,0) 0%,rgba(8,22,52,0.71) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00081634', endColorstr='#b5081634',GradientType=0 );
 */
 background: none !important;
 display: none !important;
}
.banner_bottom_gradient {
	display: none !important;
}
/*
.wl-slide::before {
	    content: '';
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: 100%;

	    z-index: 10;
}
*/
.wl-slide-image {
	will-change: transform;
}
.slides_budget_container_parallex {
	position: relative;
	height: 100vh;
	width: 100vw;
}
.title_link_position {
    position: absolute;
    bottom: -15px;
    right: -15px;
}
.title_link {
    width: 130px;
    height: 130px;
    background-color: red;
    color: #fff;
    text-align: center;
    font-size: 20px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.title_link:hover {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transition: 0.6s ease;
    -webkit-transition: -webkit-transform 0.6s ease;
}
/*
a.link_blok:link, a.link_blok:visited {
	width: 33.33%;
	padding-bottom: 28%;
	background: #fff;
	position: relative;
	display: inline-block;
	text-decoration: none;
	border: none;
	overflow: hidden;
}*/
a.link_blok:link, a.link_blok:visited {
    width: 33.33%;
    padding-bottom: 28%;
    /* background: #fff; */
    position: relative;
    display: inline-block;
    text-decoration: none;
    border: none;
    overflow: hidden;
    margin: 20px;
    width: calc(33.33% - 42px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0px 5px 50px #000;

	 margin: 5px;
    width: calc(33.33% - 12px);

	 margin: 10px;
	 width: calc(33.33% - 22px);
	/* border: 1px solid rgb(154 154 154);*/
}
.width_woman a.link_blok {
	    margin-left: 40%;
}
.link_blok_bg_img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	transition: 1s ease;
	transform: scale(1.0);
	/*
	-webkit-filter: contrast(1.2) brightness(1.1);
	-moz-filter: contrast(1.2) brightness(1.1);
	    filter: contrast(1.2) brightness(1.1);
		 */

}
a.link_blok::after {
	content: '';
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );

	 background: rgba(0, 0, 0, 0.2);
	 background: rgba(0, 0, 0, 0.0);

    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
	 transition: 1s ease;
}
a.link_blok:hover .link_blok_bg_img {
	transform: scale(1.1);
}
a.link_blok:hover::after {
		 background: rgba(0, 0, 0, 0.0);
		 	 background: rgba(8,53,84,0.5);
				 background: rgba(0, 0, 0, 0.0);
}
.width_50 {
    width: 46%;
    float: left;
    position: relative;
    padding: 2%;
}
.width_75 {
	width: 100%;
	position: relative;
	margin: 0 auto;
    padding: 10% 0% 5% 0%;
}
.width_woman {
	width: 100%;
	position: relative;
	margin: 0 auto;
	    padding: 5% 0%;
}
.cat_intro_text {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30%;
	height: 100%;
	display: flex;
align-items: center;
}
.width_woman .cat_intro_text {
	left: 0px;
	right: auto;
}
.cat_intro_flex {
	font-size: 14px;
	color: #000;
	color: rgba(0, 0, 0, 0.6);
}
.man_woman_container {
/*	width: 75%;*/
	margin: 0 auto;
	position: relative;

	background: #fff;
	background: #000;
}
.homecategory_container {
	position: relative;
	    /* font-size: 0px; */
	    /* background: #000; */
	    display: flex;
	    flex-wrap: wrap;
	    padding: 20px 20px 80px 20px;
}
#content_onze-dieren .homecategory_container {
	padding: 0px;
	width: calc(100% + 12px);
/*	transform: translateX(-6px);*/

	padding: 0px;
width: calc(100% + 12px);
/* transform: translateX(-6px); */
width: 100%;
/* padding: 6px; */
background: #000;
box-sizing: border-box;
padding: 5px;
padding: 0px 10px 10px 10px;
    padding: 25px 10px 10px 10px;
border-radius: 0px 0px 30px 30px;
}
#content_onze-dieren .categorie_introduction_vlak {
	padding-bottom: 30px;
	border-radius: 30px 30px 0px 0px;
}
.title_link table, .title_link tr, .title_link td {
    width: 100%;
    height: 100%;
}
.customer_card_home_container {
	position: relative;
	text-align: center;
	  /*  z-index: 1;*/
		 overflow: hidden;
}
.customer_card_home_container .parallax-slider {
	left: 0px;
}
.about_home_container {
	position: relative;
}
.about_home_position {
	position: relative;
	z-index: 10;
    background: rgba(255, 255, 255, 0.76);
}
.about_us_text {
	color: #1075bd;
	text-align: center;
	padding: 7% 23%;
	font-size: 20px;
	line-height: 150%;
}
.bg_cards {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
/*	background-attachment: fixed;*/
	position: fixed;
	background-position: center center;
	z-index: -2;
}
.bg_cards_about {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-attachment: fixed;
	filter: blur(20px);
	transform: translateZ(0px);
}
.card_container_left {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 12% 0% 10% 0%;
	z-index: 3;
	width: 60%;
}
.card_container_right {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 8% 0%;
	    padding: 10% 0% 8% 0%;
	    z-index: 3;
		 width: 60%;


		 display: block;
		 width: 50%;
padding: 10% 100px 8% 100px;
box-sizing: border-box;
text-align: left;
}
.card_intro {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 150%;
	 text-shadow: 0px 1px 2px rgb(0 0 0 / 58%);
	 text-shadow: 0px 1px 2px rgb(0,0,0,0.58);
	     max-width: 700px;
		  margin: 0 auto;


		  text-align: left;
		 /* width: 50%;*/
}
/*
.card_intro div {
	display: inline-block;
	background: rgba(0,0,0,0.4);
}
*/
.card_container_right h1 {
	font-size: 42px;
	text-align: center;
	font-family: onestroke;
	font-size: 80px;
	color: rgb(239, 164, 102);
	text-shadow: 0px 2px 2px #000;


	text-align: left;
}
.customer_card_home_container::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(237, 28, 36, 0.6);
    background-color: rgba(0, 0, 0, 0.64);
	 background-color: rgba(0, 0, 0, 0.8);
	 background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	 width: 50%;
    z-index: 1;
	 top: -10px;
	 height: 105%;
	 height: calc(100% + 20px);

	 display: none;
}
a.vraag_direct_aan:link, a.vraag_direct_aan:visited {
	padding: 12px 9%;
	    background-color: #a41319;
	    background-color: #ed1e25;
	    background-color: #ab0000;
	    color: #fff;
	    font-size: 20px;
	    margin: 5% 0%;
	    display: inline-block;
	    text-decoration: none;
	    transition: 0.4s ease;
	    font-weight: bold;
		     border-radius: 3px;
			  border-radius: 30px;
		margin-right: 14px;
}
.card_container_right a.vraag_direct_aan:link, .card_container_right a.vraag_direct_aan:visited {
	padding: 16px 9%;
}
.card_container_right a.vraag_direct_aan:hover {
	padding: 16px 8% 16px 10%;
}
a.vraag_direct_aan:hover {
	/*background-color: #a41319;*/
	padding: 12px 8% 12px 10%;
	filter:brightness(120%);
}

.bg_cards_preview {
	width: 60%;
	padding-bottom: 39%;
	background-size: cover;
	overflow: hidden;
	box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.54);
	border-radius: 30px;

    border-radius: 15px;
	margin: 0 auto;
}
/***PARALEX**/

.paral_container1 {
	position: absolute;
	top: 1700px;
	left: 0px;
	top: 72%;
	width: 18%;
	/*
	width: 363px;
	height: 668px;
	*/
}
.paral_container2 {
	position: absolute;
	top: 1900px;
	top: 60%;
	top: 104%;
	left: 0px;
	width: 22%;
	/* height: 668px; */
}
.paral_container3 {
	position: absolute;
	top: 1900px;
	top: 125%;
	right: 0px;
	width: 35%;
	width: 35%;
	/* height: 668px; */
	/*
	height: 668px;
	*/
}
.paral1 {
	position: absolute;
	width: 100%
}
.paral2 {
	position: absolute;
	width: 100%
}
.paral3 {
	position: absolute;
	width: 100%
}
a.circle_a:link, a.circle_a:visited {
	display: block;
	font-size: 15px;
	color: #fff;
	background: #000000;
	padding: 2%;
	margin: 1%;
	width: 40%;
	text-align: center;
	text-decoration: none;
	margin: 5px auto;
	min-width: 240px;
	transition: 0.5s ease;
}
a.circle_a:hover {
	background: red;
	background: #084167;
	background: #343434;
	padding: 2% 1.3% 2% 2.7%;
}
.tours_main_image_bg {
    width: 100%;
    position: absolute;
    overflow: hidden;
	 	     will-change: transform;
			  position: fixed;
			  transform: none !important;
}
.tours_main_image_img {
	width: 100%;
	    height: 70vh;
	    background-size: cover;
	    background-position: center center;

		 height: 100vh;
    background-position: top center;

}
.tours_main_image_img_image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.tours_title {
    position: absolute;
    width: 100%;
    text-align: center;
    /* top: 35%; */
    bottom: 20%;
    margin: 0 auto;
    font-size: 70px;
    font-size: 55px;
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    z-index: 100;
    /* text-shadow: 0px 0px 1px #2d5000; */
    /* height: 30px; */
}
.tours_main_image_bg::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00182b00', endColorstr='#cc182b00',GradientType=0 );
    background: -moz-linear-gradient(top, rgba(234,234,234,0) 0%, rgb(234, 234, 234) 100%);
    background: -webkit-linear-gradient(top, rgba(234,234,234,0) 0%,rgb(234, 234, 234) 100%);
	 background: linear-gradient(to bottom, rgba(234,234,234,0) 0%,rgb(234, 234, 234) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00182b00', endColorstr='#cc182b00',GradientType=0 );

	 background: -moz-linear-gradient(top,  rgba(49,49,49,0) 0%, rgba(49,49,49,1) 100%);
background: -webkit-linear-gradient(top,  rgba(49,49,49,0) 0%,rgba(49,49,49,1) 100%);
background: linear-gradient(to bottom,  rgba(49,49,49,0) 0%,rgba(49,49,49,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00313131', endColorstr='#313131',GradientType=0 );

background: -moz-linear-gradient(top,  rgba(27,27,27,0) 0%, rgba(27,27,27,1) 100%);
background: -webkit-linear-gradient(top,  rgba(27,27,27,0) 0%,rgba(27,27,27,1) 100%);
background: linear-gradient(to bottom,  rgba(27,27,27,0) 0%,rgba(27,27,27,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001b1b1b', endColorstr='#1b1b1b',GradientType=0 );


}
#content_deelnemers .tours_main_image_bg::after {
/*	display: none;*/
}
.image_big_around {
	position: relative;
}
.header_h1 {
	font-family: onestroke;
	text-align: center;
	color: #000;
}

.you_here {
	/*
	width: 50px;
      height: 50px;
      padding: 10px;
      background-color: rgb(244, 3, 3);
      background-color: rgb(9, 81, 166);
      font-size: 12px;
      text-align: center;
      color: #FFF;

      display: inline-block;
      vertical-align: middle;
		*/
		/* width: 50px; */
/* height: 50px; */
/* width: 50px; */
/* height: 50px; */
padding: 10px;
/* background-color: rgb(244, 3, 3); */
/* background-color: rgb(9, 81, 166); */
/* border-radius: 100px; */
font-size: 11px;
text-align: center;
color: #ffffff;
/* float: left; */
display: inline-block;
vertical-align: middle;
/* font-weight: bold; */

}


.you_here table, .you_here td {
    width: 100%;
    height: 100%;
}
a.breadcrumb:link, a.breadcrumb:visited {
	font-size: 14px;
	color: #FFFFFF;
   /* color: rgba(0, 0, 0, 0.61);*/
	text-decoration: none;
	display: block;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
	/* float: left; */
	/* padding-top: 26px; */
	padding: 1%;
	display: inline-block;
	vertical-align: middle;
}
a.breadcrumb:hover {
    color: rgba(255, 255, 255, 0.5);
}

a.breadcrumb_active:link, a.breadcrumb_active:visited {
	/*color: red;*/
	font-weight: bold;
}
.breadcrumb_arrow {
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	padding: 1%;
}
.breadcrumb_wrapper {
	text-align: center;
}
.subs_blok_products {
	display: inline-block;
	width: 25%;
	position: relative;
	vertical-align: top;
}
.subs_blok_padding {
	padding: 4%;
	position: relative;
}

a.subs_blok_title:link, a.subs_blok_title:visited, a.subs_blok_title_overlay:link, a.subs_blok_title_overlay:visited {
	padding: 5%;
	padding: 0% 5%;
	/* background-color: red; */
	color: #fff;
	font-size: 15px;
	text-align: center;
	width: 100%;
	padding-bottom: 10%;
	display: block;
	transition: 0.5s ease;
	text-decoration: none;
	z-index: 5;
	position: relative;
	box-sizing: border-box;
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	line-height: 120%;
	margin-top: 5%;
}
a.subs_blok_title:hover, a.subs_blok_title_overlay:hover {
	/*transform: scale(1.2);*/
}
a.sub_blok_title:Link::before, a.sub_blok_title:visited::before {
	content: '';
	width: 10px;
	height: 10px;
	background: red;
	position: absolute;
	top: 20px;
	left: -20px;
}
.red_dot {
	width: 15px;
	height: 15px;
	background: #ed1e25;
	position: absolute;
	top: 17px;
	top: 4px;
	left: -15px;
	/* height: 100%; */
	/* width: 10%; */
}
.subs_blok_right, .subs_blok_right_overlay {
	color: rgba(0, 0, 0, 0.7);
	/* background: rgba(255, 255, 255, 0.9); */
	margin: -2% 0% 0% 0%;
	/* padding: 1%; */
	font-size: 14px;
	position: relative;
	z-index: 6;
	padding: 5%;
}
.sub_sub_container {
    /* background: red; */
    padding: 1% 5% 5% 10%;
}
a.subcat_a_dropdown:link, a.subcat_a_dropdown:visited {
	text-align: left;
	color: #000;
    color: #fff;
	text-decoration: none;
	position: relative;
	/* padding-right: 15%; */
	box-sizing: border-box;
	display: block;
	width: 100%;
}
.subcat_a_text {
	display: inline-block;
	vertical-align: middle;
	width: 75%;

}
.dropdown_right {
	display: inline-block;
	right: 0px;
	width: 10%;
	top: 0px;
	padding-bottom: 15%;
	background-image: url(../img2/arrow_next.svg);
	background-size: 60%;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
	transition: 0.5s ease;
}
.subcat_a_dropdown_active .dropdown_right {
	transform: rotateZ(90deg);
}
a.subcat_a_dropdown:hover {

}
.subs_blok_right_overlay {
	transform: translateY(-100%);
}
.sub_blok_title_velocity {
	transform: translateY(-100%);
}
a.subcat_a:link, a.subcat_a:visited {
	display: block;
	color: rgba(0, 0, 0, 0.7);
    color: rgb(255, 255, 255);
	/* padding: 3%; */
	/* background: rgba(255, 255, 255, 0.87); */
	/* margin: 2%; */
	padding: 3% 0%;
	text-decoration: none;
	/* text-align: center; */
	transition: 0.5s ease;
	z-index: 6;
	position: relative;
	/* width: 90%; */
	text-align: left;
}
a.subcat_a:hover {
	/*transform: scale(1.1);*/
	/*background-color: #fff;*/
	background-color: #1075bd;
	/* color: rgba(255,255,255,0.7); */
	padding: 3% 0% 3% 2%;

}
.subcat_blokken_products_container {
	position: relative;
	text-align: center;
	padding-top: 5%;
}
a.close_submenu_overlay:link, a.close_submenu_overlay:visited, a.close_search_overlay:link, a.close_search_overlay:visited {
	width: 7%;
	    padding-bottom: 7%;
	    position: absolute;
	    display: block;
	    text-decoration: none;
	    right: 12px;
	    -webkit-transition: 0.4s ease;
	    -moz-transition: 0.4s ease;
	    -o-transition: 0.4s ease;
	    transition: 0.4s ease;
	    z-index: 2;
}
a.close_gmap_container:link, a.close_gmap_container:visited {
	width: 40px;
	padding-bottom: 40px;
	position: absolute;
	display: block;
	text-decoration: none;
	right: 12px;
	top: 12px;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	transition: 0.4s ease;
	z-index: 2;
}
a.close_search_overlay_mobile:link, a.a.close_search_overlay_mobile:visited {
	width: 60px;
	    padding-bottom: 60px;
	    position: absolute;
	    display: block;
	    text-decoration: none;
	    right: 12px;
	    -webkit-transition: 0.4s ease;
	    -moz-transition: 0.4s ease;
	    -o-transition: 0.4s ease;
	    transition: 0.4s ease;
	    z-index: 2;
}
a.close_search_overlay:link, a.close_search_overlay:visited, a.close_search_overlay_mobile:link, a.a.close_search_overlay_mobile:visited {
	top: 50px;
	right: 50px;
}
.close_submenu_overlay .close_line_1, .close_submenu_overlay .close_line_2 {
	background-color: #fff;
	padding: 0% 3%;
}
.close_producten_overlay:hover .close_line_1, .close_submenu_overlay:hover .close_line_1 {
    transform: rotateZ(90deg);
}
.close_producten_overlay:hover .close_line_2, .close_submenu_overlay:hover .close_line_2 {
    transform: rotateZ(90deg);
}
.close_search_overlay .close_line_1, .close_search_overlay .close_line_2 {
	background-color: #fff;
	padding: 0% 3%;
}
.close_search_overlay:hover .close_line_1, .close_search_overlay:hover .close_line_1 {
    transform: rotateZ(90deg);
}
.close_search_overlay:hover .close_line_2, .close_search_overlay:hover .close_line_2 {
    transform: rotateZ(90deg);
}

.close_search_overlay_mobile:hover .close_line_1, .close_search_overlay_mobile:hover .close_line_1 {
    transform: rotateZ(90deg);
}
.close_search_overlay_mobile:hover .close_line_2, .close_search_overlay_mobile:hover .close_line_2 {
    transform: rotateZ(90deg);
}
.producten_submenu_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 900;

	overflow-y: auto;
	transform: translateY(-110%);
	/*opacity: 0;*/
}
.producten_submenu_padding {
	position: relative;
	padding: 3% 5%;
padding: 4% 9%;
	font-size: 0px;
	background: rgba(0, 0, 0, 0.7);
    background: rgba(1, 114, 187, 0.49);
 background: rgba(56, 105, 170, 0.28);
    background: rgba(189, 189, 189, 0.5);
	    background: rgba(15, 88, 144, 0.92);
}
.producten_submenu_overlay_close_vlak {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/*background: red;*/
}
#responsive {
	transition: 1s ease;
}
.responsive_blurred {
	-webkit-filter: blur(24px);
	-ms-filter: blur(24px);
	-o-filter: blur(24px);
	filter: blur(24px);
}
.open_submenu_link {
	position: fixed;
	left: 0px;
	top: 46%;
	width: 4%;
	padding-bottom: 4%;
	background-color: red;
	z-index: 7;
	color: #fff;
	text-decoration: none;
	display: block;
    opacity: 0;

}
.deto_title_blok {
	position: relative;
	width: 20%;
	background: #0e76bc;
	margin: 0 auto;
}
.title_blok_red {
	position: relative;
	    background: red;
	    /* padding: 2%; */
	    height: 30px;
	    /* margin-top: -20px; */
	    display: inline-block;

	    width: 100%;
}
.negative_30px {
	 margin-top: -30px;
}
.title_blok_txt {
	padding: 19% 5% 35% 5%;
    padding: 19% 5% 45% 5%;
	background: #0e76bc;
	margin-bottom: -5%;
}
.title_blok_margin_bottom .title_blok_txt {
	margin-bottom: -20%;
	margin-bottom: -30%;
}
.title_blok_txt_white {
	padding: 10% 5% 10% 5%;
	background: #fff;
	margin-bottom: -5%;
	position: relative;
}
.main_footer .title_blok_txt_white {
		margin-bottom: -0%;
}
.title_blok_txt_white img {
	position: relative;
	width: 70%;
	margin: 0 auto;
	display: block;

}
.title_blok_txt h2 {
	padding: 0px;

}
a.actie_link:link, a.actie_link:visited {
	font-size: 60px;
	color: red;
	font-weight: bold;
	text-decoration: none;
	padding: 5%;
	display: inline-block;
	margin-top: -25%;
}
.catblok_absolute {
	position: absolute;
	width: 100%;
	bottom: 0px;
	z-index: 4;
}

.homecategory_title {
	font-size: 30px;
	    font-size: 22px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	transition: 1s ease;
	font-family: onestroke;
	text-shadow: 0px 2px 2px #000;
}
a.link_blok:hover .homecategory_title {
	transform: translateY(-200%) scale(1.3);
}
.rood_blokje {
	width: 8%;
	padding-bottom: 8%;
	/*background: red;*/
	margin: 0 auto;
	transition: 1s ease;
	    display: none;
/*	transition-delay: 0.5s;	*/
}
a.link_blok:hover .rood_blokje {
	transform: translateY(-10%) scale(1.5);
}
a.link_blok::before {
	content: '';
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
	position: absolute;

	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	bottom: 0px;
left: 0px;
width: 100%;
height: 35%;
}
.footer_adres_h1 {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	padding: 0px;
}
.footer_adres_container {
	text-align: center;
	position: relative;
}
.footer_adres_blok {
	color: #fff;
	display: inline-block;
	padding: 4% 6%;
	text-align: left;
	line-height: 150%;
}
.footer_adres_info {
	width: 50%;
	margin: 0 auto;
}
.diensten_inner_image {
	width: 50%;
	display: inline-block;
	/* padding: 0px 10px 0px 0px; */
	box-sizing: border-box;
	vertical-align: top;
	/* background: #4f7c9e69; */
	/* background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 84%,rgba(0,0,0,0.37) 100%); */
	/* background: #fff; */
	/* box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.29); */
	/* background: #1274be0d; */
	position: relative;
	padding: 4%;
	padding: 100px 40px;
	padding: 30px 40px;


	    word-break: break-word;
}


.product_blok_container3 .dieren_detail_h1 {
color: #efa466;
    /* color: #6D6D6D; */
    font-size: 80px;
    font-family: onestroke;
    margin: 20px 0px 0px 0px;
    padding: 60px 40px 0px 70px;
	 padding: 80px 40px 0px 70px;
	 padding: 80px 40px 20px 70px;

    /* font-weight: bold; */
    width: 100%;

 /* line-height: 0px;*/
}
#content_deelnemers .dieren_detail_h1, #content_instanties .dieren_detail_h1 {
    padding: 80px 40px 30px 70px;
	 padding: 80px 20% 30px 70px;
	 line-height: 80px;
 }
.dieren_detail_flex_container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.contact_opnemen {
	display: inline-block;
	padding: 8px 30px;
	background: #ab0000;
	color: #fff;
	border-radius: 4px;
	border-radius: 50px;
	font-weight: bold;
	text-decoration: none;
	transition: 0.3s ease;
}
.contact_opnemen:hover {
	/*filter: brightness(90%);*/
		filter:brightness(120%);
	padding: 8px 25px 8px 35px;
}
.product_img_entry {
    width: 100%;
    display: block;
    width: 94%;
    display: block;
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.29);*/
    margin: 3%;
	 margin: 0%;
	 width: 100%;
}
.img2_container {
	display: flex;
	    width: 90%;
	    width: 100%;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    margin: 0 auto;
}
.img2_container .rooms_images {
	width: 45%;
	height: 0px;
	padding-bottom: 40%;
	width: calc(50% - 6px);
	margin-top: 12px;
	margin-bottom: 12px;
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;

}
.rooms_images img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s ease;
	transform: scale(1);
}
.rooms_images img:hover {
	transform: scale(1.1);
}
.main_rooms_images {
	display: block;
	width: 100%;
	position: relative;
}
.deelnemers_image_wrapper {
	padding: 30px;
	background-color: #131313;
	min-height: 20vw;
	position: relative;
}
.deelnemers_image_wrapper .product_img_entry {
	width: 90%;
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    bottom: 0px;
	    right: 0px;
	    margin: auto;
	    height: 90%;
	    object-fit: contain;

}
.contact_eigenaar_table td {
	padding: 2px 30px 2px 0px;
}
.eigenaar_key {
	font-size: 14px;
	color: rgba(255,255,255,0.6);
	word-break:normal;
}
.eigenaar_val {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	word-break: break-word;
	padding: 2px 0px 2px 0px !important;
}
@media screen and (max-width: 500px) {
	.eigenaar_val {
    	line-height: 120%;
		font-size:12px;
	}
}
.eigenaar_val a:link, .eigenaar_val a:visited, .dier_table a:link, .dier_table a:visited {
	color: #efa465;
	text-decoration: none;
	transition: 0.3s ease;
	font-weight: bold;
}

.privacy_tekst:hover {
	color: #efa465 !important;
}
.eigenaar_val a:hover, .dier_table a:hover {
/*	color: #efcaac;*/
	   filter: saturate(1.8);
}
.dier_table a.normal_nav:link, .dier_table a.normal_nav:visited {
	color: #fff;
}
.dier_table a.normal_nav:hover {
	color: #efa465;
	filter: none;
}
.related_entries_container {
	font-size: 0px;
	position: relative;
	/* margin: 3%; */
	/* box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.29); */
	/* background: whitesmoke; */
	    background: #eaeaea;
		 text-align: left;
}
.related_entry_link {
	display: inline-block;
	width: 50%;
	padding: 5px;
	box-sizing: border-box;
	padding-bottom: 31.33%;
	position: relative;
	vertical-align: top;
	width: 33.33%;
	/* margin: 0.2%; */

}
.diensten_inner_full_related {
	background-size: contain;
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    width: 99%;
	    height: 99%;
	    background-position: center center;
	    background-color: #fff;
	    background-repeat: no-repeat;
	    margin: 0.5%;

}
.title_blok_txt h2 {
	text-align: center;
}
.man_woman_container .budget_wagen_wrapper_container {

}
.merken_footer_container {
    text-align: center;
    padding: 2% 5%;
}
.footer_merk {
	display: inline-block;
	max-width: 15%;
	vertical-align: middle;
	max-height: 10vh;
	padding: 20px 20px;
	box-sizing: border-box;
}
.filter_center_bg {
	background: rgba(255, 255, 255, 0.6);
	margin-bottom: 5%;
}
.filter_center_bg .category_introduction {

    width: 70%;
}
.acties_container {
	position: relative;
    padding: 0% 2% 2% 2%;
}
.acties_container a.budget_wagen_wrapper:link, .acties_container a.budget_wagen_wrapper:visited {
    width: 48%;
 }
 .acties_container .prod_blok_img_wagen {
	 background-size: cover;
 }
 .nav_right_container {
	 position: absolute;
	 right: 0px;
	 top: 0px;
	 text-align: right;
	 height: 100%;
	 font-size: 0px;
	/* width: 25%;*/
	 display: inline-flex;
 align-items: stretch;
 }
 .nav_item_logo {
	 display: block;
	     position: absolute;
	     top: 0px;
	     left: 0px;
	     height: 70%;
	     /* padding: 13% 15%; */
	     /* vertical-align: middle; */
	     /* padding-top: 10%; */
	     /* display: block; */
	     display: block;
	     top: 0px;
	     left: 0px;
	     bottom: 0px;
	     right: 0px;
	     margin: auto;
 }
 .search_right_blokje {
     /* display: inline-block; */
     /* width: 30%; */
     /* padding-bottom: 30%; */
     /* height: 100%; */
     position: relative;
	  width: 60px;
     /* height: 50px; */
 }
 .search_right_stretch {
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 width: 100%;
	 height: 100%;
 }
 .search_link {
/*	 display: block;
	     /* vertical-align: middle;
    background: #efa566;

	     /* border-radius: 100px; */
	     /* width: 50px; */
	     /* position: relative; */
/*	     position: absolute;
	     top: 0px;
	     left: 0px;
	     bottom: 0px;
	     right: 0px;
	     border-radius: 100px;
	     width: 60%;
	     height: 0px;
	     padding-bottom: 60%;
	     margin: auto;
		  transition: 0.4s ease;*/
 }

 .search_link img {
	 position: absolute;
	     top: 0px;
	     left: 0px;
	     right: 0px;
	     bottom: 0px;
	     width: 60%;
	     margin: auto;
	     /* background: blue; */
	     display: block;
		  transition: 0.4s ease;
 }
 .search_link:hover img {
	  transform: scale(0.8) rotateZ(45deg);
 }
 .deto_zoek_overlay {
     position: fixed;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
     background: rgba(29, 116, 189, 0.8);
	  /*background-image: url('../img2/dog2-upl.jpg');*/
	  background-size: cover;
	  /*background-attachment: fixed;*/
     background-color: rgba(17, 17, 17);
    background-color: rgb(206, 206, 206);

	 background: -moz-linear-gradient(left,  rgba(0,0,0,0.88) 0%, rgba(0,0,0,1) 100%);
	 background: -webkit-linear-gradient(left,  rgba(0,0,0,0.88) 0%,rgba(0,0,0,1) 100%);
	 background: linear-gradient(to right,  rgba(0,0,0,0.88) 0%,rgba(0,0,0,1) 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0000000', endColorstr='#000000',GradientType=1 );

     z-index: 900;
     overflow-y: auto;
 }
 .deto_zoek_overlay_samsung {
	position: fixed !important;

 }
 .deto_zoek_overlay_padding {
	 padding: 100px;
	 position: relative;
 }
 .deto_zoek_blok {
	 position: relative;
	top: 5%;
	left: 0px;
	text-align: center;
	right: 0px;
	width: 100%;

 }
 .zoek_submit {
     border: none;
    background: #ed1e25;
    color: white;
    font-size: 14px;
    padding: 14px 25px;
	transition: 0.4s ease;
	cursor: pointer;
 }
 .tijdelijk_niet_in_voorraad {
     position: absolute;
    width: 100%;
    height: 100%;
	    height: 70%;
    background: red;
    top: 0px;
    left: 0px;
    font-size: 14px;
    box-sizing: border-box;
    padding: 10%;
    text-align: center;
    font-weight: bold;

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(237, 28, 36, 1) 0%, rgba(255,0,0,0) 100%);
background: -webkit-linear-gradient(top, rgba(237, 28, 36, 1) 0%,rgba(255,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(237, 28, 36, 1) 0%,rgba(255,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#00ff0000',GradientType=0 );
 }
 .zoek_submit:hover {
    background: #cc1b21;
    padding: 14px 20px 14px 30px;
 }
 .deto_zoek_blok h2 {
    font-weight: normal;
    font-size: 40px;
 }
 #zoek_h2 {
	 text-align: center;
	 width: 100%;
box-sizing: border-box;
	 /*
	 opacity: 0;
	 transform: translateY(100px);
	     color: #efa466;
		  font-family: onestroke;
		  font-size: 60px;
		  */
 }
#zoek_h2 .onestroke {
	 font-size: 60px;
	 font-family: onestroke;
 }
 #search_r {
	 opacity: 0;
	 transform: translateY(100px);
 }
 .searchbx_r {
	 border-style: groove ridge ridge groove;
    padding: 1%;
    width: 100%;
    min-width: 200px;
	 border-color: currentColor;
 }
 .iframeyt {
    position: relative;
	 margin-top: 13%;
}
.youtube_image {
    width: 100%;
}
.ytplayer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.lds-ripple {
	display: inline-block;
	position: absolute;
	width: 64px;
	height: 64px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	top: 0px;
	margin: auto;
}
.lds-ripple div {
  position: absolute;
    border: 4px solid #ed1c24;
	     border: 4px solid #efa466;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  /*animation: lds-ripple 1.5s ease infinite;*/
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.75s;
  border: 4px solid #288fd8;
  border: 4px solid #000000;
  border: 4px solid rgba(0,0,0,0);
}
.logo_top_baasje {
	width: 20%;
	width: 100%;
	/*width: 15%;*/
	display: inline-block;
	    vertical-align: top;
/*	 margin-bottom: -10px;*/
/*	 margin-top: -10px;*/
    margin-left: 15px;
	     object-fit: contain;
}
.logo_top_baasje_container {
	width: 20%;
	display: inline-block;
	align-items: center;
	display: flex;
}
.nav_on_the_right {
    display: inline-block;
    width: 85%;
    text-align: right;
    vertical-align: top;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 30px;
    justify-content: flex-start;
	 position: relative;
	 align-items: center;
	     align-content: space-evenly;

		 /* padding-bottom: 2px;*/
padding-top: 2px;
}
#search_field_containers_mobile_container {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 600;
	box-sizing: border-box;
	display: none;
}
.search_field_containers_mobile_flex {
	display: flex;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	padding: 50px;
	box-sizing: border-box;
	padding-top: 165px !important;
}
.search_field_containers {
	display: flex;
	width: 100%;

}

.mobile_search_button {
	position: fixed;
	    background: #ab0000;
		 background: #000;
	    width: 40px;
	    height: 40px;
	    border-radius: 100px;
	    top: 15px;
	    right: 15px;
	    border: none;
		 z-index: 500;
}
.mobile_search_button img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 50%;
}
.search_field_containers_mobile {
	opacity: 0;
	transform: translateY(-80px);
	transition: 0.5s ease;
	width: 100%;
}
.search_field_containers_mobile form {
	width: 100%;
}
.search_field_container_visible {
	opacity: 1;
	transform: translateY(0px);
}
.search_field_containers form {
	width: 100%;
   display: flex;
   padding: 0px 12px 12px 12px;
	padding: 0px 0px 6px 12px;
}
.form_top_flex {
	display: flex;
	position: relative;
	background: #252525;
	background: #1c1c1c;
	background: #181818;
	padding: 7px 10px 7px 30px;
	margin-right: 50px;
margin-right: 35px;
	border-radius: 50px;
	background: #4f4f4f;
	    background: #252525;
padding: 2px 10px 2px 20px;
    padding: 0px 5px 0px 12px;
}
.form_top_flex_uitgebreid {
	background: none;
	padding: 7px 0px;
}
.search_devider {
	padding: 10px 0px;
}
.search_devider .baasje_input_nav {
	display: block;
	width: 100%;
	box-sizing: border-box;
	max-width: 450px;
	margin: 0 auto;

}
.search_devider .zoek_dier{
	display: block;
	margin: 0 auto;
	width: 200px;
	/* background: #ab0000; */
	font-size: 25px;
	font-size: 20px;
	margin-top: 24px;
	border-radius: 100px;
	/* border: 2px solid #efa466; */
	color: #000;
	background: #e29c62;
	padding: 6px;
}
.search_devider .zoek_dier_a{
	background: #1a1a1a;
	color: #efa566;
	font-size: 20px;
	/* padding: 20px 40px; */
	margin-top: 20px;
	width: 100%;
	box-sizing: border-box;
	background: none;
	width: 230px;
	padding: 12px 10px;
}
.search_devider a.zoek_dier_orange {
	background-color: #efa566;
	color: #000;
	margin-top: 40px;
}
.search_devider select {
	display: block;
	width: 100%;
	box-sizing: border-box;
	max-width: 450px;
	margin: 0 auto;

}
.mobile_baasje_logo_top {
	background-color: #000;
	padding: 20px 50px;
	position: relative;
}
.mobile_baasje_logo_top_img {
	display: block;
	width: 60%;
	max-width: 350px;
	min-width: 150px;
	margin: 0 auto;

}
#content_home .baasje_gezocht_wrapper {
	 /*   margin-top: -15vh;*/
		 background: none;
}
#content_account .baasje_gezocht_wrapper {

		/* width: 90%;*/
	/*	 margin-bottom: 100px;*/
}
#content_account .file_download_preview img {
	width: 100px !important;
}
#content_account .file_upload .file_name, #content_account .file_upload .file_size {
	font-size: 11px !important;
}
a#save_logo:link, a#save_logo:visited {
	/* width: 100px; */
	padding: 5px 45px;
	    padding: 6px 20px;
	text-align: center;
	margin-top: 30px;
	color: #000;
	background: #f0a364;
	border-radius: 100px;
	text-decoration: none;
	transition: 0.3s ease;
	display: inline-flex;
	text-align: center;
	/*float: right;*/
	display: block;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
}
a#save_logo:hover {
	filter: brightness(120%);
	filter: saturate(1.8);
}
/*
#content_account .upload_form_wrapper {
    padding: 20px;
    background: rgba(255,255,255,0.1);
    background: rgb(15 15 15);
    box-sizing: border-box;
    border-radius: 10px;
}
*/
#content_account .upload_form_wrapper {
    padding: 20px 0px 40px 0px;
    background: rgba(255,255,255,0.1);
    background: rgb(15 15 15);
    box-sizing: border-box;
    border-radius: 10px;
    background: none;
}
#content_account .upload_label {
   /* margin-bottom: 20px;*/
}
#content_account .rgd_green_filter_width {
	position: relative;
}
#content_account .categorie_introduction_vlak {

	/* padding: 0px; */
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
}
.baasje_gezocht_wrapper {
	width: 90%;
	    margin: 0 auto;

	    box-shadow: 0px 0px 71px rgba(0, 0, 0, 0.47);
	    box-shadow: none;

		    /* margin-bottom: 5%;*/
			 /* margin-bottom: 10%;*/
		    background: #fff;

			 background: #929292;
			width: 100%;
			position: relative;

			background: rgba(0, 0, 0, 0.58);
			background: none;


}

#content_onze-dieren .baasje_gezocht_wrapper, #content_search .baasje_gezocht_wrapper, #content_deelnemers .baasje_gezocht_wrapper, #content_instanties .baasje_gezocht_wrapper,#content_login .baasje_gezocht_wrapper, #content_inloggen .baasje_gezocht_wrapper, #content_adverteren .baasje_gezocht_wrapper, #content_herplaatsing-tips .baasje_gezocht_wrapper, #content_algemene-voorwaarden .baasje_gezocht_wrapper, #content_account .baasje_gezocht_wrapper {

	padding: 100px;
	box-sizing: border-box;
	padding-bottom: 140px;

	padding: 50px 100px 100px 100px;
	padding: 32px 100px 100px 100px;
	    padding: 32px 175px 100px 175px;
		 padding: 32px 175px 175px 175px;
}

.baasje_gezocht_wrapper .budget_wagen_wrapper_container {

    padding-top: 50px;
    padding-top: 68px;
}

#content_home .budget_wagen_wrapper_container {
 	padding-top: 11px;
}
#category_pagina_onze-dieren .baasje_gezocht_wrapper {
	display: none;
}
#category_pagina_onze-dieren .onze_dieren_overzicht_baasje_gezocht_wrapper {
	display: block;
}
.prod_blok_img_baasje {
    width: 50%;
    height: 100%;

	 left: 0px;
	 top: 0px;
    position: absolute;
    transition: 0.7s ease;
    background-size: cover;
    background-position: center center;
    background-color: #fff;
    /*background-size: contain;*/
    background-repeat: no-repeat;
}

.homepage_top {
	/*padding-left: 50%;*/

	position: relative;
	    background: #000;
		     padding-top: 90px;
		     padding-top: 40px;
}
.homepage_top_flex {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.home_page_top_flex_ref {
	/*margin-top: 70px;*/
}
.home_page_top_flex_ref .blok_img_baasje {
	order: 1;
	border-radius: 30px 0px 0px 0px;
}
.home_page_top_flex_ref .blok_img_baasje img {
	    margin: 0px 20px 20px 10px;
		 margin: 0px;
width: 100%;
}
.home_page_stretch {
	align-items: stretch;
}
.image_wrapper_right {
	/*height: 100vh;*/
	min-height: 100vh;
	width: 45%;
width: calc(50% - 30px);
/*	border-left: 10px solid #000;*/
/*border-top: 0px;*/
/*border-bottom: 20px solid #000;*/
/* border-top: 10px solid #000; */
/*border-right: 20px solid #000;*/
    margin: 0px 20px 20px 10px;
}
.blok_img_baasje {
	width: 50%;
	border-radius: 0px 0px 30px 0px;
	overflow: hidden;
}
.blok_img_baasje img {
	width: 100%;
	display: block;
	margin: 0px 10px 20px 20px;
	width: calc(100% - 30px);

	margin: 0px;
width: 100%;

height: 100%;
object-fit: cover;
 }
.homepage_tekst_wrapper h2 {
	color: #3f170c;
	font-weight: bold;
	font-size: 35px;
	    padding-bottom: 8%;
		 color: rgb(255, 255, 255);
		 color: rgb(239, 164, 102);
		 font-family: onestroke;
}
.homepage_tekst_wrapper {
	padding: 20% 12%;
	padding: 13% 12%;
	color: rgba(0, 0, 0, 0.8);
	font-size: 16px;
	color: rgba(255, 255, 255, 0.75);
	font-size: 18px;
	color: rgb(255, 255, 255);
	width: 50%;
	box-sizing: border-box;
	padding: 6%;
	    text-align: left;
		 display: flex;
flex-wrap: wrap;
align-items: center;
align-content: center;
}

.homepage_tekst_wrapper h1 {
	font-size: 42px;
text-align: center;
font-family: onestroke;
font-size: 50px;
color: rgb(239, 164, 102);
text-align: left;
font-size: 40px;
}

.footer_logo_baasje {
	width: 50%;
	display: inline-block;
	display: flex;
	    justify-content: center;
}
.baasje_slide_tekst {
	position: absolute;
	top: 32%;
	top: 42%;
	/* bottom: 0px; */
	font-size: 0px;
	width: 90%;
	margin-left: 5%;
	margin-left: 25px;
}
.baasje_tekst_bg {
	font-weight: normal;
	font-size: 41px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 100%;
	font-size: 3vw;
	color: #3f160c;
	display: inline-block;
	margin: 0px;
	/* padding: 1%; */
	margin-left: 0%;
	white-space: nowrap;
	font-family: onestroke;
	color: #fff;
	/* box-shadow: 0px 5px; */
	text-shadow: 0px 5px 20px #000;
	/* line-height: 60%; */
	/* padding: 0px; */
	margin-bottom: -41px;
}
.baasje_bg_color {
	display: inline-block;
	    background: rgba(0, 0, 0, 0.26);
	    margin: 3px;
	    padding: 15px;
}
.aanmelden_home{
  /*margin: 0 0 auto auto;*/
  /*width: 50%;*/
}
.aanmelden_home_boven, .aanmelden_home_beneden{
  /*margin:0 auto;*/
  width: 50%;
   text-align: left;
}
.aanmelden_home_beneden {
	padding: 0px 50px;
	box-sizing: border-box;
	padding: 0px 0px 0px 50px;
	box-sizing: border-box;
	font-size: 16px;
}
.aanmelden_home_beneden p {
	font-size: 16px;
	font-size: 15.4px;
	line-height: 150%;
	color: #fff;
}
.aanmelden_flex {
	display: flex;
	flex-wrap: wrap;
}
/*
.standard_submit {
	display: inline-block;
	vertical-align: middle;
	border: none;
	background: #1a1a1a;
	color: #efa566;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 25px;
	transition: 0.4s ease;
	cursor: pointer;
	text-align: left;
	min-width: 150px;
	text-align: center;
	margin-top: 20px;
	background: #f1a263;
color: #000;
border-radius: 50px;
}
*/
.standard_submit {
	display: inline-block;
vertical-align: middle;
border: none;
background: #1a1a1a;
color: #efa566;
font-weight: bold;
font-size: 14px;
padding: 6px 20px;
padding: 9px 25px;
transition: 0.4s ease;
cursor: pointer;
text-align: left;
/* min-width: 150px; */
text-align: center;
margin-top: 20px;
background: #f1a263;
color: #000;
border-radius: 50px;
}

.aanmelden_inputs {
	text-align: left;
}
.resetpass{
	margin-top: 10px;
	font-size: 12px;
	letter-spacing: 0.7px;
}
.inline_link {
	color: #cb7c36;
	font-weight: bold;
	letter-spacing: 0.7px;
	transition: 0.3s ease;

}
.inline_link:hover {
	filter: saturate(1.8);
}
#content_inloggen .inline_link, #content_login .inline_link {
	font-size: 12px;
}
.baasje_input {
	/*display: inline-block;*/
	/*vertical-align: middle;*/
	/*padding: 10px;*/
	/*color: #000;*/
	/*	margin: 2.5px;*/
	/*	border: none;*/
	/*	width: 40%;*/
	color: #000;
	color: #fff;
	    border-bottom: 1px solid rgba(255, 255, 255, 0.27);
}
.mdl-textfield__label {
    color: rgba(255, 255, 255, 0.31);
 }
 /*
.baasje_input_nav {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	padding: 10px 20px;
    padding: 8px 13px;
	box-sizing: border-box;

	color: #000;
	margin: 2.5px;
	border: none;
	width: 40%;
	    font-size: 14px;
		    max-width: 300px;
}*/
/*
.baasje_input_nav {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	padding: 10px 20px;
	padding: 8px 13px;
	box-sizing: border-box;
	color: #000;
	margin: 2.5px;
	border: none;
	width: 40%;
	font-size: 14px;
	font-size: 12px;
	max-width: 300px;
	outline: none;
	background: none;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,.38);
	margin-right: 30px;
	padding: 10px 0px 6px 0px;
	padding: 6px 0px 6px 0px;
	position: relative;
	transition: 0.25s ease;
	margin-left: 10px;

}*/
.baasje_input_nav {
	display: inline-block;
vertical-align: middle;
padding: 10px;
padding: 10px 20px;
padding: 8px 13px;
box-sizing: border-box;
color: #000;
margin: 2.5px;
border: none;
width: 40%;
font-size: 14px;
font-size: 12px;
max-width: 300px;
outline: none;
background: none;
color: #fff;
border-bottom: 1px solid rgba(255,255,255,.38);
margin-right: 30px;
padding: 10px 0px 6px 0px;
padding: 5px 0px 0px 0px;
position: relative;
transition: 0.25s ease;
margin-left: 10px;
/* border-bottom: 1px solid rgb(255 255 255 / 0%); */
margin-bottom: 4px;
}
.baasje_input_nav::placeholder {
	color: rgba(255,255,255,0.5);
}
.baasje_input_nav:hover, .baasje_input_nav:focus {
		border-bottom: 1px solid #f0a364;
}
#main_soort {
	margin-right: 15px;
	    margin-right: 10px;
	    margin-right: 2px;



	min-width: 150px;
}

/*
.baasje_input_nav::before {
	content: '';
	position: absolute;
	bottom: 0px;
	height: 2px;
	width: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	background: none;
		transition: 0.25s ease;
}
.baasje_input_nav:focus::before {
	content: '';
	background: #f0a364;


}
*/
/*
.baasje_select {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    color: #000;
    background: #efa566;
    margin: 2.5px;
    border: none;
    -webkit-appearance: none;
    border-radius: 0px;
    min-width: 200px;
    width: 15%;
}
*/
.zoek_dier, .register {

	margin: 2px;

}

.zoek_dier, .register {
	display: inline-block;
	vertical-align: middle;
	border: none;
	background: #1a1a1a;
	color: #efa566;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 25px;
	padding: 6px 20px;
	transition: 0.4s ease;
	cursor: pointer;
	text-align: left;
	text-decoration: none;
	text-align: center;
	color: #000;
background: #f1a263;
		border-radius: 50px;

}
.navigatie .zoek_dier {
		padding: 0px 20px;

}
.shawn_button {
	background: #000;
	}
#id_change_pass {
	margin-top: 30px;
}

.credits_baasje .shawn_button {
	margin-bottom: 20px;
	width: 250px;
	background: #f1a263;
	border-radius: 50px;
	margin-left: 0px;
	float: right;
	padding: 6px 10px;
	width: 190px;
	margin-right: 0px;
}
.credits_baasje .editpass {
    width: 100%;
    background: transparent;
    border: 0;
    color: #000;
    font-size: 14px;
    font-weight: bold;

    /* color: #000; */
}
#archief_toggle {
	color: #f1a263;
	text-decoration: underline;
	background: none;
	margin-bottom: 20px;
	width: auto;
	float: right;
	display: inline-block;
	white-space: nowrap;
	cursor: pointer;
}
#archief_toggle:hover {
	filter: brightness(120%);
	    filter: saturate(1.8);
}
.savepass {
	margin-bottom: 10px;
	margin-top: 25px;
background: #f1a263 !important;
border-radius: 30px !important;
width: 200px !important;
display: block !important;
margin: 0 auto !important;
    margin-top: 25px !important;
}
#pass_wrapper {
padding-bottom: 20px !important;}
/* margin-top: 50px;
}
/* margin-top: 50px;
}
/*
.search_field_containers .zoek_dier {
	width: 110px;
	background-color: rgba(255, 255, 255, 0.24);
}
*/
.search_field_containers .zoek_dier {
    width: 110px;
    background-color: rgba(255, 255, 255, 0.24);
    background: #f0a364;
    color: #000;
    border-radius: 100px;
    text-align: center;
    justify-content: center;
	 position: relative;
}
/*
.search_field_containers .uitgebreid_zoek_dier {
	margin-top: 7px;
	margin-bottom: 7px;
}
*/
.zoek_dier_a {
	width: 70px;
	width: 110px;
	box-sizing: border-box;
	    font-size: 11px;
	    /* padding: 12px 25px; */
	    line-height: 110%;
		 align-content: center;
    display: flex;
    align-items: center;
}

/*
.zoek_dier:hover, .register:hover, .standard_submit:hover {

    background: #1a1a1a;
    background: #3c3c3c;
}
*/
#show_add {
	display: inline-block;
	vertical-align: middle;
	border: none;
	background: #ab0000;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 45px 10px 25px;
	transition: 0.4s ease;
	cursor: pointer;
	text-align: left;
	text-decoration: none;
	text-align: center;
	position: relative;
	border-radius: 50px;
	margin: 50px 0px;
	transition: 0.3s ease;
}
#show_add:hover {
	filter: brightness(120%);
	    filter: saturate(1.8);
}
.button_next {
	position: absolute;
	    width: 9px;
	    top: 2px;
	    bottom: 0px;
	    right: 17px;
	    margin: auto;
	    transform: translateX(0px);
	    transition: 0.2s ease;
	    display: block;
}
.zoek_dier_a {
	/*width: 70px;*/
	    font-size: 11px;
	    /* padding: 12px 25px; */
	    line-height: 110%;
}
.zoek_dier:hover, .register:hover, .standard_submit:hover {
    filter: brightness(120%);
	     filter: saturate(1.8);
}
.zoek_dier:hover .button_next {
	transform: translateX(5px);
}
.baasje_select {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    color: #000;
    background: #efa566;
    margin: 2.5px;
    border: none;
    -webkit-appearance: none;
    border-radius: 0px;
    min-width: 200px;
    width: 15%;
	 background-image: url('../img2/arrow_down_wide.svg');
	 background-repeat: no-repeat;
	 background-position: 100% center;
	 background-size: 30px;
	 color: #fff;
	 background-color: rgba(255, 255, 255, 0.24);
	     background-color: rgb(79 79 79);
	     font-size: 14px;
		  line-height: 18px;
}
.baasje_select option {
	background-color: #000;
	color: #fff;
}
.form_top_flex .baasje_select {
	min-width: 175px;
	background-position: 105% center;
}
.search_field_containers .baasje_select {
	padding: 0px 10px;
/*	height: 38px;*/
	font-size: 13px;
	background-color: rgba(255,255,255,0);
	outline: none;
}
#content_adverteren .baasje_select, .deto_zoek_overlay .baasje_select {

    margin: 2.5px 0px;
 }
.baasje_checkbox_flex {
	display: flex;
	position: relative;
	flex-wrap: wrap;

	margin-bottom: 15px;
margin-top: 25px;
}
.baasje_checkbox_flex .searchrow {
	padding: 20px;
	background: #fff;
	    background: rgba(255, 255, 255, 0.08);
	margin: 2px;
	height: auto;
	flex-grow: 2;
	width: 25%;
	display: block;
}
.deto_zoek_overlay {
   /* background-color: rgb(35, 35, 35);*/
   /* background-color: #000;*/
	/* background-image: url('../img2/dog2-upl.jpg');*/
	/* background-size: cover;*/
	/* background-attachment: fixed;*/
	/*     background-color: rgba(0, 0, 0, 0.8);*/
 }
 .uitgebreid_zoeken_img {
	 width: 40%;
	 display: block;
	 width: 100%;
	 height: 100vh;
	 object-fit: cover;
 }
.uitgebreid_zoeken_form {
	/*display: flex;*/
	/*flex-wrap: wrap;*/
}
.halve_screen {
	width: 50%;
	height: 100vh;
	position: fixed;
	left: 0px;
	top: 0px;

}
.baasje_checkbox_flex .searchlabel {
	width: 100%;
margin: 0px;
	font-size: 12px;
	/* font-weight: bold; */


	color: #d99358;
	margin-top: 10px;
	margin-bottom: 20px;
	/* margin-left: 2px;*/
}
.baasje_checkbox_flex .searchval {
	width: 100%;
}
.deto_zoek_overlay .searchbody {
	margin: 0px;
    width: 52%;

	 margin: 0px;
width: 50%;
background: rgba(27, 27, 27, 0.94);
     background: rgb(27, 27, 27);

padding: 70px;
box-sizing: border-box;
margin-left: 50%;
margin: 0 auto;
width: 60%;
position: relative;
    background-color: #181818;
	     border-radius: 30px;
/* padding-left: 50%; */
/* margin: 0 auto;*/
}
.deto_zoek_overlay_padding {
    padding: 0px;
	 margin-top: 200px;

	padding-top: 160px;
	margin-top: 100px;

	padding-bottom: 100px;
}
.deto_zoek_overlay .baasje_input {
    color: #fff;
}
.deto_zoek_overlay .zoek_dier {

    background: #000000;
	     padding: 13px 50px;
		  margin-top: 10px;
}
/*
.deto_zoek_overlay .zoek_dier_uigebreid_trigger {
	width: 150px;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	border-radius: 100px;

	background: #000000;
padding: 13px 50px;
margin-top: 10px;
border-radius: 100px;
background: #efa565;
color: #000;
font-weight: bold;
}
*/
.deto_zoek_overlay .zoek_dier_uigebreid_trigger {
	width: 150px;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	border-radius: 100px;
	background: #000000;
	padding: 6px 20px;
	padding: 13px 30px;
	margin-top: 10px;
	border-radius: 100px;
	background: #efa565;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	display: inline-block;
	width: auto;
	white-space: nowrap;
}
.content_align_left {
	text-align: center;
}
.cat_and_dog {
	position: absolute;
	    right: 10%;
	    top: -218px;
	    width: 350px;

		 position: absolute;
    right: 10%;
    top: -35px;
    top: -24px;
    width: 250px;
	     width: 233px;
    z-index: 19;
	 top: 6px;
	 top: 16px;
	 top: 11px;
	  top: 10px;
    width: 185px;
}

.cat_and_dog_dieren {
	position: absolute;
	right: 10%;
	bottom: -50px;
	width: 350px;
	position: absolute;
	right: 3%;
	/* top: -35px; */
	/* top: 50px; */
	width: 250px;
	width: 185px;
	z-index: 19;
	display: block;
}
.cat_and_dog2 {
	position: absolute;
	    right: 10%;
	    top: -218px;
	    width: 350px;
	    position: absolute;
	    right: 10%;
	    top: -35px;
	    top: -109px;
	    width: 250px;
	    width: 175px;
	    z-index: 19;
}
.cat_and_dog_container {
	position: absolute;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	z-index: 1;
}
.cat_and_dog_5 {
	position: absolute;
	right: 5%;
	width: 220px;
	top: -135px;
	z-index: 19;

width: 185px;
top: -113px;
}
#content_deelnemers .cat_and_dog_5, #content_instanties .cat_and_dog_5 {
	z-index: 1;
}
.deto_zoek_overlay .zoek_dier:hover {

	background: #3c3c3c;
}
.deto_zoek_overlay .zoek_dier_uigebreid_trigger:hover {
	background: #efa565;
	filter: brightness(120%);
	    filter: saturate(1.8);
}
.deto_zoek_blok h2 {
	font-weight: 200;
	    padding: 0px 0px 70px 0px;
}
.error_message{
        color: #CD2626 !important;
        font-size:16px !important;
        /*background-color: #FFBABA;*/
		  text-align: left;
        text-align: center;
        line-height: 150%;
}
.error_message ul {
	text-align: left;
}
.error_message h2 {
	 color: #000 !important;
	     color: #cd2726 !important;
	 font-weight: bold;
	 font-size: 24px;
	 text-align: left;
}
.submit_btn{
  display:none;
}
.check {
	width: 25px;
	display: block;
}
.flex_baasje {
	display: flex;
	    align-items: center;
}
.info_row_baasje {
	font-size: 16px;
	padding: 30px 0px;
padding: 65px 30px;
}
.info_row_baasje h2 {
	font-size: 26px;
	font-family: onestroke;
font-size: 35px;
}
.contact_eigenaar {
	padding: 35px 0px 0px 0px;
}
.contact_eigenaar h3 {
	color: #efa465;
	font-family: onestroke;
	font-size: 35px;
}
.contact_options {
	display: flex;
	margin: 10px 0px;
	justify-content: space-between;
	width: 100%;
}
.contact_option {
	width: 32%;
	text-decoration: none;
	flex-grow: 200;
	    display: flex;
		 transition: 0.5s ease;
}
.contact_option_padding {
	/* margin: 10px; */
	position: relative;
	text-align: center;
	background: #191919;
	border-radius: 5px;
	display: none;
	margin: 5px;
	/* margin: 10px; */

background: #3e3e3e;
width: 100%;

/* border: 2px solid #efa465; */
/* background: #ab0000; */
/* box-shadow: 0px 0px 10px #d5935d;*/
}
.contact_option:hover {
	filter: brightness(130%);
	transform: scale(1.04);
	    filter: saturate(1.8);

		     filter: saturate(1.8) brightness(120%);
}

#content_deelnemers .contact_option_padding, #content_instanties .contact_option_padding {
    display: block;
    width: 100%;
}
#content_deelnemers .entries_pages_deelnemers .contact_option_padding, #content_instanties .entries_pages_instanties .contact_option_padding{
	display: none;
}
.contact_option_icon {
	width: 60px;
	padding: 20px;
	display: inline-block;

	width: 40px;
    padding: 20px 20px 10px 20px;
    display: inline-block;
    opacity: 0.4;
    opacity: 0.9;
}
.opacity_0 {
	opacity: 0;
}
.contact_opnemen_wrapper {
	padding: 25px 0px;
}
.contact_option_text {
	color: #fff;
	font-weight: bold;
	padding: 20px;

	color: #d3925c;
font-weight: bold;
padding: 10px 10px 20px 10px;
text-decoration: none;
}

.karakter_info {
	color: #fff;
	line-height: 170%;
	white-space: pre-line;
/*	word-break: break-word;*/
}

.laad_meer {
	display: inline-block;
	font-size: 20px;
	background: orange;
	margin: 20px;
	padding: 20px 50px;
	color: #fff;
	position: absolute;
	opacity: 0;
}
.paginate_container {
	background: #000;
	display: flex;
	padding: 8px 30px;
	color: #fff;
	font-size: 20px;
	justify-content: center;
	width: 50%;
	margin: 0 auto;
	margin-bottom: -25px;
	margin-top: 30px;
}
.paginate_container a {
	font-size: 14px;
	display: block;
	padding: 0px 10px;
	color: #efa466;
	text-decoration: none;
}
.flex_box_content .mdl-textfield {
	padding-right: 45px;
}
.flex_wrapper {
	display: flex;
   flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
.flex_box {
	width: 50%;
	width: 62%;
	padding: 50px;
	box-sizing: border-box;
	background: #1c1c1c;
	    background: #000000;
}
.flex_box_gegevens {
	background: darkgrey;
	    background: #000;
		 width: 38%;
		     padding-right: 0px;
}
#content_account .flex_box_gegevens, #content_account .flex_box {
	background: none;
}
#content_account .formfield.mdl-textfield {
    width: auto;
}
.flex_box .mdl-textfield {
	width: 100%;
}
.mdl-textfield__input {
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.38);

}
.mdl-textfield__input.errorfield {
    border: none;
    border-bottom: 1px solid rgba(255,0,0,.58);

}
.baasje_select.errorfield {
	border: 1px dashed rgba(255,0,0,.58);
}
.credit_aantal_wrapper {
	display: flex;
	    align-items: center;
	    /* padding: 20px 40px; */
	    /* background: #131313; */
	    justify-content: space-between;
}
.credits_baasje {
	padding: 30px 50px;
	    background: #000;
		 background: #0e0e0e;
		     background-color: #181818;
		  /*   background-color: #181818;*/
}
.flex_box_content_credits {
	margin-bottom: 50px;
}
.credits_kopen_bx {
	margin-top: 30px;
}
.credits_kopen_bx .credit_labe {
	font-size: 15px;
}
.credits_kopen_bx .baasje_select {
	width: 100%;
	max-width: 400px;
}
.input_box {
	margin-left: 15px;
	margin-left: 0px;
	color: black;
	font-size: 12px;
	letter-spacing: .6px;
	text-align: left;
	/* display: flex; */
	color: #fff;
	/* font-weight: 200; */
	/* align-items: baseline; */
	color: #d48746;
	font-weight: normal;
}
.baasje_bigger {
	font-size: 36px;

	font-weight: bold;
	color: #fff;
}
.userinfotest1 .baasje_bigger {
		font-size: 22px;
		font-size: 16px;
		font-weight: normal;
}
.credit_label {

	font-size: 20px;
	    font-size: 26px;
    font-weight: bold;
    color: #fff;
}
.credits_kopen_bx .credit_label {
	font-size: 15px;
}
.credit_value {
	font-size: 60px;
	font-weight: 200;
	color: #efa466;
	font-weight: bold;
}
#credits_price {
	font-size: 25px;
}
.credit_aantal_wrapper {
	display: flex;
	align-items: baseline;
    align-items: center;
}
.plaats_advertentie {
	background: #ab0000;
	color: #000;
	text-decoration: none;
	padding: 5px 20px;
	color: #fff;
	/* position: absolute; */
	right: 0px;
	/* top: 0px; */
	/* color: #d00000; */
	/* border: 2px solid white; */
	border-radius: 3px;
	border-radius: 30px;
	font-size: 12px;
	font-size: 14px;
	letter-spacing: 0.5px;
	margin-left: 30px;
	    font-weight: bold;
		 transition: 0.3s ease;
}
.plaats_advertentie:hover {
		padding: 5px 15px 5px 25px;
		filter: brightness(85%);
		filter: brightness(120%);

}
.userinfotest1 .plaats_advertentie {
	margin-left: 0px;
	padding: 14px 30px;
	font-size: 18px;

}
.plaats_advertentie_profilepage {
	margin-top: 40px;


}
.aanmeldenlabel {
    color: #000;
    font-size: 60px;
    font-weight: bold;
    line-height: 120%;
	 font-family: onestroke;
	letter-spacing: 1px;
	font-size: 70px;
	font-weight: normal;
	color: #fff;
	    color: #efa466;
		 text-align: center;
		 position: relative;
		 z-index:1;
}
#content_onze-dieren .aanmeldenlabel {
/*	text-align: left;*/
}
.form_flex {
	display: flex;
	justify-content: space-between;
}
.registerform .mdl-textfield {
	width: 100%;
	/*width: calc(100% - 20px);*/
	/*margin-right: 20px;*/
}
/
#adverteren_form .mdl-textfield {
	width: 48%;
}
.adverval .mdl-textfield {
	width: 100% !important;
}
.form_flex .mdl-textfield {
	width: 47%;
	width: 48% !important;
}
#particulier_bx .form_flex {
	flex-wrap: wrap;
	    width: 100%;
}
.instantie_flex {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.instantie_of_particulier {
	padding: 20px;
	/* border: 2px solid rgba(255, 255, 255, 0.13); */
	background: #1f1f1f;
	background: #292929;
	margin: 50px 0px;

}
.account_h3 {
	font-size: 16px;
}
a.account_h3:link, a.account_h3:visited {
	font-weight: bold;
}
.instantie_of_particulier h3 {
	margin: 20px 0px 20px 0px;
}
a.instantie_a:link, a.instantie_a:visited {
	display: inline-block;
	padding: 10px 30px;
	color: #fff;
	/* margin-right: 10px; */
	text-decoration: none;
	border: 2px solid rgba(255, 255, 255, 0.35);
	width: 49%;
	box-sizing: border-box;
	color: rgba(255, 255, 255, 0.35);
	transition: 0.4s ease;
	text-align: center;
	font-size: 15px;
}
a.instantie_a:hover {

	color: #fff;
	/* margin-right: 10px; */
	border: 2px solid #fff;

}
.upload_form_wrapper {
	padding: 20px;
	background: rgba(255,255,255,0.1);
	background: rgb(41, 41, 41);
	margin: 20px 0px;
	width: 100%;
	box-sizing: border-box;
}
/*
.file_upload_label {
	display: none !important;
}*/
.file_upload .file_name, .file_upload .file_size {
    padding: 0 10px;
    font-size: 15px !important;
}
#adverteer {
	margin-top: 40px;
	width: 50%;
	margin: 0 auto;
	margin-top: 50px;
	border-radius: 100px;
	padding: 14px 23px;
	box-sizing: border-box;
	min-width: 180px;
	max-width: 300px;
	min-width: 150px;

}
.upload_label {
	color: #efa465;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
#content_account .upload_label  {
	color: #d78847;
	/* color: #fff; */
	font-size: 12px;
	/* font-weight: bold; */
	padding-bottom: 20px;
	font-weight: normal;
}
.file_upload input{
	background: #efa465;
	padding: 10px;
	margin: 10px 0px;
	border-radius: 100px;
	color: #000;
}
.file_upload [type~=submit] {
	width:0px;
	height:0px;
	font-size:0px;
	border:none;
	background:none;

}
#content_account form.file_upload {
	margin-bottom: 30px;
}
form.file_upload {
	margin-top: 20px;
}
.instantie_a_active {
	/*background: #efa466;*/
   color: #fff;
	font-weight: bold;
	border: 2px solid #efa466 !important;
	color: #efa465 !important;
}
.no_search_results {
	text-align: center;
    width: 100%;
    padding: 30px;
    font-size: 24px;
    font-weight: 200;
    font-weight: bold;
    color: #fff;
	     text-shadow: 0px 2px 5px #000;
		  position: relative;
		  min-height: 100px;
}
.empty_repsonse {
	background: #000;
	padding: 100px 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	top: -30px;
	border-radius: 0px 0px 30px 30px;
}
.edit_buttons_flex {
	display: flex;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 10px;
	width: 80px;
	justify-content: flex-end;
}
.edit_entry_baasje_button {
	position: relative;
	width: 40px;
	height: 40px;
	padding: 10px 10px;
	/* background: #000; */
	border-radius: 100px;
	box-sizing: border-box;
	display: block;
}

.erase_delete_image {
	/*
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 30px;
	margin: auto;
	height: 50px;
	*/
	position: relative;
	width: 40px;
	height: 40px;
	padding: 10px 10px;
	/* background: #000; */
	border-radius: 100px;
	box-sizing: border-box;
	display: block;
}
.erase_delete_image img, .edit_entry_baasje_button img {
    width: 100%;
    display: block;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    top: 0px;
 }
.mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    color: #d68847;
 }
 .mdl-textfield__label:after {
    background-color: #d89053;
 }
.lds-dual-ring {
	display: inline-block;
	width: 70px;
	height: 70px;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	/*margin-top: 20px;*/
}

.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 54px;
	height: 54px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #cb7c36;
	border-color: #000000 transparent #000 transparent;
	    border-color: #ffffff transparent #fff transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}
.main_main_intro {
	color: #fff;
	/*color: rgb(255 255 255 / 61%);*/
	font-size: 20px;
	position: relative;
	width: 100%;
	padding: 50px 0px;
	box-sizing: border-box;
}
.main_main_width {

	box-sizing: border-box;
	width: 65%;
	min-width: 250px;
	margin: 0 auto;
	position: relative;
	text-shadow: 0px 1px 2px #000;
}

.small_label{
	color: #d68847;
	font-size: 12px;
}
.deelnemers_buttons {
	position: relative;
	width: 100%;
	margin: 0 auto;
	/* margin-bottom: -30px; */
	/* padding: 20px; */
	/* background: white; */
	box-sizing: border-box;
	margin-bottom: -50px;
	padding-bottom: 25px;
	padding-bottom: 70px;
	z-index:1;
	/* padding-bottom: 5px;*/
}

.deelnemers_buttons_flex {
	display: flex;
	width: 100%;
	position: relative;
	justify-content: center;
	transition: 0.5s ease;
}
.baasje_dieren_header {
	position: relative;
	background: #000;
	border-radius: 30px 30px 0px 0px;
/*
	background: rgba(0, 0, 0, 0.51);
	-webkit-backdrop-filter: saturate(150%) blur(20px);
	-ms-backdrop-filter: saturate(150%) blur(20px);
	-o-backdrop-filter: saturate(150%) blur(20px);
	-moz-backdrop-filter: saturate(150%) blur(20px);
	backdrop-filter: saturate(150%) blur(20px);
	*/
	    /* background: #171717; gert belde hierover dat het niet overal hetzelfde was afz jouke 20-02-2021 */

}
.baasje_dieren_header .header_h1 {
	color: #f0a366;
	padding-top: 35px;
	    padding-top: 55px;
	margin-bottom: -15px;
	font-size: 70px;
	z-index: 1;
	position: relative;
}
a.deelnemers_button:link, a.deelnemers_button:visited {
	display: block;
	width: 150px;
	font-size: 13px;
	width: 120px;
font-size: 12px;
	color: #f0a366;
	background: #fff;
	background: #000;
	padding: 10px 10px;
	white-space: nowrap;
	border-radius: 40px;
	margin: 10px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: none;
}
.deelnemers_buttons h3 {
	text-align: center;
	margin-top: 30px;
}
.deelnemers_buttons h3 {
	text-align: center;
	    margin-top: 80px;
	    font-size: 20px;
	    margin-bottom: 25px;
	    margin-top: 20px;
	    font-size: 12px;
	    margin-bottom: 10px;
	    font-weight: normal;
}
a.deelnemers_button:hover {

}
a.deelnemers_button_active:link, a.deelnemers_button_active:visited {
	background: #f0a366;
	color: #000;
}
.map_container_fixed {
	width: 50%;
	height: 50vw;
	position: fixed;
	top:
}
#fancybox_map {
	width: 500px;
	width: 80vw;
	max-width: 600px;
	height: 80vw;
	max-height: 600px;
}
.dieren_header_h1 {
	font-family: onestroke;

}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
a.open_map:link, a.open_map:visited {
	display: flex;
	align-items: baseline;
	align-items: center;
	color: #efa465;
	font-weight: bold;
	text-decoration: none;
	transition: 0.3s ease;
}
a.open_map:hover {
	filter: brightness(120%);
	    filter: saturate(1.8);
}
.open_map img {
	height: 20px;
	/* margin-left: 14px; */
	height: 25px;
	height: 15px;
	/* margin-left: 15px; */
	order: -1;
	margin-right: 10px;
}

.fancyboxmap {
	transform: translateX(-150px);
	transition: all .7s;
}
.fancybox-slide--current .fancyboxmap {
  transform: translateY(0);
  opacity: 1;
}
.dieren_header_intro {
	font-size: 16px;
	color: #fff;
	text-align: center;
	/* padding: 0px 30%; */
	width: 50%;
	max-width: 670px;
	margin: 0 auto;
	min-width: 260px;
	padding: 40px 0px;
	position: relative;
	z-index: 1;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {



  -webkit-text-fill-color: white;
-webkit-box-shadow: 0 0 0px 1000px #1c1c1c inset;
 transition: background-color 5000s ease-in-out 0s;
}
.credit_table  {
    border-collapse: collapse;
margin: 0 auto;
text-align: left;
margin-top: 20px;
}

.credit_table td {
	padding: 5px 50px 5px 0px;
	border-top: 1px solid rgb(255,255,255,0.38);
	border-bottom: 1px solid rgb(255,255,255,0.38);
	color: #f0a365;
	font-size: 14px;
}
.show_password {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	    height: 30px;
		 top: 5px;
	background: #fff;
	    background: #eaeaea;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}
#content_inloggen .show_password {
	filter: grayscale(1) invert(1);
	background: none;
	top: 15px;
	opacity: 0.9
}
.show_password_img {
	display: block;
	width: 50%;
}
.formfield.mdl-textfield {

    width: 400px;
 }
.wl_input_numbers {

    position: absolute;
    right: 0px;
    font-weight: bold;
    color: rgba(255,255,255,0.18);
    bottom: 19px;
    bottom: 25px;
    /*font-family: monospace;*/
}

.change_pass_wrapper #id_change_pass {
	    margin-top: 0px;
		 margin-top: 0px;
padding: 0px;
margin: 0px;
padding-bottom: 15px;


}
.change_pass_wrapper .editpass {
	text-align: left;
	font-size: 16px;
	padding: 5px 0px;
	color: #fff;
	font-weight: normal;
	padding-top: 0px;
	cursor: pointer;
}
.login_wrapper {
	position: relative;
}
.confirm_txt_content #email {
	padding: 13px 25px;
	width: 60%;
	border: none;
	box-shadow: inset 0px 2px 2px rgb(0 0 0 / 13%);
	margin-top: 20px;
	margin-bottom: 20px;
	background: #e4e4e4;
	/* border: 1px solid #dedede; */
	border-radius: 10px;
}
textarea:focus, input:focus, button:focus, a:focus{ outline: 0; }


.socialfoto {
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #121212;
	margin: 20px 5px;
	border-radius: 50px;
	transition: 0.6s ease;
	background: #000;
	/* border: 12px solid #ffffff52;*/
}
.socialfoto img {
	display: block;
	height: 50%;
	position: relative;
/*	top: -1px;*/
}
.socialfb {
	background: #f2a163;
		background:#000;
}
.socialfoto:hover {
	filter: brightness(150%);
	background: #222;
	    background: #444;
	transform: scale(1.15);
}
#user_adds {
	color: white;
	font-size: 14px;
	min-height: 10vh;
}

.cookie_melding {
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding: 3%;
	width: 45%;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	box-sizing: border-box;
	line-height: 150%;
	z-index: 10000;
	/* background: #fff; */
	/* color: #000; */
	box-shadow: 0px 10px 150px #000;
	font-size: 18px;
	border-radius: 30px 0px 0px 0px;
	/* border-top: 10px solid rgb(255 255 255 / 16%); */
	/* border-left: 10px solid rgb(255 255 255 / 16%); */
	border-radius: 30px;
	font-size: 16px;
	/* border: 2px solid rgb(217 147 89 / 25%); */
	/* backdrop-filter: blur(20px);*/
}
.cookie_melding a.lees_verder_txt:link, a.lees_verder_txt:visited {
    color: #efa566;
    font-weight: bold;
    text-decoration: none;
    font-size: inherit;
    transition: 0.3s ease;
}
.cookie_melding h3 {
    font-size: 22px;
    /* margin: 0px 0px 10px 0px; */
    line-height: 120%;
    font-weight: bold;
    margin: 0px 0px 20px 0px;
    text-align: left;
    color: #fff;
 }
.cookie_melding .wl_article_link:link, .cookie_melding .wl_article_link:visited {
	/* margin-top: 35px; */
	padding: 6px 20px;
	display: inline-block;
	background: #d8935a;
	color: #000;
	text-decoration: none;
	border-radius: 50px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 30px;
	transition: 0.4s ease;
}

.cookie_melding .wl_article_link:hover {
	filter: brightness(120%);
   filter: saturate(1.8);
}
.opslaan_wrapper {
	display: flex;
	justify-content: flex-end;
}
.intro_tekst_edit {
	max-width: 600px;
	padding: 0px 0px 50px 0px;
}
.subtitle_toegevoegde_dieren {
	color: #fff;
	font-size: 14px;
	margin-top: -10px;
	padding-bottom: 30px;
}
.karakter_info a:link, .karakter_info a:visited {
	color: #efa465;
	font-weight: bold;
	text-decoration: none;
	transition: 0.3s ease;
}
.karakter_info a:hover {
	filter: brightness(125%);
}



.gereserveerd_label {
	position: absolute;
    top: 20px;
    left: 0px;
    /* width: 100px; */
    background: #ac0102;
    color: #fff;
    font-weight: bold;
    z-index: 1000;
    font-size: 14px;
    padding: 8px 30px;
    border-radius: 0px 50px 50px 0px;
    text-transform: uppercase;
    /* box-shadow: 0px 0px 0px 2px #ffffff94; */
    /* width: calc(100% - 40px); */
    box-sizing: border-box;
    text-align: center;
    /* box-shadow: 0px 5px 20px #000;*/
}
.gereserveerd_label_home {
	font-size: 12px;
	padding: 6px 20px;
	top: 15px;
}
#content_account .hide_account_pagina, #content_account .gereserveerd_label {
	display: none;
}
.switch {
	position: relative;
	display: inline-block;
	width: 49px;
	height: 26px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

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

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

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

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

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

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/*
.share_facebook {
    display: flex;
    align-items: center;
    background: rgb(5, 63, 129);
	padding: 3px 9px;
	padding: 2px 7px;
    text-decoration: none;
    width: 100px;
	border-radius: 5px;
	border-radius: 50px;
	transition: 0.2s ease;
}
.share_facebook:hover {
	filter: brightness(120%); 
}
.share_facebook img {
    display: block;
    height: 20px;
    margin-right: 10px;
}
.share_facebook .share_txt {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
.share_button_container {

	margin-bottom: 50px;
	background: #121212;
	padding: 20px;
	background: linear-gradient(to right, rgba(30,30,30,1) 0%,rgba(30,30,30,1) 8%,rgba(30,30,30,0) 100%);
	background: rgb(30,30,30);
background: -moz-linear-gradient(left, rgba(30,30,30,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(left, rgba(30,30,30,1) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to right, rgba(30,30,30,1) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#000000',GradientType=1 );
	margin-top: 30px;
}*/
.delen_via {
	font-weight: bold;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    /* display: none; */
    margin-top: -5px;
    margin-bottom: 5px;
}
.share_button {
    width: 40px;
    height: 40px;
    background: rgb(5, 63, 129);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
	margin: 5px;
	position: relative;
/*	left: -5px;*/
	border-radius: 100px;
	transition: 0.2s ease;
}
.share_button img {
    display: block;
    /* width: 20px; */
    width: 54%;
}
.share_twitter img {
    display: block;
    /* width: 20px; */
    width: 64%;
}
.share_linkedin {
	background: #0077b5;
}
.share_twitter {
	background: #1c9bef;
}
.share_whatsapp {
	background: #23d366;
}
.share_email {
    background: #5a5a5a;
}
.share_messenger {
    background: #027ff7;
}
.share_facebook:hover, .share_button:hover {
	filter: brightness(120%); 
}
.share_whatsapp:hover {
	filter: brightness(110%); 
}
.share_facebook {
    display: flex;
    align-items: center;
    background: rgb(5, 63, 129);
	padding: 3px 9px;
	padding: 2px 7px;
	padding: 0px 7px;
    text-decoration: none;
    width: 100px;
	border-radius: 5px;
	border-radius: 50px;
	transition: 0.2s ease;
	box-sizing: border-box;
	width: 96px;
}
.share_linkedin {
	background: #0077b5;
}
.share_facebook:hover {
	filter: brightness(120%); 
}
.share_facebook img {
    display: block;
    height: 20px;
    margin-right: 10px;
}
.share_facebook .share_txt {
	font-size: 15px;
	font-weight: bold;
	color: #fff;

	font-size: 13px;
    position: relative;
	top: 1px;
	white-space:nowrap;
}
.share_button_container {
	/* margin-top: 50px; */
	margin-bottom: 50px;
	background: #121212;
	padding: 20px;
	background: linear-gradient(to right, rgba(30,30,30,1) 0%,rgba(30,30,30,1) 8%,rgba(30,30,30,0) 100%);
	margin-top: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
@media screen and (max-width: 500px){
	.share_button_container {
		padding: 20px 0px 20px 10px;
		padding: 20px;
		margin-bottom: 10px;
	}
}
.share_button_container .share_facebook {
	margin-right: 6px;
	margin-top: 3px;
	margin-bottom: 3px;
}


/***PARALEX**/

/****BUDGET ***//****BUDGET ***//****BUDGET ***//****BUDGET ***/
/****BUDGET ***//****BUDGET ***//****BUDGET ***//****BUDGET ***/
/****BUDGET ***//****BUDGET ***//****BUDGET ***//****BUDGET ***/
.hide, .hidden {
	display: none;
}
.visibility_hidden {
	visibility: hidden;
}
.kakureru{
	display: none !important;
}
.logo_dierendetail_wrap {
	background: #fff;
	padding: 50px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 310px;
	width: 100%;
	margin-bottom: 40px;
	margin-top: 20px;
	box-sizing: border-box;
	    background: #131313;
	/* border-radius: 5px;*/

}
.logo_dierendetail {
	width: 100%;
	display: block;
	margin: 0 auto;
}
a.lees_verder_txt:link, a.lees_verder_txt:visited {
	color: #efa566;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	transition: 0.3s ease;
}
a.lees_verder_txt:hover {
	filter: brightness(125%);
	    filter: saturate(1.8);
}
.form_check_flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
#akkoord_voorwaaren {
	transform: scale(1.5);
}
.form_check_flex label {
	margin: 10px 5px 10px 0px;
}
.algemene-voorwaarden {
	padding: 10%;
	color: #fff;
	position: relative;
	    padding: 180px 10% 10% 10%;
}
.algemene-voorwaarden li {
    margin: 10px;
	     margin: 25px 10px;
    padding-top: 1em;
    display: block;
    position: relative;
    counter-increment: inst;
    display: flex;
    width: 100%;
    padding-top: 0px;
    align-items: top;
    font-size: 17px;
	 color: #ffffff;
     font-weight: bold;
     line-height: 150%;
     font-weight: normal;
     align-items: flex-start;
}
.algemene-voorwaarden li::before {
	content: counter(inst);
	background: #f0a366;
	color: #000;
	font-size: 1em;
	text-align: center;
	padding-top: 0;
	top: -0.65em;
	transition: all 0.2s ease-in-out;
	z-index: -1;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	flex-grow: 0%;
	flex-shrink: 0;
	margin-right: 24px;
	font-size: 20px;
	font-weight: bold;
	transform: translateY(5px);
}
.algemene_voorwaarden_wrapper {
	position: relative;
}
.algemene-voorwaarden ol {
	position: relative;
	z-index: 10;
	    padding-left: 20px;
}
.voorwaarden_div {
	background-color: #131313;
	padding: 70px 60px 60px 60px;
	position: relative;
}
.voorwaarden_div h3 {
	margin: 0px 0px 15px 0px;
}
.algemene-voorwaarden .aanmeldenlabel {
	text-align: left;
}
.algemene-voorwaarden .lees_verder_txt {
	font-size: inherit;
	word-break: break-word;
}
.cookie_beleid li {
	font-size: 15px;
}
.search_icon {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 75%;
	height: 55%;
	    margin: auto;
		 display: block;
		 transition: 0.4s ease;
}
a.uitgebreid_zoek_dier {
	background: none !important;
	color: #fff !important;
	font-size: 14px;
	    font-size: 12px;
	text-decoration: underline;
	width: auto !important;
	white-space: nowrap;
	padding: 0px !important;
}
a.trigger_search_main:link, a.trigger_search_main:visited {
	width: 80px !important;
	padding: 0px !important;
	background: none !important;
	opacity: 1;
	width: 60px !important;
}
a.trigger_search_main:hover {
		opacity: 1;
		    filter: drop-shadow(0px 2px 10px orange);
}
a.trigger_search_main:hover .search_icon {
	transform: scale(1.2);
}
.open_zoek_dier_header {
	font-size: 14px;
	text-decoration: underline;
	color: #f1a266;
/*	padding-left: 30px;*/
	font-weight: normal;
	font-family: 'onestroke';
}
.show {
	display: block;
}

.clear {
	clear: both;
}

.userdata{
  width:100%;
}
.formfield{
  display:flex;
}


/* Style for the Copy Link button */
.copy-link-btn {
	display: inline-block;
	padding: 10px 20px;
	background-color: #007BFF;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 12px;
	cursor: pointer;
	transition: background-color 0.3s ease;
  }
  .copy-link-btn:hover {
	background-color: #0056b3;
  }
  .copy-link-btn:active {
	background-color: #004085;
  }
  /* Notification message styling */
  .copy-notification {
	margin-top: 10px;
	margin-left:10px;
	font-size: 12px;
	color: green;
	opacity: 0;
	transition: opacity 0.5s ease;
  }
  .copy-notification.show {
	opacity: 1;
  }