.boxshadowed {
  -webkit-box-shadow: 0 0 0.1875rem rgba(51, 51, 51, 0.3);
  -moz-box-shadow: 0 0 0.1875rem rgba(51, 51, 51, 0.3);
  box-shadow: 0 0 0.1875rem rgba(51, 51, 51, 0.3);
}
.cardshadowed {
  -webkit-box-shadow: 0.0625rem 0.0625rem 0.1875rem 0.1875rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0.0625rem 0.0625rem 0.1875rem 0.1875rem rgba(0, 0, 0, 0.2);
  box-shadow: 0.0625rem 0.0625rem 0.1875rem 0.1875rem rgba(0, 0, 0, 0.2);
  margin: 0.5rem;
}
.contentelement {
  display: block;
  position: relative;
  background: #ffffff;
  border: solid 0.0635rem rgba(204, 119, 2, 0.3);
  border-radius: 0.1875rem;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
div.CookieLaw {
  position: fixed;
  width: calc(100vw - 3rem);
  left: .5rem;
  height: auto;
  opacity: 1;
  z-index: 200010;
  background: #666666;
  color: #cccccc;
  padding: 1.25rem .5rem;
  text-align: center;
  font-size: 75%;
  bottom: 3rem;
  -webkit-animation: cookielaw 1.2s ease-in-out;
  animation: cookielaw 1.2s ease-in-out;
}
div.CookieLaw div.content {
  font-size: 95%;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: auto;
  max-width: calc(100% - 14.9375rem);
  min-width: 27.1875rem;
}
div.CookieLaw div.navi {
  display: inline-block;
  text-align: right;
  margin: 0 0 0 1rem;
  vertical-align: middle;
}
div.CookieLaw div.navi a,
div.CookieLaw div.navi a:link {
  color: #eeeeee;
  margin: 0 1rem;
  padding: 0.0625rem 0.25rem;
  text-transform: uppercase;
  text-decoration: none;
}
div.CookieLaw div.navi a:hover {
  color: #ffffff;
  text-decoration: none;
}
