#CybotCookiebotDialogBody {
  max-width: 1310px !important;
  padding: 1rem !important; }

#CybotCookiebotDialogBodyContent {
  padding: 12px 0 8px 180px !important; }

#CybotCookiebotDialogPoweredbyLink {
  width: 160px !important;
  height: 50px !important;
  margin: 0 !important; }
  #CybotCookiebotDialogPoweredbyLink:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-image: url("https://hahn.group/wp-content/uploads/2020/05/logo-noclaim-300x59.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }

#CybotCookiebotDialogPoweredbyImage {
  display: none; }

#CybotCookiebotDialogBodyContentTitle {
  color: #465a64 !important;
  text-transform: uppercase;
  font-size: 1.4rem !important; }

#CybotCookiebotDialogBodyContentText {
  font-size: 0.8rem;
  line-height: 1.5 !important;
  color: #465a63; }
  #CybotCookiebotDialogBodyContentText a {
    color: #279988 !important;
    text-decoration: none !important;
    font-weight: bold; }

#CybotCookiebotDialogBodyLevelButtons {
  margin-top: 1rem; }

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  outline: none !important;
  border: none !important;
  background: transparent !important;
  color: #5d5d5d !important; }

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  border: none !important;
  padding: .5rem 1rem !important;
  border-radius: 2rem !important;
  width: auto !important;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  color: white !important;
  background-color: #279988 !important; }
  #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover {
    background-color: #31c2ac !important; }
