@font-face
{
   font-family: 'helvetica_neue_ce_55_roman_0-webfont';
    src: url('fonts/helvetica_neue_ce_55_roman_0-webfont.eot');
    src: url('fonts/helvetica_neue_ce_55_roman_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica_neue_ce_55_roman_0-webfont.woff') format('woff'),
         url('fonts/helvetica_neue_ce_55_roman_0-webfont.ttf') format('truetype'),
         url('fonts/helvetica_neue_ce_55_roman_0-webfont.svg#helvetica_ce_55_romanregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family:"helveticaneue-thin-webfont";
    src:url("fonts/helveticaneue-thin-webfont.eot");
    src:url("fonts/helveticaneue-thin-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/helveticaneue-thin-webfont.woff") format("woff"),
    url("fonts/helveticaneue-thin-webfont.ttf") format("truetype"),
    url("fonts/helveticaneue-thin-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family:"HelveticaNeueLTStd-UltLt";
    src:url("fonts/HelveticaNeueLTStd-UltLt.eot");
    src:url("fonts/HelveticaNeueLTStd-UltLt.eot?#iefix") format("embedded-opentype"),
    url("fonts/HelveticaNeueLTStd-UltLt.woff") format("woff"),
    url("fonts/HelveticaNeueLTStd-UltLt.ttf") format("truetype"),
    url("fonts/HelveticaNeueLTStd-UltLt.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}



@font-face
{
    font-family:"helvetica-light-webfont";
    src:url("fonts/helvetica-light-webfont.eot");
    src:url("fonts/helvetica-light-webfont.eot?#iefix") format("embedded-opentype"),
		url("fonts/helvetica-light-webfont.woff") format("woff"),
        url("fonts/helvetica-light-webfont.ttf") format("truetype"),
        url("fonts/helvetica-light-webfont.svg") format("svg");
   	font-weight: normal;
	font-style: normal;
}
html
{
	-webkit-text-size-adjust: none;
}

body
{
   font-family:Verdana, Helvetica, Arial;

   /* font-family:Helvetica, Arial,Verdana;*/
	font-size: 14px;
	line-height:150%;

	margin:0px;
	padding:0px;
	width:100%;
	height:100%;

  overflow-x: hidden;
}

img
{
	border:none;
}

p,
ul
{
	margin:0;
}

h1
{
	margin-top:0;
}

h2, h3, h4
{
	margin-top:0;
	margin-bottom:0;
}

h1
{
	font-family:"helveticaneue-thin-webfont";
	/*font-family:"HelveticaNeueLTStd-UltLt";*/
}

h1,
h1 b,
h1 strong
{
	color:#622567;
	font-size:50px;
	line-height:1;
	font-weight:normal;
}

#search h2
{
	margin-top:0;
	font-family:"helvetica-light-webfont";
	color:#622567;
	font-size:50px;
	line-height:1;
	margin-bottom:25px;
}
#search h3
{
	font-size: 18px;
	border-bottom:1px solid #eb008b;
	line-height:2;
	margin-bottom:8px;
	cursor:pointer;
}

h2, h3, h4
{
	color:#eb008b;
}

b,
strong
{
	color:#eb008b;
}
a
{
	text-decoration:none;
	color: #eb008b;
}
a:hover
{
	text-decoration:underline;
}

.cursor
{
	cursor:pointer;
}

.dark_purple_text,
.dark_purple_text b
{
	color:#622567;
}
.pink_text
{
	color:#eb008b;
}


#top_bg_purple
{
	background-image: url("/images/new_site/bg/top_purple_bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: 43px;
    left: 50%;
    margin-left: -700px;
    position: absolute;
    top: 0;
    width: 1400px;
    z-index: -1;
}
#bg_top
{
	background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    width: 1400px;
    left:50%;
    margin-left:-700px;
    z-index: -2;
    height:650px;
    -webkit-border-bottom-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	behavior: url(/css/pie/PIE.php);
}

#wrapper
{
	position:relative;
	width:1020px;
	margin:auto;
}
#header
{
	height:420px;
}
#top_nav
{
	position:absolute;
	right:165px;
	height:43px;
	color:#ffffff;
	line-height:38px;
}
#top_nav a
{
	color:#ffffff;
	font-size: 14px;
}


#autograph
{
	margin-left: 617px;
    position: absolute;
    top: 72px;
}
#search_box
{
	position: absolute;
    top: 74px;
}
#search_input
{
	background-color: transparent;
	background-image:url("/images/new_site/icons/search.png");
	background-repeat: no-repeat;
	background-position:5px 10px;
	padding:5px 10px;
	font-size: 22px;
	border:1px solid #939393;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/css/pie/PIE.php);
	color:#fff;
	width:239px;
}
#search_input:focus
{
    background:none;
    text-indent: 0;
}
#search_input:-webkit-input-placeholder { /* WebKit browsers */
    color:    #ececec;
}
#search_input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ececec;
    opacity:  1;
}
#search_input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ececec;
    opacity:  1;
}
#search_input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ececec;
}

#search_button
{
	cursor: pointer;
    margin-left: 232px;
    top: 12px;
    position: absolute;
}

#main_nav
{
	position: absolute;
    top: 132px;

}
#main_nav a
{
	font-size:23px;
	color:#ffffff;
}
#bg_main_nav
{
	position: absolute;
    margin-left:-190px;
    margin-top: 30px;
     z-index: -1;
}
#main_nav .menu_item
{
	font-family:helveticaneue-thin-webfont;
	/*font-family:"HelveticaNeueLTStd-UltLt";*/

	display:block;
	height: 45px;
	padding-left: 5px;
}
#main_nav .menu_item:hover
{

	/*font-family:"helvetica-light-webfont";*/
}
#main_nav a:hover,
#main_nav .active
{
	font-weight:bold;
	text-decoration:none;
}

#header_title
{
	font-family:"helveticaneue-thin-webfont";
	/*font-family:"HelveticaNeueLTStd-UltLt";*/
	color: #fff;
    font-size: 58px;
    line-height: 58px;
    margin-left: 332px;
    position: absolute;
    top: 330px;
    width: 635px;
    background:url(/images/new_site/bg/text_wrap_fix_android.png);
}

#header_title .sub
{
	font-family:helveticaneue-thin-webfont;
	font-size:21px;
	line-height: 30px;
	margin-top: 5px;
}

#main
{
	background:#fff;
	width: 1020px;
	margin-top: 70px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	behavior: url(/css/pie/PIE.php);
	position: relative;
}
#content
{
	float:left;
	width:628px;


}
#crumbs
{
	font-size:16px;
	margin-left:20px;
	margin-top:15px;
	position: absolute;
	color:#eb008b;
}
#crumbs a
{
	color:#eb008b;
}
#crumbs a.active
{
	color:#622567;
	font-weight:bold;
}
#menu_left
{
	padding:84px 15px 15px 20px;
	width:300px;
	float:left;
}
#menu_left .menu_item
{
	display:block;
	margin:10px 0;
}
#menu_left .menu_item a
{
	color:#eb008b;
	font-weight:bold;
	font-size:16px;
}
#menu_left .menu_item.active a
{
	color:#622567;
}
.menu_left_sub
{
	margin-left:40px;
}
#content_full_width
{

}

#locatie
{
	width: 960px;
	padding:0 15px;
}

#main_home
{
	background-image: url("/images/new_site/bg/bg_main_home_body.png");
	width: 990px;
	padding:0 15px;
	margin-top: 99px;
}
#main_transparant_top
{
	background-image: url("/images/new_site/bg/bg_main_home_top.png");
	height:30px;
	width:100%;
	position: absolute;
    top: 489px;
    margin-left: -15px;
}
#main_transparant_bottom
{
	background-image: url("/images/new_site/bg/bg_main_home_bottom.png");
	height:30px;
	 margin-left: -15px;
	 clear:both;
}

#main_home .block,
#main_home .block_last_row
{
	float:left;
	height:310px;
    width: 231px;
    z-index:1;
}
#main_home .block
{
	margin-right: 18px;
}
#main_home .block_last_row
{
	margin-right:0;
}

#search_help_box select,
#search_folder_box select,
#search_box_search select,
#search_box_search_alt select
{
	border:1px solid #6c3160;
	padding:3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/css/pie/PIE.php);
	width:259px;
	/*background: #fff url(/images/new_site/bg/select_down.jpg) no-repeat 96% center;*/
	  -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    color:#6c3160;
    font-size:17px;
}

#search_doelgroep_select,
#search_plaats_select,
#search_folder_select
{
	border:1px solid #6c3160;
	padding:3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/css/pie/PIE.php);
	/*width:259px;*/
	  -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    color:#6c3160;
    font-size:17px;
    height: 22px;
    cursor:pointer;
    background: #fff url(/images/new_site/bg/select_down.jpg) no-repeat 96% center;
    overflow:hidden;
}

#search_folder_content,
#search_plaats_content,
#search_doelgroep_content
{
	display:none;
	z-index:100;
	position:absolute;
	min-width:264px;
	margin-top:1px;
	border:1px solid #6c3160;

}


