.contao-cookiebar .cc-groups input+label:before {
	font-family: auto !important;
}
.contao-cookiebar {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.contao-cookiebar:before {
	display: none !important;
}

.contao-cookiebar .cc-head p {
	font-family: 'Titillium Web';
	font-size: 24px;
	color: #002530;
	text-align: center;
	margin-bottom: 30px !important;
	font-weight: bold;
}

.contao-cookiebar .cc-groups {
	display: flex;
	align-content: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.contao-cookiebar .cc-groups .cc-group {
	width: calc(50% - 10px);
	align-content: flex-start;
}

.contao-cookiebar .cc-groups input+label {
	color: #363636;
	padding-left: 30px;
	line-height: 1;
	width: 100%;
	font-size: 13px;
}

.contao-cookiebar input:disabled+label:before {
	background: #f1f1f1 !important;
	border-color: #000055 !important;
}

.contao-cookiebar .cc-groups input+label:before {
	content: '';
	top: 50%;
	transform: translateY(-50%);
	color: #000055;
	border-color: #000055;
	border-width: 1px;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
}

.contao-cookiebar .cc-groups input:checked+label:before {
	content: "✓";
	color: #000055;
	font-size: 12px;
	background: none !important;
	border-color: #000055;
}

.contao-cookiebar .cc-groups input+label:after {
	display: none;
}

.contao-cookiebar .cc-group .cc-detail-btn {
	color: #000055 !important;
	text-decoration: underline;
	margin-bottom: 10px;
}

.contao-cookiebar .cc-cookies {
	background: #f1f1f1 !important;
	/*height: calc(100% - 77px);*/
}

.contao-cookiebar .cc-cookies p {
	color: #363636;
	font-size: 10px !important;
}

.contao-cookiebar .cc-cookies .cc-cookie {
	padding-top: 10px !important;
}

.contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info {
	color: #363636;
	font-size: 10px !important;
}

.contao-cookiebar .cc-footer {
	display: flex;
	justify-content: center;
}

.contao-cookiebar .cc-footer button {
	display: inline-block;
	font-size: 14px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	text-transform: uppercase;
	border-radius: 0;
	padding: 8px 30px !important;
	font-weight: 700;
	margin-left: 10px;
	margin-right: 10px;
}

.contao-cookiebar .cc-footer button.deny {
	order: 1;
}

.contao-cookiebar .cc-footer button.save {
	order: 2;
}

.contao-cookiebar .cc-footer button.success {
	order: 3;
}

.contao-cookiebar .cc-footer button.save,
.contao-cookiebar .cc-footer button.deny {
	color: #363636;
	border: 1px solid #363636;
	background: url(/files/icons/arrow-small-right-gold.svg) no-repeat right 10px center !important;
	background-size: 15px 11px !important;
	transition: opacity .3s ease-in-out 0s, color .3s ease-in-out 0s;
}

.contao-cookiebar .cc-footer button.save:hover,
.contao-cookiebar .cc-footer button.deny:hover {
	color: #000055;
}

.contao-cookiebar .cc-footer button.success {
	color: #fff;
	border: 1px solid #000055;
	/*background: #000055;*/
	background: url(/files/icons/arrow-small-right-white.svg) no-repeat right 10px center #000055 !important;
	background-size: 15px 11px !important;
	transition: background .3s ease-in-out 0s, color .3s ease-in-out 0s, border-color .3s ease-in-out 0s;
}

.contao-cookiebar .cc-footer button.success:hover {
	background: url(/files/icons/arrow-small-right-gold.svg) no-repeat right 10px center transparent !important;
	background-size: 15px 11px !important;
	color: #000055;
	border-color: #000055;
}

.contao-cookiebar .cc-info {
	margin-top: 30px !important;
}

.contao-cookiebar .cc-info p {
	color: #363636;
	font-size: 10px !important;
}

.contao-cookiebar .cc-info a {
	color: #000055 !important;
	text-decoration: underline !important;
	font-size: 10px !important;
}

@media screen and (max-width: 767px) {
	.contao-cookiebar .cc-footer button {
		margin-left: 0;
		margin-right: 0;
	}

	.contao-cookiebar .cc-groups {
		flex-direction: column;
	}

	.contao-cookiebar .cc-group {
		width: 100% !important;
	}

	.contao-cookiebar .cc-cookies {
		height: auto;
	}

	.contao-cookiebar .cc-footer {
		flex-direction: column;
	}
}
