@charset "UTF-8";
.cookie-button {
  display: inline-block;
  padding: 15px 30px;
  background: #499fe5;
  color: white;
  text-align: center;
  white-space: nowrap;
  text-decoration: none !important;
}

.cookie-badge {
  position: fixed;
  z-index: 9800;
  bottom: 5px;
  left: 5px;
}
.cookie-badge a {
  font-size: 0;
  display: block;
  background: #499fe5 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAB50lEQVRIx7VWPW8TQRB9u7bsIxWKUsRSlMIFVQqKIBEKCvgHVKn8C4JLF4aeKj8gFW0kd+mDREGVNlJEQ4P4ELKUxtHeiZ23KbImp/Xe7RrEk6a4ndWbmTe7s6dQA8kLANBaP0EDSF4B2ARwCeDcOXfa6XS+IAckL5ZBSB6TrEgeB3s+k3Q1E5IzERlmBakRVZ6gWq5ZazdJ/g4CLO2G5ChG1JTpyjrJtw3kdZskM22o6EVtb8pGyQqWEJFdku8apJkYYzZITkK5kj3xDb9uy9QYUwBAWZZFxD8DAB07QR6/ADxsS6Lf74+NMUWv1xtH3K9EZKjqAYD7O+C/99c6eqt4o2KrIvJIKXVVr/Av8WGFwFq7oZR6HyN3zh045w7WCLD3h2SxWGiSz7XWnwA8W4PkjOSA5ADAWeDbUiS/ApgD2AGwta4GJAfdbvenr35ba/2j7u4C6AF4/I9aN2GucTcVQ7yuquqB1/t7G4PW+sRau+2zPwnclyA5DS7Ix0CCceZ4iNlUO+dOAfA/yEPPDZCcBZGPyrIsROQpyW+Z8yc6KgAAIjL08zxZdmL+NA87kqNMXSfGmCJRwSguWrrsrATaO3NXSZZcWU9mDL4nM/+gp4hbH32VCqSUOgTwEsAe7kfJHJm/Lbe8zMIqCAQACgAAAABJRU5ErkJggg==") no-repeat center center;
  border-radius: 3px;
  width: 40px;
  height: 40px;
}
.cookie-badge a:hover {
  opacity: 0.85;
}

.cookie-badge.bottom-right {
  left: auto;
  right: 5px;
}

.cookiebar-wrapper {
  display: block;
  color: black;
  background: white;
  position: fixed;
  z-index: 9900;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
}
.cookiebar-close {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 0;
  z-index: 10;
}
.cookiebar-close:before {
  content: "×";
  font-size: 50px;
  line-height: 15px;
  color: #ccc;
}
.cookiebar-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cookiebar-content a {
  text-decoration: underline;
}
.cookiebar-content-label {
  width: 100%;
  margin: 0 0 20px;
}
.cookiebar-content-label > *:last-child {
  margin: 0;
}
.cookiebar-content a[data-cookie-settings] {
  background: #999;
}
.cookiebar-wrapper.cookie-bar-top {
  bottom: auto;
  top: 0;
}

.cookiebar-wrapper.cookie-bar-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9950;
  overflow-x: hidden;
  overflow-y: auto;
}
.cookiebar-wrapper.cookie-bar-popup > div {
  padding: 50px 0;
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
}
.cookiebar-wrapper.cookie-bar-popup .container {
  width: 900px;
}
.cookiebar-wrapper.cookie-bar-popup .cookiebar {
  width: 100%;
}
.cookiebar-wrapper.cookie-bar-popup .cookiebar-inner {
  position: relative;
}
.cookiebar-wrapper.cookie-bar-popup .cookiebar-content {
  padding: 40px;
  background: white;
}

@media only screen and (min-width: 991px) {
  .cookiebar-wrapper.cookie-bar-top .cookiebar-content,
.cookiebar-wrapper.cookie-bar-bottom .cookiebar-content {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cookiebar-wrapper.cookie-bar-top .cookiebar-content-label,
.cookiebar-wrapper.cookie-bar-bottom .cookiebar-content-label {
    width: auto;
    margin: 0;
    flex: 1 1 auto;
  }
}
.cookiebar-settings {
  width: 100%;
}
.cookiebar-settings-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9950;
  overflow-x: hidden;
  overflow-y: auto;
}
.cookiebar-settings-wrapper > div {
  padding: 50px 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.cookiebar-settings-inner {
  padding: 30px;
  background: #fff;
  color: #000;
}
.cookiebar-settings-cta-all {
  margin: 15px 0 40px;
  text-align: center;
}
.cookiebar-settings-cta-selected {
  text-align: center;
  margin: 40px 0 0;
}
.cookiebar-settings-options-item {
  border-bottom: 1px solid #bbb;
}
.cookiebar-settings-options-item-header {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookiebar-settings-options-item-header a {
  font-size: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #bbb;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}
.cookiebar-settings-options-item-header h3 {
  margin: 0;
  width: 70%;
  flex: 0 0 auto;
  font-size: 20px;
}
.cookiebar-settings-options-item-header label {
  text-align: right;
  width: 150px;
  font-weight: 700;
  color: green;
  line-height: 0px;
}
.cookiebar-settings-options-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.15s ease-out;
}
.cookiebar-settings-options-item-body-description {
  padding: 0 0 25px;
}
.cookiebar-settings-options-item.open .cookiebar-settings-options-item-header a {
  border-color: #499fe5;
}
.cookiebar-settings-options-item.open .cookiebar-settings-options-item-body {
  max-height: 500px;
  transition: max-height 0.15s ease-in;
}
.cookiebar-settings input[type=checkbox]:not(old) {
  display: none;
}
.cookiebar-settings input[type=checkbox]:not(old) + label, .cookiebar-settings input[type=checkbox]:not(old) + span {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 2px 0 0 30px;
  height: 20px;
}
.cookiebar-settings input[type=checkbox]:not(old) + label:before, .cookiebar-settings input[type=checkbox]:not(old) + span:before {
  content: "";
  display: block;
  width: 40px;
  height: 20px;
  background: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  transition: 200ms;
}
.cookiebar-settings input[type=checkbox]:not(old) + label:after, .cookiebar-settings input[type=checkbox]:not(old) + span:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: 200ms;
}
.cookiebar-settings input[type=checkbox]:not(old):checked + label:before, .cookiebar-settings input[type=checkbox]:not(old):checked + span:before {
  background: green;
}
.cookiebar-settings input[type=checkbox]:not(old):checked + label:after, .cookiebar-settings input[type=checkbox]:not(old):checked + span:after {
  left: 22px;
}

body.cookie-popup-open {
  overflow: hidden;
}

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