@charset "UTF-8";
/* Züriblau: #0F05A0 */
/* Züriblau: #0F05A0 */
/* Züriblau: #0F05A0 */
/* Violett 60: #7B4FB7 (offizielle Farbe von Schutz + Prävention) */
/* Violett 80: #351459 (offizielle Farbe von Schutz + Prävention) */
/* Kleeblatt 30: #BCE59E (offizielle Farbe von Schutz + Prävention) */
/* Magenta 60: #C6006B */
/* Black-Test: #000000 */
/*$color-closesSoon-lighter: #FF930142;*/
.cookie-consent {
  bottom: 20px;
  position: fixed;
  margin-left: 20px;
  margin-right: 20px;
  z-index: 1000;
}

.cookie-consent-inner {
  text-align: center;
  background-color: rgba(0, 118, 170, 0.8666666667);
  /*    height: 120px;*/
  color: white;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 15px;
  border-radius: 5px;
  border: 3px solid black;
}

.allow-button {
  height: 20px;
  width: 104px;
  color: #fff;
  font-size: 12px;
  line-height: 10px;
  border-radius: 3px;
  border: 1px solid green;
  background-color: green;
}

.disallow-button {
  height: 20px;
  width: 104px;
  color: #fff;
  font-size: 12px;
  line-height: 10px;
  border-radius: 3px;
  border: 1px solid red;
  background-color: red;
}

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