#cm {
      background-color: #fff;
      color: #554f4a;
    }

	#c-p-bn {
		background-color: #002D5F !important;
        color: #fff !important;
	}
    .cc-revoke {
        position: fixed;
        width: 3rem;
        height: 3rem;
        border-radius: 1.5rem;
        background-color: #002D55 !important;
        bottom: 1.5rem;
        left: 1.5em;
        box-shadow: 0 20px 51px rgb(0 0 0 / 35%);
    }
    .cc-revoke::after {
      content: ' ';
      background: url(/typo3conf/ext/dti_cookieconsent/Resources/Public/Icons/DataProtection.svg) no-repeat top;
      background-size: 35px 35px;
      display: block;
      text-indent: -9999px;
      width: 35px;
      height: 35px;
    }
    .show-revoke {
        display: block !important;
    }
    #s-ttl .c-page-head__logo {
      height: 50px;
    }