@charset "UTF-8";
body.cookiebar-opened {
  overflow-y: hidden;
}

.cookie-banner {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.cookie-banner .cookie-banner-close {
  display: none;
}
.cookie-banner .wrapper {
  flex-direction: column;
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
  align-content: center;
  justify-content: space-around;
}
.cookie-banner .wrapper::after {
  display: none !important;
}
.cookie-banner .cookie-text-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  max-height: 100%;
  overflow-y: auto;
  flex-direction: column;
  display: flex;
  height: auto;
  max-height: 100%;
  background-color: #fff;
  padding: 25px;
  border: solid 1px #ccc;
  border-radius: 5px;
}
.cookie-banner .cookie-text-wrapper .cookie-banner-close {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #666;
  border: solid 1px #ccc;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  border-radius: 4px;
  padding: 9px 30px 10px 10px;
  background: rgba(255, 255, 255, 0.5);
}
.cookie-banner .cookie-text-wrapper .cookie-banner-close::before {
  content: "×";
  font-size: 30px;
  line-height: 30px;
  color: #000;
  position: absolute;
  right: 7px;
  top: 3px;
}
.cookie-banner .cookie-text-wrapper h3 {
  max-width: calc(100% - 100px);
  margin-bottom: 15px;
  margin-top: -3px;
}
@media (max-width: 480px) {
  .cookie-banner .cookie-text-wrapper .cookie-text {
    margin-top: 50px;
  }
  .cookie-banner .cookie-text-wrapper .cookie-text h3 {
    max-width: 100%;
  }
}
.cookie-banner .cookie-console {
  padding-top: 10px;
  width: 100%;
  display: inline-block;
}
.cookie-banner .cookie-console button {
  width: auto;
  padding: 7px 14px;
  color: #fff;
  border: 0 none;
  border-radius: 3px;
  background-color: #2F9988;
  text-transform: uppercase;
  float: right;
}
.cookie-banner .cookie-console button.left {
  float: left;
}

/*


.cookie-banner.full .cookie-text-wrapper {

}
.cookie-banner.full .wrapper {
    padding:0 25px 20px;

}

.cookie-banner.full .cookie-console {margin-top:40px;}

@media (max-width: 1023px) {
    .cookie-banner.full {
        height: calc(100% - 62px);
    }
}
*/

/*# sourceMappingURL=cookiebar.css.map */
