/************************************OVERALL************************************/
.grecaptcha-badge{
	visibility: collapse !important;
}


/*COOKIES*/
/*disable after accepting*/
.cmplz-marketing.cmplz-statistics.cmplz-preferences .cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show{
    display: none;
}
#cmplz-message-1-optin p{
    margin-bottom: 0px;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before{
    box-shadow: none !important;
}



/************************************RESPONSIVE************************************/
/*SMALL SCREEN*/
@media only screen and (max-width: 1145px) {

}
/*IPAD PRO*/
@media only screen and (max-width: 1024px) {

}	

/*IPAD*/
@media only screen and (max-width: 768px) {

}

/*MOBILE*/
@media only screen and (max-width: 680px) {
	
}

/*SMALL MOBILE*/
@media only screen and (max-width: 480px) {
}

