/* Cookiebot styling */
  
.cookiebot {
	padding: 24px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 120;
	background-color: #fff;
	box-shadow: 0 5px 40px -20px rgba(0,0,0, 1);
}

.cookiebot--show-settings .cookiebot__settings {
	display: flex;
}

.cookiebot--show-settings .cookiebot__actions__toggler {
	display: none !important;
}

.cookiebot-wrapper {
	max-width: 1208px;
	margin: 0 auto;
	padding: 0 24px;
}

.cookiebot__text {
	margin-bottom: 24px;
	max-width: 800px;
}

.cookiebot__text .h3 {
	font-size: 24px;
	font-family: 'Avenir Next LT W01 Demi','Avenir next','Avenir',sans-serif;
	margin-bottom: 8px;
}

.cookiebot__text p {
	font-size: 16px;
	line-height: 1.7;
	color: #454545;
}

.cookiebot__actions__buttons {
	display: flex;
}

.cookiebot__actions__buttons li:first-child {
	margin-right: 16px;
}

.cookiebot__actions__buttons--is-closed {
	display: none;
}

.cookiebot__settings {
	display: none;
	margin: 0 0 24px;
}

.cookiebot__settings li {
	margin-right: 16px;
}

@media (max-width: 600px) {
	.cookiebot__actions__buttons {
	flex-direction: column;
	}
	
	.cookiebot__actions__buttons li:first-child {
	margin-right: 0;
	margin-bottom: 16px;
	}
	
	.cookiebot .btn {
	width: 100%;
	justify-content: center;
	}
	
	.cookiebot__settings {
	flex-wrap: wrap;
	}
	
	.cookiebot__settings li {
	width: 50%;
	margin-top: 16px;
	margin-right: 0;
	}
	
	.cookiebot__settings li:first-child,
	.cookiebot__settings li:nth-child(2) {
	margin-top: 0;
	}
}

/* CookieDeclaration */

.CookieDeclaration {
	padding: 32px 0;
    font-family: AvenirNextLTW01-Medium,Avenir next,Avenir,sans-serif;
}
  
.CookieDeclaration h1 {
  font-family:  AvenirNextLTW01-BoldCn,Avenir next,Avenir,sans-serif;
  font-weight: 400;
  line-height: 1.1;
  font-size: 47px;
}

.CookieDeclaration p.CookieDeclarationDialogText {
	margin-bottom: 32px !important;
	font-size: 21px;
	font-family: "Avenir Next LT W01 Demi","Avenir next","Avenir",sans-serif;
	line-height: 1.6;
	color: #000;
	max-width: 860px;
}

.CookieDeclaration p,
#CookieDeclarationUserStatusPanel {
	margin-top: 0 !important;
	margin-bottom: 24px!important;
	font-size: 18px;
	line-height: 1.7;
	color: #454545;
	max-width: 760px;
}

.CookieDeclaration .CookieDeclarationType {
	margin: 24px 0;
	padding: 80px 40px;
	border: 0;
	background-color: #f8f8f8;
}

.CookieDeclaration p.CookieDeclarationTypeHeader {
	font-size: 29px;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 400;
	font-family: "AvenirNextLTW01-BoldCn","Avenir next","Avenir",sans-serif;
	color: #000;
}

table.CookieDeclarationTable td,
table.CookieDeclarationTable th {
	padding: 16px 4px;
	line-height: 1.7;
	border-color: #e3e3e3;
	color: #454545;
}

table.CookieDeclarationTable td {
	font-weight: 400;
	font-family: "Avenir Next LT W01 Demi","Avenir next","Avenir",sans-serif;
}

table.CookieDeclarationTable th {
	font-weight: 400;
	
}

.CookieDeclaration a, .cookiebot__text a {
	color: #E50056;
	background-color: transparent;
	border: 0;
}

.CookieDeclaration a:hover, .cookiebot__text a:hover,
.CookieDeclaration a:focus, .cookiebot__text a:focus {
	text-decoration: none;
	color: #B70045;  
}

@media (max-width: 760px) {
	
	.CookieDeclaration .CookieDeclarationType {
	padding: 64px 20px;
	}
}


@media (max-width: 650px) {
	
	table.CookieDeclarationTable th {
		display: none;
	}

	table.CookieDeclarationTable td.CookieDeclarationTableCell,
	table.CookieDeclarationTable tbody,
	table.CookieDeclarationTable {
		display: block;
	}

	table.CookieDeclarationTable td.CookieDeclarationTableCell {
		padding-left: 140px;
		position: relative;
	}
  
    table.CookieDeclarationTable td.CookieDeclarationTableCell:first-child {
      padding-top: 50px;
    }

	table.CookieDeclarationTable td:before {
		position: absolute;
		left: 0;
		font-family: AvenirNextLTW01-Medium,Avenir next,Avenir,sans-serif;
		font-weight: 400 !important;
	}

	table.CookieDeclarationTable td:nth-of-type(1):before { content: "Naam"; }
	table.CookieDeclarationTable td:nth-of-type(2):before { content: "Aanbieder"; }
	table.CookieDeclarationTable td:nth-of-type(3):before { content: "Doel"; }
	table.CookieDeclarationTable td:nth-of-type(4):before { content: "Vervaltermijn"; }
	table.CookieDeclarationTable td:nth-of-type(5):before { content: "Type"; }
}