.cookie-consent {
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    display: none;
    font-family: 'Raleway', sans-serif;
    z-index: 999;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 0;
    padding: 1em;
    box-sizing: border-box;
    transition: min-height 0.5s ease-in-out,
                padding-top 0.5s ease-in-out;
  }
  .cookie-top {
    display: flex;
    padding-bottom: 0.5em;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .cookie-top div {
    margin-bottom: 0.5em;
  }
  .cookie-top div p {
    margin: 0;
    text-align: center;
  }
  .cookie-top div button {
    background-color: #fff;
    border: none;
    border-radius: 3px;
    color: #333;
    padding: 0.5em 1em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    cursor: pointer;
  }
  .cookie-buttons {
    display: flex;
    justify-content: center;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .cookie-policy {
    position: absolute;
    opacity: 0;
    height: 50%;
    overflow-y: scroll;
    padding-right: 6px;
    transition: opacity 0.2s ease-out;
  }
  .cookie-policy.show {
    opacity: 1;
  }
  .close-x {
    display: block;
    position: relative;
    opacity: 0;
    top: -0.66em;
    color: #aaa;
    float: right;
    font-size: 3em;
    font-weight: 100;
    cursor: default;
    transition: opacity 0.2s ease-in-out,
                color 0.2s ease-in-out;
  }
  .close-x.show {
    opacity: 1;
  }
  .close-x.show:hover,
  .close-x.show:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  
.highlighted {
    padding-top: calc(60px + 1em);
    min-height: 100%;
}

/*body.noscroll {
  overflow: hidden;
}*/

.google-map img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  transform: translate(-50%, -50%);
  cursor: grab;
}
