@charset "utf-8";
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v15-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
html {
  min-height: 101%;
  font: 20px/1.5 "Open Sans", Arial, Helvetica, sans-serif;
}
body {
  color: #444;
  margin: 0;
}
main {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
/* Überschriften */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin: 0 0 0.5rem 0;
  font-weight: 400;
}
h1 {
  font-size: 40px;
  color: #009DAD;
}
h2 {
  font-size: 35px;
  color: #009DAD;
}
h3 {
  font-size: 28px;
}
h4,
h5 {
  font-size: 24px;
}
h6 {
  font-size: 20px;
}
/* Absätze */
p {
  margin: 0 0 1em 0;
}
p:last-child {
  margin-bottom: 0;
}
p.lead {
  font-size: 1.1rem;
  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 #009DAD;
  clear: both;
  display: block;
  height: 1px;
  margin: 0 auto 2em;
  padding: 2em 0 0;
  max-width: 12rem;
}
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: #067;
  -webkit-transition: background-color 0.5s, color 0.5s;
  -o-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  display: inline-block;
}
a:focus,
a:active,
a:hover {
  color: #000;
  outline: none;
}
a.cancel {
  color: #C00;
}
a.cancel:hover {
  color: #E00;
}
a.cancel:before {
  content: "\00d7\00a0  ";
}
a.push {
  border-radius: 0;
  border: thin solid #444;
  background: #FFF;
  display: inline-block;
  padding: 0.25em 1em;
}
a.push:hover {
  background: #000;
  color: #FFF;
}
a.ahead:before {
  content: "\00bb  ";
}
a.behind:before {
  content: "\00ab  ";
}
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;
}
a.bleak {
  text-decoration: none;
}
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: #067;
}
small.cue a:hover {
  color: #000;
}
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%;
}
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: 25px;
  font-weight: 600;
  margin-bottom: 1em;
  text-align: left;
}
tbody tr {
  -webkit-transition: background 0.5s;
  -o-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%;
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  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;
  }
  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: 60em;
  margin: 0 auto;
  padding: 0 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.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 ";
}
.more:after {
  content: " \203a";
}
.done:after {
  content: " \00a0\2713";
}
.anterior {
  float: left;
  margin: 0 5% 1em 0;
  width: 30%;
}
.interior {
  margin: inherit auto;
}
.posterior {
  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;
}
.desktop {
  display: block;
}
.tablet {
  display: none;
}
.rounded {
  border-radius: 50%;
}
.box {
  padding: 1rem ;
  margin-top: 3rem;
  border: thin solid #FFF;
}
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: 2rem;
  height: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
}
i.twitter {
  background-image: url(../images/swyn/swyn_twitter.gif);
}
i.facebook {
  background-image: url(../images/swyn/swyn_facebook.gif);
  background-position: -0.2em center;
  background-color: #359;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  -o-transition: filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
i.facebook:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
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;
  -o-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: 30px;
  line-height: 1;
  font-style: normal;
}
.paging a {
  display: block;
  text-align: center;
  background: #666;
  width: 2.5em;
  color: #FFF;
  font-weight: 600;
}
.paging a:hover {
  background: #CCC;
  color: #333;
}
.paging a.current {
  color: #000;
  background: #CCC;
}
.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: #FC0 !important;
}
#cookieChoiceInfo a {
  background: #444;
  color: #aaaaaa;
  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;
}
@media only screen and (max-width: 800px) {
  .tablet {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .paging ul,
  .paging ol li:first-child {
    display: none;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .anterior,
  .posterior {
    float: none;
    margin: 0 0 1em 0;
    width: auto;
  }
}
header {
  height: auto;
  padding: 1rem 0 0;
  background: #FFF;
}
header ul {
  list-style: none;
}
header a {
  text-decoration: none;
}
#title {
  width: 25%;
  max-width: 8rem;
  padding-bottom: 1rem;
  margin: auto;
}
.service {
  width: auto;
  float: right;
  padding-bottom: 0.75rem;
}
.service li {
  margin: 0 0.5em;
}
.service li a {
  /*color: #000;
	fon*/
  font-size: 0.9em;
}
.service li a:hover {
  color: #333;
}
.service li a.current {
  color: #999;
}
#social {
  width: auto;
  margin-right: 0.75rem;
  float: right;
  clear: right;
}
#social ul {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#social li {
  margin: 0 0 0 0.5em;
  padding: 0;
}
.search {
  float: right;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2rem;
}
.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;
  -o-text-overflow: ellipsis;
  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: #444;
}
.suggest li:last-child a {
  color: #067;
}
.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;
}
.claim {
  float: left;
  font-size: 30px;
  padding-top: 4.3rem;
  padding-left: 3rem;
}
@media only screen and (max-width: 800px) {
  #social {
    display: none;
  }
  .service {
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 600px) {
  #title {
    width: 30%;
  }
  .status data,
  .service span,
  .status a.more {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #title {
    width: 50%;
    padding-bottom: 0.5rem;
  }
  #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,
  .service {
    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;
  }
}
nav {
  margin-top: 2rem;
  float: right;
}
nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #666;
  margin: 0;
}
nav ul ul {
  display: none;
  position: absolute;
  z-index: 100;
}
nav li:hover ul {
  display: block;
}
nav li {
  margin-right: 1rem;
  margin-bottom: 0;
}
nav li li {
  margin-right: 0;
}
nav a {
  color: #FFF;
  background: #666;
  white-space: nowrap;
  display: block;
  padding: 0.5rem 1rem;
}
nav li:hover,
nav li:hover a {
  background: #CCC;
  color: #333;
}
nav a:hover {
  background: #CCC;
  color: #333;
}
nav a.current {
  color: #000;
  background: #CCC;
}
nav label {
  cursor: pointer;
  display: none;
}
nav input {
  display: none;
}
.menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.menu h4 {
  margin: 0;
  line-height: 2;
}
.menu ul {
  margin: 0 0 1em;
  list-style: none;
}
.menu li {
  margin: 0;
  padding: 0;
}
.menu li a {
  display: block;
  color: #067;
  padding: 0.5em 0.25em;
}
.menu li a:hover {
  background: #FFF;
  color: #000;
}
.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: 800px) {
  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%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  nav > ul ul {
    display: block;
    position: static;
  }
  nav > ul ul a {
    padding-left: 2rem;
  }
  nav li:hover {
    background: #666;
  }
  nav label {
    right: 0;
    top: 0.75rem;
    background: #666;
    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: #333;
  }
  nav label.close {
    position: static;
    font-size: 2em;
    line-height: 0;
    display: inline-block;
    color: #FFF;
  }
  nav #show:checked + ul {
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
  }
  #view {
    float: none;
  }
  #view > * {
    padding-left: 0;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .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;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translateX(-100%);
    -ms-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;
    -o-transition: left 0.5s, 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);
    -ms-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;
    -ms-transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  #toggle:checked + label svg.icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
