/*
 * onderstaande blur is voor een eucookie, de recaptcha werkt niet geheel. div:not(.grecaptcha-badge) of *:not(.grecaptcha-badge)
*/

.blur-body  > *:not(#eucookie) {
  -webkit-filter: blur(2px);
  filter: blur(2px);
overflow: hidden;
}

#eucookie {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
    background: -moz-linear-gradient(top, #fff, #f0f0f0);
    background: #fff;
    border: #F09546 8px solid;
    border-radius: 25px;
    width: 355px;
    height: 500px;
    padding: 10px 0;
    z-index: 9999;
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: 0;
    right: 0;
    margin: auto;
    position: fixed;
}


@media (max-width: 750px) and (max-width: 525px) { 
#eucookie {
    height: 355px;
}

}

#eucookie div { 
	font-size: 13px;
	text-align: center;
	color: #000;
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	line-height: 25px;
}

#eucookie a {
	color: #000;
	text-decoration: underline;
}

a#seteucookie { 
	color: #fff;
	border: solid 1px #243141;
	background: -webkit-gradient(linear, left top, left bottom, from(#ED7300), to(#EF7900));
	background: -moz-linear-gradient(top,  #ED7300,  #EF7900);
	background: #243141;
	padding: 15px 33px;
	cursor: pointer;
	margin: 8px 0 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	text-decoration:none;
font-weight: bold;
font-size: 1em;
}

a#seteucookie:hover,
a#seteucookie:active {
	color: #fff;
	border: solid 1px #ffc068;
	background: -webkit-gradient(linear, left top, left bottom, from(#F09546), to(#f07805));
	background: -moz-linear-gradient(top,  #F09546,  #f07805);
	background: #F09546;
	text-decoration:none;
	cursor:pointer;
}

.triangle {
	bottom:0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 50px 0 0 50px;
	border-color: transparent transparent transparent #F89500;
	z-index: 9999;
	position:fixed;
	cursor:grab;
}
.triangle a {
	background: url("../images/cookie-gear.png") no-repeat scroll 10px 18px transparent !important;
	display: block;
	float: left;
	height: 43px;
	left: -55px;
	padding: 0 !important;
	position: absolute;
	top: -44px;
	width: 54px;	
}
/* mini toolbar */
.minitoolbarcontents, .minitoolbar {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #fff,  #f0f0f0);
	background: #fff;
	border: #ADADAD 1px solid;
}

.minitoolbarwrp {
	height:140px;
	margin:0!important;
	position:fixed;
	left:16px;
	bottom:0; /* Change bottom to top to make the notice stick to the top of the page instead of bottom */
}

.minitoolbar {
	background: url("../images/cookie-close.png") center center no-repeat;
	height: 28px;
	width: 20px;
	right: -10px;
	top: -14px;
	position: absolute;
	z-index: 9999;
	border: none;
}

.showminitoolbar {
	bottom:-10px;
}

.tglecookies {		
	display: block;
	font-size: 16px;
	margin-left: 34px;
	padding: 6px 0 4px 27px;
	width: 150px;
	margin-top:10px;
}

.tglecookies-uncheck {
	background: url("../images/cookie-off.png") left bottom no-repeat;
}

.tglecookies-checked {
	background: url("../images/cookie-on.png") left bottom no-repeat;
}

.tglecookies a {
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

.tglecookies a:hover {
	text-decoration:underline;
}

.minitoolbarcontents {
	float: left;
	font-size: 12px;
	padding:8px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#000;
	line-height:17px;
	z-index:9998;
	width: 250px;
}

.minitoolbarcontents a {
	color: #000;
	text-decoration: underline;
}

@media (max-width: 500px) {

#eucookie div span { display: none; }

} /* /end 500px */