#search_folder_content ul,
#search_plaats_content ul,
#search_doelgroep_content ul
{
	padding:0;
}
#search_folder_content li,
#search_plaats_content li,
#search_doelgroep_content li
{
	padding:3px;
	background: #fff;
	list-style:none;
	cursor:pointer;
	white-space: nowrap;
}
#search_doelgroep_content li.active,
#search_doelgroep_content li:hover,
#search_folder_content li.active,
#search_folder_content li:hover,
#search_plaats_content li.active,
#search_plaats_content li:hover
{
	background:#3399ff;
	color:#ffffff;
}
#page_text .btn{
 position: relative;
}
#page_text .date{
   color: #eb008b;
   font-weight: bold;
   display: none;
}
.page_39 #page_text .date{
   display: block;
}
#page_text table{
  border-collapse: collapse;
}
#page_text,
#module
{
	padding-top:70px;
	padding-bottom:40px;
}
#main_home #module
{
	padding-top:0;
}
#home_holder
{
	position: relative;
    top: -16px;
}

#search_help_box,
#search_folder_box,
#search_box_search,
#search_box_search_alt
{

	float:left;
	background:#ffd600;
	height:270px;
    width: 270px;
    padding:20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/css/pie/PIE.php);
    color:#6c3160;
     position:relative;
     z-index:1;
}

#search_box_search,
#search_box_search_alt
{
	top:0;
}

#search_help_box .search,
#search_folder_box .search,
#search_box_search .search,
#search_box_search_alt .search
{
	display:inline-block;
	margin-left:220px;
	font-weight:bold;
	margin-top:15px;
	border-bottom:1px solid #6c3160;
	cursor:pointer;
}
#search_help_box .search{
      border:none;
      background: #6c3160;
      color: #fff;
      padding: 4px 10px 6px;
      -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-left: 131px;
}
#search_help_box .search:hover{
   opacity: 0.8;
}
#search_box_search_alt .search
{
	position:relative;
	top:-19px;
}

#search_help_box .checkbox,
#search_folder_box .checkbox,
#search_box_search .checkbox
{
	float:left;
	width:125px;
	cursor:pointer;
	height:30px;
}
#search_box_search_alt .checkbox
{
	cursor:pointer;
	padding:1px 0;
	height:30px;
}
#search_box_search_alt .checkbox img
{
	position:relative;
	top:4px;
}



#search_help_box input[type="checkbox"],
#search_folder_box input[type="checkbox"],
#search_box_search input[type="checkbox"],
#search_box_search_alt input[type="checkbox"]
{
	display:none;
}

#search_box_search input[type="text"],
#search_box_search_alt input[type="text"]
{
	border:1px solid #6c3160;
	padding:3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/css/pie/PIE.php);
	width:254px;
	/*background: #fff url(/images/new_site/bg/select_down.jpg) no-repeat 96% center;*/
	  -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    color:#6c3160;
    font-size:17px;
}


.search_help_box_title,
.search_folder_box_title,
.search_box_search_title
{
	margin-bottom:38px;
	font-size:32px;
	font-family:"helvetica-light-webfont";
}
.search_help_box_title
{
	line-height:1.1;
	margin-top: -10px;
	 margin-bottom: 0;
}
#search_help_box b
{
	color:#6c3160;
	display:inline-block;
	margin-bottom:5px;
}

/*
#search_help_box .search_help_box_title
{
	line-height:1.1;
	margin-top: -7px;
	margin-bottom:20px;
}
*/
.search_box_search_title_alt
{
	margin-bottom:32px;
	font-size:32px;
	font-family:"helvetica-light-webfont";
}

#search_plaats,
#search_doelgroep
{
	margin-top:15px;
}

#twitter_box
{
	height:333px;
	color:#fff;
    width: 290px;
    padding:10px;
	background:#622567;
	position:relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/css/pie/PIE.php);
	position:relative;
}
#twitter_home b,
#twitter_home strong
{
	color: #333333;
}
#twitter_box .tweet_breaker
{
	margin-top:5px;
	padding-top:5px;
	border-bottom:1px solid #cbcbcb;
	height:1px;
	width:170px;
}
#twitter_box .retweet
{
	margin-left: -21px;
    margin-top: 5px;
    position: absolute;
}
.twitter_box_title
{
	font-size:24px;
	padding:3px;
	margin-bottom: 12px;
	cursor:pointer;
}
#twitter_icon
{
	position:absolute;
	right:24px;
	top:13px;
}
#twitter_box .content
{
	background:#fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/css/pie/PIE.php);
	color:#333333;
	font-size:12px;
	position:relative;
	width:290px;
	word-wrap: break-word;
}
#twitter_box .content a
{
	color:#333333;
}
#research img{
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   margin-top: -17px;
   cursor: pointer;
}
#research{
   min-height: 370px;
   width: 231px;
   padding:17px  10px;
   background: #6c3160;
   box-sizing: border-box;
   -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#in_beeld .more_info,
#research .more_info{
   color: #fff;
   margin-top: 18px;
   cursor: pointer;
}
#in_beeld .more_info:hover,
#research .more_info:hover{
   text-decoration: underline;
}
#in_beeld .image{
  width:100%;
  height:160px;
  background-size:cover !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-top: -17px;
}
#research h3{
   margin-bottom: 30px;
   font-size: 18px;
   font-family: "helvetica-light-webfont";
   color:#fff;
   line-height: 1.2;
}
#in_beeld img{
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   margin-top: -17px;
   cursor: pointer;
   width: 100%;
}
#in_beeld .play{
   position: absolute;
   left: 50%;
   margin-left: -25px;
   width: 50px;
   z-index: 10;
   top: 50%;
   margin-top: -25px;
}
#in_beeld{
   min-height: 370px;
   width: 231px;
   padding:17px  10px;
   position: relative;
   background: #eb008b;
   box-sizing: border-box;
   -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#in_beeld .video{
   position: relative;
}
#in_beeld .text{
  background: #5e1965;
  padding: 5px;
  color:#fff;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  -webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
#in_beeld .video iframe{
   width: 100%;
   height: 153px;
   margin-top: -17px;
}
#in_beeld h3 b{
   color:#fff;
   font-family: helvetica;
}
#in_beeld h3{
   margin-bottom: 30px;
   font-size: 18px;
   font-family: "helvetica-light-webfont";
   color:#fff;
}
#search_help_box, #search_folder_box, #search_box_search, #search_box_search_alt{
   width: 231px;
   box-sizing: border-box;
}
#purper_home,
#purper_home_news
{
	background:#fff;
	height:270px;
    width: 231px;
    padding:20px;
    color:#6c3160;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/css/pie/PIE.php);
	cursor:pointer;
   box-sizing: border-box;
}
#purper_home_news a
{
	 color: #622367;
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
    font-weight:bold;
}

#purper_home_news .read_more
{
	color:#bd6daa;
	font-weight:normal;
	font-style:italic;
}
#purper_home_news
{
	background:url('/images/new_site/bg/purple_bg.png');
	padding:10px;
	height:auto;
	min-height:370px;
     line-height: 1.2;
}
#purper_home_news_title b{
    color:#6c3160;
}
#purper_home_news_title
{
	cursor: pointer;
    font-size: 18px;
    margin-bottom: 12px;
    padding: 3px;
    color:#6c3160;
}
#purper_home b,
#purper_home strong
{
	color:#6c3160;
}
#purper_home p
{
	margin:0;
}
#purper_home_img
{
	margin-top:-10px;
	width:100%;
}

#purper_home_news_img
{
	width:100%;
	margin-bottom: 4px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/css/pie/PIE.php);
}
#twitter_home,
#search_help_box
{
	height: 370px;
}

#footer_holder
{
	background:#622567;
}
#footer_top
{
	width: 990px;
	margin:0 auto 8px auto;
	position:relative;
}
#footer_top .social_icons
{
	right:0;
	position:absolute;
	bottom: 0;
	padding-bottom:10px;
}
#footer_top .social_icons img
{
	cursor:pointer;
}
#footer
{
	background:#622567;
	color:#fff;
	width: 990px;
	margin:0 auto;
	padding-bottom:75px;
}
#footer .block
{
	margin-top:16px;
	float:left;
	width:245px;
}
.footer_block_title
{
	color:#fff;
	font-size: 23px;
	font-weight: lighter;
	margin-bottom:30px;
}

#footer .block a
{
	display:block;
	color:#fff;
}

.valign_top
{
	vertical-align:top;
}
.padding_top_27
{
	padding-top:27px;
}
.padding_top_7
{
	padding-top:7px;
}

.cbcbcb
{
	color:#cbcbcb;
}
#news_all
{
	width:600px;
}
#news_all .read_more
{
	color:#eb008b;
	display:block;
	margin-top: 5px;
	float:right;
}
#news_all h2
{
	margin-bottom:5px;
	line-height:1.3;
}

#news_all hr
{
	background:#eb008b;
	color:#eb008b;
	display:block;
	border:none;
	height:1px;
	margin:35px 0;
}
#news_all table.news_item tbody tr td
{
	width:48%;
	vertical-align: top;
}

