@charset "utf-8";
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v18-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v18-latin-italic.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Italic'), local('Roboto-Italic'), url('../fonts/roboto-v18-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v18-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v18-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v18-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v18-latin-italic.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-v18-latin-700italic.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('../fonts/roboto-v18-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v18-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v18-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v18-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v18-latin-700italic.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v18-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v18-latin-700.svg#Roboto') format('svg');
  /* Legacy iOS */
}
html {
  min-height: 101%;
  font: 16px/1.5 "Roboto", Arial, Helvetica, sans-serif;
}
body {
  color: #231f20;
  margin: 0;
}
main {
  -ms-hyphens: auto;
      hyphens: auto;
}
/* Überschriften */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin: 0 0 0.5rem 0;
}
h1 {
  font-size: 32px;
  color: #70a4d3;
}
h2 {
  font-size: 28px;
  color: #70a4d3;
}
h3 {
  font-size: 22.4px;
  color: #70a4d3;
}
h4,
h5 {
  font-size: 20px;
  color: #70a4d3;
}
h6 {
  font-size: 16px;
  color: #70a4d3;
}
/* Absätze */
p {
  margin: 0 0 1em 0;
}
p:last-child {
  margin-bottom: 0;
}
p.lead {
  font-size: 20px;
  font-weight: bold;
}
/*p.overview {
	margin: 0 auto 1em auto;
	text-align: center;
	width: 30%;
}*/
/*p.byline {
	color: #888;
}
p.byline img {
	width: 5em;
	float: left;
}
p.byline strong {
	display: block;
}
p.byline a {
	color: #444;
}*/
hr {
  border: none;
  border-bottom: thin solid #DDD;
  clear: both;
  display: block;
  height: 1px;
  margin: 0 0 2em;
  padding: 2em 0 0;
}
ul {
  margin: 0 0 1rem;
  padding: 0;
}
dl {
  margin: 0 0 1em;
  padding: 0;
}
dt {
  float: left;
  clear: left;
  margin: 0 5% 0.5em 0;
  width: 25%;
}
dd {
  margin: 0 0 0.5em 30%;
}
li {
  margin-bottom: 0.5em;
}
main li {
  margin-left: 1.5em;
}
.row {
  list-style: none;
  margin: 0;
}
.row li {
  display: inline-block;
  line-height: 1;
  margin-left: 0;
}
/* Hyperlinks */
a {
  color: #70a4d3;
  text-decoration: none;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
a:focus,
a:active,
a:hover {
  color: #b0c7e4;
  outline: none;
}
a.cancel {
  color: #C00;
}
a.cancel:hover {
  color: #E00;
}
a.cancel:before {
  content: "\00d7\00a0";
}
a.push {
  border-radius: 0;
  background: #70A4D8;
  color: #FFF;
  display: inline-block;
  padding: 0.25em 1em;
}
a.push:hover {
  background: #A6C3E6;
  color: #FFF;
}
a.ahead:before {
  content: "\00bb";
  padding-right: 0.5em;
}
a.behind:before {
  content: "\00ab";
  padding-right: 0.5em;
}
a.external:after,
a[rel=external]:after {
  content: "\00a0\2197";
}
a.change {
  border: thin solid #069;
  border-radius: 0.25em;
  display: inline-block;
  height: 1em;
  line-height: 1;
  padding: 0.25em;
  width: 1em;
  margin: 0;
}
a.change svg.icon {
  fill: #069;
  height: 1em;
  width: 1em;
}
strong {
  font-weight: 600;
}
em.instock,
em.soldout,
em.outofstock,
em.discontinued {
  font-style: normal;
  color: #444;
  font-size: 0.875em;
  font-weight: 600;
}
em.instock:before,
em.soldout:before,
em.outofstock:before,
em.discontinued:before {
  content: "\25CF";
  font-size: 1.5em;
  line-height: 1;
  padding-right: 0.5em;
  vertical-align: text-bottom;
}
em.instock {
  color: #690;
}
em.soldout,
em.discontinued {
  color: #C00;
}
em.outofstock {
  color: #C90;
}
abbr[title] {
  border-bottom: thin dotted;
  text-decoration: none;
  cursor: help;
}
sup,
sub {
  font-size: 0.7em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.3em;
}
sub {
  bottom: -0.3em;
}
small {
  font-size: 0.75em;
  color: #999;
  font-weight: normal;
}
small a {
  color: #666;
}
small a:hover {
  color: #333;
}
small.cue a {
  color: #70a4d3;
}
small.cue a:hover {
  color: #b0c7e4;
}
address {
  font-style: normal;
  margin-bottom: 1em;
}
dfn,
samp {
  color: #999;
  font: inherit;
}
dfn {
  display: block;
  margin-left: 25%;
  padding-top: 0.5em;
}
samp {
  padding-left: 1em;
  vertical-align: baseline;
}
samp svg.icon {
  fill: #999;
  vertical-align: middle;
}
samp[data-tooltip]:after,
samp[data-tooltip]:before {
  left: 0.25em;
}
mark {
  background: #FFC;
  color: inherit;
  padding: 0 0.25em;
}
pre,
kbd,
code {
  font: 0.9em "Courier New", Courier, monospace;
  color: #000;
  background: #DDD;
  padding: 0.1em 0.25em;
  vertical-align: middle;
}
del {
  color: #C00;
}
ins {
  text-decoration: none;
  font-weight: 400;
}
blockquote {
  margin: 0 2em 1em 2em;
  font-style: italic;
}
kbd {
  border: thin solid #999;
  border-radius: 0.25em;
}
span[itemprop=author],
span[itemprop=creator] {
  padding-right: 1em;
}
details {
  margin-bottom: 1em;
  padding-left: 1em;
}
summary {
  margin-left: -1em;
}
summary:active,
summary:focus {
  outline: none;
}
summary * {
  display: inline-block;
  cursor: pointer;
}
figure {
  background: #FFF;
  margin: 0 0 1em 0;
  text-align: right;
}
figure.thumb {
  width: 8em;
}
figcaption {
  color: #666;
  font-size: 0.9em;
  margin-top: 1em;
}
img {
  display: block;
  border: none;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
img.inline {
  display: inline;
  margin: 0 0.5em;
  vertical-align: middle;
}
figure img {
  margin: 0 auto;
}
iframe {
  border: none;
  margin-bottom: 1em;
  max-width: 100%;
  width: 100%;
}
video {
  background: #d3e2f4;
}
div.video {
  height: 0;
  margin-bottom: 1em;
  padding-bottom: 56.25%;
  position: relative;
}
div.video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-style: none;
  table-layout: fixed;
  width: 100%;
}
caption {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1em;
  text-align: left;
}
tbody tr {
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
tbody tr:hover {
  background: #DDD;
}
th {
  padding: 0.25em;
  text-align: left;
}
td {
  padding: 0.25em;
  vertical-align: top;
}
th.center,
td.center {
  text-align: center;
}
th.right,
td.right {
  text-align: right;
}
col.title {
  width: 50%;
}
col.address {
  width: 30%;
}
col.month,
col.price,
col.product {
  width: 25%;
}
col.date,
col.filesize {
  width: 20%;
}
col.variant,
col.available {
  width: 15%;
}
col.weekday {
  width: 14.2857%;
}
col.unit,
col.total,
col.image,
col.amount,
col.filetype {
  width: 10%;
}
col.action {
  width: 5%;
}
.booking-calendar-icon {
  width: 2rem;
  height: auto;
  margin: auto;
}
.floating-button:hover {
  background-color: #70a4d3;
  color: #fff;
}
.floating-button span {
  display: inline-block;
  padding-top: 0.5rem;
  font-size: 14.5px;
}
.floating-buttons {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 1000;
}
.floating-button {
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -ms-hyphens: none;
      hyphens: none;
  width: 110px;
  background: #FFF;
  color: #70a4d3;
  overflow: hidden;
  padding: 0.75rem 1rem 0.5rem;
  -webkit-box-shadow: 0 0.15rem 0.25rem rgba(0, 0, 0, 0.6);
          box-shadow: 0 0.15rem 0.25rem rgba(0, 0, 0, 0.6);
}
.booking-calendar-icon {
  width: 2rem;
  height: auto;
  margin: auto;
}
.floating-button img {
  width: 2rem;
  height: auto;
  margin: auto;
}
.floating-button:hover img {
  -webkit-filter: saturate(0) brightness(100);
          filter: saturate(0) brightness(100);
}
.floating-button:nth-child(n+2) {
  margin-top: 0.5rem;
}
.floating-button.green:hover {
  background-color: #70A4D3 !important;
}
@media only screen and (max-width: 480px) {
  .floating-button span {
    display: none;
  }
  .floating-button {
    width: 50px;
  }
  .booking-calendar-icon {
    width: 70%;
  }
}
@media only screen and (max-width: 80rem) {
  .floating-button {
    top: 500px;
  }
}
@media only screen and (max-width: 64rem) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 50rem) {
  .floating-button {
    top: 400px;
  }
}
@media only screen and (max-width: 40rem) {
  .floating-button {
    top: 422px;
  }
}
@media only screen and (max-width: 30rem) {
  dfn {
    margin-left: 0;
  }
  samp {
    display: block;
    padding-left: 0;
  }
  table,
  tbody,
  tfoot,
  caption,
  tr,
  td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
  }
  tr {
    display: table;
    margin-bottom: 1em;
  }
  thead,
  th,
  td.blind,
  td.action {
    display: none;
  }
  th.caption {
    display: block;
  }
  td.image,
  td.amount {
    float: left;
    width: 35%;
  }
  td.image img {
    width: 100%;
  }
  td.product {
    float: left;
    width: 65%;
  }
  td.variant {
    clear: both;
    float: right;
    width: 65%;
  }
  td.available,
  td.sum,
  td.unit {
    clear: both;
    text-align: right;
  }
  td.sum:before,
  td.unit:before,
  td.total:before,
  td.entry:before,
  td.available:before {
    content: attr(title);
    float: left;
  }
  td.entry,
  td.available {
    text-align: right;
  }
  td.entry:before {
    line-height: 2;
  }
  td.entry input,
  td.entry select,
  td.entry button {
    width: 50%;
  }
  td.address:before {
    content: attr(title);
    display: block;
    float: none;
    font-weight: bold;
    padding: 0.5em 0;
  }
}
.scope {
  width: 100%;
  max-width: 75em;
  margin: 0 auto;
  padding: 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF;
}
.group:after {
  content: "";
  display: block;
  clear: both;
}
.previous {
  float: left;
}
.next {
  float: right;
}
.overview {
  text-align: center;
}
.back:before,
.more:after {
  font-size: 1.5em;
  line-height: 1;
  vertical-align: text-bottom;
}
.back:before {
  content: "\2039";
  padding-right: 0.25em;
}
.more:after {
  content: "\203a";
  padding-left: 0.25em;
}
.done:after {
  content: "\00a0\2713";
}
.anterior,
.left {
  float: left;
  margin: 0 5% 1em 0;
  width: 30%;
}
.interior {
  margin: inherit auto;
}
.posterior,
.right {
  float: right;
  margin: 0 0 1em 5%;
  width: 30%;
}
.sponsored {
  background: #FFF;
  border: thin solid #999;
  border-radius: 0.25em;
  float: right;
  padding: 0.05em 0.5em;
}
.mobile {
  display: none;
}
.tablet {
  display: none;
}
.desktop {
  display: block;
}
.accented {
  background-color: #d3e2f4;
  text-align: center;
  padding: 1rem;
  margin: 0 -2rem 0 -2rem;
}
svg.icon {
  display: inline-block;
  fill: #222;
  height: 1.5em;
  width: 1.5em;
}
i {
  display: inline-block;
  font-style: normal;
}
i.help {
  background: #FFF;
  border: 0.15em solid #069;
  border-radius: 50%;
  color: #069;
  cursor: default;
  font-weight: 700;
  height: 1em;
  line-height: 1;
  margin: 0 0 0 0.5em;
  text-align: center;
  width: 1em;
}
i.social {
  width: 2em;
  height: 2em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
i.twitter {
  background-image: url(../images/swyn/swyn_twitter.gif);
}
i.facebook {
  background-image: url(../images/swyn/swyn_facebook.gif);
}
i.googleplus {
  background-image: url(../images/swyn/swyn_googleplus.gif);
}
i.xing {
  background-image: url(../images/swyn/swyn_xing.gif);
}
i.linkedin {
  background-image: url(../images/swyn/swyn_linkedin.gif);
}
i.pinterest {
  background-image: url(../images/swyn/swyn_pinterest.gif);
}
i.instagram {
  background-image: url(../images/swyn/swyn_instagram.gif);
}
i.youtube {
  background-image: url(../images/swyn/swyn_youtube.gif);
}
i.tumblr {
  background-image: url(../images/swyn/swyn_tumblr.gif);
}
i.delicious {
  background-image: url(../images/swyn/swyn_delicious.gif);
}
i.foursquare {
  background-image: url(../images/swyn/swyn_foursquare.gif);
}
i.flickr {
  background-image: url(../images/swyn/swyn_flickr.gif);
}
i.aboutme {
  background-image: url(../images/swyn/swyn_aboutme.gif);
}
[data-tooltip] {
  position: relative;
}
[data-tooltip]:after,
[data-tooltip]:before {
  bottom: 100%;
  font-weight: normal;
  left: -1em;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
}
[data-tooltip]:after {
  background: #069;
  color: #FFF;
  content: attr(data-tooltip);
  margin-bottom: 0.9em;
  padding: 0.5em 1em;
  text-align: center;
  white-space: nowrap;
  z-index: 100;
}
[data-tooltip]:before {
  border-top: 0.5em solid #069;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  content: "";
  height: 0;
  margin: 0 0 0.4em 1em;
  width: 0;
  z-index: 101;
}
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  opacity: 1;
  visibility: visible;
}
.paging {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.paging li {
  float: left;
  margin: 0 1px 0 0;
  white-space: nowrap;
  line-height: 2.5;
}
.paging li:first-child {
  margin: 0 1em 0 0;
}
.paging ul li:last-child {
  margin: 0 0 0 1em;
}
.paging li span {
  margin: 0 0.5em;
}
.paging li i {
  font-size: 24px;
  line-height: 1;
  font-style: normal;
}
.paging a {
  display: block;
  text-align: center;
  background: #70a4d3;
  width: 2.5em;
  color: #FFF;
  font-weight: 600;
}
.paging a:hover {
  background: #b0c7e4;
  color: #FFF;
}
.paging a.current {
  color: #FFF;
  background: #b0c7e4;
}
.paging a.disabled {
  cursor: default;
  background: #999;
  color: #666;
}
div.rating {
  cursor: default;
  direction: rtl;
  display: inline-block;
  padding-right: 1em;
  unicode-bidi: bidi-override;
}
div.rating span {
  direction: ltr;
  display: inline-block;
  font-weight: normal;
  padding-left: 1em;
}
div.rating input {
  display: none;
}
div.rating label {
  cursor: pointer;
  font-size: 2em;
  line-height: 0.75;
  padding-right: 0;
}
div.rating i:before {
  color: #999;
  content: "\2606";
}
div.rating i.checked:before,
div.rating label:hover i:before,
div.rating label:hover ~ label i:before,
div.rating input:checked ~ label i:before,
div.rating input:checked + label:hover i:before {
  color: #C90;
  content: "\2605";
}
#cookieChoiceInfo {
  bottom: 0;
  top: auto !important;
  background: #E6E6E6 !important;
}
#cookieChoiceInfo a {
  background: #231f20;
  color: #8e8083;
  display: inline-block;
  border-radius: 0;
  padding: 0 0.5rem;
  font-size: 0.9rem;
}
#cookieChoiceInfo a:hover {
  color: #FFF;
  background: #000;
}
.cc-window.cc-banner {
  padding: 0.25rem 0.5rem !important;
}
.gallery li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gallery li > a {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  min-height: 80%;
  padding: 0.25rem;
  border: thin solid #CCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gallery img {
  height: auto;
  width: auto;
}
.card {
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.card:hover {
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}
.card h4 {
  padding: 0 0.25rem;
}
@media only screen and (max-width: 64rem) {
  .scope {
    padding: 0 0.5rem;
  }
}
@media only screen and (max-width: 50rem) {
  .tablet {
    display: block;
  }
  .desktop {
    display: none;
  }
}
@media only screen and (max-width: 40rem) {
  .paging ul,
  .paging ol li:first-child {
    display: none;
  }
  .mobile {
    display: block;
  }
}
@media only screen and (max-width: 30rem) {
  .anterior,
  .posterior {
    float: none;
    margin: 0 0 1em 0;
    width: auto;
  }
}
header {
  height: auto;
  background: #FFF;
}
header ul {
  list-style: none;
}
#title {
  width: 100%;
  float: left;
}
#title img {
  margin: 1rem auto;
}
.service {
  background: #eef4fb;
  width: 100%;
  float: left;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
.service li {
  margin: 0 0.5em;
}
.service li a {
  color: #70a4d3;
}
.service li a:hover {
  color: #b0c7e4;
}
.service li a.current {
  color: #999;
}
#social {
  width: auto;
  max-width: 300px;
  margin: 0 auto;
  padding: 2rem 0 4rem 0;
}
#social ul {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#social li {
  margin: 0;
  padding: 0;
}
.search {
  float: right;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 1rem;
}
.search .set {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 0;
  margin-left: 0;
  position: relative;
}
.search input {
  padding: 0 0.25rem;
  margin: 0;
  border: thin solid #000;
  width: 85%;
}
.search button {
  background: none;
  height: 2em;
  margin: 0;
  width: 3rem;
  border: thin solid #000;
  border-left-width: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search .suggest {
  position: absolute;
  top: 2rem;
  left: 0;
  z-index: 200;
  display: none;
  padding: 0;
  width: 100%;
}
.suggest ul {
  position: absolute;
  background: #FFF;
  border-top: thin solid #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 200%;
  min-width: 100%;
  margin: 0;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.3);
}
.search input:focus + .suggest {
  display: block;
}
.suggest li {
  float: none;
  line-height: 1.5rem;
  overflow: hidden;
  padding: 0.5em 1em;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.suggest li:hover {
  cursor: default;
  background-color: #EEE;
}
.suggest li:last-child {
  border-top: thin solid #DDD;
}
.suggest a {
  width: 100%;
  color: #231f20;
}
.suggest li:last-child a {
  color: #70a4d3;
}
.status {
  float: right;
  clear: right;
  margin: 0;
  padding-top: 0.25em;
}
.status a {
  padding-right: 1em;
}
.status a:last-of-type {
  padding-right: 0;
}
.status svg.icon {
  margin-right: 0.5em;
  padding-bottom: 0.25em;
  vertical-align: middle;
}
.status data {
  border-left: thin solid;
  margin-left: 0.5em;
  padding: 0 0.5em;
}
.status .counter {
  display: none;
}
@media only screen and (max-width: 50rem) {
  .service {
    padding-right: 0;
  }
  .service li span {
    display: none;
  }
}
@media only screen and (max-width: 40rem) {
  #title {
    width: 30%;
  }
  .status data,
  .service span,
  .status a.more {
    display: none;
  }
}
@media only screen and (max-width: 30rem) {
  #title {
    width: 50%;
  }
  #title img {
    bottom: 0;
  }
  .status {
    line-height: 2;
    margin-top: 0;
    text-align: center;
  }
  .status {
    clear: left;
    float: right;
    text-align: right;
  }
  .status a {
    padding: 0;
    position: relative;
  }
  .status svg.icon {
    height: 2em;
    width: 2em;
    position: relative;
    z-index: 100;
  }
  .status span,
  .social {
    display: none;
  }
  .status .counter {
    display: block;
    position: absolute;
    top: -0.25rem;
    right: 0;
    background: red;
    color: #FFF;
    border-radius: 50%;
    line-height: 1;
    padding: 0.25em;
    font-size: 0.8em;
  }
  .search {
    float: left;
    clear: left;
    width: 60%;
    margin-bottom: 0;
  }
  .search .set {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .service li {
    line-height: 1.5em;
  }
}
nav {
  background: #70a4d3;
  clear: both;
  width: 100%;
  margin-top: 1rem;
}
nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #70a4d3;
  margin: 0 auto;
  max-width: 75em;
}
nav ul ul {
  display: none;
  position: absolute;
  z-index: 100;
}
nav li:hover ul {
  display: block;
}
nav li {
  margin-right: 1rem;
  margin-bottom: 0;
  position: relative;
}
nav li li {
  margin-right: 0;
}
nav a {
  color: #FFF;
  background: #70a4d3;
  white-space: nowrap;
  display: block;
  padding: 0.5rem 1rem;
  font-weight: bold;
  -webkit-transition: none;
  transition: none;
}
nav li:hover,
nav li:hover a {
  background: #b0c7e4;
  color: #FFF;
}
nav a:hover {
  background: #b0c7e4;
  color: #FFF;
  font-weight: bold;
}
nav a.current {
  color: #FFF;
  background: #b0c7e4;
}
nav label {
  cursor: pointer;
  display: none;
}
nav input {
  display: none;
}
.outgoing {
  margin-left: auto;
}
.outgoing + .outgoing {
  margin-left: 0;
}
.outgoing:hover {
  background: #70a4d3;
}
.outgoing a {
  margin-top: -0.25rem;
  background: #FFF;
  color: #70a4d3;
  -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.4);
}
.menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menu h4 {
  margin: 0;
  line-height: 2;
}
.menu ul {
  margin: 1em 0;
  list-style: none;
}
.menu li {
  margin: 0;
  padding: 0;
}
.menu li a {
  display: block;
  color: #70a4d3;
  padding: 0.5em 0.25em;
}
.menu li a:hover {
  background: #FFF;
  color: #b0c7e4;
}
.menu li a.current {
  color: #000;
  background: #FFF;
}
.menu li a.disabled {
  color: #666;
  cursor: default;
}
.menu li a.disabled:hover {
  background: #999;
}
.menu ul ul {
  padding-bottom: 1em;
  background: #FFF;
  margin-bottom: 0;
}
.menu li li {
  font-size: 0.9em;
  line-height: 2;
}
.menu li li a {
  color: #666;
  font-weight: normal;
  padding-left: 2em;
  background: #FFF;
}
.menu li li a:hover {
  color: #000;
  background: none;
}
.menu li li a.current {
  font-weight: bold;
}
/* Off-Canvas */
#toggle,
#toggle + label {
  display: none;
}
.breadcrumb {
  font-size: 0.9rem;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 0.5rem 0;
}
.breadcrumb li:after {
  content: "\00a0\003e";
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb a.edit {
  background: #C00;
  border-radius: 1.25em;
  color: #FFF;
  display: inline-block;
  float: right;
  font-weight: bold;
  padding: 0.125em 0.75em;
}
.breadcrumb a.edit:hover {
  background: #A00;
}
#view > * {
  padding-bottom: 0;
  white-space: nowrap;
  padding-left: 1em;
  vertical-align: middle;
}
#view .next {
  display: block;
  line-height: 2em;
}
#view svg.icon {
  vertical-align: middle;
}
@media only screen and (max-width: 50rem) {
  nav > ul {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    z-index: 1100;
    display: block;
    margin-bottom: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  nav > ul ul {
    display: block;
    position: static;
    max-height: 0;
    height: auto;
    overflow: hidden;
  }
  nav > ul ul a {
    padding-left: 2rem;
  }
  nav li:hover a {
    background: none;
  }
  nav li:hover {
    background: #b0c7e4;
  }
  nav label {
    right: 0;
    top: 0.75rem;
    background: #70a4d3;
    text-align: center;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0.5rem;
    padding: 0.5em;
    line-height: 1;
  }
  nav label svg.icon {
    fill: #FFF;
    color: #FFF;
  }
  nav label:hover {
    background: #70a4d3;
  }
  nav label.close {
    position: static;
    font-size: 2em;
    line-height: 0;
    display: inline-block;
    color: #FFF;
  }
  nav #show:checked + ul {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  #view {
    float: none;
  }
  #view > * {
    padding-left: 0;
    padding-right: 1em;
  }
  .drop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    z-index: 100;
    top: 0;
    left: calc(90% - 1rem);
    width: 2rem;
    background: #4C88C1;
    color: #FFF;
    cursor: pointer;
    font-size: 2em;
    line-height: 1;
    padding: 0.25rem 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .drop:hover {
    background: #000;
  }
  .drop span {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .drop.active span {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  nav > ul ul.visible {
    max-height: none;
  }
  .outgoing a {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 40rem) {
  .menu {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    min-height: 100%;
    width: 75%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #FFF;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  #toggle + label {
    background: #444;
    border-radius: 0 0.5em 0.5em 0;
    color: #FFF;
    cursor: pointer;
    display: block;
    left: 0;
    line-height: 1;
    padding: 0.25em;
    position: fixed;
    top: 0.5em;
    -webkit-transition: left 0.5s, -webkit-transform 0.5s;
    transition: left 0.5s, -webkit-transform 0.5s;
    transition: left 0.5s, transform 0.5s;
    transition: left 0.5s, transform 0.5s, -webkit-transform 0.5s;
    z-index: 1000;
  }
  #toggle + label svg.icon {
    fill: #FFF;
  }
  #toggle:checked ~ .menu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-box-shadow: 0 0 1rem #000;
            box-shadow: 0 0 1rem #000;
  }
  #toggle:checked + label {
    left: 75%;
  }
  #toggle + label svg.icon {
    -webkit-transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  #toggle:checked + label svg.icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  nav label {
    top: 4rem;
  }
}
/* Fußbereich */
footer {
  background: #70a4d3;
  clear: both;
  overflow: hidden;
}
footer ul {
  margin: 0;
}
footer li {
  list-style: none;
}
footer a {
  color: #FFF;
}
footer a:hover {
  color: #231F20;
}
/* Sitemap */
.sitemap li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.sitemap ul ul {
  float: none;
  margin-top: 0.5em;
}
.sitemap li li {
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
  font-weight: normal;
}
/* Fußzeile */
#footnote {
  text-align: center;
  padding: 2rem 0 3rem 0;
  background-color: #70a4d3;
}
#footnote li {
  display: inline;
  padding: 0 0.5em;
}
/* Zum Seitenanfang */
#totop {
  background: #000;
  bottom: 2em;
  height: 4em;
  opacity: 0;
  position: fixed;
  right: 2em;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  width: 4em;
}
#totop.show {
  opacity: 0.5;
  visibility: visible;
}
#totop:hover {
  opacity: 1;
}
#totop svg.icon {
  fill: #FFF;
  height: 2em;
  padding: 1em 0;
  width: 2em;
}
@media only screen and (max-width: 30rem) {
  footer {
    padding: 0.5rem;
  }
  #sitemap {
    display: none;
  }
  #footnote {
    height: auto;
    overflow: hidden;
    text-align: left;
    padding: 0;
  }
  #footnote li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    float: left;
    font-size: 0.875em;
    margin-right: 0;
    width: 50%;
  }
}
.set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2rem;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: clac(102%);
}
.set > * {
  padding-left: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding-bottom: 2rem;
}
.set > .set {
  margin-left: 0;
  padding-left: 0;
}
.set.reduced > * {
  padding-bottom: 0;
}
.columns {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.columns > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
.related {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.related > * {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
}
.teaser {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.teaser > * {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}
.list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list > * {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
}
.set > .grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}
.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
main {
  background: #fafafa;
}
.master {
  padding-bottom: 2rem;
  text-align: center;
  font-size: 1.25em;
}
.content {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.content h1,
.content h2 {
  margin-bottom: 0.5em;
}
.journal {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
  padding-bottom: 2rem;
}
.wrapper {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  max-width: 80%;
}
.wrap .breadcrumb {
  margin-top: 1em;
  padding-bottom: 0;
}
aside {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}
.menu {
  -ms-flex-preferred-size: 20% !important;
      flex-basis: 20% !important;
  max-width: 20% !important;
}
#admin {
  background: #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999;
  font-size: 13px;
  padding: 0.5em 0 0.5em 1em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
#admin p {
  margin: 0;
}
#admin a {
  background: #231f20;
  border-radius: 0.25em;
  color: #FFF;
  display: inline-block;
  margin: 0 1em;
  padding: 0.1em 0.5em;
}
#admin a:hover {
  background: #666;
}
#admin + #root {
  margin-top: 1.75em;
}
@media only screen and (max-width: 50rem) {
  .columns > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .related > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .teaser > * {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    max-width: 33.3%;
  }
  .list > * {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    max-width: 33.3%;
  }
  .journal,
  aside {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 40rem) {
  .related > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .teaser > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .menu {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 30rem) {
  .teaser > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .list > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
form {
  margin: 0;
  padding: 0;
}
form br {
  clear: left;
}
fieldset {
  border: none;
  margin: 0;
  padding: 1rem 0;
}
fieldset.button {
  padding-left: 25%;
}
legend {
  color: #666;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
label {
  padding-right: 2%;
  vertical-align: middle;
}
label.before {
  display: block;
  float: left;
  line-height: 2;
  width: 23%;
}
label.between {
  padding-left: 2%;
}
label.after,
label.check {
  display: block;
  float: left;
  margin: 0.25em 0;
}
label.after {
  width: 65%;
}
label.check {
  width: 90%;
}
label.none {
  float: left;
  line-height: 2;
  padding-right: 0;
  width: 0;
  white-space: nowrap;
}
label.required {
  cursor: help;
}
label.required:after {
  content: "\00a0\002a";
  color: #C00;
}
label.error {
  color: #C00;
}
input,
select,
textarea {
  border: thin solid #999;
  font: inherit;
  margin: 0 0 0.25em 0;
  padding: 0.25em;
  vertical-align: middle;
}
input.triple {
  width: 3em;
}
input[type=date],
input[type=time],
input[type=number] {
  width: 20%;
}
input.standard,
input[type=url],
input[type=email],
textarea {
  width: 70%;
}
input.short,
input[type=password] {
  width: 35%;
}
input.error,
select.error,
textarea.error {
  border-color: #C00;
}
input[type=checkbox],
input[type=radio] {
  border: 0;
  height: 1em;
  margin: 0.55em 0.5em 0.45em 0;
  padding: 0;
  width: 1em;
}
input.vertical {
  float: left;
  margin-left: 25%;
}
input.check {
  float: left;
  margin-right: 1%;
}
select {
  padding-left: 0.05em;
}
option {
  margin: 0;
}
optgroup {
  font-style: normal;
  padding: 0 0.5em 1em;
}
textarea {
  overflow: auto;
  resize: vertical;
}
input:hover,
select:hover,
textarea:hover {
  border-color: #777;
}
select:focus,
textarea:focus,
input:focus {
  border-color: #555;
  -webkit-box-shadow: inset 0.05em 0.1em 0.1em #CCC;
          box-shadow: inset 0.05em 0.1em 0.1em #CCC;
  outline: none;
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
button {
  background-color: #888;
  background-color: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  border: thin solid #FFF;
  border: none;
  border-radius: 0;
  color: #FFF;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0.25em;
  padding: 0.25em 1em;
  vertical-align: middle;
}
button:hover {
  background: #666;
}
button.cancel {
  background: #C00;
  background: -webkit-gradient(linear, left top, left bottom, from(#E00), to(#C00));
  background: linear-gradient(to bottom, #E00 0%, #C00 100%);
}
button.cancel:hover {
  background: #A00;
  background: -webkit-gradient(linear, left top, left bottom, from(#E00), to(#A00));
  background: linear-gradient(to bottom, #E00 0%, #A00 100%);
}
button.event {
  background: #C90;
  background: -webkit-gradient(linear, left top, left bottom, from(#DA0), to(#C90));
  background: linear-gradient(to bottom, #DA0 0%, #C90 100%);
}
button.event:hover {
  background: #B80;
  background: -webkit-gradient(linear, left top, left bottom, from(#EA0), to(#B80));
  background: linear-gradient(to bottom, #EA0 0%, #B80 100%);
}
button.okay {
  background: #690;
  background: -webkit-gradient(linear, left top, left bottom, from(#7A0), to(#690));
  background: linear-gradient(to bottom, #7A0 0%, #690 100%);
}
button.okay:hover {
  background: #580;
  background: -webkit-gradient(linear, left top, left bottom, from(#7A0), to(#580));
  background: linear-gradient(to bottom, #7A0 0%, #580 100%);
}
button.execute {
  background: #70a4d3;
}
button.execute:hover {
  background: #b0c7e4;
}
#error,
#warning,
#confirm,
#mandate {
  border: thin solid;
  margin-bottom: 2em;
  padding: 1em;
  overflow: auto;
}
#error p,
#warning p,
#confirm p {
  font-weight: 600;
}
#error img,
#warning img,
#confirm img {
  float: left;
  width: 11em;
  margin: 0 2em 0 0;
}
#error button,
#warning button,
#confirm button {
  float: right;
  margin-left: 0.5em;
}
#error {
  background: #FEE;
  border-color: #C00;
  color: #C00;
}
#warning {
  background: #FFD;
  border-color: #C90;
  color: #C90;
}
#confirm {
  background: #EFE;
  border-color: #690;
  color: #690;
}
#mandate {
  background: #FFF;
  border-color: #999;
  color: #444;
}
@media only screen and (max-width: 80rem) {
  col.price {
    width: 25%;
  }
}
@media only screen and (max-width: 50rem) {
  #error button,
  #warning button,
  #confirm button {
    clear: right;
  }
}
@media only screen and (max-width: 30rem) {
  fieldset.button {
    padding-left: 0;
  }
  label.after,
  label.check {
    width: 90%;
  }
  label.none {
    margin-bottom: 0.5em;
  }
  input,
  select,
  textarea,
  button {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  input.vertical {
    clear: left;
    margin-left: 0;
  }
  input.short,
  input.standard,
  input[type=url],
  input[type=email],
  input[type=password],
  textarea {
    width: 100%;
  }
  input[type=date],
  input[type=time],
  input[type=number] {
    width: 35%;
  }
  label.before {
    float: none;
    width: 100%;
  }
  #error,
  #warning,
  #confirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #error img,
  #warning img,
  #confirm img {
    display: none;
  }
  #error button,
  #warning button,
  #confirm button {
    float: none;
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
    margin-top: 1em;
    margin-left: 0;
  }
  #error button + button,
  #warning button + button,
  #confirm button + button {
    margin-top: 0;
  }
}
.slideshow {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0 -2rem;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  -webkit-tap-highlight-color: transparent;
}
.slideshow article div {
  background: rgba(255, 255, 255, 0.8);
  bottom: 3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 28%;
  padding: 1em;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 30em;
}
.content > .slideshow {
  margin: 0;
}
/* Slides Container */
.slideshow .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slideshow .slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: white url("../images/elem/elem_loader.gif") center center no-repeat;
}
.slideshow .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slideshow .slick-list,
.slideshow .slick-track,
.slideshow article,
.slideshow article img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slideshow .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slideshow .slick-track:before,
.slideshow .slick-track:after {
  content: "";
  display: table;
}
.slideshow .slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
/* Slides */
.slideshow article {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slideshow article img {
  display: block;
}
.slideshow article.slick-loading img {
  display: none;
}
.slideshow article.dragging img {
  pointer-events: none;
}
.slideshow.slick-initialized article {
  display: block;
}
.slideshow.slick-loading article {
  visibility: hidden;
}
.slideshow.slick-vertical article {
  border: thin solid transparent;
  display: block;
  height: auto;
}
/* Slideshow vor / zurück */
.slideshow .slick-prev,
.slideshow .slick-next {
  background: #A6C3E6;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFF;
  cursor: pointer;
  font-size: 2em;
  font-weight: 700;
  height: 1em;
  line-height: 0.75;
  margin-top: -1em;
  padding: 0;
  position: absolute;
  text-align: center;
  text-indent: -555em;
  top: 50%;
  width: 1em;
}
.slideshow .slick-prev:hover,
.slideshow .slick-next:hover {
  background: #70A4D8;
}
.slideshow .slick-prev:before,
.slideshow .slick-next:before {
  position: absolute;
  display: block;
  color: #FFF;
  z-index: 2;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  text-indent: 0;
}
.slideshow .slick-prev.slick-disabled:before,
.slideshow .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slideshow .slick-prev {
  left: 0.5em;
}
.slideshow .slick-prev:before {
  content: "\2039";
}
.slideshow .slick-next {
  right: 0.5em;
}
.slideshow .slick-next:before {
  content: "\203a";
}
/* Slideshow Navigation */
.slideshow ul {
  display: block;
  list-style: none;
  text-align: center;
  padding: 0.75em 0 0;
}
.slideshow ul li {
  display: inline-block;
  height: 1em;
  margin: 0 0.5em 0 0;
  position: relative;
  width: 1em;
}
.slideshow ul button {
  background: #E6E6E6;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: block;
  height: 0.75em;
  padding: 0;
  text-indent: -555em;
  width: 0.75em;
}
.slideshow ul li button:hover,
.slideshow ul li button:focus {
  outline: none;
  background: #A6C3E6;
}
.slideshow ul li.slick-active button {
  background: #A6C3E6;
  opacity: 0.75;
}
@media only screen and (max-width: 64rem) {
  .slideshow article div {
    left: 35%;
  }
}
@media only screen and (max-width: 50rem) {
  .slideshow {
    margin-left: 0;
    margin-right: 0;
  }
  .slideshow article div {
    left: 40%;
  }
}
@media only screen and (max-width: 40rem) {
  .slideshow .slick-prev,
  .slideshow .slick-next {
    margin-top: -3.5em;
  }
  .slideshow a.more {
    float: none;
    text-align: center;
  }
  .slideshow article div {
    position: relative;
    right: 0;
    top: 0;
    left: 50%;
    width: 100%;
  }
}
