@charset "utf-8";
/* Drupal custom CSS Document */

/* Drupal local tasks frontend editing elements */
ul.localtask {
  margin: 0 0 3em 0;
  display: block;
}
.localtask li {
  display: inline;
  list-style: none;
}
.localtask a {
  background-color: #000000;
  color: #ffffff;
  line-height: 40px;
  margin-bottom: 0.7em;
  max-width: 200px;
  padding: 0.5em 1.5em;
  text-decoration: none;
}
.a5-contactbox button {
  position: absolute;
  right: 0;
  bottom: 100%;
}

/**
 * COOKiES
 */
#cookiesjsr {
  --btn-bg-color: #00605c;
  --btn-prime-font-color: #00605c;
  --btn-inv-font-color: #00605c;
  --btn-inv-border-color: #00605c;
  --btn-prime-inv-border-color: #00605c;
  --btn-prime-inv-bg-color: #00605c;
  --banner-bg-color: #00605c;
  --layer-tab-active-bg-color: #00605c;
  --layer-bg-dark: #00605c;
  --switch-bg-off: #d21c31;
  --switch-bg-on: #067f06;
  --switch-always-on-font-color: #067f06;
}

.cookiesjsr-service-group--tab {
  padding:1em 3.25em 1em 1.25em;
  width: calc(22% + 2em);
}

.cookies-fallback--btn {
  -webkit-appearance: none;
  outline: none;
  border: 0;
  background-color: #00605c;
  color: #fff;
  text-transform: uppercase;
  padding: 0 2em;
  margin: 1.25rem;
  font-size: 1rem;
  min-height: 3em;
  cursor: pointer;
  z-index: 1;
  opacity: .9;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all .3s ease;
}