#news_all .news_item
{
	cursor:pointer;
}

#news_all .sub_title,
#news_all .date,
#news_single .date
{
	color:#622567;
}

/**
SEARCH HELP
**/
#search_help_results
{
	float:right;
	width:628px;
}
#search_help_results h1
{
	margin-bottom:0;
	margin-top:35px;
}
#help_map
{
	width:625px;
	height:340px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/css/pie/PIE.php);
	position:relative;
	z-index:0;
}
#search_filter_info
{
	color:#eb008b;
	font-size:18px;
	margin:10px 0 20px;
}
#search_help_results .even,
#search_help_results .odd
{
	padding:10px;
	color:#622567;
	font-size:18px;
	display:block;
}
#search_help_results .even:hover,
#search_help_results .odd:hover
{
	text-decoration:none;
}
#search_help_results .even b,
#search_help_results .odd b
{
	color:#622567;
}
#search_help_results .even
{
	background:#ffee97;
}
#search_help_results .odd
{
	background:#ffe459;
}

#search_help_box_holder
{
	margin-top:82px;
	float:left;
}

#left
{
	float:left;
	width:310px;
}
#right
{
	float:right;
	width:628px;
}
.img_location
{
	display:block;
	width:290px;
	height:310px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/css/pie/PIE.php);
	float:left;
	 position:relative;
     z-index:0;
}
.click_for_images
{
	 background: none repeat scroll 0 0 #ffffff;
    font-size: 15px;
    margin-left: 50px;
    margin-top: 258px;
    padding: 5px;
    position: absolute;
    z-index: 2;
}
#locatie .summary
{
	float:left;
	width:250px;
	height:270px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/css/pie/PIE.php);
	margin-left:15px;
	background:#eb008b;
	color:#ffffff;
	padding:20px;
	font-weight:bold;
	 position:relative;
     z-index:0;
}
#locatie .summary ul
{
	padding-left:14px;
	padding-top:14px;
}
#locatie .summary b,
#locatie .summary h2
{
	color:#ffffff;
}
#locatie .summary h2
{
	font-family:"helvetica-light-webfont";
	font-size:35px;
}
#locatie h1
{
	margin-bottom:10px;
	margin-top: 8px;
}
#locatie #contact
{
	background:#00a9e6;
	color:#ffffff;
	padding:20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/css/pie/PIE.php);
	width:270px;
	margin-top:88px;
	 position:relative;
     z-index:0;
}
#locatie #contact a
{
	color:#ffffff;
	 word-wrap: break-word;
    word-break:break-all;
    display: inline-block;
}
#locatie #contact b
{
	color:#ffffff;
}
#locatie #contact h3
{
	color:#ffffff;
	font-family:"helvetica-light-webfont";
	font-size:35px;
	margin-bottom:26px;
}

#locatie #contact #phone_number
{
	display:block;
	font-size:26px;
	font-weight:bold;
	margin:0 0 20px 0;
	line-height:1.2;
}

.font_size_20
{
	font-size:20px;
}
.font_size_18
{
	font-size:16px;
}
#content_location
{
	margin-top:15px;
}
#content_location ul
{
	padding-left:14px;
}
.images_location
{
	display:none;
}

.news_item table tbody tr td
{
	vertical-align:top;
	width:48%;
}
.news_item
{
	width:100%;
}
.news_item img
{
	width:289px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/css/pie/PIE.php);
	position:relative;
	z-index:0;
}
.padding_left_4
{
	padding-left:4%;
}
#news_single h1
{
	margin-bottom:5px;
}
#locatie .legenda_text
{
	display: inline-block;
    margin-bottom: 5px;
    position: relative;
    top: -5px;
}
#locatie .legenda_header
{
	display: inline-block;
    margin-bottom: 9px;
	color: #622567;
	font-size: 18px;
	font-weight:bold;
}
/**
FOLDERS
**/
#folders
{
	position:relative;
}
#folders .top_img
{

	width:289px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/css/pie/PIE.php);
	position:relative;
	z-index:0;
	float:left;
}
#folders #search_folder_block_holder
{
	float:right;
}
.folder
{
	width:290px;
	float:left;
	padding-right:10px;
	margin-bottom: 35px;
	cursor:pointer;
}
.folder .folder_text
{
	float:left;
	width: 220px;
	padding-left:10px;
}
.folder img
{
	float:left;
}
#folder_search_results
{
	top:25px;
	clear:both;
	position:relative;
}
#folder_search_results #search_filter_info
{
	margin-bottom:25px;
}
#folder_search_results .pagination
{
	margin-bottom:25px;
}
.search_result
{
	cursor:pointer;
}
.search_a:hover
{
	text-decoration:none;
}

/*
SEARCH
*/
#search .top_img
{

	width:289px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/css/pie/PIE.php);
	position:relative;
	z-index:0;
	float:left;
}

#search #search_block_holder
{
	float:right;
}
#search_results
{
	clear:both;
	padding-top:25px;
}
.search_navigationNew
{
	padding-bottom:25px;
}
.search_a
{
	color: #622567;
	font-weight:bold;
	font-size:16px;
}
#search .crumb
{
	color:#868686;
	padding:8px 0;
}
#search .search_result_header
{
	cursor:pointer;
}
#search .number_results
{
	float:right;
	margin-top: -34px;
	color:#eb008b;
	cursor:pointer;
	padding-right:20px;
}

#search .search_img
{
	width:57px;
	height:86px;
	overflow:hidden;
	margin-right:15px;
}
#search .search_img img
{
	height:100%;
}

