/*++++++++++++++++++++++++++++++++++++++++++
  ++++++++++++++++++++++++++++++++++++++++++
  ++            WIZARDWISE.NL             ++
  ++++++++++++++++++++++++++++++++++++++++++
  ++++++++++++++++++++++++++++++++++++++++++*/


.clearfix:after {
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
}


/*==========================================
	BASIC
============================================*/
* {
	margin: 0;
        padding: 0;
        outline: 0;
        border: 0;
}

a,
a:visited {
	color: #333399;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
        color: red;
}

ul li {
	list-style-type: none;
}

p {
	margin-bottom: 18px;
	line-height: 1.8em;
}

.note {
	background: #FDFDD8; 
	border: 1px solid #d9d9d9;
	padding: 5px;
}

img.left {
	float:left;
	margin:0px 0px 0px 0px;
}

img.right {
	float:right;
	margin:0em 0 0em 0;
}

img.right-mondzorg {
	float:right;
	margin:0em 0 20em 0;
}


img.onzichtbaar{
	float:right;
	margin:0em 0 0em 0;
	visibility: hidden;
}

img.center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin:0em 0 0em 0;
}


blockquote {
margin:10px 0 10px 0;
border: 1px solid #333399;
background:#F7FAFD;
padding-left:10px;
padding-top:10px;
padding-bottom:0px;
padding-right:10px;
}

blockquote a{
text-decoration:underline;
color:#000000;
}

blockquote a:hover{
text-decoration:underline;
color:#4074EE;
}

hr {
width:100%;
color: #AFCDEB;
background-color: #AFCDEB;
height: 1px;
margin: 0 0 10px 0;
}

/*==========================================
	LAYOUT
============================================*/

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 150px;
	text-align: center;
}

.wrap {
	margin: 0 auto 0 auto;
	position: relative;
	width: 990px;
	text-align: left;
	z-index: 1;
}

#header {
	height: 100px;
        border-top: 5px solid #ffffff;
        border-bottom: 20px solid #ffffff;
	}

#footer {
	font-size: 11px;
	color: #000000;
	margin-top: 35px;
}

/*==========================================
	HEADINGS
============================================*/

h1 {
	display: none;
	height: 1px;
	margin-left: -500em;
}

h2,
h3,
h4 {    font-family: arial, verdana,helvetica,sans-serif;
        color: #333399;
        letter-spacing: 0px;
	font-weight: bold;
        margin: 10px 0 10px 0;
}

/*==========================================
	LOGO_PROMO
============================================*/

#logo_promo .wrap {
	border-top: 0px solid #ffffff;
	margin: 0 auto 0 auto;
	text-align: right;
	width: 990px;
        margin-bottom: 0px;
}

#logo_promo .featured wrap clearfix #home_image {
	float: left;
	margin-top: 0px;
	width: 300px;
}

#logo_promo #home_image img.left {
	float:left;
	margin:0px 0px 0px 0px;
}

#logo_promo .promo {
	float: right;
        margin: 20px 0px 0px 8px;
	padding: 0px 0 8px 0;
        width: 500px;
        height: 60px;
        background: #ffffff;
}


/*==========================================
	MAIN NAV
============================================*/

ul#nav {
	display: block;
	font-size: 14px;
	height: 40px;
        background: #333399;
        margin: 0px auto 20px auto;
}

ul#nav li {
	float:left;
        margin-top: 6px;
}

ul#nav li#nav_logo {
	background: none;
}

ul#nav li a {
        color: #FFFFFF;
	display: block;
	padding: 5px 0px 5px 0px;
        margin:0 20px 0 20px;
	text-align: center;
        text-decoration: none;
        text-transform: none;
        letter-spacing: 1px;
        font-weight: bold;
}

ul#nav a:hover {
	border-bottom: 0px solid #FFFFFFF;
	margin-left: 0px;
        color: #FFFFFF;
        margin:0 20px 0 20px;
}

/*==========================================
	VERTICAL NAV
============================================*/

.sideboxbg {
width:250px;
margin-bottom:20px;
border:0px solid #EAEBEC;
background:#ffffff;
padding-left:0px
}

.sideboxbg ul, .category_list {
font-size:100%;
line-height:1.5em;
padding-left:0px;
list-style: none;
margin: 0px;
font-weight:normal;
}