/* Fußbereich */
footer {
  clear: both;
  padding-bottom: 4rem;
  background: url(../images/elem/elem_background.png), #009DAD;
  background-position: center center;
  color: #FFF;
  position: relative;
}
footer > svg {
  width: 100%;
  fill: #FFF;
  position: relative;
  top: -2px;
}
footer li {
  list-style: none;
}
footer a {
  color: #FFF;
  text-decoration: none;
}
footer a:hover {
  color: #000;
}
/* 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;
}
#footnote li {
  display: inline;
  padding: 0 0.5em;
}
#footnote .tablet {
  display: none;
}
/* Zum Seitenanfang */
#totop {
  background: #000;
  bottom: 2em;
  height: 4em;
  opacity: 0;
  position: fixed;
  right: 2em;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  width: 4em;
  border-radius: 50%;
}
#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: 800px) {
  i.social {
    display: inline-block;
  }
  #footnote .tablet {
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  #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: -4rem;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: clac(104%);
}
.set > * {
  padding-left: 4rem;
  -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: 4rem;
}
.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: #FFF;
}
.master {
  padding-bottom: 4rem;
  text-align: center;
  font-size: 1.25em;
}
.content {
  padding-bottom: 4rem;
}
.journal {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
  padding-bottom: 4rem;
}
.wrapper {
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  max-width: 80%;
}
.wrap .breadcrumb {
  padding-bottom: 0.5rem;
  padding-bottom: 4rem;
}
aside {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.hero {
  margin-bottom: 4rem;
  position: relative;
}
.hero svg {
  position: absolute;
  display: block;
  bottom: -1px;
  right: -1px;
}
.alternate {
  background: url(../images/elem/elem_background.png), #009DAD;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  padding: 4rem 0 1rem;
}
.highlight {
  background: #009DAD;
  color: #FFF;
}
.highlight * {
  color: #FFF;
}
.padded {
  padding-top: 4rem;
}
section {
  padding-bottom: 4rem;
}
section.alternate {
  background: #009DAD;
}
.visual {
  height: 75vh;
  position: relative;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}
.visual.small {
  height: 40vh;
  background-position: center center;
  background-attachment: scroll;
}
.visual:not(p, span) {
  background-attachment: scroll;
}
.text {
  position: absolute;
  left: 50%;
  top: 20%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #009DAD;
  background: rgba(255, 255, 255, 0.7);
  padding: 0.25rem 0.5rem 0;
  border-radius: 0.25rem;
}
.text h2 {
  font-size: 3rem;
  font-size: 2.5rem;
}
#header {
  background-image: url(../images/foto/foto_visual-header.jpg);
  background-position: center center;
}
#header h2 {
  color: #009DAD;
}
#kinderyoga {
  background-image: url(../images/foto/foto_visual-kinderyoga.jpg);
}
#bewegungsangebote {
  background-image: url(../images/foto/foto_visual-bewegungsangebote.jpg);
}
#ueber-mich {
  background-image: url(../images/foto/foto_visual-miriamruediger.jpg);
}
.wave-top,
.wave-bottom {
  fill: #FFF;
  overflow: hidden;
  display: block;
  left: 0;
  right: 0;
}
.wave-top {
  position: absolute;
  top: -1px;
}
.wave-bottom {
  position: absolute;
  bottom: -1px;
}
.variant {
  fill: #009DAD;
}
.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: 16.25px;
  padding: 0.5em 0 0.5em 1em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