.valign_top
{
	vertical-align:top;
}
/*
* STYLE FOR COOKIES BAR
*/
#div_cookies
{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:45px;
	padding:12px 0px 10px 0px;
	text-align:center;
	background-color:#ffffff;
	color:#303030;
	position:fixed;

	opacity:0.9;
	filter:alpha(opacity=90);

	z-index:1000;
	font-size:12px;
}
#div_cookies div
{
	display:inline;
	position:relative;
}
#div_cookies a
{
	color:#0088cc;
	text-decoration:none;
}
#div_cookies a:hover
{
	color:#005580;
	text-decoration:underline;
}
.button_tb_ok, .button_tb_delete
{
	position:absolute;
	top:3px;
	left:500px;
	display:block;
	width:69px;
	height:30px;
	cursor:pointer;
	background-image:url(/images/buttons/tb_ok.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.button_tb_delete
{
	background-image:url(/images/buttons/tb_delete.png);
	left:575px;
}
.button_tb_ok:hover
{
	background-image:url(/images/buttons/tb_ok_over.png);
}
.button_tb_delete:hover
{
	background-image:url(/images/buttons/tb_delete_over.png);
}
.bto
{
	position:relative;
	left:0px;
	top:5px;
}
#div_cookies_yes, #div_cookies_no
{
	position:relative;
}

#div_cookies .text
{
	left:-40px;
}

/*
CONTACT
*/
#contact_send,
.btn
{
	cursor:pointer;
	font-weight:bold;
	font-size:15px;
	padding:5px 8px 6px;
	color:#ffffff;
	background:#eb008b;
	position:absolute;
	margin-left:230px;
	line-height:1.1;
}
#contact_send:hover,
.btn:hover
{

	background:#ff149f;
}
.btn,
.btn:hover
{
	margin-left:0;
}
a.btn:hover
{
	text-decoration:none;
}
#div_contact_form .notification
{
	width:506px;
	margin-bottom:5px;
}

/** NOTIFICATION STYLES **/
.notification
{
	position:relative;
	margin:0px;
	padding:0px;
	border:1px solid;
	background-position:10px 11px;
	background-repeat:no-repeat;
	font-size:14px;
	width:99%;
	display:block;

	/*-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;*/
}

.attention
{
	background:#fffbcc;
	border-color:#e6db55;
	color:#666452;
}
.information
{
	background:#dbe3ff;
	border-color:#a2b4ee;
	color:#585b66;
}
.success
{
	background:#8CD181;
	border-color:#8CD181;
	/*font-weight:bold;*/
	color:#ffffff;
	/*margin-top:14px*/
}
.success b,
.success strong,
.success a
{
	color:#fff;
	font-weight:bold;
}
.success_small
{
	background-color:#d5ffce;
	border-color:#9adf8f;
	color:#556652;
	padding:2px;
}
.error
{
	background:#fe4b4b;
	border-color:#eb008b;
	color:#ffffff;
}
.warning
{
	background-color:#FE4B4B;
	border-color:#df8f8f;
	color:#ffffff;
	padding:2px;
}

.notification_inside
{
	display:block;
	font-style:normal;
	padding:10px 10px 10px 10px;
	line-height:1.5em;
}
.notification_close
{
	/*background:url(../images/icons/cross_grey_small.png);*/
	color:#990000;
	font-size:9px;
	position:absolute;
	right:5px;
	top:5px;
	display:inline-block;
	width:7px;
	height:7px;
}
#all_locations h2
{
	border-bottom: 1px solid;
    font-size: 25px;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-top: 5px;
    cursor:pointer;
    font-weight: normal;
    color:#622567;
}
#all_locations h2:hover
{
	background: #622567;
	color:#fff;
	padding-left:15px;

}
#all_locations .location
{
	margin-top:15px;
}
#all_locations .location b,
#all_locations .location_active b
{
	font-size:16px;
}
#all_locations .location_active
{
	background: #eb008b;
	color: #fff;
	margin-bottom: 23px;
	margin-left: -15px;
	padding: 20px 0px 0px 15px;
}

#all_locations .location_active b,
#all_locations .location_active a
{
	color:#fff;
	font-weight:bold;
}

#all_locations .locations_holder
{
	display:none;
}

#form_contact_ textarea,
#form_contact_ input,
#form_contact_ select,
form_subsidie_wilhelmina_ textarea,
form_subsidie_wilhelmina_ input,
form_subsidie_wilhelmina_ select
{
	padding:3px;
}

#twitter_home #twitter_box table
{
	width:290px;
	table-layout:fixed;
}
.width_230
{
	width:230px;
}

#sitemap
{
	padding:0 20px;
}

#sitemap .sitemap_vertical,
#sitemap .sitemap_left
{
   /* background-image: url("../images/bg/bg_sitemap_left.png");
    background-position: left center;
    background-repeat: no-repeat;*/
    height: 15px;
    width: 50px;
}
#sitemap .div_sitemap_link
{
	display:inline-block;
	padding:6px;
	/*border:1px solid #eb008b;*/
	margin-bottom:6px;
	cursor:pointer;
	font-size:16px
}
#sitemap .div_sitemap_link:hover
{
	color:#fff;
	background:#eb008b;
}

.margin_bottom_4
{
	margin-bottom: 4px;
}

#doven_en_slechthorende_link
{
	padding: 2px;
    width: 30px;
}

#module_cookies
{
	margin-top:-31px;
}

#nieuwsbrieven a
{
	color:#000000;
}
#nieuwsbrieven a .title
{
	color:#eb008b;
	font-weight:bold;
	font-size:16px;
}

#co_button
{
  margin-left: 381px;
position: absolute;
top: 157px;
z-index: 80;
}
#co_button img
{
	width:120px;
}
a#co_button:hover
{
	text-decoration:none;
}
#co_button span
{
	color: #fff;
    display: block;
    font-family: Arial;
    font-size: 42px;
    font-weight: bold;
    left: 30px;
    letter-spacing: -1px;
    position: relative;
    top: -85px;
    transform: rotate(-18deg);
    -ms-transform: rotate(-18deg); /* IE 9 */
    -webkit-transform: rotate(-18deg); /* Chrome, Safari, Opera */
}

/**
FACES
**/
#faces.padding
{
	padding: 0 20px;
}
#faces #all h1
{
	margin-bottom: 30px;
    margin-top: 13px;
}
#faces #single h1
{
	margin-bottom:10px;
}
#faces #single h2
{
	margin-bottom:25px;
	font-family: "helveticaneue-thin-webfont";
}
#faces #single #contact
{
	font-size:14px;
	line-height:27px;
	margin-bottom:10px;
}
#faces #all .image img
{
	width:100%;
}
#faces #all .image
{
	border:2px solid #eeeeee ;
	height: 210px;
}


#faces #all h2
{
	font-size:14px;
	margin-top: 10px;

}
#faces #all a.member
{
	display:block;
	float:left;
	width: 180px;
	height: 312px;
	overflow:hidden;
	margin-right:20px;
	margin-bottom:20px;
}
#faces #all a.member .text
{
	padding:10px 5px 5px;
}
#faces #all a.member .text
{
	background:#eeeeee;
	height: 86px;
}
#faces #all a.member .text h2
{
	margin-top:0;
}

#faces #single #data
{
	float:left;
	width:460px;
	text-align:right;
}
#faces #single #image
{
	float: right;
    margin-right: 70px;
    padding-top: 15px;
    width: 390px;
}

#faces #single:after
#faces #all:after
{
	content:'';
    display:block;
    clear: both;
}
#faces #search input
{
	padding:6px;
	border:none;
	width:150px;
	border:1px solid #eaeaea;
}
#faces #search
{
	left: 743px;
    position: absolute;
    top: 81px;
}
#faces #search .btn
{
	background: #eb008b  none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 5px 15px;
    text-transform: uppercase;
}
#faces #search .btn:hover
{
	background:#999 ;
}
#faces #all a.member:hover
{
	text-decoration:none;
}
#faces #all a.member:hover .text
{
	background:#fff;
	/*color:#fff;*/
}
#faces #all a.member:hover h2
{
	/*color:#fff; */
}
#faces #header h1
{
	margin-bottom:30px;
	font-size:35px;
	font-weight:normal;
}
#faces #single:after
{
	content:'';
    display:block;
    clear: both;
}
#faces #single .part
{
	color: #622567;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
}
#faces #single #contact img
{
	margin-right: 10px;
    position: relative;
    top: 2px;
}

/**
WORKER CAROUSEL
**/
#workers_carousel
{
	margin-top:20px;
}
#workers_carousel h2
{
	color: #ffffff;
    /*font-family: "helvetica-light-webfont";*/
    font-size: 22px;
    margin-bottom: 15px;
    text-transform:lowercase;
}
#workers_carousel h4
{
	color:#fff;
	font-size:15px;
	margin-top:0;
	margin-bottom:15px;
}
#slider
{
	width: 200px;
	position: relative;
	overflow:hidden;
}
#slider ul
{
	list-style:none;
	padding:0;
	margin:0;
	 position: relative;
}

#slider ul li
{
	margin:0;
	width: 200px;
	float: left;
	position: relative;
}
#slider_navigation span
{
	color: #612866;
	cursor: pointer;
	display: inline-block;
	font-family: Arial;
	font-size: 29px;
	font-weight: bold;
	height: 18px;
	padding: 3px;
	margin-top:10px;
}
#workers_carousel #slider_navigation .control_prev
{
	margin-left:-14px;
	float:left;
}
#workers_carousel #slider_navigation .control_next
{
	float:right;
	margin-right:-14px;
}
#workers_carousel #slider_navigation .all_faces
{
	position: relative;
		top: 12px;
}
#workers_carousel #slider_navigation:after
{
	content:'';
    display:block;
    clear: both;
}
#workers_carousel #slider_navigation
{
	text-align:center;
	text-decoration:underline;
	margin-top:20px;
}
#workers_carousel #slider a:hover
{
	text-decoration:none;
}
#workers_carousel #slider a
{
    color: #fff;
    display: block;
    width: 200px;
    text-decoration:none;
}
#workers_carousel .image
{
    margin-bottom: 10px;
    overflow: hidden;
    width: 175px;

}
#workers_carousel .image img
{
    width: 100%;
     -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/css/pie/PIE.php);
}
#workers_carousel #slider a.underline
{
	text-decoration:underline;
}
#klachtenformulier #survey_step_6_uploaded div:nth-child(odd),
#klachtenformulier #survey_step_8_uploaded div:nth-child(odd)
{
   background: #eaeaea;
}
#klachtenformulier #survey_step_6_uploaded div,
#klachtenformulier #survey_step_8_uploaded div{
   padding: 10px;
}
#klachtenformulier .delete{
  color: #ff343c;
padding: 0px 7px 3px;
font-size: 35px;
cursor: pointer;
float: right;
margin-left: 10px;
position: relative;
top: -4px;
}
#klachtenformulier .warning
{
	 padding: 2px 5px;
	/*margin-bottom:15px;*/
}
#klachtenformulier .buttons
{
	margin-top:15px;
	width:100%;
}
#klachtenformulier h1
{
	margin-bottom:0;
}
#klachtenformulier h3
{
	font-size: 20px;
    font-weight: lighter;
    margin-bottom: 10px;
}
#klachtenformulier .title_el
{
	display:inline-block;
}
#klachtenformulier .title_el
{
	margin-bottom:5px;
	margin-top:10px;
}
.form_popup input[type="text"],
.form_popup input[type="password"],
#klachtenformulier select,
#klachtenformulier input[type="text"],
#klachtenformulier textarea
{
	padding: 6px;
   font-size: 1em;
   min-width: 300px !important;
	/*margin-bottom:15px;*/
}

#folders_new .folder_item
{
	cursor:pointer;
	display:block;
}
#folders_new .letter
{
	font-size:20px;
	cursor:pointer;
}
#folders_new
{
	padding:0 20px;
}
#folders_new table td
{
	vertical-align:top;
}
#folders_new #folder_search_results table td
{
	padding-right:25px;
}
#folders_new #folder_search_results a:hover
{
	text-decoration:underline;
	color:#622567;
}
#folders_new .active
{
	color: #622567;
    font-weight: bold;
}