.sideboxbg ul li {
list-style:none;
border-bottom: 2px solid #FFFFFF;
margin: 0px;
padding: 0px;
width: 208px;
}

.sideboxbg ul li a {
text-decoration:none;
background:#F7FAFD;
padding: 5px 9px 6px 8px;
display: block;
border: 1px solid #AFCDEB;
color: #333399;
text-decoration: none;
margin-left:0px;
font-weight:bold;
}

.sideboxbg ul li a:hover {
text-decoration:none;
color: #333399;
background: #D7E6F4;
}

.sideboxbg .call {
border:1px solid #AFCDEB;
width: 186px;
margin: 20px 0 10px 0;
padding: 10px;
font-size:95%;
}

.sideboxbg .call .call-button a{
	display: block;
        padding: 5px;
        margin: 10px 10px 10px 0;
        color: #ffffff;
        background: red;
        font-weight: bold;
}

.sideboxbg .call .call-button a:hover{
        background: #333399;
}

/*==========================================
	STAGE1 | 2 COLUMNS
============================================*/

#stage1 .wrap {
	border-top: 1px solid #ffffff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 990px;
        margin-bottom: 10px;
}

/* Start of Column CSS */

#stage1 #container2 {
        clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#ffffff; /* column 2 background colour */
}
#stage1 #container1 {
	float:left;
	width:100%;
	position:relative;
	right:76%;
	background:#ffffff; /* column 1 background colour */
}
#stage1 #container1 #col1 {
	float:left;
	width:21%;
	position:relative;
	left:77%;
	overflow:hidden;
}
#stage1 #container2 #col2 {
	float:left;
	width:71%;
	position:relative;
	left:82%;
	overflow:hidden;
}

/*==========================================
	STAGE1 | 1 COLUMN
============================================*/

#stage-Oostenrijk .wrap {
	border-top: 1px solid #ffffff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 990px;
        margin-bottom: 10px;
}

/* Start of Column CSS */

#stage-Oostenrijk #container2 {
        clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#ffffff; /* column 2 background colour */
}
#stage-Oostenrijk #container1 {
	float:left;
	width:100%;
	position:relative;
	right:76%;
	background:#ffffff; /* column 1 background colour */
}
#stage-Oostenrijk #container1 #col1 {
	float:left;
	width:100%;
	position:relative;
	left:0%;
	overflow:hidden;
}

/*==========================================
	STAGE2 | 4 COLUMNS
============================================*/

#stage2 .wrap {
	border-top: 0px solid #ffffff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 990px;
        margin-bottom: 10px;
}

/* Start of Column CSS */


#stage2 #container4 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#ffffff; /* column 4 background colour */
}

#stage2 #container3 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:25%;
	background:#ffffff; /* column 3 background colour */
}
#stage2 #container2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:25%;
	background:#ffffff; /* column 2 background colour */
}
#stage2 #container1 {
	float:left;
	width:100%;
	position:relative;
	right:25%;
	background:#ffffff; /* column 1 background colour */
}
#stage2 #container1 #col1 {
	float:left;
	width:21%;
	position:relative;
	left:76%;
	overflow:hidden;
}
#stage2 #container2 #col2 {
	float:left;
	width:21%;
	position:relative;
	left:81%;
	overflow:hidden;
}
#stage2 #container3 #col3 {
	float:left;
	width:21%;
	position:relative;
	left:85%;
	overflow:hidden;
}
#stage2 #container4 #col4 {
	float:left;
	width:21%;
	position:relative;
	left:89%;
	overflow:hidden;
}

#stage2 img {
        margin-bottom:10px;
}
/*==========================================
	STAGE-SUBJECT | 2 COLUMNS
============================================*/

#stage-subject .wrap {
	border-top: 1px solid #ffffff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 990px;
        margin-bottom: 10px;
}

/* Start of Column CSS */

#stage-subject #container2 {
        clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#ffffff; /* column 2 background colour */
}
#stage-subject #container1 {
	float:left;
	width:100%;
	position:relative;
	right:76%;
	background:#ffffff; /* column 1 background colour */
}
#stage-subject #container1 #col1 {
	float:left;
	width:21%;
	position:relative;
	left:77%;
	overflow:hidden;
}
#stage-subject #container2 #col2 {
	float:left;
	width:71%;
	position:relative;
	left:82%;
	overflow:hidden;
}


