﻿#CookieDeclarationChangeConsentChange, #CookieDeclarationChangeConsentWithdraw {
	display: inline-block;
	border-radius: 20px;
	background-color: #5cc9bd;
	padding: 20px 30px 20px 30px;
	text-decoration: none;
	color: #000000 !important;
	font-weight: bold;
	margin-top: 20px;
}

#CookieDeclarationChangeConsentChange, #CookieDeclarationChangeConsentWithdraw {
	background-color: #004650; 
	color: #ffffff !important; 
	transition: 0.3;
}

#CookieDeclarationChangeConsentChange, #CookieDeclarationChangeConsentWithdraw, .cookieconsent-optout-marketing>a {
	display: inline-block;
	border-radius: 20px;
	background-color: #5cc9bd;
	padding: 20px 30px 20px 30px;
	text-decoration: none;
	color: #000000 !important;
	margin-top: 20px;
	font-weight: bold;
}

#CookieDeclarationChangeConsentChange, #CookieDeclarationChangeConsentWithdraw {
	background-color: #004650; 
	color: #ffffff !important;
	transition: 0.3;
}

 .cookieconsent-optout-marketing {
	 margin-left: 10%;
 }

 .cookieconsent-optout-marketing>a:hover {
	background-color: #004650; 
	color: #ffffff !important; 
	transition: 0.3s;
}

.CookieDeclaration > .CookieDeclarationDialogText { 
	color: #004650; 
	font-size: 48px;
	font-weight: bold; 
}

.CookieDeclarationType > .CookieDeclarationTypeHeader { 
	color: #000000; 
	font-size: 24px; 
	font-weight: 400; 
	margin: 20px 0px 0px 0px; 
	}

/* Tables on the cookie consent page */

.CookieDeclarationType { 
	border: none!important;
	}

.CookieDeclarationTableHeader {
	background: #f4f4f4;
}

tbody tr td.CookieDeclarationTableCell { 
	padding: 1rem 0;
}

@media (max-width: 900px) {

	#CookieDeclarationChangeConsentChange, #CookieDeclarationChangeConsentWithdraw  {		
		display: block;
		float: none;
		margin: 40px auto 0;
		width: fit-content;
	}

	#CookieDeclarationChangeConsentChange, #CookieDeclarationChangeConsentWithdraw {
		display: block;
		float: none;
		margin: 40px auto 0;
		width: fit-content;
	}

}