#medewerker_folder input
{
	padding:5px;
}
#medewerker_folder
{
	float: right;
    margin-top: -4px;
    position: relative;
}
#medewerker_folder #login
{
	width:26px;
}
table.collapse
{
	border-collapse: collapse;
}
#forgot_password
{
	padding: 0 20px;
}
#logout
{
	 position: absolute;
    right: -82px;
    top: 0;
    cursor:pointer;
}
#faces #edit.btn{
	position: absolute;
    right: 47px;
    top: 17px;
}
#overlay
{
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#622567;
	z-index:1;
}
#popup_login h2{
	color: #fff;
    font-size: 27px;
    margin-bottom: 26px;
    text-align: center;
    text-transform: lowercase;
}
#popup_login
{
	color: #fff;
    left: 50%;
    margin-left: -110px;
    padding: 20px 0;
    position: absolute;
    width: 220px;
    z-index: 7;
}
#popup_login span
{
	display:block;
	margin-bottom:5px;
	 font-size: 16px;
}
#popup_login  .close {
	position:fixed;
	right:50px;
	top:50px;
	color:#fff;
	font-size:30px;
	cursor:pointer;
}
#popup_login .btn{
	background: #fff none repeat scroll 0 0;
    color: #622567;
    display: block;
    margin-bottom: 12px;
    margin-top: 12px;
    position: relative;
    text-align: center;
    width: 200px;
}
#popup_login a
{
	color:#fff;
}
#popup_login input[type='password'],
#popup_login input[type='text']
{
	display:block;
	width:204px;
	padding:5px;
	margin-bottom: 10px;
}

#content_location .date {
    color: #eb008b;
    font-weight: bold;
    margin-top: 1em;
}
.new_account .title{
   display: inline-block;
   margin-bottom: 5px;
}
.new_account input,
.new_account .btn{
   padding:5px;
   margin-bottom: 10px;
   width: 250px;
   box-sizing: border-box;
}
.new_account .btn{
   padding: 10px 10px;
   margin-top: 3px;
}

.search_box #search_what.search_main_input{
   padding:4px;
   width: 400px;
}
.faq .category{
   margin-bottom: 20px;
   border-bottom:1px solid #eaeaea;
   background: #fbfbfb;
   padding-top: 20px;
}
.faq table{
   border-collapse: collapse;
}
.faq table td:nth-child(1){
   vertical-align: top;
   padding-right: 15px;
}
.faq table td:nth-child(1) img{
   width: 30px;
}
.faq .item{
   padding-bottom: 1em;
}
.faq .items{

}
.faq .item:last-child{

}

.faq h2.active{
   color:#622567;
}
.faq h2{
   margin-bottom: 20px;
   font-weight: normal;
   font-size: 30px;
   font-family: "helveticaneue-thin-webfont";
}

.faq h3{
   font-weight: normal;
   color:#622567;
}
.faq .chev,
.faq h2,
.faq .question{
   cursor: pointer;
}
.faq .items,
.faq .answer{
  display: none;
}
.faq .answer{
margin-top: 10px;
}
.faq .item{
   width: 551px;
   padding-right: 30px;
   padding-top: 1em;
   border-top: 1px solid #F5F5F5;
   margin-left: -50px;
   padding-left: 50px;
}
.faq .item:nth-child(even){
   background: #F5F5F5;
}
.faq .item:last-child .answer{
   border:none;
   padding-bottom: 0;
}

.form input[type="radio"]{

}
.phone{
  display: none;
}

.page_77 #main{
   position: initial;
}
/*
h1.location{
  position: absolute;
  top: 390px;
  color:#fff;
}
*/
#locatie.new{
   position: relative;
}
#locatie #left .menu{
   color:#eb008b;
   font-weight: bold;
}
#locatie.new #right .top{margin-bottom: 3em;}
#locatie.new #right .top td{
   vertical-align: top;
}
#locatie.new #right #contact{
   margin-top: 0;
}
#locatie.new .el{
   margin-bottom: 1.5em;
   padding-top: 0.4em;
}
#locatie.new .menu a,
#locatie.new .menu div{
   cursor:pointer;
   padding:5px;
}
#locatie.new .menu a.active,
#locatie.new .menu a:hover,
#locatie.new .menu div:hover,
#locatie.new .menu div.active{
  background:#eb008b;
  color:#fff;
}
#locatie.new .menu a{
   display: block;
}
#locatie.new .sub.menu{
   margin-top:1.5em;
   padding-top:1.5em;
   border-top:2px solid #eb008b;
}
#locatie.new #left{
  position: absolute;
}
#locatie.new #right .folders img{
   width: 35px;
   margin-right: 10px;
}
#locatie.new #right .folders{
   margin-top:1.5em;
   padding-top:1.5em;
   border-top:2px solid #eb008b;
}
#locatie.new #right #contact h3 {
    color: #ffffff;
    font-family: "helvetica-light-webfont";
    font-size: 48px;
    margin-bottom: 38px;
    font-weight: 100;
    margin-top: 10px;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
#home_holder.v_2017 #twitter_home #twitter_box table td:nth-child(1){
   width: 37px;
}
#twitter_home #twitter_box table,
#home_holder.v_2017 #twitter_box .content{
   width: 100%;
}
#home_holder.v_2017 #twitter_box .content{
   padding: 10px;
   box-sizing: border-box;
}
#main_home #home_holder.v_2017 .block{
   width: auto !important;
   height: auto !important;
}
#home_holder.v_2017 #twitter_box{
   width: 480px;
   height: auto;
}
#home_holder.v_2017 #twitter_home{
   margin-right: 0;
}
#home_holder.v_2017 .contact img{
   width: 150px;
   margin-left: -15px;
}
#home_holder.v_2017 .contact{
   display: block;
   float: left;
   width: 150px;
   margin-top:30px;
}
#home_holder.v_2017 .purper h4{
   padding-left: 15px;
   font-family: "helvetica-light-webfont";
   line-height: 1.2;
   color:#622567;
}
#search_help_box_bleu ::-webkit-input-placeholder {
    color: #622567;
    opacity: 1 !important; /* for older chrome versions. may no longer apply. */
}

#search_help_box_bleu :-moz-placeholder { /* Firefox 18- */
    color: #622567;
    opacity: 1 !important;
}

#search_help_box_bleu ::-moz-placeholder {  /* Firefox 19+ */
    color: #622567;
    opacity: 1 !important;
}

#search_help_box_bleu :-ms-input-placeholder {
   color: #622567;
}
#search_help_box_bleu .select2-container,
#search_help_box_bleu select,
#search_help_box_bleu input{
   width: 100%;
   margin-bottom: 20px;
   background: #fff;
   color:#622567;
   border:1px solid #622567;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding: 5px;
   font-weight: bold;
   box-sizing: border-box;
   font-size: 16px;
}
#search_help_box_bleu .search{
   background: #fff;
   color:#622567;
   border:1px solid #622567;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding: 5px 10px ;
   cursor: pointer;
   float: right;
}
#home_holder.v_2017 .purper{
   position: absolute;
   margin-left: 1018px;
   width: 150px;
   top: 170px;
   display: block;
}
#home_holder.v_2017 .purper:hover{
   text-decoration: none;
}
#home_holder.v_2017 .purper img{
   width: 100%;
   margin: 10px 0;
   -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#search_help_box_bleu{
  background:#0aabe4;
  color:#fff;
  width: 270px;
  padding: 20px;
  -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
  float: left;
}
#search_help_box_bleu h2{
  color:#fff;
  font-size: 32px;
  margin-bottom: 70px;
  font-family: "helvetica-light-webfont";
}

.select2-container {
 box-sizing:border-box;
 display:inline-block;
 margin:0;
 position:relative;
 vertical-align:middle
}
.select2-container .select2-selection--single {
 box-sizing:border-box;
 cursor:pointer;
 display:block;
 user-select:none;
 -webkit-user-select:none
}
.select2-container .select2-selection--single .select2-selection__rendered {
 display:block;
 overflow:hidden;
 text-overflow:ellipsis;
 white-space:nowrap
}
.select2-container .select2-selection--single .select2-selection__clear {
 position:relative
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
 padding-right:8px;
 padding-left:20px
}
.select2-container .select2-selection--multiple {
 box-sizing:border-box;
 cursor:pointer;
 display:block;
 min-height:32px;
 user-select:none;
 -webkit-user-select:none
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
 display:inline-block;
 overflow:hidden;
 padding-left:8px;
 text-overflow:ellipsis;
 white-space:nowrap
}
.select2-container .select2-search--inline {
 float:left
}
.select2-container .select2-search--inline .select2-search__field {
 box-sizing:border-box;
 border:none;
 font-size:100%;
 margin-top:5px;
 padding:0
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
 -webkit-appearance:none
}
.select2-dropdown {
 background-color:white;
 border:1px solid #aaa;
 border-radius:4px;
 box-sizing:border-box;
 display:block;
 position:absolute;
 left:-100000px;
 width:100%;
 z-index:1051
}
.select2-results {
 display:block
}
.select2-results__options {
 list-style:none;
 margin:0;
 padding:0
}
.select2-results__option {
 padding:6px;
 box-sizing: border-box;
 user-select:none;
 -webkit-user-select:none
}
.select2-results__option[aria-selected] {
 cursor:pointer
}
.select2-container--open .select2-dropdown {
 left:0
}
.select2-container--open .select2-dropdown--above {
 border-bottom:none;
 border-bottom-left-radius:0;
 border-bottom-right-radius:0
}
.select2-container--open .select2-dropdown--below {
 border-top:none;
 border-top-left-radius:0;
 border-top-right-radius:0
}
.select2-search--dropdown {
 display:block;
 padding:4px
}
.select2-search--dropdown .select2-search__field {
 padding:10px 14px;
 width:100%;
 font-size: 16px;
 box-sizing:border-box
}
.select2-results__option{
   font-size: 16px;
color: #905395;
}
.btn.clear{
   display: none;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
 -webkit-appearance:none
}
.select2-search--dropdown.select2-search--hide {
 display:none
}
.select2-close-mask {
 border:0;
 margin:0;
 padding:0;
 display:block;
 position:fixed;
 left:0;
 top:0;
 min-height:100%;
 min-width:100%;
 height:auto;
 width:auto;
 opacity:0;
 z-index:99;
 background-color:#fff;
 filter:alpha(opacity=0)
}
.select2-hidden-accessible {
 border:0 !important;
 clip:rect(0 0 0 0) !important;
 height:1px !important;
 margin:-1px !important;
 overflow:hidden !important;
 padding:0 !important;
 position:absolute !important;
 width:1px !important
}


