#privacy-hint {
  position: fixed;
  z-index: 1030;
  bottom: -60px;
  left: 0;
  right: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  padding: 2em;
  text-align: left !important;
  background-color: transparent; }
  #privacy-hint div {
    color: #888; }
    #privacy-hint div a {
      color: #888;
      text-decoration: underline; }
      #privacy-hint div a.privacy-hint-accept {
        color: #000; }
  #privacy-hint .headline {
    font-size: 24px; }
  #privacy-hint p {
    font-weight: 300; }
  #privacy-hint .flex-column {
    flex-direction: column !important; }
  #privacy-hint .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
  #privacy-hint .formatted-link {
    color: #c13225; }
  #privacy-hint.open {
    bottom: 0;
    background-color: #eee;
    display: block; }
    #privacy-hint.open #privacy-hint_inner {
      display: block; }
    #privacy-hint.open .cookie-button-show {
      display: none; }
    #privacy-hint.open .cookie-button-hide {
      display: block; }
  #privacy-hint #privacy-hint_inner {
    display: none; }
  #privacy-hint .privacy-hint__buttons {
    display: block;
    position: fixed !important;
    right: 0;
    left: auto;
    bottom: 0;
    z-index: 1040;
    top: auto !important;
    width: 300px;
    text-align: right; }
    #privacy-hint .privacy-hint__buttons button {
      top: -40px;
      float: right;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 220px;
      font-size: 12px;
      color: #666; }
  #privacy-hint .cookie-button-show {
    display: block; }
  #privacy-hint .cookie-button-hide {
    display: none; }
  #privacy-hint .nav-pills .formatted-link {
    border: 0; }

@media (max-width: 480px) {
  #privacy-hint {
    /* height: 35vw !important; */ } }

/*# sourceMappingURL=greinerCore.privacy-hint.css.map */


