.cookie-container, div[data-cookie-banner-wrapper]{
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index: 9999;
}

.cookie-banner-wrapper {
  top: auto;
  bottom: 1.25rem;
  right: 1.25rem;
  left: auto;
  width: 60%;
  max-width: 600px;
  padding: 2rem 4rem;
  border: 0;
  background-color: #f7f7f7;
  box-shadow: -0.125rem 0.125rem 0.375rem 0 rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

@media screen and (max-width: 640px) {
  .cookie-banner-wrapper {
    bottom: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    padding: 1rem;
    border-radius: 0;
  }
}

.cookie-banner-content {
  margin-bottom: 30px;
  font-size: 14px;
  color: #000;
}

.cookie-banner-content a {
  color: #000;
  text-decoration: underline;
}

.cookie-banner-content a:focus, .cookie-banner-content a:hover {
  color: #000;
  text-decoration: underline;
}

@media screen and (max-height: 40rem) {
  .cookie-banner-content {
    max-height: 15.625rem;
    overflow-y: scroll;
  }
}

@media screen and (max-width: 640px) {
  .cookie-banner-content {
    max-height: 100%;
    overflow-y: auto;
  }
}


.cookie-banner-actions .button {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  border: none;
  width: inherit;
  min-width: inherit;
  cursor: pointer;
  border-radius: 10px;
}

@media screen and (max-width: 640px) {
  .cookie-banner-actions .button {
    width: 100%;
  }
}


.cookie-banner-actions .button + button {
  margin-left: 0.625rem;
}

.cookie-banner-actions .btn-cookie-accept {
  background-color: #019000;
  color: #FFFFFF;
  border: solid 1px #019000;
  float:right;
}

.cookie-banner-actions .btn-cookie-accept:focus, .cookie-banner-actions .btn-cookie-accept:hover {
  background-color: #017300;
  color:  #FFFFFF;
  border: solid 1px #017300;
}

.cookie-banner-actions .btn-cookie-decline {
  background-color: transparent;
  color: #828282;
  border: solid 1px #828282;
}

@media screen and (max-width: 640px) {
  .cookie-banner-actions .btn-cookie-decline {
    border: none;
    padding: 0;
    margin-bottom: 10px;
  }
}

.cookie-banner-actions .btn-cookie-decline:focus, .cookie-banner-actions .btn-cookie-decline:hover {
  background-color: #ffffff;
  color: #828282;
}

.map-cookies-container {
  position: relative;
  min-height: 250px;
  margin-bottom: 20px;
}

.map-cookies-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
}

.map-cookies-wrapper .map-cookies-content {
  max-width: 25rem;
  background-color: #000000;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.map-cookies-wrapper .map-cookies-content p {
  color: #ffffff;
  font-size: 0.875rem;
}

.map-cookies-wrapper .map-cookies-content .button {
  cursor: pointer;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.4em 1em;
  background-color: #cc0c00;
  color: #FFFFFF;
  border: solid 1px #cc0c00;
}

.map-cookies-wrapper .map-cookies-content .button:focus, .map-cookies-wrapper .map-cookies-content .button:hover {
  background-color: transparent;
  color: #cc0c00;
  border: solid 1px #cc0c00;
}


/* ----------------------------------------------------------------- Cookiebanner Styling #2020 */

/* ----------------------------------------------------------------- Cookiebanner Styling #2020 */