.select2-container--default .select2-selection--single .select2-selection__clear {
 cursor:pointer;
 float:right;
 font-weight:bold
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
 color:#999
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
 height:26px;
 position:absolute;
 top:1px;
 right:1px;
 width:20px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
   border-color: #622567 transparent transparent transparent;
   border-style: solid;
   border-width: 12px 8px 0 8px;
   height: 0;
   left: 50%;
   margin-left: -13px;
   margin-top: 2px;
   position: absolute;
   top: 50%;
   width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
 float:left
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
 left:1px;
 right:auto
}
.select2-container--default.select2-container--disabled .select2-selection--single {
 background-color:#eee;
 cursor:default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
 display:none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
 border-color:transparent transparent #622567 transparent;
 border-width:0 8px 12px 8px
}
.select2-container--default .select2-selection--multiple {
 background-color:white;
 border:1px solid #aaa;
 border-radius:4px;
 cursor:text
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
 box-sizing:border-box;
 list-style:none;
 margin:0;
 padding:0 5px;
 width:100%
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
 list-style:none
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
 color:#999;
 margin-top:5px;
 float:left
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
 cursor:pointer;
 float:right;
 font-weight:bold;
 margin-top:5px;
 margin-right:10px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
 background-color:#e4e4e4;
 border:1px solid #aaa;
 border-radius:4px;
 cursor:default;
 float:left;
 margin-right:5px;
 margin-top:5px;
 padding:0 5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
 color:#999;
 cursor:pointer;
 display:inline-block;
 font-weight:bold;
 margin-right:2px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
 color:#333
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
 float:right
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
 margin-left:5px;
 margin-right:auto
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
 margin-left:2px;
 margin-right:auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
 border:solid black 1px;
 outline:0
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
 background-color:#eee;
 cursor:default
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
 display:none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
 border-top-left-radius:0;
 border-top-right-radius:0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
 border-bottom-left-radius:0;
 border-bottom-right-radius:0
}
.select2-container--default .select2-search--dropdown .select2-search__field {
 border:1px solid #aaa
}
.select2-container--default .select2-search--inline .select2-search__field {
 background:transparent;
 border:none;
 outline:0;
 box-shadow:none;
 -webkit-appearance:textfield
}
.select2-container--default .select2-results>.select2-results__options {
 max-height:200px;
 overflow-y:auto
}
.select2-container--default .select2-results__option[role=group] {
 padding:0
}
.select2-container--default .select2-results__option[aria-disabled=true] {
 color:#999
}
.select2-container--default .select2-results__option[aria-selected=true] {
 background-color:#ddd
}
.select2-container--default .select2-results__option .select2-results__option {
 padding-left:1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
 padding-left:0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
 margin-left:-1em;
 padding-left:2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
 margin-left:-2em;
 padding-left:3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
 margin-left:-3em;
 padding-left:4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
 margin-left:-4em;
 padding-left:5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
 margin-left:-5em;
 padding-left:6em
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
 background-color:#5897fb;
 color:white
}
.select2-container--default .select2-results__group {
 cursor:default;
 display:block;
 padding:6px
}
.select2-container--classic .select2-selection--single {
 background-color:#f7f7f7;
 border:1px solid #aaa;
 border-radius:4px;
 outline:0;
 background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);
 background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);
 background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);
 background-repeat:repeat-x;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic .select2-selection--single:focus {
 border:1px solid #5897fb
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
 color:#444;
 line-height:28px
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
 cursor:pointer;
 float:right;
 font-weight:bold;
 margin-right:10px
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
 color:#999
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
 background-color:#ddd;
 border:none;
 border-left:1px solid #aaa;
 border-top-right-radius:4px;
 border-bottom-right-radius:4px;
 height:26px;
 position:absolute;
 top:1px;
 right:1px;
 width:20px;
 background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);
 background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);
 background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);
 background-repeat:repeat-x;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
 border-color:#888 transparent transparent transparent;
 border-style:solid;
 border-width:5px 4px 0 4px;
 height:0;
 left:50%;
 margin-left:-4px;
 margin-top:-2px;
 position:absolute;
 top:50%;
 width:0
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
 float:left
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
 border:none;
 border-right:1px solid #aaa;
 border-radius:0;
 border-top-left-radius:4px;
 border-bottom-left-radius:4px;
 left:1px;
 right:auto
}
.select2-container--classic.select2-container--open .select2-selection--single {
 border:1px solid #5897fb
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
 background:transparent;
 border:none
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
 border-color:transparent transparent #888 transparent;
 border-width:0 4px 5px 4px
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
 border-top:none;
 border-top-left-radius:0;
 border-top-right-radius:0;
 background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);
 background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);
 background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);
 background-repeat:repeat-x;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
 border-bottom:none;
 border-bottom-left-radius:0;
 border-bottom-right-radius:0;
 background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);
 background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);
 background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);
 background-repeat:repeat-x;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}
.select2-container--classic .select2-selection--multiple {
 background-color:white;
 border:1px solid #aaa;
 border-radius:4px;
 cursor:text;
 outline:0
}
.select2-container--classic .select2-selection--multiple:focus {
 border:1px solid #5897fb
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
 list-style:none;
 margin:0;
 padding:0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
 display:none
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
 background-color:#e4e4e4;
 border:1px solid #aaa;
 border-radius:4px;
 cursor:default;
 float:left;
 margin-right:5px;
 margin-top:5px;
 padding:0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
 color:#888;
 cursor:pointer;
 display:inline-block;
 font-weight:bold;
 margin-right:2px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
 color:#555
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
 float:right
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
 margin-left:5px;
 margin-right:auto
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
 margin-left:2px;
 margin-right:auto
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
 border:1px solid #5897fb
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
 border-top:none;
 border-top-left-radius:0;
 border-top-right-radius:0
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
 border-bottom:none;
 border-bottom-left-radius:0;
 border-bottom-right-radius:0
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
 border:1px solid #aaa;
 outline:0
}
.select2-container--classic .select2-search--inline .select2-search__field {
 outline:0;
 box-shadow:none
}
.select2-container--classic .select2-dropdown {
 background-color:#fff;
 border:1px solid transparent
}
.select2-container--classic .select2-dropdown--above {
 border-bottom:none
}
.select2-container--classic .select2-dropdown--below {
 border-top:none
}
.select2-container--classic .select2-results>.select2-results__options {
 max-height:200px;
 overflow-y:auto
}
.select2-container--classic .select2-results__option[role=group] {
 padding:0
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
 color:grey
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
 background-color:#3875d7;
 color:#fff
}
.select2-container--classic .select2-results__group {
 cursor:default;
 display:block;
 padding:6px
}
.select2-container--classic.select2-container--open .select2-dropdown {
 border-color:#5897fb
}

.small_header #main_nav #bg_main_nav{
   display: none;
}
.small_header #main_nav .menu_item{
   display: inline-block;
}
.small_header #main_nav{
   top: 42px;
 width: 100%;
 background: #622567;
 left: 0;
 text-align: center;
 padding-top: 12px;
}
.small_header #top_bg_purple{
   width: 100%;
   left: 0;
   margin-left: 0;
   background-repeat: repeat-x;
}
.small_header #main {
   margin-top: 120px;
}
.small_header #main_nav .menu_item {
   height: 37px;
}

#top_nav .logo{
   display: none;
}
.small_header #top_nav .logo img{
   width: 100%;
}
.small_header #top_nav .logo{
   display: inline-block;
width: 96px;
float: left;
margin-top: 6px;
}
.small_header #autograph {
   display: none;
}
.small_header #search_box {
   display: none;
}
.small_header #main,
.small_header #wrapper {
   width: 100%;
}
.page_285 #crumbs{
   display: none;
}
.small_header #module{
   padding-top: 20px;
}
.small_header #main_nav .menu_item{
   font-family: Verdana, Helvetica, Arial;
}
.small_header #top_nav{
   text-align: right;
   right: 0;
}
.small_header #top_nav,
.small_header #crumbs,
.small_header .center {
   position: relative;
   max-width: 1020px;
   margin: 0 auto;
   box-sizing: border-box;
   padding:0 20px;
}
.small_header #main_nav a:first-child {
   border: none;
}
.small_header #main_nav a {
   font-size: 15px;
