.css-label a {
	color: #000000;
}

input[type=checkbox].css-checkbox {
							position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
						}

						input[type=checkbox].css-checkbox + label.css-label {
							padding-left:27px;
							height:22px;
							display:inline-block;
							line-height:15px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:22px;
							vertical-align:middle;
							cursor:pointer;

						}

						input[type=checkbox].css-checkbox:checked + label.css-label {
							background-position: 0 -22px;
						}
						label.css-label {
				background-image:url(../img/csscheckbox.png);
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}

/*!
 * jQuery Cookiebar Plugin
 * https://github.com/carlwoodhouse/jquery.cookieBar
 *
 * Copyright 2012, Carl Woodhouse
 * Disclaimer: if you still get fined for not complying with the eu cookielaw, it's not our fault.
 */

.cookie-message {
  position:fixed;
  bottom:0;left:0;right:0;
  background:#000;
  border-top:1px solid #000;
  box-shadow:0px 0px 3px #000;
	z-index: 99;
	text-align: center;
	padding: 20px 40px;
	display: none;
	color: #fff;
}
.cookie-message .close-cookie-bar {
  position:absolute;
  top:0; *top:-2px; right:20px;
	cursor:pointer;
	font-size: 2rem !important;
}

.cookie-message a {
	color: #fff;
}

.cookie-message a:hover,
.cookie-message a:active,
.cookie-message a:visited {
	color: #fff;
}

.cookie-message p, .cookie-message .close-cookie-bar {
  color:#fff;
  font:bold 11px/18px;
  margin:0.6em 0;
}

/* end */