.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: 'Maven Pro',Arial,Helvetica,sans-serif;
    margin-bottom: 35px;
    font-size: 35px;
    line-height: 1.1;
	color: #414141;
	text-align: center;
	margin-bottom: 30px !important;
	font-weight: 700;
}

.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: #414141;
	padding-left: 30px;
	line-height: 1;
	width: 100%;
	font-size: 13px;
	font-family: 'Maven Pro',Arial,Helvetica,sans-serif;
}

/*.contao-cookiebar input:disabled + label:before {*/
/*	background: #f1f1f1 !important;*/
/*	border-color: #FF0000 !important;*/
/*}*/
.contao-cookiebar .cc-groups input+label:before {
	top: 50%;
	transform: translateY(-50%);
	color: #dffd3e;
	font-size: 20px;
	/*border-color: #FF0000;*/
	/*border-width: 1px;*/
	width: 18px !important;
	height: 18px !important;
    text-align: center;
    line-height: 20px;
}

.contao-cookiebar .cc-groups input:checked+label:before {
	content: "✓";
	color: #dffd3e;
	font-size: 12px;
	background: none !important;
	border-color: #dffd3e;
}

.contao-cookiebar .cc-groups input+label:after {
	display: none;
}

.contao-cookiebar .cc-group .cc-detail-btn {
	color: #414141 !important;
	text-decoration: underline;
	margin-bottom: 10px;
}

.contao-cookiebar .cc-cookies {
	background: #f1f1f1 !important;
	/*height: calc(100% - 77px);*/
}

.contao-cookiebar .cc-cookies p {
	color: #414141;
	font-size: 10px !important;
}

.contao-cookiebar .cc-cookies .cc-cookie {
	padding-top: 10px !important;
}

.contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info {
	color: #414141;
	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;
	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: #fff;
	border: 1px solid #868686;
	background: url(/files/icons/arrow-small-right-gold.svg) no-repeat right 10px center #868686 !important;
	background-size: 15px 11px !important;
	transition: all .3s ease-in-out 0s;
}

.contao-cookiebar .cc-footer button.save:hover,
.contao-cookiebar .cc-footer button.deny:hover {
	background-color: rgba(134,134,134,.4)!important;
	border-color: rgba(134,134,134,.4)!important;
}

.contao-cookiebar .cc-footer button.success {
	color: #414141;
	border: 1px solid #dffd3e;
	background: url(/files/icons/arrow-small-right-white.svg) no-repeat right 10px center #dffd3e !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;
	border-color: #414141;
    color: #fff !important;
    background-color: #414141 !important;
}

.contao-cookiebar .cc-info {
	margin-top: 30px !important;
}

.contao-cookiebar .cc-info p {
	color: #414141;
	font-size: 10px !important;
}

.contao-cookiebar .cc-info a {
	color: #414141 !important;
	text-decoration: underline !important;
	font-size: 10px !important;
}

@media screen and (max-width: 767px) {
	.contao-cookiebar .cc-head p {
	    margin-bottom: 25px;
	    font-size: 25px;
	    line-height: 1.2;
	}
	.contao-cookiebar .cc-groups .cc-group {
		width: 100%;
	}
	.contao-cookiebar .cc-footer button {
		margin-left: 0;
		margin-right: 0;
	}
	.contao-cookiebar .cc-footer button.success {
		margin-bottom: 0;
	}
	.contao-cookiebar .cc-footer button.save,
	.contao-cookiebar .cc-footer button.deny {
		margin-bottom: 10px;
	}
	.contao-cookiebar .cc-groups {
		flex-direction: column;
		width: 100% !important;
	}
	.contao-cookiebar .cc-cookies {
		height: auto;
	}
	.contao-cookiebar .cc-footer {
		flex-direction: column;
	}
}
