#catacookielaw { display:none }
#catacookielaw a#removecookie { display: inline-block;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:13px;}
#catacookielaw a#settingscookie { display: inline-block;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:13px;}
#catacookielaw p { display:block;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:13px;margin:0 auto;padding:15px 10px 0px 10px;color:#6b6b6b; line-height: 24px!important;}
#catacookielaw { position:fixed;left:0;width:100%;display:inline-block;background-color:#efefef;animation:slide-up-fade-in ease 3s;bottom:0;z-index:99999; min-height: 50px;}
#catacookielaw a#removecookie { margin: 0; color: #fff; padding: 15px; cursor: pointer; height: 50px; width: 50px; background-color: #37b24d!IMPORTANT}
#catacookielaw a#settingscookie { margin: 0; color: #007bff; padding: 15px; cursor: pointer; height: 50px; width: 50px;}
#catacookielaw a#removecookie:hover{ background-color:#fff!IMPORTANT; color: #333;}
#catacookielaw a#settingscookie:hover{ background-color:#fff; color: #fff;}
#catacookielaw .catacookielaw-left{ float:left; width: 85%;}
#catacookielaw .catacookielaw-right{ height: 50px;  width: 15%; float:right; text-align:right; }@keyframes slide-up-fade-in{from{opacity:0;transform:translate(0,60px)}to{opacity:1;transform:translate(0,0)}} 

/* cookie popup */
.cmodal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.5);
}
.cookiemodal-content {
	color: #000;
	background-color: #fff;
	width: 100%;
	width: 80vw;
	max-width: 1170px;
	min-height: 500px;
	border-radius: 10px;
	position: relative;
	margin: 60px auto; 
}

.cookie-close {
	position: absolute;
	text-decoration: none!important;
	top: -15px;
	right: -15px;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background: #ffffff;
	color: #333;
	padding: 0px;
	z-index: 99;
	font-size: 25px;
}
.cookie-close:hover {
	background: #333;
	color: #fff!IMPORTANT;
}
.cookie-close-mobiel {
	display: none;
}
.voorkeur-opslaan-mobiel {
	display: none;
}
.cookie-close:hover,
.cookie-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.cookie-popup-inner-links {
	width: 40%;
	display: inline-block;
	float: left;
	padding: 40px 60px;
	position: absolute;
	height: 100%;
	top: 0;
	box-shadow: 0 0 30px 0 rgba(35,35,35,.1);
	background: #fff;
	z-index: 10;
	left: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.cookie-popup-inner-rechts {
	width: 60%;
	display: inline-block;
	float: right;
	padding: 40px 60px;
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
	background-color: #f1f1f1;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.voorkeur-opslaan {
	background-color: #00a436; 
	color: #fff; 
	border: none; 
	padding: 10px 20px; 
	margin-top: 30px;
	font-size: 14px;
}
.voorkeur-opslaan:hover {
	background-color: #333; 
	color: #fff; 
}

/* cookie tab */
.cookietab {
	overflow: hidden;
	margin-top: 15px;
}
.cookietab button {
	background-color: #f1f1f1;
	float: left;
	border: 1px solid #ccc;
	color: #333;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
	width: 300px;
	margin-top: 15px;
}
.cookietab button.actiefff {
	background-color: #333;
	color: #fff;
}
.cookietab button:hover {
	background-color: #333;
	color: #fff;
}
.cookietabcontent {
	display: none;
	padding: 10px 0;
	border: none;
	margin-top: 15px;
}

/* cookie switch */
.switch-c {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch-c input {display:none;}

.slider-c {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #C50003;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider-c:after {
	content: "Off";
	position: absolute;
	left: 75px;
	top: 7px;
	font-size: 12px;
}
.slider-c:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider-c {
  background-color: #00A436;
}
input:checked + .slider-c:after {
	content: "On";
	position: absolute;
	left: 75px;
	top: 7px;
	font-size: 12px;
}
input.checked-grijs:checked + .slider-c {
  background-color: #969696;
}
input.checked-grijs:checked + .slider-c:after {
	content: "On";
    position: absolute;
    left: 75px;
    top: 7px;
    font-size: 12px;
}

input:focus + .slider-c {
  box-shadow: 0 0 1px #00A436;
}

input:checked + .slider-c:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider-c.round {
  border-radius: 34px;
}

.slider-c.round:before {
  border-radius: 50%;
}	

/* Settings button linksonderin */
.setting-cookies-linksonderin {
	background-color: #efefef;
	width: 70px;
	height: 70px;
	position: fixed;
	bottom: -30px;
	left: -30px;
	z-index: 99;
	border-radius: 50%;
	padding: 15px 0px 5px 20px;
	cursor: pointer;
}
.setting-cookies-linksonderin:hover {
	background-color: #ff5f00!IMPORTANT;
	cursor: pointer!IMPORTANT;
}


/* Koppen in popup */
#cookiePopup p.kop1 {
	margin-bottom: 10px;
	margin-top: 10px;
    line-height: 40px;
    font-size: 28px;
}
#cookiePopup p.kop2 {
	margin-bottom: 10px;
	margin-top: 10px;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
}