/*==========================================
	STAGE-CONTENT | 2 COLUMNS
============================================*/

#stage-content .wrap {
	border-top: 1px solid #ffffff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 100%;
        margin-bottom: 10px;
}

/* Start of Column CSS */

#stage-content #container2 {
        clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#ffffff; /* column 2 background colour */
}
#stage-content #container1 {
	float:left;
	width:100%;
	position:relative;
	right:50%;
	background:#ffffff; /* column 1 background colour */
}
#stage-content #container1 #col1 {
	float:left;
	width:66%;
	position:relative;
	left:50%;
	overflow:hidden;
}
#stage-content #container2 #col2 {
	float:left;
	width:26%;
	position:relative;
	left:95%;
	overflow:hidden;
}


/*==========================================
	STAGE0 | 2 COLUMNS
============================================*/

#stage0 .wrap {
	border-top: 1px solid #ffffff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 990px;
        margin-bottom: 10px;
        background-color: #F7FAFD;
}

/*==========================================
	FOOTER | 3 COLUMNS
============================================*/

#footer .wrap {
	border-top: 0px solid #ffffff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 900px;
        margin-bottom: 10px;
}

/* Start of Column CSS */

#footer #container3 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
}
#footer #container2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:33.333%;
}
#footer #container1 {
	float:left;
	width:100%;
	position:relative;
	right:33.33%;
}

#footer #container1 #col1 {
	float:left;
	width:35.33%;
	position:relative;
	left:68.67%;
	overflow:hidden;
}
#footer #container2 #col2 {
	float:left;
	width:28.33%;
	position:relative;
	left:72.67%;
	overflow:hidden;
}
#footer #container3 #col3 {
	float:left;
	width:24.33%;
	position:relative;
	left:76.67%;
	overflow:hidden;
}

/*==========================================
	POST
============================================*/
p.post {
	margin: -5px 0 10px 0;
	padding: 0px;
	font-size: 1.0em;
	font-style: italic;
}

.post {
	padding-bottom: 16px;
}

.post .post-body {
	margin-top: 5px;
}

a.readmore {
	margin-left: 10px;
	padding: 2px 0 2px 19px;
} 

/*==========================================
	LISTS
============================================*/

.post ol li {
	line-height: 17px;
	margin: 0 0 17px 19px;
}

.post ul {
        margin: 0 0 10px 0;
}

.post ul li {
        line-height: 1.4em;
	margin: 0 0 0px 19px;
        list-style-type: disc;
}

/*==========================================
	METADATA
============================================*/

.metadata-list {
	border-top: 0px solid #E3E3E3;
	font-size: 11px;
	text-transform: uppercase;
}

.metadata {
	bottom:17px;
	color:#888888;
	font-size:17px;
	left:-414px;
	line-height:1;
	margin-top:-17px;
	padding:0pt;
	position:relative;
	text-align:right;
	width:267px;
}


/*==========================================
	POST NAVIGATION
============================================*/

p.leftnav,
p.rightnav {
	margin: 10px 0 10px 0;
        padding: 0;
}

/*==========================================
	HOME PAGE TITLES
============================================*/

h2.entry-title {
	border-bottom: 0px solid #E3E3E3;
        border-left: 0px #999999 dashed;
        border-right: 0px #999999 dashed;
        color: red;
	margin: 10px 0 10px 0;
        padding-right: 10px;
        paddding-top: 5px;

}

h2.entry-title a {
        text-decoration:none;
        font-size: 14px;
	color: #AA5B97;
        text-transform: uppercase;
}


/* ------ Post Images ------ */

p.imageLeft img {
	float: left;
	margin: 0 15px 15px -413px;
	border: 10px solid #EBEBEA;
}

p.caption {
	clear:left;
	float: left;
	margin-left: -413px;
	color: #AAAAAA;
	display: block;
	font-size: 11px;
	letter-spacing: 0.03em;
	line-height: 18px;
	width: 260px;
	word-spacing: 1px;
	padding-right: 4px;
	margin-bottom: 10px;
	border-right: 2px solid #EBEBEA;
}

p.imageRightSmall img {
border:10px solid #EBEBEA;
float:left;
margin:0pt 15px 15px -138px;
}

