.cookieMessage {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 1em;
  text-align: center;
  background-color: rgba(255,255,255,1);
  box-shadow: 0 -.125rem .25rem rgba(0,0,0,0.075);
  padding: .75em 1em;
  z-index: 999;
}

.cookieMessage a,
.cookieMessage span {
  display: inline-block;
  font-size: 1em;
}

.cookieMessage .btn {
  margin-left: 1em;
  padding: .25em .75em;
}

.devhats-dsvgo {
  margin: 1em 0;
  width: 100%;
  display: block;
}

.devhats-dsvgo .dsvgo-cb {
  width: auto !important;
  display: inline !important;
  margin-right: 1em;
}

.devhats-dsvgo label {
  display: block !important;
  width: auto !important;
}