color: #fff;
font-weight: 100;
/*
border-left: 1px solid #fff;
*/
padding-left: 6px;
padding-right: 6px;
}
.locations .top{
   padding-bottom: 40px;
   font-size: 18px;
   color:#622567;
}
.locations .top h1{
   margin-bottom: 20px;
}
.locations .top .select2-container,
.locations .top select,
.locations .top input{
   padding: 12px 16px;
   font-size: 18px;
   width: 250px;
   box-sizing: border-box;
   border:1px solid #aaa;
   color:#622567;
}
.locations .top .btn{
   padding: 15px 18px 15px;
   position: relative;
   background: #622567;
}
.locations .top input{

}
#map{
   height: 700px;
   position: relative;
   overflow: hidden;
   width: 100%;
   margin: 0 auto;
}
.locations #nearest_locations a.loc{
  display: block;
}
.infowindow .zoom img{
   display: none;
}
.infowindow .afdelingen a{
  display: block;
}
.locations #nearest_locations .zoom img{
   width: 25px;
   float: right;
   transition: .3s;
}
.locations #nearest_locations .zoom:hover img{
   margin-right: 15px;
   transition: .3s;
}
.locations #nearest_locations .zoom td:nth-child(2){
   padding-left: 20px;
   width: 55px
}
.locations #nearest_locations .zoom{
   cursor: pointer;
   width: 100%;
   border-collapse: collapse;
}
.locations #nearest_locations .where_am_i img {
    margin-left: -30px;
    margin-top: -2px;
    position: absolute;
}
.locations #nearest_locations .where_am_i {
    height: 20px;
    padding: 17px 20px 17px 50px;
    cursor: pointer;
    font-size: 1em;
    line-height: 1.1;
    color: #009bdc;
}
.small_header #main_nav .items{
   width: 1020px;
   margin:0 auto;
   text-align: right;
   box-sizing: border-box;
}
.infowindow{
  font-size: 14px !important;
}
.location .infowindow a{
   display: block;
}
.locations #nearest_locations {
    background: #fff none repeat scroll 0 0;
    position: absolute;
    top: 295px;
    width: 325px;
    overflow-x: hidden;
    /*max-height:375px;*/
    /*border:1px solid #babcbe;*/
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    z-index: 9;
}
.select2-results__options .select2-results__option[aria-disabled=true] {
   display: none;
}
.locations #nearest_locations:hover .jspVerticalBar {
    opacity: 0.2;
}
.locations #nearest_locations .item h2 {
  color: #622567;
margin-bottom: 10px;
font-weight: 100;
}
.locations #nearest_locations .item:first-child{
   border:none;
}
.locations .loc.active{
   font-weight: bold;
}
.locations #nearest_locations .item {
  border-top:1px solid #622567;
  width: 325px;
  box-sizing: border-box;
}
.searchLoc{
   border-collapse: collapse;
}
.searchLoc td{
   position: relative;
}
.clear_loc{
   position: absolute;
   width: 10px;
   height: 10px;
   display: none;
   top: 13px;
   right: 11px;
   cursor: pointer;
   font-size: 18px;
}
.locations #nearest_locations .next {
  background: #622567;
color: #fff;
text-align: center;
padding: 8px 0;
font-size: 1.5em;
width: 325px;
cursor: pointer;
font-weight: 100;
margin-top: 20px;
	font-family:"helveticaneue-thin-webfont";
}
.locations{
   width: 100%;
   margin: 0 auto;
   overflow: hidden;
}
.locations .item{
  padding: 20px;
}
.locations .item .location{
  padding: 0;
}
.locations .location{
  padding: 20px;
}
/*
* CSS Styles that are needed by jScrollPane for it to operate correctly.
*
* Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
* may not operate correctly without them.
*/

.jspContainer {
    overflow: hidden;
    position: relative;
}
.jspPane {
    position: absolute;
}
.jspVerticalBar {
    background: red none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    right: 5px;
    top: 0;
    width: 6px;
    opacity: 0;
}
.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: red;
}
.jspCap {
    display: none;
}
.jspHorizontalBar .jspCap {
    float: left;
}
.jspTrack {
    background: #dde;
    position: relative;
}
.jspDrag {
    background: #666;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}
.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}
.jspVerticalBar .jspArrow {
    height: 16px;
}
.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 0%;
}
.jspVerticalBar .jspArrow:focus {
    outline: none;
}
.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

/**
BEHANDELAANBOD
**/
#behandelaanbod .anchors{
   margin-top: 109px;
}
#behandelaanbod .anchors .part{
   display: block;
   padding: 5px 5px;
   margin-bottom: 5px;
   border-bottom: 1px solid #f9f9f9;
   cursor: pointer;
}
#behandelaanbod .anchors .part.active{
   background: #eb008b;
   color:#fff;
}
#behandelaanbod .part h1,
#behandelaanbod .part h2,
#behandelaanbod .part h3,
#behandelaanbod .part h4,
#behandelaanbod .part h5,
#behandelaanbod .part h6{
  margin-top: 30px;
}
#behandelaanbod h1,
#behandelaanbod h2,
#behandelaanbod h3,
#behandelaanbod h4,
#behandelaanbod h5,
#behandelaanbod h6{
  margin-bottom: 20px;
}
#behandelaanbod p,
#behandelaanbod ul{
   margin-bottom: 1.5em;
}
#behandelaanbod .usps p:last-child{
   margin-bottom: 0;
}
#behandelaanbod .contact td:nth-child(1){
   padding-right: 10px;
}
#behandelaanbod .locaties h4{
  margin-bottom: 5px;
}
#behandelaanbod{
  padding: 20px;
}
#behandelaanbod .all .cats{
  margin-top: 0.5em;
  margin-bottom: 5px;
}
#behandelaanbod .all .item{
  padding:14px  0;
  display: block;
  border-bottom: 1px solid #f6f6f6;
}
#behandelaanbod .all .item .description_short{
  color:#000;
}
#behandelaanbod .all .item h2{
   margin-bottom: 10px;
}
#behandelaanbod .all .item:hover{
  text-decoration: none;
}
#behandelaanbod .all .item:last-child{
  border:none;
}
#behandelaanbod .right{
  float: left;
  width: 628px;
  padding-left: 30px;
}
#behandelaanbod .left{
  float: left;
  width: 282px;
  padding-right: 15px;
}

