* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
html {
  font-size: 85%;
}
@media  (min-width: 992px) {
  html {
    font-size: 100%;
  }
}
html,
body {
  height: 100%;
}
@media  (min-width: 992px) {
  font-size: 1.2em;
}
body {
  font-family: 'Noto Sans', Verdana, sans-serif;
  color: #444;
  width: 100%;
  z-index: 0;
}
h1,
h2,
h3 {
  color: #576a7c;
}
h1:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0;
}
h1 {
  font-size: 1.4em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
@media  (min-width: 992px) {
  h1 {
    margin-top: 1em;
  }
}
h2 {
  font-size: 1.2em;
  margin-top: 0.6em;
  margin-bottom: 0.5em;
}
@media  (min-width: 992px) {
  h2 {
    margin-top: 0.9em;
  }
}
h2:not(:first-child) {
  margin-top: 1.2em;
}
h3 {
  font-size: 1.1em;
  margin-top: 0.3em;
  margin-bottom: 0.2em;
}
@media  (min-width: 992px) {
  h3 {
    margin-top: 0.9em;
  }
}
a {
  color: #4a9121;
}
a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
  text-decoration: underline;
}
@media  (min-width: 992px) {
  a[href^="tel"]:link,
  a[href^="tel"]:visited,
  a[href^="tel"]:hover {
    color: inherit;
    cursor: default;
    text-decoration: none;
  }
}
img {
  max-width: 100%;
}
nav a {
  text-decoration: none;
}
nav a:focus {
  outline: none;
}
.pageWrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: white;
}
.container {
  margin: auto;
  max-width: 992px;
}
.burger .line {
  background-color: #576a7c;
}
@media (max-width: 767px) {
  .hasBurger nav {
    display: none !important;
  }
  .burgerNav a.active {
    background: #5FBA2B;
  }
}
@media  (min-width: 768px) {
  .burger {
    display: none;
  }
}
@media  (min-width: 992px) {
  .columns {
    display: flex;
  }
  .columns > * {
    flex: 1;
  }
  .columns > *:not(:last-child) {
    padding-right: 2.5%;
  }
  .columns > *:last-child:not(:first-child) {
    padding-left: 2.5%;
  }
}
article {
  max-width: 992px;
  padding: 15px 15px 0 15px;
}
article img {
  margin-bottom: 15px;
  margin-top: 5px;
}
article img[class~="floatLeft"] {
  margin-right: 20px;
}
article img[class~="floatRight"] {
  margin-left: 20px;
}
article h2 {
  font-size: 1em;
}
@media  (min-width: 992px) {
  article {
    padding: 45px 45px 0 45px;
  }
}
article time {
  display: block;
  margin-bottom: 1em;
  font-size: 0.9em;
  font-style: italic;
  font-weight: bold;
  color: #576a7c;
}
article a,
article a:visited {
  color: #4a9121;
}
article a:hover,
article a:visited:hover {
  color: #5fba2b;
}
article .metaInfo {
  float: right;
  margin-right: 2%;
  color: #666;
}
@media  (min-width: 992px) {
  article .metaInfo {
    margin-right: 5%;
  }
}
article blockquote {
  text-align: center;
  font-size: 1.1em;
  font-style: italic;
  margin-bottom: 0.7em;
}
article blockquote footer {
  margin-top: 0.3em;
  font-size: 0.8em;
  font-style: normal;
}
article img {
  height: auto;
}
@media  (min-width: 992px) {
  article img {
    max-width: none;
  }
}
article b {
  font-weight: bold;
}
article i {
  font-style: italic;
}
article p,
article table {
  margin-bottom: 0.7em;
}
article li {
  margin-left: 2%;
  margin-bottom: 0.5em;
}
article ul {
  margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 30px;
}
article ul ul {
  margin-left: 3%;
  margin-top: 0.5em;
}
article figure {
  text-align: center;
}
@media  (min-width: 992px) {
  article figure {
    margin-top: 5%;
  }
}
@media  (min-width: 992px) {
  article figure img {
    border: 12px solid #fff;
    box-shadow: 2px 2px 8px #999;
  }
}
article figure figcaption {
  margin-bottom: 1em;
}
article figure figcaption div:first-child {
  margin-top: 0.5em;
  font-family: 'Indie Flower', 'Noto Sans', serif;
  font-size: 2em;
  color: #576a7c;
}
article figure figcaption div:nth-child(2) {
  font-size: 1.2em;
  color: #576a7c;
  font-style: italic;
  margin-bottom: 0.5em;
}
article .tableWrapper {
  width: 100%;
  overflow-y: auto;
  overflow-x: auto;
  margin: 0 0 1em;
}
article table th {
  font-weight: bold;
  padding: 0 3px;
}
article table td {
  padding-right: 1em;
}
article table.info {
  margin-top: 1.5em;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
}
article table.info td,
article table.info th {
  padding: 0.3em 0.4em;
}
article table.info th {
  padding-top: 0.6em;
}
article table.info td {
  border: 1px solid #777;
}
article table.info td:first-child {
  border-left: 0;
}
article table.info td:last-child {
  border-right: 0;
}
article table.info td:nth-child(1),
article table.info td:nth-child(3) {
  text-align: left;
  padding-left: 0.6em;
  padding-right: 0.6em;
}
article table.info th:nth-child(1),
article table.info th:nth-child(3) {
  padding-left: 0.6em;
  padding-right: 0.6em;
}
article table.price td:last-child {
  text-align: right;
}
article table.info + p {
  margin-top: 2em;
}
.headerWrapper {
  width: 100%;
  background: #f7f8f8;
}
.headerWrapper header {
  text-align: left;
  position: relative;
  padding: 0 15px 0 15px;
}
@media  (min-width: 768px) {
  .headerWrapper header {
    display: flex;
  }
}
@media  (min-width: 992px) {
  .headerWrapper header {
    padding: 0 45px 0 45px;
  }
}
.headerWrapper header > * {
  display: flex;
  align-items: center;
}
.headerWrapper header #headerLeft .logo {
  vertical-align: middle;
  margin: 5px 15px 5px 0;
  height: 40px;
}
@media  (min-width: 768px) {
  .headerWrapper header #headerLeft .logo {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 60px;
  }
}
@media  (min-width: 992px) {
  .headerWrapper header #headerLeft .logo {
    height: 100px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: auto;
    margin-right: 0px;
    position: relative;
    left: -25px;
  }
}
.headerWrapper header #headerLeft .title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  color: #576a7c;
  white-space: nowrap;
  font-size: 1.6em;
  margin-bottom: 5px;
}
@media  (min-width: 768px) {
  .headerWrapper header #headerLeft .title {
    font-size: 2.1em;
    margin-bottom: 15px;
  }
}
@media  (min-width: 992px) {
  .headerWrapper header #headerLeft .title {
    font-size: 2.3em;
  }
}
.headerWrapper header #headerLeft .title span {
  font-size: 0.47em;
}
.headerWrapper header #headerLeft .burger {
  margin-left: auto;
}
.headerWrapper header #headerCenter {
  justify-content: center;
  flex: 1;
}
.headerWrapper header #headerRight {
  justify-content: center;
  text-align: right;
  display: flex;
  align-items: stretch;
  margin-right: auto;
}
.headerWrapper header #headerRight nav {
  display: flex;
  align-items: stretch;
  white-space: nowrap;
}
.headerWrapper header #headerRight nav a {
  display: flex;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  color: #576a7c;
  transition: 0.4s;
}
.headerWrapper header #headerRight nav a.over,
.headerWrapper header #headerRight nav a.active {
  color: #5FBA2B;
}
.headerWrapper header:after {
  content: " ";
  clear: both;
  display: table;
}
.mainWrapper {
  flex: 1;
}
.mainWrapper main {
  word-spacing: 0.15em;
  background: white;
  box-sizing: border-box;
}
.mainWrapper main > * {
  max-width: 960px;
  margin: auto;
}
@media  (min-width: 992px) {
  .mainWrapper main {
    border-spacing: 0;
  }
}
.mainWrapper main > *:last-child {
  padding-bottom: 0.5em;
}
@media  (min-width: 992px) {
  .mainWrapper main section > .container > * {
    flex: 1 1;
  }
}
.mainWrapper main > nav {
  text-align: center;
  background: #576a7c;
  color: white;
}
@media  (min-width: 992px) {
  .mainWrapper main > nav {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
.mainWrapper main > nav a {
  display: inline-block;
  padding: 0.8em;
  transition: 0.4s;
}
.mainWrapper main > nav a,
.mainWrapper main > nav a:visited {
  color: inherit;
}
.mainWrapper main > nav a.active,
.mainWrapper main > nav a.over {
  background: #54a526;
}
.mainWrapper nav.cycleBoxControls {
  border-top: none;
  border-bottom: 1px solid #999;
  display: table;
  width: 100%;
  font-size: 1em;
  text-align: center;
  background-color: #98cf83;
  background: -webkit-gradient(linear, left top, left bottom, from(#98cf83), to(#a7d695));
  background: -webkit-linear-gradient(top, #98cf83, #a7d695);
  background: -moz-linear-gradient(top, #98cf83, #a7d695);
  background: -ms-linear-gradient(top, #98cf83, #a7d695);
  background: -o-linear-gradient(top, #98cf83, #a7d695);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98cf83', endColorstr='#a7d695',GradientType=0 );
}
.mainWrapper nav.cycleBoxControls a {
  border-radius: 0;
  width: 33.333333%;
  padding: 0.4em 0.4em;
  color: white;
}
@media  (min-width: 992px) {
  .mainWrapper nav.cycleBoxControls a {
    font-size: 1.2em;
  }
}
.mainWrapper nav.cycleBoxControls a.over {
  color: white;
}
.mainWrapper nav.cycleBoxControls a,
.mainWrapper nav.cycleBoxControls div {
  vertical-align: middle;
  box-sizing: border-box;
  display: table-cell;
}
.mainWrapper nav.cycleBoxControls .prev {
  border-right: 1px solid #999;
}
.mainWrapper nav.cycleBoxControls .next {
  border-left: 1px solid #999;
}
.mainWrapper nav.cycleBoxControls .prev.over,
.mainWrapper nav.cycleBoxControls .next.over {
  background-color: #63b142;
  background: -webkit-gradient(linear, left top, left bottom, from(#63b142), to(#79c15e));
  background: -webkit-linear-gradient(top, #63b142, #79c15e);
  background: -moz-linear-gradient(top, #63b142, #79c15e);
  background: -ms-linear-gradient(top, #63b142, #79c15e);
  background: -o-linear-gradient(top, #63b142, #79c15e);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b142', endColorstr='#79c15e',GradientType=0 );
}
.mainWrapper nav.cycleBoxControls .curIdxIndicator {
  color: white;
  line-height: 0.4;
  vertical-align: middle;
  font-size: 30px;
  word-wrap: break-all;
  overflow-wrap: break-word;
}
.mainWrapper nav.cycleBoxControls .curIdxIndicator span {
  display: inline-block;
  line-height: 0.4;
  vertical-align: middle;
  font-size: 30px;
}
.mainWrapper nav.cycleBoxControls .curIdx {
  color: #ed1c24;
}
form {
  padding-top: 30px;
  padding-left: 3%;
  padding-right: 3%;
}
@media  (min-width: 992px) {
  form {
    padding-left: 10%;
    padding-right: 10%;
  }
}
form .formField {
  display: block;
  margin-bottom: 1em;
  width: 100%;
}
form input,
form label,
form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
form input,
form textarea {
  border-radius: 5px;
  border: 1px solid #cdcdcd;
  font-size: 1em;
  padding: 7px;
  font-family: sans-serif;
}
form label {
  padding-left: 7px;
  font-size: 1em;
}
form textarea {
  min-height: 200px;
}
form input[type='submit'] {
  color: white;
  background: #4a9121;
  transition: 0.5s;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
form input[type='submit']:hover {
  background: #5FBA2B;
}
.footerWrapper {
  text-align: right;
  font-size: 0.9em;
  background: #b0b9c1;
}
.footerWrapper #footer a {
  display: inline-block;
  padding: 10px;
  color: #576a7c;
  text-decoration: underline;
}
.footerWrapper #footer a.over,
.footerWrapper #footer a.active {
  color: white;
  text-decoration: none;
  background: #5FBA2B;
}
.teaserPic {
  background-size: cover;
  background-position: center;
  height: 150px;
}
@media  (min-width: 768px) {
  .teaserPic {
    height: 250px;
  }
}
@media  (min-width: 992px) {
  .teaserPic {
    height: 400px;
  }
}
.startTeaserPic {
  background-image: url("/media/shutterstock_794461549 2-crop-opti.jpg");
  background-position: left 40%;
  height: 200px;
}
@media (min-width: 500px) {
  .startTeaserPic {
    height: 300px;
  }
}
@media  (min-width: 768px) {
  .startTeaserPic {
    height: 370px;
  }
}
@media  (min-width: 992px) {
  .startTeaserPic {
    height: 550px;
  }
}
.sidebar {
  flex: 0.3;
  padding: 15px 15px 0 15px;
}
@media  (min-width: 992px) {
  .sidebar {
    padding: 45px 0 0 0;
  }
}
.sidebar .oeffnungszeiten td {
  padding-right: 1em;
}
.sidebar .oeffnungszeiten td:first-child {
  text-align: right;
}
.anfahrt iframe {
  height: 250px;
}
@media  (min-width: 768px) {
  .anfahrt iframe {
    height: 400px;
  }
}
article img {
  border-radius: 15px;
}