a#settingscookie img {
	width: 20px;
	height: 20px;
}
@media only screen and (max-width : 992px) {
	.cookiemodal-content { width: 80%; }
	.cookie-popup-inner-links {
		padding: 20px;
		width: 30%;
	}
	.cookie-popup-inner-rechts {
		padding: 20px;
		width: 70%;
	}
	.cookiemodal-content { 
		width: 95%; 
		margin: 30px auto;
	}
	.cookietab button {
		width: 95%;
		font-size: 14px;
		padding: 10px 5px;
		margin: 5px 0;
	}
	IMG.cookie-logo {
		width: 175px!important;
	}
}

@media only screen and (max-width : 768px) {
	#catacookielaw .catacookielaw-left {width: 80%;}
	#catacookielaw .catacookielaw-right {width: 20%;}
	#catacookielaw p { margin: 0 auto; padding: 7px 0 7px 15px; color: #6b6b6b; line-height: 125%; font-size: 11.5px; }
	#catacookielaw a { padding: 9px;} 
	.cookiemodal-content { width: 80%; }
	.cookie-popup-inner-links {
		padding: 20px;
		width: 30%;
	}
	.cookie-popup-inner-rechts {
		padding: 20px;
		width: 70%;
	}
	.cookiemodal-content { 
		width: 95%; 
		margin: 30px auto;
	}
	.cookietab button {
		width: 95%;
		font-size: 14px;
		padding: 10px 5px;
		margin: 5px 0;
	}
	IMG.cookie-logo {
		width: 175px!important;
	}
}

@media only screen and (max-width : 480px) {
	#catacookielaw .catacookielaw-left {width: 75%;}
	#catacookielaw .catacookielaw-right {width: 50px;}
	#catacookielaw p { margin: 0 auto; padding: 14px; line-height: 18px; font-size: 14px; }
	#catacookielaw a {padding: 9px;} 
	.cookiemodal-content { 
		width: 95%; 
		margin: 15px auto;
	}
	.cookie-close-mobiel {
		display: block;
	}
	.cookie-close-desktop {
		display: none;
	}
	.voorkeur-opslaan-mobiel {
		display: block;
	}
	.voorkeur-opslaan-desktop {
		display: none;
	}
	.cmodal {
		z-index: 99999;
	}
	.cookie-close {
		top: -8px;
    	right: -8px;
	}
	.cookietab button {
		width: 100%;
		font-size: 13px;
		padding: 10px 5px;
		margin: 5px 0;
	}
	.cookie-popup-inner-links {
		width: 100%;
		display: block;
		float: none;
		padding: 15px;
		left: 0;
		position: inherit;
	}
	.cookie-popup-inner-rechts {
		width: 100%;
		display: block;
		float: none;
		padding: 15px;
		position: inherit;
		padding-bottom: 100px;
	}
}