#behandelaanbod .filter .btn{
  position: relative;
  background:#fff;
  color:#eb008b;
  margin-top: 10px;
}
#behandelaanbod .filter b{
  color: #fff;
}
#behandelaanbod .filter{
  background: #eb008b;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
}
#behandelaanbod .filter input[type='text']{
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  border:none;
  margin: 5px 0;
  font-size: 14px;
}
#behandelaanbod .single .usps{
  background:#eb008b;
  color:#fff;
  padding: 1em;
  margin: 1.5em 0;
}
#behandelaanbod .single .right .part,
#behandelaanbod .single .content,
#behandelaanbod .single .contact,
#behandelaanbod .single .locaties{
  margin-bottom: 1.5em;
}
#behandelaanbod .single .locaties .item{
  display: block;
}
#behandelaanbod .single .right{
  padding-left: 15px;
}
.share{
   border-collapse: collapse;

   color: #622567;
   margin-left: -1px;
   text-align: right;
   float: right;
}
.share td:nth-child(1)
{
   padding-right: 10px;
}
.share img{
   width: 28px;
   margin-top: 5px;
   margin-left: 5px;
}
.data_share{
      margin-bottom: 20px;
  width:100%;
}
@media (max-width:680px) {
   .data_share{
      margin-top: 10px;
   }
   .data_share td{
      display: block;
      margin-bottom: 20px;
   }
   .share td {
      margin-bottom: 0;
   }
   .share img {
      margin-left: 0;
      margin-right: 5px;
   }
   .share{
      float: none;
      margin-bottom: 0;
      text-align: left;
   }
}
.wvggz.all .item:not(:last-child){
   margin-bottom: 1.5em;
   padding-bottom: 1.5em;
   border-bottom:1px solid #eb008b;
}
.wvggz.all .item:last-child{
   border-bottom: none;
}
.wvggz.all .item .date{
   color: #622567;
   margin-top: 10px;
   display: inline-block;
}
.wvggz.all .item h2{
   margin-bottom: 5px;
    line-height: 1.3;
}
.wvggz.all .filter{
   display: inline-block;
   padding: 10px 5px;
   margin-bottom: 40px;
}
.wvggz.all .no_results{
  display: none;
}
.wvggz.single h1{
   margin-bottom: 20px;
}
.wvggz.single h2{
   margin-bottom: 40px;
   margin-top: 30px;
}
/**ALT HOME VIEW 2019**/
#home_holder .wide #purper_home_news_title {
   font-size: 32px;
   font-family: "helvetica-light-webfont";
}
#home_holder .wide #purper_home_news .title{
   font-size: 20px;
   font-weight: normal;
   margin-bottom: 10px;
}
#home_holder .wide #purper_home_news .items a td:nth-child(1){
   padding-right: 20px;
}
#home_holder .wide #purper_home_news .items a:hover{
   text-decoration: none;
   background: #dfc7d9;
   transition: all 0.5s;
   border-radius: 16px;
}
#home_holder .wide #purper_home_news .items a{
   margin-bottom: 20px;
   background: #ebd3e5;
   padding: 10px;
   border-radius: 8px;
   transition: all 0.5s;
}
#home_holder .wide #purper_home_news .image{
   width:130px;
   height: 97px;
   background-size: cover !important;
   border-radius: 10px;
}
#home_holder .wide #purper_home_news,
#home_holder .wide #search_help_box{
   width:100%;
   float: none;
}
#home_holder .wide #purper_home_news{
   width:100%;
   background: none;
}
#home_holder .wide #search_help_box .search{
   margin-left: 207px;
}
#home_holder .wide #search_help_box{
   height: 335px;
   width:100%;
}
#home_holder .wide .purper h3{
   font-size: 32px;
   font-family: "helvetica-light-webfont";
   color: #6c3160;
   margin-bottom: 20px;
   font-weight: normal;
}
#home_holder .wide .purper{
   margin-top: 40px;
   cursor: pointer;
}
#home_holder .wide .block:nth-child(1){
   width:31%;
   margin-right: 2%;
   box-sizing: border-box;
   height: auto;
}
#home_holder .wide .block:nth-child(2){
   width:64%;
   margin-left: 2%;
   box-sizing: border-box;
   margin-right: 0;
   height: auto;
}
@media (max-width:680px) {
   #home_holder .wide #search_help_box .search{
      margin-left: 0;
   }
   #home_holder .wide #search_help_box{
      height: auto;
   }
   #home_holder .wide .block:nth-child(2),
   #home_holder .wide .block:nth-child(1){
    width:100%;
    margin: 0;
     padding: 0 20px;
   }
   #home_holder .wide #purper_home_news{
     padding: 40px 0 0;
   }
   #search_help_results{
    padding: 0 !important;
   }
   #home_holder .wide #purper_home_news .items a {
      border-radius: 0 !important;
      padding: 20px;
   }
   #home_holder .wide #purper_home_news .items a img{
      width:100%;
      margin-bottom: 20px;
   }
   #home_holder .wide #purper_home_news .items a td:nth-child(2){
      display: none;
   }
   #home_holder .wide #purper_home_news .items a td{
      padding: 0;
   }
}
#coursesN .left{
  float: left;
  width: 30%;
  position: relative;
  padding-left: 20px;
}
#coursesN .search .btn{
  height: 40px;
  width:100%;
  display: block;
  box-sizing: border-box;
  padding: 0 12px;
  text-align: center;
  margin: 0.5em 0;
  line-height: 2.2;
  font-size: 17px;
  position: relative;
}
#coursesN .search input{
  border: #80797b solid 1px;
  width: 100%;
  padding: 4px 14px;
  font-size: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 20px;
  height: 44px;
}
#coursesN .search .filtertype{
  border-top: #fff solid 1px;
  margin-top: 1em;
  padding: 1em 0 0.5em;
  font-size: 17px;
}
#coursesN .search select{
  height: 44px;
  width:100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
}
#coursesN .heading{
  color: #622567;
  font-size: 30px;
  margin: 0.5em 0 40px;
}
#coursesN .right{
  width:calc(65% - 40px);
  padding-left: 5%;
  float: left;
  box-sizing: border-box;
}
#coursesN .search a img{
  width: 9px;
  margin-right: 5px;
  position: relative;

  top: 2px;
}
#coursesN .search a{
  display: block;
}
#coursesN{
  padding-bottom: 60px;
}
#coursesN .item h2{
  font-size: 20px;
  margin-bottom: 2px;
  text-transform: uppercase;
}
#coursesN .item .agendering{
  font-weight: bold;
  margin-top: 0.5em;
  color:#333;
}
#coursesN #div_aanmelden_form .holder select{
  padding: 5px;
  width: 320px;
}
#coursesN #div_aanmelden_form .holder textarea{
  padding: 5px;
  width: 300px;
}
#coursesN #div_aanmelden_form .holder input[type='text']{
  width: 300px;
  padding: 5px;
}
#coursesN #div_aanmelden_form .holder{
  margin-bottom: 20px;
}
#coursesN .item .image{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 98px;
  height: 98px;
  background-size: cover !important;
  margin-left: 20px;
}
#coursesN .item table{
  width:100%;
}
#coursesN .item td{
  vertical-align: top;
}
#coursesN .item td:nth-child(2)
{
  width: 110px;
}
#coursesN .item{
  font-size: 16px;
  line-height: 1.5;
  border-top: #dcdee0 solid 1px;
  padding: 13px 10px 12px 10px;
}
#coursesN .pagination span:nth-child(1){
  border-radius: 4px 0 0 4px;
}
#coursesN .pagination span:last-child{
  border-radius: 0 4px 4px 0;
}
#coursesN .pagination span:hover,
#coursesN .pagination span.active{
  background: #fef3e8;
  color: #622567;
}
#coursesN .pagination {
  margin-top:30px;
}
#coursesN .pagination span{
  padding: 14px 15px 13px 15px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dcdee0;
  cursor: pointer;
  margin-bottom: 12px;
  display: inline-block;
  margin-right: -5px;
}
#coursesN .search{
  background: #ebd3e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 22px 19px 22px 19px;
}
#coursesN .search_terms_active .item img{
  position: relative;
  top: 5px;
  margin-left: 5px;
  width: 24px;
}
#coursesN .search_terms_active{
  margin-top: 34px;
  margin-bottom: 34px;
}
#coursesN .search_terms_active .item
{
  display: inline-block;
  cursor: pointer;
  background: #ebd3e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: #ebd3e5 solid 1px;
  font-size: 18px;
  font-weight: normal;
  font-weight: bold;
  color:#000;
  margin: 12px .2em 13px 10px;
}
#coursesN table{
  border-collapse: collapse;
}
#coursesN .single #agenderingen_container h4{
  font-size: 18px;
  margin-bottom: 10px;
}
#coursesN .single #agenderingen_container .agendering-agenda td{
  text-align: center;
}
#coursesN .single #agenderingen_container .agenda-calendar-active{
  background: #ff149f;
  padding: 5px;
  color:#fff;
  border-radius: 20px;
  position: relative;
}
#coursesN .single #agenderingen_container .hulpaanbod-agendering{
  margin-top: 20px;
}
#coursesN .single #agenderingen_container .btn{
  position: relative;
}
#coursesN .single #agenderingen_container .phone_block{

padding-right: 15px;
background: #ebd3e5;
padding: 20px;
border-radius: 20px;
}
#coursesN .single #agenderingen_container{
  margin-top:40px;
  background: #ebd3e5;
  border-radius: 20px;
}

#coursesN .single h1{
  margin-bottom: 10px;
}
#coursesN .single h2{
  margin-bottom: 40px;
}
#coursesN .aanmelden .info table{
  width: auto !important;
}
#coursesN table{
  min-width: 312px;
}
#coursesN .btn{
    position: relative;
}
#coursesN .aanmelden .info{
  background: #ebd3e5;
  display: inline-block;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 20px;
  min-width: 300px;
}
/*

#coursesN .aanmelden td:nth-child(1){
  font-weight: bold;
}
*/
#coursesN .aanmelden .date{
  font-size: 18px;
  display: inline-block;
  margin-bottom: 10px;
}
#coursesN .aanmelden h2{
  margin-bottom: 40px;
  font-size: 36px;
}
#coursesN .aanmelden h1{
  font-size: 36px;
  margin-bottom: 10px;;
}
#coursesN .agenda_button{
  cursor: pointer;
}
#coursesN .calendar{
  padding: 10px 0;
  background: #fff;
  border-radius: 10px;
}
#coursesN .single,
#coursesN #div_aanmelden_form,
#coursesN .aanmelden{
  padding-left:30%;
}
@media (max-width:680px) {
  #coursesN .right{
    padding-left: 0;
    width:100%;
  }
  #coursesN .item td:nth-child(2){
    display: none;
  }
}
#page_text .content_parts .anchor:hover{
  background: #622567;
  color: #fff;
  padding-left: 15px;
}
#page_text .content_parts .content{
  display: none;
  margin-top: 10px;
  margin-bottom: 20px;
}
#page_text .content_parts .anchor{
  border-bottom: 1px solid;
  font-size: 25px;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-top: 5px;
  cursor: pointer;
  font-weight: normal;
  color: #622567;
}
#page_text .content_parts{
  margin-top: 1.5em;
}
.big_button_holder{
  margin-right: 20px;
  margin-bottom: 20px;
}
.big_button:hover{
  background: #622567;
  transition: all 0.5s;
}
.big_button{
  transition: all 0.5s;
  display: inline-block;
  border-radius: 400px;
  background: #eb008b;
  color:#fff;
  text-align: center;
  width:150px;
  height:150px;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  font-size: 20px;
}
