#activebar-blocker {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(97, 152, 204, 0.7);
  z-index: 8888;
}

.activebar-container {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9);
  color: #2d465f;
  border: 5px solid #2D4180FF;
  padding: 1em 1.5em;
  width: 30vw;
  min-width: 400px;
  max-height: 50vh;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
}
.activebar-container p {
  margin: unset;
  text-align: left;
}
.activebar-container p, .activebar-container .links a, .activebar-container .cookietable th, .activebar-container .cookietable td {
  font-size: 14px;
  line-height: unset;
}
.activebar-container ul.links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.activebar-container ul.links li {
  margin: 0;
}
.activebar-container ul.links li a {
  color: #2d465f;
  height: 1.5rem;
  width: 100%;
  display: block;
  text-align: left;
  padding-top: 0.5rem;
  font-weight: bold;
  text-decoration: underline;
}
.activebar-container .cookietable {
  width: 30vw;
  min-width: 400px;
  height: auto;
  max-height: 20vh;
  overflow-x: hidden;
  margin-top: 0;
  margin-bottom: 16px;
}
.activebar-container .cookietable table {
  width: 100%;
}
.activebar-container .cookietable tr {
  display: block;
  clear: both;
}
.activebar-container .cookietable tbody tr {
  background: none;
}
.activebar-container .cookietable tbody tr td {
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  padding: 0 10px;
}
.activebar-container .cookietable tbody tr:nth-of-type(2n) td {
  background-color: rgba(205, 205, 205, 0.3);
  color: #000;
}
.activebar-container .cookietable tbody tr:nth-child(1) {
  border-top: 1px solid #fff;
}
.activebar-container .cookietable th {
  padding: 5px 10px 2px;
  line-height: 18px;
  background-color: #3898EC;
  border-color: #ccc;
  border-bottom: 0;
  border-left: 0;
}
.activebar-container .cookietable td {
  padding: 5px 10px 2px;
  font-size: 12px;
  line-height: 17px;
  border: none;
}
.activebar-container .cookietable th:nth-child(2), .activebar-container .cookietable td:nth-child(2) {
  width: calc(30vw - 3em + 6px);
  min-width: calc(400px - 3em + 6px);
  padding: 0;
  text-align: left;
  border-right: 1px;
  font-size: 14px;
  font-weight: bold;
}
.activebar-container .cookietable th:nth-child(1) {
  border-right: 0;
}
.activebar-container .cookietable td:nth-child(1) {
  padding-top: 4px;
}
.activebar-container .cookietable td:nth-child(2) {
  border: none;
}
.activebar-container .cookietable td:nth-child(3) {
  float: left;
  width: calc(30vw - 4em);
  min-width: calc(400px - 4em);
  padding: 0 1em 3px 3em;
}
.activebar-container .cookietable th:nth-child(1), .activebar-container .cookietable td:nth-child(1) {
  font-size: 12px;
  width: calc(3em - 20px);
}
.activebar-container button {
  background-color: #3898EC;
  color: #fff;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  float: right;
}
.activebar-container button:hover {
  color: #2d4180;
}
.activebar-container button.decline, .activebar-container button.accept {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid transparent;
  color: #2d465f;
}
.activebar-container button.accept {
  margin-right: 6px;
}
.activebar-container button.decline {
  margin-right: 0;
}
.activebar-container button.acceptAll {
  float: left;
  margin-left: 0;
}

.plg_system_eprivacy_module > div.plg_system_eprivacy_accepted, .plg_system_eprivacy_module > div.plg_system_eprivacy_declined {
  color: #2d465f;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 20px 0;
}
.plg_system_eprivacy_module > div.plg_system_eprivacy_accepted p, .plg_system_eprivacy_module > div.plg_system_eprivacy_declined p {
  display: -webkit-flex;
  display: flex;
  max-width: none;
  flex-direction: column;
  align-items: center;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}
.plg_system_eprivacy_module > div.plg_system_eprivacy_accepted p > *, .plg_system_eprivacy_module > div.plg_system_eprivacy_declined p > * {
  order: 1;
}
.plg_system_eprivacy_module > div.plg_system_eprivacy_accepted p > button, .plg_system_eprivacy_module > div.plg_system_eprivacy_declined p > button {
  order: 2;
}
.plg_system_eprivacy_module > div.plg_system_eprivacy_accepted button, .plg_system_eprivacy_module > div.plg_system_eprivacy_declined button {
  display: block;
  margin: 16px auto 0;
  background-color: #3898EC;
  color: #fff;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.25;
}
.plg_system_eprivacy_module > div.plg_system_eprivacy_accepted button:hover, .plg_system_eprivacy_module > div.plg_system_eprivacy_declined button:hover {
  color: #2d4180;
}
.plg_system_eprivacy_module > div.plg_system_eprivacy_accepted button.plg_system_eprivacy_accepted, .plg_system_eprivacy_module > div.plg_system_eprivacy_declined button.plg_system_eprivacy_accepted {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid transparent;
  color: #2d465f;
}

@media only screen and (max-width: 600px) and (orientation: portrait) {
  .activebar-container {
    top: unset;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: calc(100vw - 2em);
    min-width: unset;
    max-height: 60vh;
    border-radius: 0;
    padding: 1em;
  }
  .activebar-container p, .activebar-container .links a, .activebar-container .cookietable th, .activebar-container .cookietable td {
    font-size: 12px;
  }
  .activebar-container .cookietable {
    width: calc(100vw - 2em);
    min-width: unset;
  }
  .activebar-container .cookietable th:nth-child(2), .activebar-container .cookietable td:nth-child(2) {
    width: calc(100vw - 5em);
    min-width: unset;
    font-size: 12px;
  }
  .activebar-container .cookietable td:nth-child(3) {
    width: calc(100vw - 6em);
    min-width: unset;
  }
  .activebar-container button {
    padding: 8px;
    font-size: 12px;
  }
  .activebar-container button.decline, .activebar-container button.accept, .activebar-container button.acceptAll {
    margin: 3px;
    float: left;
  }
  .activebar-container button.decline {
    margin-left: 0;
    margin-right: 3px;
  }
  .activebar-container button.acceptAll {
    float: right;
    margin-right: 0;
  }

  .plg_system_eprivacy_module {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 320px) and (orientation: portrait) {
  .activebar-container button {
    padding: 7px 4px;
  }
}
@media only screen and (min-width: 992px) {
  .plg_system_eprivacy_module > div.plg_system_eprivacy_accepted, .plg_system_eprivacy_module > div.plg_system_eprivacy_declined {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    color: #2d465f;
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 1px solid transparent;
    padding: 20px 30px;
    width: 100%;
    transform: translateY(100%);
    transition: transform 0.5s;
    overflow: visible;
  }
  .plg_system_eprivacy_module > div.plg_system_eprivacy_accepted:hover, .plg_system_eprivacy_module > div.plg_system_eprivacy_declined:hover {
    transform: translateY(0%);
  }
  .plg_system_eprivacy_module > div.plg_system_eprivacy_accepted:after, .plg_system_eprivacy_module > div.plg_system_eprivacy_declined:after {
    content: "Cookie Policy";
    font-size: 12px;
    line-height: 14px;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    border-radius: 4px 4px 0 0;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid transparent;
    border-bottom-color: rgba(205, 205, 205, 0.3);
    color: #2d465f;
    padding: 4px 16px 2px;
  }
  .plg_system_eprivacy_module > div.plg_system_eprivacy_accepted p {
    font-size: 16px;
    line-height: 20px;
  }
}

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