p.imageLeftVerySmall img,
p.imageLeftSmall img {
	float: left;
	margin: 0 15px 15px -413px;
	border: 10px solid #EBEBEA;
}

p.imageLeftVerySmall .caption,
p.imageLeftSmall .caption {
	clear: left;
	float: left;
	margin-left: -413px;
	color: #AAAAAA;
	display: block;
	font-size: 11px;
	letter-spacing: 0.03em;
	line-height: 18px;
	width: 260px;
	word-spacing: 1px;
	padding-right: 4px;
	margin-bottom: 10px;
	border-right: 2px solid #EBEBEA;
}


/*++++++++++++++++++++++++++++++++++++++++++
  ++++++++++++++++++++++++++++++++++++++++++
  ++               FORM.CSS               ++
  ++++++++++++++++++++++++++++++++++++++++++
  ++++++++++++++++++++++++++++++++++++++++++*/


textarea,
input,
select,
option {
	font-family: verdana, helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 5px 0 5px;
        border: 1px solid #AFCDEB;
	color: #666666;
}

option{
	padding: 0px 5px 5px 5px;
        border: 0px solid #AFCDEB;
}

form li {
	border-bottom: 0px solid #E3E3E3;
	clear: both;
	margin: 0;
	padding: 5px 0 5px 0;
}

input:focus,
textarea:focus,
select:focus {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}

img.loadingImg {
	position: relative;
	left: 470px;
	top: 5px;
}

/*==========================================
	SEARCH
============================================*/

#search input {
	border-color: #DEDEDE;
	height: 24px;
	margin: 40px 0 0px 0px;
	width: 300px;
}

#search .button {
	text-indent: -9000px;
	float: right;
	width: 38px;
	height: 24px;
        background: url(https://www.kwaliteitinpraktijk.org/images/search.png) #FCE7F0;
	margin: 46px 0px 0px 10px;
        border: 0px solid #FCE7F0;
} 

/*==========================================
	CONTACT FORM
============================================*/
.comContactForm {
        margin-top: 10px;	
        margin-bottom: 10px;
}

legend {
	display: none;
}

fieldset {
	border: 0px solid #AFCDEB;
        padding: 10px;
        margin-top:10px;
}

input.comSubmit {
        border: 0px solid #333333;
        background-color: red;
        color: #ffffff;
        font-weight:bold;
	height: 30px;
	width: 150px;
        float:left;
        margin-top:0px;
        margin-left:220px;
        padding: 0 0 5px 0;
}

input.comSubmit:hover {
        background: #333399;
}

.comRadio { 
        border: 0px solid #ffffff;
}

ul.contact {
        list-style-type: none;
}

ul.contact label {
	color: #333333;
	float: left;
	font-size: 12px;
	padding: 0px 0 0 0;
        text-align:left;
	width: 220px;
}

ul.contact li.kleiner label {
	color: #333333;
	float: left;
	font-size: 12px;
	padding: 0px 0 0 0;
        text-align:left;
	width: 200px;
}

ul.contact li ul li {
        margin:0 0 -10px 0;
}

ul.contact label.comRequired {
        font-weight: bold;
        font-style: italic;
}

ul.contact label.comRadio{
        width: 100px;
        margin: 5px 0 5px 0;
}

ul.contact label.comCheckbox{
display: block;
margin:8px 0 0 5px;
padding-left: 15px;
text-indent: -15px;
}

ul.contact input {
        float: left;
	width: 280px;
}

ul.contact li.kleiner input {
        float: left;
	width: 100px;
}

ul.contact input.comRadio {
	width: 15px;
        margin: 5px 8px 5px 0;
}

ul.contact input.comCheckbox {
display: block;
width: 13px;
height: 13px;
padding: 0;
margin:8px 0 0 220px;
vertical-align: bottom;
position: relative;
top: -1px;
*overflow: hidden;
}

.comTextarea {
	width: 400px;
        height: 100px;
        margin:0 0 10px 0;
}



/* Comment Form Styles
------------------------------------------------------------------*/
#comment {margin: 10px 0 10px 0px;
}

.comments-wrapper{
        margin: 0 0 0 0px;
}

#comment-form{
        margin: 10px 0 10px 0px;	
}

#comment-section {
	border-bottom:1px solid  #999999;
	margin:0 25px 10px 30px;
	padding-bottom:10px;
}

