[data-omcookie-panel-show] {
  cursor: pointer;
}
.om-cookie-panel {
  padding: 25px;
  z-index: 9999;
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  font-size: 14px;
  transform: translateY(100%) translateX(0);
  transition: transform 0.5s ease;
  text-align: center;
  font-family: "din-condensed",sans-serif;
}
.om-cookie-panel .btn { width: auto; margin-bottom: 4px; }
.om-cookie-panel .btn-default:before { display: none; }
.btn-default.btn-inverse {
  background-color: #004c9f;
  border-color: #004c9f;
  color: #fff;
  font-weight: 400;
}
.btn-default.btn-inverse:focus,
.btn-default.btn-inverse:hover,
.btn-default.btn-inverse:active {
  background-color: #fff;
  color: #004c9f;
}
.om-cookie-panel a { color: #000 }
.om-cookie-info { width: 100%; overflow-x: auto; }
@media (min-width: 768px) {
  .om-cookie-info { width: 100%; overflow-x: initial; }
}
@media (min-width: 1024px) {
  .om-cookie-panel {
    width: 50vw;
    left: 50%;
    transform: translateY(100%) translateX(-50%);
  }
}
.om-cookie-panel.active {
  transform: translateY(0) translateX(0);
}
@media (min-width: 1024px) {
  .om-cookie-panel.active {
    transform: translateY(0) translateX(-50%);
  }
}
.om-cookie-panel.container {
  padding: 20px 10px;
  background: rgba(240, 240, 240, 0.95);
  box-shadow: 0 0 0 1px rgba(185, 185, 185, 0.95);
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.om-cookie-panel p {
  margin: 0;
  padding: .5em 0;
  font-size: 14px;
  font-weight: 400;
}
.om-cookie-panel .cookie-panel__checkbox {
  display: none;
}
.om-cookie-panel .cookie-panel__checkbox + label {
  cursor: pointer;
  line-height: 1.1;
  font-weight: 400;
  display: block;
  font-size: 1em;
  color: #004c9f;
}
.om-cookie-panel .cookie-panel__checkbox + label::before {
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: 2px solid #004c9f;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
}
.om-cookie-panel .cookie-panel__checkbox:checked + label::before {
  background-color: #004c9f;
}
.om-cookie-panel .cookie-panel__checkbox--state-inactiv + label::before {
  border-color: #004c9f;
}
.om-cookie-panel .cookie-panel__checkbox--state-inactiv:checked + label::before {
  background-color: #004c9f;
}
.om-cookie-panel .cookie-panel__checkbox-wrap {
  display: inline-block;
  line-height: 1.1;
}
.om-cookie-panel .cookie-panel__checkbox-wrap + .cookie-panel__checkbox-wrap {
  margin-left: 15px;
}
.om-cookie-panel .cookie-panel__description {
  clear: both;
}
.om-cookie-panel .cookie-panel__link {
  padding-top: .5em;
}
.om-cookie-panel .cookie-panel__button {
  background: #c0c0c0;
  color: #fff;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 1.1em;
  text-transform: uppercase;
}
.om-cookie-panel .cookie-panel__button + .cookie-panel__button {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .om-cookie-panel .cookie-panel__button {
    width: auto;
    display: inline-block;
  }
  .om-cookie-panel .cookie-panel__button + .cookie-panel__button {
    margin-top: 0;
  }
}

.om-cookie-panel .cookie-panel__button--color--green {
  background-color: #8cad2d;
}
.om-cookie-panel .cookie-panel__attribution {
  position: absolute;
  bottom: 5px;
  right: 25px;
  font-size: 9px;
  font-style: italic;
  text-align: center;
}
.om-cookie-panel .cookie-panel__attribution a {
  color: inherit;
  text-decoration: none;
}
.om-cookie-info { margin-bottom: 2em; }
.om-cookie-info table {
  border: 0 none;
  border-collapse: collapse;
  text-align: center;
  font-family: "din-condensed",sans-serif;
  width: 100%;
}
.om-cookie-info table th,
.om-cookie-info table td {
  padding: 10px 15px;
  background-color: #fff;
  font-weight: normal;
  font-size: 16px;
}
.om-cookie-info table th { 
  font-weight: 700; color: #004c9f;
}
.om-cookie-info table td[colspan="4"] {
  background-color: #004c9f;
  color: #fff;
}
.om-cookie-info table td {
  border-bottom: 1px solid #c0c0c0;
}
.om-cookie-info table p {
  margin-top: 0;
}
.om-cookie-info strong { font-weight: 400; }
.om-cookie-info table p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
/*# sourceMappingURL=cookie_panel.css.map */