<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "hamburger-buttons.min.css";
.row {
  margin: 0 -1rem;
  display: block;
}
@media only screen and (max-width: 650px) {
  .row {
    padding: 0 1rem;
  }
}
.col {
  padding: 0 1rem;
}
@media only screen and (max-width: 650px) {
  .col {
    padding: 0;
  }
}
.row:after {
  content: "";
  clear: both;
  display: table;
}
@media only screen {
  .col {
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
}
.small {
  font-size: 0.9rem;
}
.tiny {
  font-size: 0.8rem;
}
.h1 {
  font-size: 2rem;
}
@media only screen and (max-width: 650px) {
  .h1 {
    font-size: 1.3rem;
  }
}
.h2 {
  font-size: 1.1rem;
}
.h3 {
  font-size: 1.1rem;
}
.contentelement {
  margin: 0 150px 0 150px;
  margin-bottom: 1rem;
  overflow: auto;
  clear: both;
}
@media only screen and (max-width: 900px) {
  .contentelement {
    margin: 0;
  }
}
@media only screen and (max-width: 650px) {
  .contentelement {
    padding: 0;
  }
}
.contentelement::after {
  content: " ";
  clear: both;
  display: block;
  height: 0px;
}
.contentelement.highlight {
  background-color: #f6f6f6;
  padding: 2rem;
}
.contentelement p,
.contentelement table,
.contentelement div.TextformatterVideoEmbed {
  margin-bottom: 1rem;
}
.contentelement p img,
.contentelement table img,
.contentelement div.TextformatterVideoEmbed img {
  max-width: 100%;
}
.contentelement iframe,
.contentelement div.storify {
  margin-bottom: 0.5rem;
}
ul.audioList {
  margin-bottom: 1rem;
  list-style: none;
}
ul.audioList li {
  border: 1px solid #aaaaaa;
  padding: 0.5rem;
}
ul.audioList li span {
  display: block;
  margin-bottom: 0.5rem;
}
ul.videoList {
  margin-bottom: 1rem;
  list-style: none;
}
ul.videoList li {
  background-color: #f6f6f6;
}
ul.videoList li video {
  max-width: 100%;
  max-height: 500px;
  margin: auto;
  display: block;
}
ul.videoList li &gt;span {
  display: block;
  background-color: rgba(201,210,210,0.7);
  padding: 10px;
}
ul.videoList li &gt;span,
ul.videoList li &gt;span * {
  color: #333333;
  font-size: 0.8rem;
}
.slideshow {
  overflow: hidden;
}
.slideshow.headslider div.slide {
  background-color: #aaaaaa;
}
.slideshow.headslider div.slide &gt;div {
  padding-top: 33%;
  background-size: cover;
  background-position: 50% 50%;
}
.slideshow.headslider article {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  padding: 0 2rem 2rem 0;
}
.slideshow.headslider article &gt;div {
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.slideshow.headslider article * {
  color: white;
}
.slideshow.headslider article h2 {
  font-size: 3rem;
  font-family: bold;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.slideshow.headslider article p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
ul.gallery {
  clear: both;
  list-style: none;
  margin: 0px;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
ul.gallery[data-columns]::before {
  content: '3 .column.size-1of3';
}
ul.gallery figure {
  margin-bottom: 0;
  background-color: #aaaaaa;
}
ul.gallery.c1 &gt;li {
  width: 100%;
}
ul.gallery.c2 &gt;li {
  width: 50%;
}
ul.gallery &gt;li {
  margin-bottom: 1rem;
  width: 33.33%;
  padding-right: 1rem;
}
ul.gallery &gt;li img {
  display: block;
}
ul.gallery &gt;li a {
  display: block;
}
ul.gallery &gt;li a &gt;div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  opacity: 0;
  transition: all linear 0.2s;
}
ul.gallery &gt;li a &gt;div:hover {
  top: 2rem;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  opacity: 0.8;
}
ul.gallery &gt;li a &gt;div span {
  position: relative;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
ul.gallery &gt;li a &gt;div,
ul.gallery &gt;li a &gt;div * {
  color: white;
  text-transform: uppercase;
  text-align: center;
}
ul.gallery &gt;li a &gt;div hr {
  background-color: white;
  margin: 2rem auto 0 auto;
}
ul.gallery div.column {
  width: 33.33%;
  float: left;
}
ul.imageslider {
  padding: 0;
  overflow: hidden;
  list-style: none;
}
ul.imageslider li {
  height: 66.6%;
}
ul.imageslider li img {
  width: 100%;
}
ul.imageslider ul.slick-dots {
  text-align: center;
  list-style: none;
  width: 100%;
  margin: 2rem 0 0 0;
}
ul.imageslider ul.slick-dots li {
  display: inline-block;
}
ul.imageslider ul.slick-dots li.slick-active button,
ul.imageslider ul.slick-dots li:hover button {
  background-color: #9bc34b;
}
ul.imageslider ul.slick-dots li button {
  overflow: hidden;
  text-indent: -30px;
  background: none;
  width: 10px;
  height: 10px;
  border: 1px solid #9bc34b;
  margin: 0 0.5rem;
  cursor: pointer;
}
button.arrow {
  position: absolute;
  z-index: 1000;
  top: 50%;
  background-color: transparent;
  border: none;
  margin-top: -72px;
  overflow: hidden;
  transition: all linear 0.1s;
  cursor: pointer;
}
button.arrow::before {
  content: "\e902";
  padding: 20px 5px;
  background-color: #9bc34b;
  color: white;
  font-size: 2rem;
}
button.arrow.nextSlide {
  right: 0px;
}
button.arrow.nextSlide::before {
  content: "\e901";
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
button.arrow.prevSlide {
  left: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
button.arrow span {
  display: none;
}
ul.filter {
  list-style: none;
  text-align: center;
  margin: -2rem 0 3rem 0;
}
ul.filter li {
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
  padding-bottom: 0.5rem;
}
ul.filter li.active::before,
ul.filter li:hover::before {
  content: " ";
  width: 30px;
  height: 2px;
  background-color: black;
  position: absolute;
  left: 0px;
  bottom: -5px;
  display: block;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@font-face {
  font-family: 'regular';
  src: url('../fonts/Roboto-Regular-webfont.woff') format('woff');
}
@font-face {
  font-family: 'bold';
  src: url('../fonts/Roboto-Bold-webfont.woff') format('woff');
}
@font-face {
  font-family: 'light';
  src: url('../fonts/Roboto-Light-webfont.woff') format('woff');
}
@font-face {
  font-family: 'italic';
  src: url('../fonts/Roboto-Italic-webfont.woff') format('woff');
}
@font-face {
  font-family: 'c_regular';
  src: url('../fonts/RobotoCondensed-Regular-webfont.woff') format('woff');
}
@font-face {
  font-family: 'c_bold';
  src: url('../fonts/RobotoCondensed-Bold-webfont.woff') format('woff');
}
@font-face {
  font-family: 'black';
  src: url('../fonts/Roboto-Black-webfont.woff') format('woff');
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.woff') format('woff');
}
form .error,
form .error * {
  font-size: 0.9rem;
  color: red;
}
form input,
form textarea {
  background-color: #f6f6f6;
  border-radius: 5px;
  padding: 1rem 2rem;
  border: none;
  margin-bottom: 1.5rem;
}
form label {
  padding-bottom: 0.5rem;
  font-weight: bold;
}
form p.datenschutzOK {
  display: block !important;
  margin-bottom: 1.5rem;
}
form p.datenschutzOK input[type=checkbox] {
  width: auto;
  margin-left: 10px;
  margin-bottom: 0;
}
form p.datenschutzOK label {
  font-weight: normal;
}
form div.Inputfield_land {
  display: none;
}
form .InputfieldStateRequired label::after {
  content: "*";
}
form .Inputfield {
  margin-bottom: 1rem;
}
form button {
  border: none;
  background: none;
  display: inline-block;
  background-color: #d2d2d2;
  padding: 12px 25px;
  color: #777777;
  margin: 0 0.5rem 0 0;
  transition: all linear 0.2s;
  font-family: bold;
  border-radius: 5px;
  text-transform: uppercase;
}
form button,
form button * {
  font-size: 0.9rem;
}
form button.green {
  background-color: #9bc34b;
  color: white;
}
form button.lightgrey {
  background-color: #f6f6f6;
}
form button.lightgrey:hover {
  background-color: #d2d2d2;
  color: #777777;
}
form button.transparent {
  background: none;
}
form button.transparent:hover {
  background: none;
  color: #9bc34b;
}
form button.border {
  border: 1px solid #777777;
  background: none;
}
form button.uc {
  text-transform: uppercase;
  padding: 15px 35px;
}
form button:hover {
  background-color: #777777;
  text-decoration: none;
}
form button:hover,
form button:hover * {
  color: white;
}
form.InputfieldForm input,
form.InputfieldForm textarea {
  width: 100%;
}
form#searchForm input {
  width: 100%;
}
form.CommentForm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
form.CommentForm label span {
  display: block;
}
form.CommentForm p:not(.CommentFormText ) {
  width: 30%;
}
@media only screen and (max-width: 650px) {
  form.CommentForm p:not(.CommentFormText ) {
    width: 100%;
  }
}
form.CommentForm p.CommentFormSubmit,
form.CommentForm p.CommentFormText {
  width: 100%;
}
form.CommentForm input {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  form.CommentForm input {
    width: 49%;
  }
}
@media only screen and (max-width: 650px) {
  form.CommentForm input {
    width: 100%;
    margin-right: 0;
  }
}
form.CommentForm p.CommentForm_hp {
  display: inline-block;
  opacity: 0;
  overflow: hidden;
  width: 0px;
  height: 0px;
  margin: 0;
}
form.CommentForm textarea {
  width: 100%;
}
form.CommentForm input,
form.CommentForm textarea {
  background-color: #f6f6f6;
  border-radius: 5px;
  padding: 1rem 2rem;
  border: none;
  margin-bottom: 1.5rem;
}
form.CommentForm button {
  border: none;
  background: none;
  display: inline-block;
  background-color: #d2d2d2;
  padding: 12px 25px;
  color: #777777;
  margin: 0 0.5rem 0 0;
  transition: all linear 0.2s;
  font-family: bold;
  border-radius: 5px;
  text-transform: uppercase;
  background-color: #9bc34b;
  width: 23.5%;
  color: white;
  padding: 1rem 2rem;
  margin: 0;
  float: right;
}
form.CommentForm button,
form.CommentForm button * {
  font-size: 0.9rem;
}
form.CommentForm button.green {
  background-color: #9bc34b;
  color: white;
}
form.CommentForm button.lightgrey {
  background-color: #f6f6f6;
}
form.CommentForm button.lightgrey:hover {
  background-color: #d2d2d2;
  color: #777777;
}
form.CommentForm button.transparent {
  background: none;
}
form.CommentForm button.transparent:hover {
  background: none;
  color: #9bc34b;
}
form.CommentForm button.border {
  border: 1px solid #777777;
  background: none;
}
form.CommentForm button.uc {
  text-transform: uppercase;
  padding: 15px 35px;
}
form.CommentForm button:hover {
  background-color: #777777;
  text-decoration: none;
}
form.CommentForm button:hover,
form.CommentForm button:hover * {
  color: white;
}
@media only screen and (max-width: 900px) {
  form.CommentForm button {
    width: 49%;
  }
}
@media only screen and (max-width: 650px) {
  form.CommentForm button {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
div#mobileNavi {
  display: none;
  background-color: #f6f6f6;
}
div#mobileNavi ul.tools {
  list-style: none;
  margin-bottom: 2rem;
}
div#mobileNavi ul.tools li {
  padding: 1rem 1rem;
  display: inline-block;
  min-width: 78px;
}
div#mobileNavi ul.tools li.suche {
  padding-top: 2rem;
}
div#mobileNavi ul.tools li.language {
  margin-right: 1rem;
}
div#mobileNavi ul#mobileNaviList li a {
  display: block;
  padding: 1rem 2rem;
}
div#mobileNavi ul#mobileNaviList li a,
div#mobileNavi ul#mobileNaviList li a * {
  color: #777777;
  font-family: c_bold;
  text-transform: uppercase;
}
div#mobileNavi button#close {
  background: none;
  border: none;
  position: absolute;
  padding: 0.5rem;
  top: 0;
  right: 0.5rem;
  z-index: 1000;
  cursor: pointer;
}
div#mobileNavi button#close span {
  display: none;
}
div#mobileNavi button#close::before {
  content: "\e900";
  color: #777777;
  font-size: 2rem;
}
ul.tools li.language {
  margin-right: 2rem;
}
ul.tools li.language a {
  border: none;
  background: none;
  display: inline-block;
  background-color: #d2d2d2;
  padding: 12px 25px;
  color: #777777;
  margin: 0 0.5rem 0 0;
  transition: all linear 0.2s;
  font-family: bold;
  border-radius: 5px;
  background-color: #9bc34b;
}
ul.tools li.language a,
ul.tools li.language a * {
  font-size: 0.9rem;
}
ul.tools li.language a.green {
  background-color: #9bc34b;
  color: white;
}
ul.tools li.language a.lightgrey {
  background-color: #f6f6f6;
}
ul.tools li.language a.lightgrey:hover {
  background-color: #d2d2d2;
  color: #777777;
}
ul.tools li.language a.transparent {
  background: none;
}
ul.tools li.language a.transparent:hover {
  background: none;
  color: #9bc34b;
}
ul.tools li.language a.border {
  border: 1px solid #777777;
  background: none;
}
ul.tools li.language a.uc {
  text-transform: uppercase;
  padding: 15px 35px;
}
ul.tools li.language a:hover {
  background-color: #777777;
  text-decoration: none;
}
ul.tools li.language a:hover,
ul.tools li.language a:hover * {
  color: white;
}
ul.tools li.language a,
ul.tools li.language a * {
  color: white;
  text-transform: uppercase;
}
ul.tools li.suche::after {
  content: "\e986";
  margin-left: 1rem;
}
ul.tools li.suche.form::after {
  content: "";
  display: none;
}
ul.tools li.suche form input {
  padding: 3px;
  background-color: white;
  border: 1px solid #9bc34b;
  margin: 0;
}
ul.tools li.suche form button {
  background: none;
  padding: 0;
  cursor: pointer;
}
ul.tools li.suche form button:hover::after {
  color: #9bc34b;
}
ul.tools li.suche form button::after {
  content: "\e986";
  margin-left: 1rem;
  font-size: 1rem;
}
nav {
  margin-top: 1rem;
  overflow: auto;
}
nav ul#mainNaviList {
  list-style: none;
  text-align: right;
}
@media only screen and (max-width: 900px) {
  nav ul#mainNaviList {
    display: none;
  }
}
nav ul#mainNaviList li {
  display: inline-block;
}
nav ul#mainNaviList li a {
  padding: 0 14px;
}
nav ul#mainNaviList li a span {
  color: #777777;
  text-transform: uppercase;
  font-family: c_bold;
  transition: all linear 0.2s;
}
nav ul#mainNaviList li.active a span,
nav ul#mainNaviList li:hover a span {
  color: #9bc34b;
}
nav ul#mainNaviList li:last-child a {
  padding-right: 0;
}
nav button {
  float: right;
  display: none;
  background: none;
  border: none;
  font-family: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 900px) {
  nav button {
    display: block;
  }
}
ul#socialNaviList,
ul#socialShareNaviList {
  list-style: none;
}
ul#socialNaviList li,
ul#socialShareNaviList li {
  display: inline-block;
}
ul#socialNaviList li a::before,
ul#socialShareNaviList li a::before {
  font-size: 1.5rem;
  padding: 5px 10px;
  color: #aaaaaa;
}
ul#socialNaviList li a span,
ul#socialShareNaviList li a span {
  display: none;
}
ul#socialNaviList li img,
ul#socialShareNaviList li img {
  width: 25px;
  height: 25px;
}
ul#socialNaviList li {
  margin-left: .5rem;
}
ul#socialShareNaviList {
  margin-top: 1rem;
}
ul#footerNaviList {
  list-style: none;
  text-align: center;
}
ul#footerNaviList li {
  display: inline-block;
  margin-bottom: 0.5rem;
}
ul#footerNaviList li a {
  border: none;
  background: none;
  display: inline-block;
  background-color: #d2d2d2;
  padding: 12px 25px;
  color: #777777;
  margin: 0 0.5rem 0 0;
  transition: all linear 0.2s;
  font-family: bold;
  border-radius: 5px;
  padding: 10px 15px;
}
ul#footerNaviList li a,
ul#footerNaviList li a * {
  font-size: 0.9rem;
}
ul#footerNaviList li a.green {
  background-color: #9bc34b;
  color: white;
}
ul#footerNaviList li a.lightgrey {
  background-color: #f6f6f6;
}
ul#footerNaviList li a.lightgrey:hover {
  background-color: #d2d2d2;
  color: #777777;
}
ul#footerNaviList li a.transparent {
  background: none;
}
ul#footerNaviList li a.transparent:hover {
  background: none;
  color: #9bc34b;
}
ul#footerNaviList li a.border {
  border: 1px solid #777777;
  background: none;
}
ul#footerNaviList li a.uc {
  text-transform: uppercase;
  padding: 15px 35px;
}
ul#footerNaviList li a:hover {
  background-color: #777777;
  text-decoration: none;
}
ul#footerNaviList li a:hover,
ul#footerNaviList li a:hover * {
  color: white;
}
li.facebook a::before {
  content: "\ea91";
}
li.facebook a:hover::before {
  color: #3b5998 !important;
}
li.youtube a::before {
  content: "\ea9d";
}
li.youtube a:hover::before {
  color: #cd201f !important;
}
li.instagram a::before {
  content: "\ea92";
}
li.instagram a:hover::before {
  color: #fd1d1d !important;
}
li.twitter a::before {
  content: "\ea96";
}
li.twitter a:hover::before {
  color: #1da1f2 !important;
}
li.pinterest a::before {
  content: "\ead1";
}
li.pinterest a:hover::before {
  color: #3b5998 !important;
}
li.google a::before {
  content: "\ea88";
}
li.google a:hover::before {
  color: #dd4b39 !important;
}
li.rss a::before {
  content: "\ea9b";
}
li.rss a:hover::before {
  color: #f26522 !important;
}
body {
  font-size: 100%;
  background-color: #f6f6f6;
}
body::before {
  display: none;
}
body div#mobile {
  display: none;
}
@media only screen and (max-width: 650px) {
  body div#mobile {
    display: block;
  }
}
* {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  font-family: regular;
  font-size: 1rem;
  color: #777777;
  text-decoration: none;
  font-weight: normal;
}
*::after,
*::before {
  font-family: icomoon;
  display: inline-block;
  vertical-align: middle;
}
div#wrapper {
  margin: 0 auto;
  max-width: 66.5rem;
}
a#editLink {
  border: none;
  background: none;
  display: inline-block;
  background-color: #d2d2d2;
  padding: 12px 25px;
  color: #777777;
  margin: 0 0.5rem 0 0;
  transition: all linear 0.2s;
  font-family: bold;
  border-radius: 5px;
  background-color: #990000;
  color: white;
  text-transform: uppercase;
  position: fixed;
  top: 1rem;
  left: 1rem;
}
a#editLink,
a#editLink * {
  font-size: 0.9rem;
}
a#editLink.green {
  background-color: #9bc34b;
  color: white;
}
a#editLink.lightgrey {
  background-color: #f6f6f6;
}
a#editLink.lightgrey:hover {
  background-color: #d2d2d2;
  color: #777777;
}
a#editLink.transparent {
  background: none;
}
a#editLink.transparent:hover {
  background: none;
  color: #9bc34b;
}
a#editLink.border {
  border: 1px solid #777777;
  background: none;
}
a#editLink.uc {
  text-transform: uppercase;
  padding: 15px 35px;
}
a#editLink:hover {
  background-color: #777777;
  text-decoration: none;
}
a#editLink:hover,
a#editLink:hover * {
  color: white;
}
a.readMore {
  display: inline-block;
  font-weight: bold;
}
a.readMore::after {
  content: "Â»";
  vertical-align: top;
  margin-left: 2px;
}
header {
  padding: 2rem 2rem 1.5rem 2rem;
}
header h1 {
  max-width: 540px;
}
header h1 img {
  width: 100%;
}
header ul.tools {
  list-style: none;
  float: right;
}
@media only screen and (max-width: 900px) {
  header ul.tools {
    display: none;
  }
}
header ul.tools li {
  display: inline-block;
}
main {
  background-color: white;
  min-height: 50vh;
  box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.1);
  padding: 2rem 1rem;
  overflow: auto;
}
@media only screen and (max-width: 650px) {
  main {
    padding: 0 0 2rem 0;
  }
}
main a {
  color: #9bc34b;
}
main a:hover {
  text-decoration: underline;
}
div#articles {
  display: flex;
  flex-wrap: wrap;
}
div#articles article {
  margin-bottom: 90px;
  width: 33.33%;
}
@media only screen and (max-width: 650px) {
  div#articles article {
    margin-bottom: 2rem;
  }
}
div#articles article.ausgabe figure {
  margin-bottom: 0;
}
div#articles article.ausgabe section {
  background-color: #f6f6f6;
  padding: 1rem;
}
div#articles article.ausgabe section span.meta {
  display: none;
}
div#articles article.highlight {
  margin-bottom: 1.5rem;
  display: flex;
  width: 100%;
}
div#articles article.highlight figure {
  width: 66.6%;
  padding-right: 1.1%;
}
div#articles article.highlight section {
  width: 33.33%;
  padding-left: 1rem;
}
@media only screen and (max-width: 900px) {
  div#articles article.highlight {
    display: block;
  }
  div#articles article.highlight figure,
  div#articles article.highlight section {
    width: 100%;
    padding: 0px;
  }
}
@media only screen and (max-width: 900px) {
  div#articles article {
    width: 50%;
  }
}
@media only screen and (max-width: 650px) {
  div#articles article {
    width: 100%;
  }
}
div#articles article h1 {
  margin-bottom: 1rem;
}
div#articles article h1,
div#articles article h1 * {
  color: #555555;
  font-size: 1.4rem;
}
div#articles article h1 a:hover {
  text-decoration: none;
}
div#articles article span.meta {
  margin-bottom: 1rem;
}
div#articles article p a {
  display: inline-block;
}
div#articles article p a::after {
  content: "Â»";
  vertical-align: top;
  margin-left: 2px;
}
div#articles article a {
  font-family: bold;
}
div#articles article figure {
  margin-bottom: 1rem;
}
div#articles article figure figcaption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: rgba(201,210,210,0.7);
  padding: 10px;
}
div#articles article figure figcaption,
div#articles article figure figcaption * {
  color: #333333;
  font-size: 0.8rem;
}
div#articles article figure figcaption a {
  display: inline !important;
}
div#articles article figure figcaption.switch {
  min-width: 37px;
  min-height: 37px;
}
div#articles article figure figcaption.switch::before {
  content: "\ea0c";
  position: absolute;
  left: 10px;
  bottom: 12px;
}
div#articles article figure figcaption.switch span {
  opacity: 0;
  display: none;
  transition: opacity linear 0.2s;
  transition-delay: 1s;
}
div#articles article figure figcaption.switch.active,
div#articles article figure figcaption.switch:hover {
  padding-left: 35px;
}
div#articles article figure figcaption.switch.active span,
div#articles article figure figcaption.switch:hover span {
  display: block;
  opacity: 1;
}
q {
  font-weight: bold;
}
article {
  overflow: auto;
  padding: 0 1rem;
}
article &gt;h1 {
  margin-bottom: 2rem;
}
article picture,
article img,
article figure,
article section {
  width: 100%;
  display: block;
}
article figure {
  margin-bottom: 2rem;
}
article figure figcaption {
  background-color: #f6f6f6;
  padding: 0.5rem;
}
article figure figcaption,
article figure figcaption * {
  font-size: 0.9rem;
}
article figure figcaption a {
  display: inline !important;
}
article figure.artImage figcaption {
  background: none;
}
article figure a {
  display: block;
}
article h1 {
  font-family: c_bold;
  font-size: 2rem;
  color: #555555;
}
@media only screen and (max-width: 650px) {
  article h1 {
    font-size: 1.3rem;
  }
}
article h1+div.contentelement {
  margin-top: 1rem;
}
article h2 {
  font-family: bold;
  color: #555555;
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  font-size: 1.1rem;
}
article h3 {
  font-family: bold;
  color: #555555;
  margin-bottom: 1rem;
}
article h4 {
  font-family: bold;
  color: #555555;
  margin-bottom: 1rem;
}
article ul,
article ol {
  margin: 0 0 1rem 2rem;
}
article table {
  border: none !important;
}
article table[border="1"] {
  border-top: 1px solid #CCCCCC !important;
  border-left: 1px solid #CCCCCC !important;
}
article table[border="1"] td {
  border-bottom: 1px solid #CCCCCC !important;
  border-right: 1px solid #CCCCCC !important;
  padding: .5rem;
}
article table td {
  padding: 0 1rem .5rem 0;
}
article span.meta {
  display: block;
  margin-bottom: 2rem;
}
article span.meta,
article span.meta * {
  font-size: 0.9rem;
  color: #777777;
}
article span.meta a,
article span.meta strong {
  font-family: bold;
}
@media only screen and (max-width: 650px) {
  article div.image {
    display: block;
  }
}
article div.image div.images {
  width: 33.34%;
  float: left;
  padding-right: 1rem;
  z-index: 500;
}
@media only screen and (max-width: 650px) {
  article div.image div.images {
    width: 100%;
    float: none;
    padding: 0;
  }
}
@media only screen and (max-width: 650px) {
  article div.image section {
    width: 100%;
    padding: 0;
  }
}
ul#searchResults {
  margin: 2rem 0;
}
ul#searchResults li {
  margin-bottom: 1rem;
}
div.line {
  border-top: 1px solid #d2d2d2;
  padding-top: 1rem;
}
div#pagination {
  overflow: auto;
  padding: 1rem;
  background-color: #f6f6f6;
  margin-bottom: 1rem;
  text-align: right;
}
div#pagination.article {
  display: none;
}
div#pagination a.archive {
  float: right;
  text-transform: uppercase;
  border: none;
  background: none;
  display: inline-block;
  background-color: #d2d2d2;
  padding: 12px 25px;
  color: #777777;
  margin: 0 0.5rem 0 0;
  transition: all linear 0.2s;
  font-family: bold;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #777777;
  margin: 0;
}
div#pagination a.archive,
div#pagination a.archive * {
  font-size: 0.9rem;
}
div#pagination a.archive.green {
  background-color: #9bc34b;
  color: white;
}
div#pagination a.archive.lightgrey {
  background-color: #f6f6f6;
}
div#pagination a.archive.lightgrey:hover {
  background-color: #d2d2d2;
  color: #777777;
}
div#pagination a.archive.transparent {
  background: none;
}
div#pagination a.archive.transparent:hover {
  background: none;
  color: #9bc34b;
}
div#pagination a.archive.border {
  border: 1px solid #777777;
  background: none;
}
div#pagination a.archive.uc {
  text-transform: uppercase;
  padding: 15px 35px;
}
div#pagination a.archive:hover {
  background-color: #777777;
  text-decoration: none;
}
div#pagination a.archive:hover,
div#pagination a.archive:hover * {
  color: white;
}
div#pagination a.archive,
div#pagination a.archive * {
  color: white;
}
div#pagination a.archive:hover {
  background-color: #9bc34b;
}
div#pagination ul.MarkupPagerNav {
  float: right;
  list-style: none;
}
div#pagination ul.MarkupPagerNav::before {
  content: "Seite";
  font-family: regular;
  text-transform: uppercase;
  font-size: 0.9rem;
}
@media only screen and (max-width: 650px) {
  div#pagination ul.MarkupPagerNav::before {
    display: none;
  }
}
div#pagination ul.MarkupPagerNav li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}
div#pagination ul.MarkupPagerNav li::after {
  content: "/";
}
div#pagination ul.MarkupPagerNav li:last-child::after {
  content: "";
}
div#pagination ul.MarkupPagerNav li button {
  border: none;
  background: none;
  color: #9bc34b;
}
div#pagination ul.MarkupPagerNav li button:hover {
  text-decoration: underline;
}
div#pagination ul.MarkupPagerNav li * {
  font-size: 0.9rem;
}
@media only screen and (max-width: 650px) {
  div#pagination ul.MarkupPagerNav li {
    display: none;
  }
}
div#pagination ul.MarkupPagerNav li.MarkupPagerNavOn a {
  text-decoration: underline;
}
div#pagination ul.MarkupPagerNav li a {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: .5rem;
}
div#pagination ul.MarkupPagerNav li.MarkupPagerNavPrevious {
  margin-left: 0;
  float: left;
}
@media only screen and (max-width: 650px) {
  div#pagination ul.MarkupPagerNav li.MarkupPagerNavPrevious,
  div#pagination ul.MarkupPagerNav li.MarkupPagerNavNext {
    display: block;
  }
}
div#pagination ul.MarkupPagerNav li.MarkupPagerNavPrevious a,
div#pagination ul.MarkupPagerNav li.MarkupPagerNavNext a {
  text-transform: uppercase;
  border: none;
  background: none;
  display: inline-block;
  background-color: #d2d2d2;
  padding: 12px 25px;
  color: #777777;
  margin: 0 0.5rem 0 0;
  transition: all linear 0.2s;
  font-family: bold;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #777777;
  margin: 0;
}
div#pagination ul.MarkupPagerNav li.MarkupPagerNavPrevious a,
div#pagination ul.MarkupPagerNav li.MarkupPagerNavPrevious a *,
div#pagination ul.MarkupPagerNav li.MarkupPagerNavNext a,
div#pagination ul.MarkupPagerNav li.MarkupPagerNavNext a * {
  font-size: 0.9rem;
}
div#pagination ul.MarkupPagerNav li.MarkupPagerNavPrevious a.green,
div#pagination ul.MarkupPagerNav li.MarkupPagerNavNext a.green {
  background-color: #9bc34b;
  color: white;
}
div#pagination ul.MarkupPagerNav li.MarkupPagerNavPrevious a.lightgrey,
div#pagination ul.MarkupPagerNav li.MarkupPagerNavNext a.lightgrey {
  background-color: #f6f6f6;
}
div#pagination ul.MarkupPagerNav li.MarkupPagerNavPrevious a.lightgrey:hover,
div#pagination ul.MarkupPagerNav li.MarkupPagerNavNext a.lightgrey:hover {
  background-color: #d2d2d2;
  color: #777777;
}
div#pagination ul.MarkupPagerNav li.MarkupPagerNavPrevious a.transparent,
div#pagination ul.MarkupPagerNav li.MarkupPagerNavNext a.transparent {
  background: none;
}
div#pagination ul.MarkupPagerNav li.MarkupPagerNavPrevious a.transparent:hover,
div#pagination ul.MarkupPagerNav li.MarkupPagerNavNext a.transparent:hover {
  background: none;
  color: #9bc34b;
}
div#pagination ul.MarkupPagerNav li.MarkupPagerNavPrevious a.border,
div#pagination ul.MarkupPagerNav li.MarkupPagerNavNext a.border {
  border: 1px solid #777777;
  background: none;
}
div#pagination ul.MarkupPagerNav li.MarkupPagerNavPrevious a.uc,
div#pagination ul.MarkupPagerNav li.MarkupPagerNavNext a.uc {
  text-transform: uppercase;
  padding: 15px 35px;
}
div#pagination ul.MarkupPagerNav li.MarkupPagerNavPrevious a:hover,
div#pagination ul.MarkupPagerNav li.MarkupPagerNavNext a:hover {
  background-color: #777777;
  text-decoration: none;
}
div#pagination ul.MarkupPagerNav li.MarkupPagerNavPrevious a:hover,
div#pagination ul.MarkupPagerNav li.MarkupPagerNavPrevious a:hover *,
div#pagination ul.MarkupPagerNav li.MarkupPagerNavNext a:hover,
div#pagination ul.MarkupPagerNav li.MarkupPagerNavNext a:hover * {
  color: white;
}
div#pagination ul.MarkupPagerNav li.MarkupPagerNavPrevious a,
div#pagination ul.MarkupPagerNav li.MarkupPagerNavPrevious a *,
div#pagination ul.MarkupPagerNav li.MarkupPagerNavNext a,
div#pagination ul.MarkupPagerNav li.MarkupPagerNavNext a * {
  color: white;
  font-family: bold;
}
div#pagination ul.MarkupPagerNav li.MarkupPagerNavPrevious a:hover,
div#pagination ul.MarkupPagerNav li.MarkupPagerNavNext a:hover {
  background-color: #9bc34b;
}
div#share {
  padding: 1rem;
  margin-bottom: 2rem;
}
div#share &gt;a {
  color: #555555;
  margin-right: 2rem;
  display: inline-block;
}
div#share &gt;a::after {
  margin-left: 0.5rem;
}
div#share &gt;a.share::after {
  content: "\ea82";
}
div#share &gt;a.print::after {
  content: "\e954";
}
div.page.hidden {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
div#tags,
div#categories {
  margin-bottom: 2rem;
}
div#tags a,
div#categories a {
  margin-bottom: 0.5rem;
}
div#further {
  margin-bottom: 2rem;
}
div#further div#articles {
  margin: 0 -1rem;
}
div#commentForm {
  margin-bottom: 1rem;
  overflow: auto;
}
div#commentForm #CommentPostNote {
  margin-bottom: 1rem;
}
div#comments strong {
  font-family: bold;
}
div#comments ul.CommentList {
  list-style: none;
}
div#comments ul.CommentList li {
  margin-bottom: 1rem;
}
div#comments ul.CommentList li ul {
  margin: 1rem 0 1rem 2rem;
}
div#comments p.CommentHeader {
  margin-bottom: 0.5rem;
}
div#comments div.CommentFooter {
  margin-top: 0.5rem;
}
div#comments div.CommentFooter p.CommentAction {
  margin-bottom: 0.5rem;
}
div#teaser {
  margin-bottom: 2rem;
}
div#teaser,
div#teaser * {
  font-size: 1.1rem;
}
.teasertext,
.teasertext *,
.contentelement strong,
.contentelement strong * {
  font-size: 1.1rem;
  font-family: bold;
}
ul#siteMap {
  margin-left: 2rem;
  list-style: none;
}
ul#siteMap &gt;li&gt;a {
  font-family: bold;
}
ul#siteMap li {
  margin-bottom: 0.5rem;
}
ul#siteMap li a {
  color: #777777;
}
ul#siteMap li ul {
  margin-top: 0.5rem;
  margin-left: 2rem;
  list-style: none;
}
.uc {
  text-transform: uppercase;
}
.fLeft {
  float: left;
}
img.align_left {
  float: left;
  margin-right: 1rem;
  vertical-align: middle;
}
img.align_right {
  float: right;
  margin-left: 1rem;
}
.noPaddingX {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.buttonLink {
  border: none;
  background: none;
  display: inline-block;
  background-color: #d2d2d2;
  padding: 12px 25px;
  color: #777777;
  margin: 0 0.5rem 0 0;
  transition: all linear 0.2s;
  font-family: bold;
  border-radius: 5px;
}
.buttonLink,
.buttonLink * {
  font-size: 0.9rem;
}
.buttonLink.green {
  background-color: #9bc34b;
  color: white;
}
.buttonLink.lightgrey {
  background-color: #f6f6f6;
}
.buttonLink.lightgrey:hover {
  background-color: #d2d2d2;
  color: #777777;
}
.buttonLink.transparent {
  background: none;
}
.buttonLink.transparent:hover {
  background: none;
  color: #9bc34b;
}
.buttonLink.border {
  border: 1px solid #777777;
  background: none;
}
.buttonLink.uc {
  text-transform: uppercase;
  padding: 15px 35px;
}
.buttonLink:hover {
  background-color: #777777;
  text-decoration: none;
}
.buttonLink:hover,
.buttonLink:hover * {
  color: white;
}
footer {
  padding: 2rem 2rem 5rem 2rem;
  display: flex;
}
@media only screen and (max-width: 900px) {
  footer {
    display: block;
  }
}
footer &gt;div:nth-child(1) {
  width: 30%;
}
footer &gt;div:nth-child(1) img {
  max-width: 350px;
  width: 100%;
}
footer &gt;div:nth-child(2) {
  margin-top: 8px;
  width: 45%;
}
footer &gt;div:nth-child(3) {
  margin-top: 17px;
  width: 25%;
}
@media only screen and (max-width: 900px) {
  footer &gt;div {
    width: 100% !important;
    margin-bottom: 2rem;
    text-align: center;
  }
}
footer div.social {
  text-align: right;
}
@media only screen and (max-width: 900px) {
  footer div.social {
    text-align: center;
  }
}
section#cookies {
  z-index: 5000;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #d2d2d2;
  min-height: 65px;
  padding: 1rem 200px 1rem 1rem;
  box-sizing: border-box;
}
section#cookies,
section#cookies * {
  color: #777777;
}
section#cookies h3 {
  font-size: 1.5rem;
  margin-bottom: 0;
  display: inline-block;
}
section#cookies a {
  text-decoration: underline;
}
section#cookies a.button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #9bc34b;
  margin-left: 1rem;
  border-radius: 5px;
  color: white;
}
@media only screen and (max-width: 650px) {
  section#cookies {
    text-align: center;
  }
  section#cookies * {
    text-align: center;
  }
  section#cookies a {
    margin: 0 0 1rem 0;
    float: none;
  }
}
iframe.matomo {
  border: 1px solid #CCCCCC;
}
</pre></body></html>