#comment-section .commentdate{
        font-size: 11px;
        margin: 0 0 0 0px;
}

#comment-section p{
        font-size: 12px;
        margin: 0 0 0 0px;
}

.postcomment {
	float:left;
	padding:0 0px 0 0;
	width:450px;
        margin: 0 150px 0 20px;
	}

.comment {
	background:#f5f5f5; none repeat scroll 0%; 
	border-top:2px solid #999999;
	border-left:2px solid #999999;
	border-right:2px solid #999999;
	padding:10px;
        margin-left:50px;
}

#comment-form .button {
        border: 1px solid #CCCCCC;
        background-color: #f5f5f5;
	height: 36px;
	width: 200px;
        float:right;
        margin:0px 80px 0 0px;
}

.comment_meta {
	border-top: 2px solid #999999;
	background:#999999 none repeat scroll 0%; 
	margin: 0 0 15px 50px;
	padding: 5px;
        color:#FCE7F0;
}

.comment_meta a {
        color:#FFFFEE;
}

#cpreview {
	color:#fff;
	margin-bottom:10px;
	padding-right:7px;
}


#txpCommentInputForm label {
	display:block;
	float:left;
	width:140px;
        margin: 0px 0px 0px 10px;
        text-align: left;
        color: #666666;
	font-size: 12px;
}

#txpCommentInputForm {
	display:block;
	float:left;
        margin: 0px 0px 10px 0px;
        text-align: left;
        color: red;
	font-size: 12px;
        width:564px;
}

#txpCommentInputForm input {
	float:left;
        margin-bottom:5px;
	width: 300px;
}

.txpCommentInputMessage {
        float:left;
        width:300px;
        margin-bottom:10px;
}

#publish input {
        clear: both; 
	border:1px solid #CCCCCC;
	cursor:pointer;
	height:30px;
	margin:10px 0 0 10px;
	width:100px;
}


#publish input:hover,
input.comSubmit:hover {background: #333399;}

#cpreview h3 {margin-bottom: 10px;}

#comment_label img {margin:10px;
}

.asy_input {margin: 100px 0px 0px 0px;
} 


/* ------ THANKS FORM ------ */

p#txpCommentInputForm {
	background: #FDFDD8 none repeat scroll 0% 50%;
	border: 1px solid #E6E6BA;
	padding: 10px 13px 10px 13px;
}

.thanks h2 {
	margin-bottom: 0px;
}

#txpCommentInputForm p.comments_help {
	color: #777777;
	font-size: 11px;
	margin: 23px 0 0 10px;
	text-align: right;
	width: 102px;
}

/* ------ ERROR HANDLING ------ */

.comments_error,
.comError {
	background: #FDFDD8;
}

ul.comments_error,
.comError {
	border: 1px solid #d9d9d9;
	margin-bottom: 20px;
	padding: 5px;
}

ul.comments_error li,
.comError li, .comError {
	border: 1px;
	color: red;
	margin-left: 60px;
	padding: 10px 0 8px 0;
}

#txpCommentInputForm ul.comments_error li:hover {
	background: #FDFDD8;
}

.error {
	color: #FDFDD8;
}

.comRequirederrorElement {
	background: #FDFDD8;
}

label.comRequirederrorElement {
	background: transparent;
}

.comConnectForm label.comRadio {
  float: left;
/*  clear: none;*/
  display: block;
  padding: 0px 0em 0 0;
  width: 60px;
}

.comConnectForm input.comRadio{
  float: left;
/*  clear: none;*/
  margin: 0px 0 0 0px;
  width: 50px;
}

label.comCheckbox{
display: block;
margin:8px 0 0 25px;
padding-left: 15px;
text-indent: -15px;
}


ul.contact input.comCheckbox {
float:left;
display: block;
width: 13px;
height: 13px;
padding: 0;
margin:8px 0 0 0px;
vertical-align: bottom;
position: relative;
top: -1px;
*overflow: hidden;
}

.ComConnectTextarea {
	width: 400px;
        height: 100px;
        margin:0 0 10px 0;
}


/*SHARE THIS BUTTONS
--------------------------------------------*/
.sharebutton {
         float: left;
         width: 110px;
         margin-left:10px;
}

.sharebutton_fb {
         float: left;
         width: 400px;
         margin-left:10px;
}