#admin p {
  margin: 0;
}
#admin a {
  background: #555;
  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: 800px) {
  .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%;
  }
  .text {
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    border-radius: 0;
  }
  .text h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .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;
  }
  .visual {
    height: 60vh;
    background-attachment: local;
  }
  section,
  .content {
    padding-bottom: 2rem;
  }
  #root {
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 480px) {
  .teaser > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .list > * {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .wave-bottom,
  .wave-top {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
form {
  margin: 0;
  padding: 0;
}
form br {
  clear: left;
}
fieldset {
  border: none;
  margin: 0;
  padding: 2rem 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: 20px;
  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: -webkit-linear-gradient(top, #E00 0%, #C00 100%);
  background: -o-linear-gradient(top, #E00 0%, #C00 100%);
  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: -webkit-linear-gradient(top, #E00 0%, #A00 100%);
  background: -o-linear-gradient(top, #E00 0%, #A00 100%);
  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: -webkit-linear-gradient(top, #DA0 0%, #C90 100%);
  background: -o-linear-gradient(top, #DA0 0%, #C90 100%);
  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: -webkit-linear-gradient(top, #EA0 0%, #B80 100%);
  background: -o-linear-gradient(top, #EA0 0%, #B80 100%);
  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: -webkit-linear-gradient(top, #7A0 0%, #690 100%);
  background: -o-linear-gradient(top, #7A0 0%, #690 100%);
  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: -webkit-linear-gradient(top, #7A0 0%, #580 100%);
  background: -o-linear-gradient(top, #7A0 0%, #580 100%);
  background: linear-gradient(to bottom, #7A0 0%, #580 100%);
}
button.execute {
  background: #009DAD;
}
button.execute:hover {
  background: #00b4c7;
}
#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: 1280px) {
  col.price {
    width: 25%;
  }
}
@media only screen and (max-width: 800px) {
  #error button,
  #warning button,
  #confirm button {
    clear: right;
  }
}
@media only screen and (max-width: 600px) {
  fieldset {
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 480px) {
  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-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -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;
  }
}
#comments ol {
  margin-top: 2em;
}
#comments li {
  margin: 0 0 3em;
  list-style: decimal outside;
  font-weight: bold;
}
#comments blockquote {
  background: #DDD;
  font-style: normal;
  margin: 1.5em 2em 0 0;
  padding: 1em;
  font-weight: normal;
  position: relative;
  border-radius: 0.25em;
}
#comments blockquote:before {
  content: "";
  position: absolute;
  border: 1em solid;
  border-color: transparent transparent #DDD transparent;
  top: -1.75em;
  left: 1em;
}
#comments li.reply {
  margin-left: 2em;
  font-weight: normal;
}
#comments li.reply blockquote {
  background: #FFF;
}
#comments li.reply blockquote:before {
  border-color: transparent transparent #FFF transparent;
}
@media only screen and (max-width: 480px) {
  #comments ol {
    padding-left: 0.5em;
  }
  #comments li {
    margin-bottom: 1em;
  }
  #comments li.reply {
    margin-left: 1em;
  }
  #comments blockquote {
    margin-right: 0;
  }
}
#products .set > * {
  padding-bottom: 0;
}
#products figure {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
#products .description {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
#products .price {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
#products small {
  display: block;
}
.product {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}
.productdetails {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 30%;
}
.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1px;
  padding-top: 1px;
}
.inline > * {
  padding-left: 1px;
  -ms-flex-preferred-size: 17%;
  flex-basis: 17%;
}
#cart .unit,
#cart .total,
#cart .sum {
  text-align: right;
}
#cart tbody td {
  padding: 1em 0.25em;
}
#cart tbody td.amount select,
#cart tbody td.amount input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
}
#cart tbody td.amount button {
  font-size: 0.875em;
  margin-top: 0.5em;
  padding: 0.25em 0.5em;
  width: 75%;
}
#cart tfoot {
  border-top: 1px solid #444;
}
#cart tfoot th {
  font-weight: normal;
}
#cart tfoot tr:first-child td,
#cart tfoot tr:first-child th {
  padding-top: 1em;
}
#cart tfoot .vat {
  font-size: 0.9em;
  color: #666;
}
#cart tfoot .payable {
  font-size: 1.2em;
  font-weight: 600;
  padding-top: 0.5em;
}
#customer {
  margin-bottom: 2em;
}
#customer section {
  margin-bottom: 1em;
}
#customer h3 {
  clear: left;
}
#customer h4 {
  display: inline-block;
  margin-right: 1em;
}
[itemtype="http://schema.org/Product"] a {
  position: relative;
}
.badge {
  color: #FFF;
  display: inline-block;
  font-size: 17.5px;
  font-weight: bold;
  padding: 0.25rem;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  right: 0;
  width: 2.5rem;
  text-align: center;
  line-height: 1.5;
}
.discount {
  background: #C00;
}
.new {
  background: #C90;
}
.tipp {
  background: #069;
}
fieldset.payment li {
  margin: 0;
  max-width: 25% !important;
}
fieldset.payment label {
  background: #DDD no-repeat center top;
  background-size: 90%;
  border: thin solid #999;
  border-radius: 0.25em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #999;
  float: left;
  padding: 50% 0 0.5em 0;
  margin: 0;
  text-align: center;
  width: 80%;
}
fieldset.payment label.klarna {
  background-image: url(../images/logo/payment/logo_klarna.png);
}
fieldset.payment label.billpay {
  background-image: url(../images/logo/payment/logo_billpay.png);
}
fieldset.payment label.kreditkarte {
  background-image: url(../images/logo/payment/logo_kreditkarte.png);
}
fieldset.payment label.paypal {
  background-image: url(../images/logo/payment/logo_paypal.png);
}
fieldset.payment label.billsafe {
  background-image: url(../images/logo/payment/logo_billsafe.png);
}
fieldset.payment label.sofortueberweisung {
  background-image: url(../images/logo/payment/logo_sofortueberweisung.png);
}
fieldset.payment label.giropay {
  background-image: url(../images/logo/payment/logo_giropay.png);
}
fieldset.payment label.amazonpayments {
  background-image: url(../images/logo/payment/logo_amazon-payments.png);
}
fieldset.payment label.vorkasse {
  background-image: url(../images/logo/payment/logo_vorkasse.png);
}
fieldset.payment label.lastschrift {
  background-image: url(../images/logo/payment/logo_lastschrift.png);
}
fieldset.payment label.rechnung {
  background-image: url(../images/logo/payment/logo_rechnung.png);
}
fieldset.payment label.nachnahme {
  background-image: url(../images/logo/payment/logo_nachnahme.png);
}
fieldset.payment label:hover {
  background-color: #EEE;
  cursor: pointer;
}
fieldset.payment input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  margin: 0 0.5rem 0 0;
  vertical-align: top;
}
fieldset.payment input:checked + label {
  background-color: #FFF;
}
#nutrition {
  max-width: 23em;
  border: 1px solid #CCC;
  padding: 0.5rem;
  width: auto;
}
#nutrition table {
  width: 100%;
  font-size: 0.8125em;
}
#nutrition thead {
  border-bottom: 1px solid #CCC;
}
#nutrition tr:hover {
  background: #FFF;
}
#nutrition tr.odd {
  background-color: #EEE;
}
#nutrition th.auxiliary {
  font-weight: normal;
  font-style: italic;
}
@media only screen and (max-width: 800px) {
  .product {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .productdetails {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #products > .set {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #products .set > * {
    padding-bottom: 0;
  }
  #products figure {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  #products .description {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  #products .price {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  #cart col:first-child {
    width: 100%;
  }
  #cart tbody td {
    padding: 0.25em;
  }
  #cart tbody td.variant select,
  #cart tbody td.amount select,
  #cart tbody td.amount input {
    margin: 0;
    padding: 0.25em;
    width: 100%;
  }
  #cart tfoot tr {
    margin: 0;
  }
  #cart fieldset {
    padding: 0;
  }
  #cart fieldset.next {
    float: none;
    margin-top: 2em;
  }
  #cart fieldset button {
    width: 100%;
    height: 3em;
    margin-bottom: 1em;
  }
  #cart button.cancel {
    display: none;
  }
  .payment .set > * {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  #nutrition tbody:before {
    content: attr(title);
    display: block;
    font-weight: bold;
  }
  #nutrition tr {
    margin-bottom: 0;
  }
  #nutrition td {
    text-align: right;
  }
  #nutrition td:before {
    content: attr(title);
    display: block;
    float: left;
    font-weight: bold;
    padding: 0.5em 0;
  }
}
.slideshow {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0 0 1em 0;
  position: relative;
  -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: none;
  -webkit-tap-highlight-color: transparent;
}
.slideshow article div {
  background: #FFF;
  bottom: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  position: absolute;
  right: 5em;
  width: 22em;
}
/* 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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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: #000;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  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: #666;
}
.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: #555;
  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: #FFF;
  opacity: 0.75;
}
.slideshow ul li.slick-active button {
  background: #FFF;
}
@media only screen and (max-width: 480px) {
  .slideshow a.more {
    float: none;
    text-align: center;
  }
  .slideshow article div {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
  }
}
.mfp-bg {
  background: #111;
  filter: alpha(opacity=80);
  opacity: 0.8;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 502;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 0.5em;
  -webkit-box-sizing: border-box;
  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: 505;
}
.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;
  -ms-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: 0.5em;
  right: 0.5em;
  z-index: 504;
}
.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;
  padding: 0;
  z-index: 506;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 2.75em;
  height: 2.75em;
  line-height: 2.75em;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 2em 0.75em;
  color: #FFF;
  font-style: normal;
  font-size: 1.5em;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 0.1em;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -0.5em;
  text-align: right;
  padding-right: 0.5em;
  width: 100%;
}
.mfp-title {
  color: #CCC;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 1em;
  line-height: 1.5;
}
button.mfp-arrow {
  position: absolute;
  top: 0;
  margin: 0;
  top: 50%;
  margin-top: -4em;
  padding: 0;
  width: 5em;
  height: 5em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #CCC;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: #000;
  border-radius: 0;
}
.mfp-arrow:active {
  margin-top: -4em;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  background: #FFF;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 1em;
  height: 1.25em;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2em;
  line-height: 1;
  margin-top: 0.75em;
  margin-left: 0.75em;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  content: '‹';
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  content: '›';
}
.mfp-iframe-holder {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 55em;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.6);
  background: #000;
}
.mfp-iframe-holder .mfp-close {
  top: -2.5em;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3em 0 2.5em;
  margin: auto;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 3em;
  bottom: 2.5em;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.6);
}
.mfp-figure {
  line-height: 0;
}
.mfp-bottom-bar {
  margin-top: -2.25em;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 1.25em;
  color: #EEE;
}
.mfp-figure small {
  color: #BBB;
  display: block;
  font-size: 0.75em;
  line-height: 0.8em;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 0.4em;
    padding-right: 0.4em;
  }
}
@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-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 0.2em 0.4em;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 0.4em;
    top: 0.2em;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 2em;
    height: 2em;
    line-height: 2em;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 0.3em;
  }
}
/* Kalender */
#calendar th,
#calendar td {
  text-align: center;
}
#calendar a {
  display: block;
  font-weight: bold;
}
/* Kopf */
#calendar thead {
  border: thin solid #666;
}
#calendar thead th {
  border-style: none;
}
#calendar thead td {
  font-size: 0.75em;
  color: #333;
  border: thin solid #666;
}
#calendar thead td:last-child {
  background: #DDD;
  font-weight: bold;
}
#calendar thead a {
  width: 100%;
  float: none;
}
/* Körper */
#calendar tbody td {
  border: thin solid #666;
  line-height: 3;
  padding: 0;
}
#calendar tbody td a {
  background: #DEE;
}
#calendar tbody td a:hover {
  color: #FFF;
  background: #069;
}
#calendar tbody td.today {
  background: #FFD;
  color: #C90;
  padding: 0px;
  font-weight: bold;
}
#calendar tbody td.today a {
  color: #C90;
  background: #FFD;
  border: 2px solid #C90;
  margin: -2px;
}
#calendar tbody td:last-child {
  background-color: #BBB;
}
#calendar tbody td.other {
  color: #999;
}
/* Jahreskalender */
#calendar table.year tbody td {
  line-height: 6;
}

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