.sharebutton_hyves {
         float: left;
         width: 150px;
}

.sharebutton_plus {
         float: left;
         width: 50px;
}


div.shr-bookmarks{margin:20px 0 8px;clear:both !important;display:block !important}div.shr-bookmarks ul.shr-socials{width:100% !important;margin:0 !important;padding:0 !important;float:left !important}div.shr-bookmarks ul.shr-socials{background:transparent none !important;border:0 none !important;outline:0 none !important}div.shr-bookmarks ul.shr-socials li{display:inline !important;float:left !important;list-style-type:none !important;padding:0 !important;height:29px !important;width:60px !important;cursor:pointer !important;margin:3px 0 0 !important;background-color:transparent !important;border:0 none !important;outline:0 none !important;clear:none !important}div.shr-bookmarks ul.shr-socials li:before,div.shr-bookmarks ul.shr-socials li:after,div.shr-bookmarks ul.shr-socials li a:before,div.shr-bookmarks ul.shr-socials li a:after{content:'' !important;}div.shr-bookmarks ul.shr-socials a,div.shr-bookmarks ul.shr-socials a:hover{display:block !important;width:60px !important;height:29px !important;text-indent:-9999px !important;background-color:transparent !important;text-decoration:none !important;border:0 none !important}div.shr-bookmarks ul.shr-socials a:hover,div.shr-bookmarks ul.shr-socials li:hover{background-color:transparent !important;border:0 none !important;outline:0 none !important}.shareaholic-show-on-load{display: block !important;}div.shr-bookmarks div.shr-getshr{line-height:20px !important;padding-left:8px !important;float:left !important;}div.shr-bookmarks div.shr-getshr a{width:auto !important;font-size:10px !important; text-indent:0px !important;text-decoration:none !important;}div.shr-count{font:12px bold,arial !important;position: relative !important;}div.shr-count-outline{position: absolute !important;color: white !important;}div.shr-count-center{position: absolute !important;color: blue !important;}li.shr-2{background-position:-120px bottom !important}li.shr-2:hover{background-position:-120px top !important}li.shr-5{background-position:-300px bottom !important}li.shr-5:hover{background-position:-300px top !important}li.shr-7{background-position:-420px bottom !important}li.shr-7:hover{background-position:-420px top !important}li.shr-38{background-position:-2280px bottom !important}li.shr-38:hover{background-position:-2280px top !important}li.shr-52{background-position:-3120px bottom !important}li.shr-52:hover{background-position:-3120px top !important}li.shr-74{background-position:-4440px bottom !important}li.shr-74:hover{background-position:-4440px top !important}li.shr-88{background-position:-5280px bottom !important}li.shr-88:hover{background-position:-5280px top !important}li.shr-201{background-position:-12060px bottom !important}li.shr-201:hover{background-position:-12060px top !important}

/*COOKIE POLICY
/*--------------------------------------------*/
#cookie-question
{
    background-color: rgba(255, 255, 255, .9);
    background-image: url(https://www.kwaliteitinpraktijk.org/images/transparant.png);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70%;
    z-index: 100;
    padding: 20px 15% 30px 15%;
    box-shadow: 0px 5px 5px rgba(127, 127, 127, .9);
    border-bottom: 1px solid silver;
    text-align: left;
}

#cookie-enable
{
    position: fixed;
    bottom: 5px;
    right: 100px;
    width: 200px;
    height: 20px;
    z-index: 100;
}

.accept-cookies
{
    background: url(https://www.kwaliteitinpraktijk.org/images/button_cookies_toestaan.png);
    width: 113px;
    height: 25px;
    overflow: hidden;
    text-indent: 120px;
    display: block;
    text-wrap: none;
    float: right;

}

.decline-cookie
{
    width: 150px;
    height: 25px;
    display: block;
    float: right;
    line-height: 25px;
}

/*GALLERY
--------------------------------------------*/
figure {
float:   left;
margin: 10px;
}

ul.images{
list-style-type: none;
margin-left:-40px;
margin-top:30px;
}

ul.images li:first-child{
margin-top:10px;
}

ul.images li{
margin-top:-25px;
}

img.gallery-align-left {
float : left;
margin : 0em 1em 0em 0;
}

figcaption{
margin-left: 10px;
}
