/* CSS Document */
/* font families */
/* colors */
/* font sizes */
/* */
* {
  margin: 0px;
  padding: 0px;
  font-family: "roboto-regular", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  outline-width: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  transition: background linear 0.2s, opacity linear 1s, color linear 0.2s, border-color linear 0.2s;
  list-style: none;
}
*:after,
*:before {
  font-family: "icon";
  display: inline-block;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  font-size: 100%;
  background-color: #5ca58c;
  position: relative;
}
body > button {
  display: none;
  border-radius: 8px;
  background-color: #FFFFFF;
  color: #5ca58c;
  border: none;
  padding: 5px 10px 5px 40px;
  z-index: 2000;
  position: absolute;
  top: 13px;
  right: 20px;
  text-transform: uppercase;
}
body > button:before {
  content: "\e92a";
  color: #5ca58c;
  font-size: 24px;
  font-weight: normal;
  position: absolute;
  top: 3px;
  left: 8px;
}
iframe {
  width: 100%;
  border: none;
}
strong {
  font-family: "roboto-bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
header {
  position: relative;
  padding: 35px 0px 0px 0px;
  /*
	div#imgContent {
		min-height: 500px;
		background-color: @black;
		background-image: url(../images/dummy.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	*/
}
header h1 {
  position: absolute;
  top: -35px;
  left: 20px;
  background-color: #FFFFFF;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 20px;
  max-width: 170px;
  z-index: 1000;
}
header h1 img {
  width: 100%;
}
header div#imgContent {
  background-color: #deece5;
  position: relative;
}
header div#imgContent div#slideShow {
  width: 100%;
  padding-top: 26%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
header div#imgContent div#slideShow ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
}
header div#imgContent div#slideShow ul li::after {
  content: attr(data-title);
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: bottom left;
  transform: rotate(-90deg) translate(0, 100%);
  padding: 0.3rem 1.3rem 0.3rem 1rem;
  background-color: rgba(255, 255, 255, 0.75);
  font-family: inherit;
  transition: all 0.2s;
  border-bottom-right-radius: 8px;
  font-size: 14px;
}
header div#imgContent div#slideShow ul li.active,
header div#imgContent div#slideShow ul li:first-child {
  opacity: 1;
}
header div#imgContent ul#slideNavigation {
  position: absolute;
  left: 0px;
  bottom: 70px;
  width: 100%;
  text-align: center;
  z-index: 1001;
}
header div#imgContent ul#slideNavigation li {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 10px;
  background-color: #FFFFFF;
  margin: 0px 5px 0px 5px;
}
header div#imgContent ul#slideNavigation li.active {
  background-color: #437b75;
}
video {
  width: 100%;
}
video.start {
  border-radius: 8px;
  margin-top: 20px;
}
main {
  min-height: 500px;
  display: block;
  overflow: auto;
  background-color: #FFFFFF;
  background-image: url(../images/bgMain.png);
  background-attachment: fixed;
  padding-bottom: 30px;
}
main h2 {
  color: #437b75;
  font-family: "roboto-bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
}
main h3 {
  font-size: 16px;
  font-family: "roboto-bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
main h3,
main h4,
main p,
main table {
  margin-bottom: 15px;
}
main h4 {
  font-family: "roboto-bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
main a {
  color: #437b75;
}
main a:hover {
  color: #cb6426;
}
main table th,
main table td {
  padding: 10px;
  vertical-align: top;
}
main div.text ul,
main div#properties ul,
main div#catalogEntry ul,
main div.text ol,
main div#properties ol,
main div#catalogEntry ol {
  margin: 0px 0px 20px 30px;
}
main div.text ul li,
main div#properties ul li,
main div#catalogEntry ul li,
main div.text ol li,
main div#properties ol li,
main div#catalogEntry ol li {
  list-style: disc;
  margin-bottom: 5px;
}
main div.text a.button,
main div#properties a.button,
main div#catalogEntry a.button {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: white;
  font-family: "roboto-bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  background-color: #437b75;
  text-align: center;
}
main div.text span[style] *,
main div#properties span[style] *,
main div#catalogEntry span[style] * {
  color: inherit;
  font-size: inherit;
}
img[src*="location.svg"],
img[src*="location_active.svg"] {
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.2));
}
footer {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0px 20px 0px 20px;
  clear: both;
  padding: 20px 20px 20px 20px;
  overflow: auto;
}
footer .footerText,
footer .footerNaviParent {
  float: left;
  margin-right: 50px;
}
footer .footerText *,
footer .footerNaviParent * {
  color: #FFFFFF;
  font-size: 14px;
}
footer .footerText h1,
footer .footerNaviParent h1 {
  font-size: 16px;
  text-transform: uppercase;
}
footer .footerText h1,
footer .footerNaviParent h1,
footer .footerText p,
footer .footerNaviParent p {
  margin-bottom: 15px;
}
footer .footerText a:hover,
footer .footerNaviParent a:hover {
  color: #f5ad82;
}
div.text img {
  max-width: 100%;
}
section#couponSpecialOffer {
  border-radius: 8px;
  position: relative;
  margin-top: 20px;
  background-color: #72baa0;
  height: 250px;
  overflow: hidden;
  background-color: #deece5;
}
section#couponSpecialOffer.ocker {
  background-color: #f5ad82;
}
section#couponSpecialOffer.ocker span.teaser p {
  color: #cb6426;
}
section#couponSpecialOffer.ocker span.teaser:after {
  background: -moz-linear-gradient(rgba(245, 173, 130, 0) 0%, #f5ad82 40%);
  background: -webkit-linear-gradient(rgba(245, 173, 130, 0) 0%, #f5ad82 40%);
  background: -webkit-gradient(linear, 245, 173, 130 40%, from(rgba(245, 173, 130, 0)), to(#72baa0));
  background: -o-linear-gradient(rgba(245, 173, 130, 0) 0%, #f5ad82 40%);
  background: linear-gradient(rgba(245, 173, 130, 0) 0%, #f5ad82 40%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5ad82', endColorstr='#f5ad82', GradientType=0);
  /* IE6-9 */
}
section#couponSpecialOffer.ocker a.readMore.button {
  background-color: #cb6426;
}
section#couponSpecialOffer.hellgruen {
  background-color: #deece5;
}
section#couponSpecialOffer.hellgruen p,
section#couponSpecialOffer.hellgruen h1,
section#couponSpecialOffer.hellgruen h2 {
  color: #437b75 !important;
}
section#couponSpecialOffer.hellgruen span.teaser:after {
  background: -moz-linear-gradient(rgba(222, 236, 229, 0) 0%, rgba(222, 236, 229, 0.6) 100%);
  background: -webkit-linear-gradient(rgba(222, 236, 229, 0) 0%, rgba(222, 236, 229, 0.6) 100%);
  background: -webkit-gradient(linear, 222, 236, 229 100%, from(rgba(222, 236, 229, 0)), to(rgba(222, 236, 229, 0.6)));
  background: -o-linear-gradient(rgba(222, 236, 229, 0) 0%, rgba(222, 236, 229, 0.6) 100%);
  background: linear-gradient(rgba(222, 236, 229, 0) 0%, #deece5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00deece5', endColorstr='#deece5', GradientType=0);
  /* IE6-9 */
}
section#couponSpecialOffer.hellgruen a.readMore.button {
  background-color: #437b75;
}
section#couponSpecialOffer span {
  display: block;
  margin-top: 0px;
  box-sizing: border-box;
}
section#couponSpecialOffer span.image {
  position: relative;
  background-color: #FFFFFF;
  height: inherit;
  background-image: url(../images/dummy2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
section#couponSpecialOffer span.image[title]::after {
  content: attr(title);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.3rem 1.3rem 0.3rem 1rem;
  background-color: rgba(255, 255, 255, 0.75);
  font-family: inherit;
  transition: all 0.2s;
  border-top-right-radius: 8px;
  font-size: 14px;
}
section#couponSpecialOffer span.text {
  position: relative;
  display: block;
  height: 100%;
  padding: 20px 20px 20px 20px;
}
section#couponSpecialOffer span.text h1 {
  border-radius: 8px;
  text-transform: uppercase;
  padding: 5px 15px 5px 15px;
  border: 1px solid #FFFFFF;
  display: inline-block;
  color: #FFFFFF;
  border-color: #FFFFFF;
  margin-bottom: 20px;
}
section#couponSpecialOffer span.text h2 {
  font-family: "roboto-bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
section#couponSpecialOffer span.text p {
  font-size: 16px;
  color: #437b75;
  margin-bottom: 40px;
}
section#couponSpecialOffer span.teaser {
  position: relative;
  overflow: hidden;
  max-height: 120px;
}
section#couponSpecialOffer span.teaser:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: -moz-linear-gradient(rgba(114, 186, 160, 0) 0%, #72baa0 40%);
  background: -webkit-linear-gradient(rgba(114, 186, 160, 0) 0%, #72baa0 40%);
  background: -webkit-gradient(linear, 114, 186, 160 40%, from(rgba(114, 186, 160, 0)), to(#72baa0));
  background: -o-linear-gradient(rgba(114, 186, 160, 0) 0%, #72baa0 40%);
  background: linear-gradient(rgba(114, 186, 160, 0) 0%, #72baa0 40%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0072baa0', endColorstr='#72baa0', GradientType=0);
  /* IE6-9 */
}
section#couponSpecialOffer a.readMore.button {
  background-color: #437b75;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
section#couponSpecialOffer span.image {
  background-image: url(../images/dummy3.jpg);
}
section#couponSpecialOffer span.text h1 {
  border-color: #437b75;
  color: #437b75;
}
section#couponSpecialOffer span.text h2 {
  color: #437b75;
}
section#couponSpecialOffer a.readMore.button {
  background-color: #5ca58c;
}
section#eventSpecialOffer {
  border-radius: 8px;
  position: relative;
  margin-top: 20px;
  background-color: #72baa0;
  height: 250px;
  overflow: hidden;
  background-color: #f5ad82;
}
section#eventSpecialOffer.ocker {
  background-color: #f5ad82;
}
section#eventSpecialOffer.ocker span.teaser p {
  color: #cb6426;
}
section#eventSpecialOffer.ocker span.teaser:after {
  background: -moz-linear-gradient(rgba(245, 173, 130, 0) 0%, #f5ad82 40%);
  background: -webkit-linear-gradient(rgba(245, 173, 130, 0) 0%, #f5ad82 40%);
  background: -webkit-gradient(linear, 245, 173, 130 40%, from(rgba(245, 173, 130, 0)), to(#72baa0));
  background: -o-linear-gradient(rgba(245, 173, 130, 0) 0%, #f5ad82 40%);
  background: linear-gradient(rgba(245, 173, 130, 0) 0%, #f5ad82 40%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5ad82', endColorstr='#f5ad82', GradientType=0);
  /* IE6-9 */
}
section#eventSpecialOffer.ocker a.readMore.button {
  background-color: #cb6426;
}
section#eventSpecialOffer.hellgruen {
  background-color: #deece5;
}
section#eventSpecialOffer.hellgruen p,
section#eventSpecialOffer.hellgruen h1,
section#eventSpecialOffer.hellgruen h2 {
  color: #437b75 !important;
}
section#eventSpecialOffer.hellgruen span.teaser:after {
  background: -moz-linear-gradient(rgba(222, 236, 229, 0) 0%, rgba(222, 236, 229, 0.6) 100%);
  background: -webkit-linear-gradient(rgba(222, 236, 229, 0) 0%, rgba(222, 236, 229, 0.6) 100%);
  background: -webkit-gradient(linear, 222, 236, 229 100%, from(rgba(222, 236, 229, 0)), to(rgba(222, 236, 229, 0.6)));
  background: -o-linear-gradient(rgba(222, 236, 229, 0) 0%, rgba(222, 236, 229, 0.6) 100%);
  background: linear-gradient(rgba(222, 236, 229, 0) 0%, #deece5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00deece5', endColorstr='#deece5', GradientType=0);
  /* IE6-9 */
}
section#eventSpecialOffer.hellgruen a.readMore.button {
  background-color: #437b75;
}
section#eventSpecialOffer span {
  display: block;
  margin-top: 0px;
  box-sizing: border-box;
}
section#eventSpecialOffer span.image {
  position: relative;
  background-color: #FFFFFF;
  height: inherit;
  background-image: url(../images/dummy2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
section#eventSpecialOffer span.image[title]::after {
  content: attr(title);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.3rem 1.3rem 0.3rem 1rem;
  background-color: rgba(255, 255, 255, 0.75);
  font-family: inherit;
  transition: all 0.2s;
  border-top-right-radius: 8px;
  font-size: 14px;
}
section#eventSpecialOffer span.text {
  position: relative;
  display: block;
  height: 100%;
  padding: 20px 20px 20px 20px;
}
section#eventSpecialOffer span.text h1 {
  border-radius: 8px;
  text-transform: uppercase;
  padding: 5px 15px 5px 15px;
  border: 1px solid #FFFFFF;
  display: inline-block;
  color: #FFFFFF;
  border-color: #FFFFFF;
  margin-bottom: 20px;
}
section#eventSpecialOffer span.text h2 {
  font-family: "roboto-bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
section#eventSpecialOffer span.text p {
  font-size: 16px;
  color: #437b75;
  margin-bottom: 40px;
}
section#eventSpecialOffer span.teaser {
  position: relative;
  overflow: hidden;
  max-height: 120px;
}
section#eventSpecialOffer span.teaser:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: -moz-linear-gradient(rgba(114, 186, 160, 0) 0%, #72baa0 40%);
  background: -webkit-linear-gradient(rgba(114, 186, 160, 0) 0%, #72baa0 40%);
  background: -webkit-gradient(linear, 114, 186, 160 40%, from(rgba(114, 186, 160, 0)), to(#72baa0));
  background: -o-linear-gradient(rgba(114, 186, 160, 0) 0%, #72baa0 40%);
  background: linear-gradient(rgba(114, 186, 160, 0) 0%, #72baa0 40%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0072baa0', endColorstr='#72baa0', GradientType=0);
  /* IE6-9 */
}
section#eventSpecialOffer a.readMore.button {
  background-color: #437b75;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
section#eventSpecialOffer span.image {
  background-image: url(../images/dummy4.jpg);
}
section#eventSpecialOffer span.text h1 {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
section#eventSpecialOffer span.text h2 {
  color: #cb6426;
}
section#eventSpecialOffer a.readMore.button {
  background-color: #cb6426;
}
section#catalogSpecialOffer {
  border-radius: 8px;
  position: relative;
  margin-top: 20px;
  height: 250px;
  overflow: hidden;
  background-color: #72baa0;
}
section#catalogSpecialOffer.ocker {
  background-color: #f5ad82;
}
section#catalogSpecialOffer.ocker span.teaser p {
  color: #cb6426;
}
section#catalogSpecialOffer.ocker span.teaser:after {
  background: -moz-linear-gradient(rgba(245, 173, 130, 0) 0%, #f5ad82 40%);
  background: -webkit-linear-gradient(rgba(245, 173, 130, 0) 0%, #f5ad82 40%);
  background: -webkit-gradient(linear, 245, 173, 130 40%, from(rgba(245, 173, 130, 0)), to(#72baa0));
  background: -o-linear-gradient(rgba(245, 173, 130, 0) 0%, #f5ad82 40%);
  background: linear-gradient(rgba(245, 173, 130, 0) 0%, #f5ad82 40%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5ad82', endColorstr='#f5ad82', GradientType=0);
  /* IE6-9 */
}
section#catalogSpecialOffer.ocker a.readMore.button {
  background-color: #cb6426;
}
section#catalogSpecialOffer.hellgruen {
  background-color: #deece5;
}
section#catalogSpecialOffer.hellgruen p,
section#catalogSpecialOffer.hellgruen h1,
section#catalogSpecialOffer.hellgruen h2 {
  color: #437b75 !important;
}
section#catalogSpecialOffer.hellgruen span.teaser:after {
  background: -moz-linear-gradient(rgba(222, 236, 229, 0) 0%, rgba(222, 236, 229, 0.6) 100%);
  background: -webkit-linear-gradient(rgba(222, 236, 229, 0) 0%, rgba(222, 236, 229, 0.6) 100%);
  background: -webkit-gradient(linear, 222, 236, 229 100%, from(rgba(222, 236, 229, 0)), to(rgba(222, 236, 229, 0.6)));
  background: -o-linear-gradient(rgba(222, 236, 229, 0) 0%, rgba(222, 236, 229, 0.6) 100%);
  background: linear-gradient(rgba(222, 236, 229, 0) 0%, #deece5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00deece5', endColorstr='#deece5', GradientType=0);
  /* IE6-9 */
}
section#catalogSpecialOffer.hellgruen a.readMore.button {
  background-color: #437b75;
}
section#catalogSpecialOffer span {
  display: block;
  margin-top: 0px;
  box-sizing: border-box;
}
section#catalogSpecialOffer span.image {
  position: relative;
  background-color: #FFFFFF;
  height: inherit;
  background-image: url(../images/dummy2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
section#catalogSpecialOffer span.image[title]::after {
  content: attr(title);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.3rem 1.3rem 0.3rem 1rem;
  background-color: rgba(255, 255, 255, 0.75);
  font-family: inherit;
  transition: all 0.2s;
  border-top-right-radius: 8px;
  font-size: 14px;
}
section#catalogSpecialOffer span.text {
  position: relative;
  display: block;
  height: 100%;
  padding: 20px 20px 20px 20px;
}
section#catalogSpecialOffer span.text h1 {
  border-radius: 8px;
  text-transform: uppercase;
  padding: 5px 15px 5px 15px;
  border: 1px solid #FFFFFF;
  display: inline-block;
  color: #FFFFFF;
  border-color: #FFFFFF;
  margin-bottom: 20px;
}
section#catalogSpecialOffer span.text h2 {
  font-family: "roboto-bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
section#catalogSpecialOffer span.text p {
  font-size: 16px;
  color: #437b75;
  margin-bottom: 40px;
}
section#catalogSpecialOffer span.teaser {
  position: relative;
  overflow: hidden;
  max-height: 120px;
}
section#catalogSpecialOffer span.teaser:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: -moz-linear-gradient(rgba(114, 186, 160, 0) 0%, #72baa0 40%);
  background: -webkit-linear-gradient(rgba(114, 186, 160, 0) 0%, #72baa0 40%);
  background: -webkit-gradient(linear, 114, 186, 160 40%, from(rgba(114, 186, 160, 0)), to(#72baa0));
  background: -o-linear-gradient(rgba(114, 186, 160, 0) 0%, #72baa0 40%);
  background: linear-gradient(rgba(114, 186, 160, 0) 0%, #72baa0 40%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0072baa0', endColorstr='#72baa0', GradientType=0);
  /* IE6-9 */
}
section#catalogSpecialOffer a.readMore.button {
  background-color: #437b75;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
section#catalogSpecialOffer span.teaser {
  height: 65px;
}
section#catalogSpecialOffer span.teaser:after {
  background: -moz-linear-gradient(rgba(114, 186, 160, 0) 0%, #72baa0 40%);
  background: -webkit-linear-gradient(rgba(114, 186, 160, 0) 0%, #72baa0 40%);
  background: -webkit-gradient(linear, 114, 186, 160 40%, from(rgba(114, 186, 160, 0)), to(#72baa0));
  background: -o-linear-gradient(rgba(114, 186, 160, 0) 0%, #72baa0 40%);
  background: linear-gradient(rgba(114, 186, 160, 0) 0%, #72baa0 40%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0072baa0', endColorstr='#72baa0', GradientType=0);
  /* IE6-9 */
}
form#newsletterSubscribeForm {
  border-radius: 8px;
  position: relative;
  margin-top: 20px;
  background-color: #72baa0;
  height: 250px;
  overflow: hidden;
  background-color: #deece5;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  position: absolute;
  top: -20px;
  right: 0px;
  height: auto;
  padding: 20px 20px 20px 20px;
}
form#newsletterSubscribeForm.ocker {
  background-color: #f5ad82;
}
form#newsletterSubscribeForm.ocker span.teaser p {
  color: #cb6426;
}
form#newsletterSubscribeForm.ocker span.teaser:after {
  background: -moz-linear-gradient(rgba(245, 173, 130, 0) 0%, #f5ad82 40%);
  background: -webkit-linear-gradient(rgba(245, 173, 130, 0) 0%, #f5ad82 40%);
  background: -webkit-gradient(linear, 245, 173, 130 40%, from(rgba(245, 173, 130, 0)), to(#72baa0));
  background: -o-linear-gradient(rgba(245, 173, 130, 0) 0%, #f5ad82 40%);
  background: linear-gradient(rgba(245, 173, 130, 0) 0%, #f5ad82 40%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5ad82', endColorstr='#f5ad82', GradientType=0);
  /* IE6-9 */
}
form#newsletterSubscribeForm.ocker a.readMore.button {
  background-color: #cb6426;
}
form#newsletterSubscribeForm.hellgruen {
  background-color: #deece5;
}
form#newsletterSubscribeForm.hellgruen p,
form#newsletterSubscribeForm.hellgruen h1,
form#newsletterSubscribeForm.hellgruen h2 {
  color: #437b75 !important;
}
form#newsletterSubscribeForm.hellgruen span.teaser:after {
  background: -moz-linear-gradient(rgba(222, 236, 229, 0) 0%, rgba(222, 236, 229, 0.6) 100%);
  background: -webkit-linear-gradient(rgba(222, 236, 229, 0) 0%, rgba(222, 236, 229, 0.6) 100%);
  background: -webkit-gradient(linear, 222, 236, 229 100%, from(rgba(222, 236, 229, 0)), to(rgba(222, 236, 229, 0.6)));
  background: -o-linear-gradient(rgba(222, 236, 229, 0) 0%, rgba(222, 236, 229, 0.6) 100%);
  background: linear-gradient(rgba(222, 236, 229, 0) 0%, #deece5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00deece5', endColorstr='#deece5', GradientType=0);
  /* IE6-9 */
}
form#newsletterSubscribeForm.hellgruen a.readMore.button {
  background-color: #437b75;
}
form#newsletterSubscribeForm span {
  display: block;
  margin-top: 0px;
  box-sizing: border-box;
}
form#newsletterSubscribeForm span.image {
  position: relative;
  background-color: #FFFFFF;
  height: inherit;
  background-image: url(../images/dummy2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
form#newsletterSubscribeForm span.image[title]::after {
  content: attr(title);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.3rem 1.3rem 0.3rem 1rem;
  background-color: rgba(255, 255, 255, 0.75);
  font-family: inherit;
  transition: all 0.2s;
  border-top-right-radius: 8px;
  font-size: 14px;
}
form#newsletterSubscribeForm span.text {
  position: relative;
  display: block;
  height: 100%;
  padding: 20px 20px 20px 20px;
}
form#newsletterSubscribeForm span.text h1 {
  border-radius: 8px;
  text-transform: uppercase;
  padding: 5px 15px 5px 15px;
  border: 1px solid #FFFFFF;
  display: inline-block;
  color: #FFFFFF;
  border-color: #FFFFFF;
  margin-bottom: 20px;
}
form#newsletterSubscribeForm span.text h2 {
  font-family: "roboto-bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
form#newsletterSubscribeForm span.text p {
  font-size: 16px;
  color: #437b75;
  margin-bottom: 40px;
}
form#newsletterSubscribeForm span.teaser {
  position: relative;
  overflow: hidden;
  max-height: 120px;
}
form#newsletterSubscribeForm span.teaser:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: -moz-linear-gradient(rgba(114, 186, 160, 0) 0%, #72baa0 40%);
  background: -webkit-linear-gradient(rgba(114, 186, 160, 0) 0%, #72baa0 40%);
  background: -webkit-gradient(linear, 114, 186, 160 40%, from(rgba(114, 186, 160, 0)), to(#72baa0));
  background: -o-linear-gradient(rgba(114, 186, 160, 0) 0%, #72baa0 40%);
  background: linear-gradient(rgba(114, 186, 160, 0) 0%, #72baa0 40%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0072baa0', endColorstr='#72baa0', GradientType=0);
  /* IE6-9 */
}
form#newsletterSubscribeForm a.readMore.button {
  background-color: #437b75;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
form#newsletterSubscribeForm label {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #437b75;
}
form#newsletterSubscribeForm input,
form#newsletterSubscribeForm button {
  border-radius: 5px;
  border: none;
  padding: 5px;
  background-color: #FFFFFF;
}
form#newsletterSubscribeForm button {
  margin-left: -10px;
  padding-bottom: 2px;
}
form#newsletterSubscribeForm button span {
  display: none;
}
form#newsletterSubscribeForm button:after {
  content: "\e900";
  color: #437b75;
  font-size: 24px;
  vertical-align: top;
}
div#listParent {
  padding: 10px;
  border-radius: 8px;
  background-color: #FFFFFF;
}
ul#catalogEntries {
  max-height: 600px;
  overflow: auto;
  background-color: #FFFFFF;
}
ul#catalogEntries.v2 {
  max-height: none;
}
ul#catalogEntries li {
  margin: 5px 20px 5px 20px;
  padding: 5px 0px 5px 0px;
  border-bottom: 1px solid #72baa0;
}
ul#catalogEntries li a {
  color: #437b75;
}
ul#catalogEntries li a:hover {
  color: #cb6426;
}
ul#catalogEntries li:last-child {
  border: none;
}
table#offerTable {
  border-collapse: collapse;
}
table#offerTable th,
table#offerTable td {
  vertical-align: top;
  text-align: left;
}
table#offerTable th {
  font-weight: bold;
}
table#offerTable td.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
table#offerTable td.tags span,
table#offerTable td.tags button {
  border: none;
  font-size: 12px;
  display: block;
  padding: 0.3rem;
  background-color: #EFEFEF;
  border-radius: 4px;
  cursor: pointer;
}
table#offerTable td.tags span:hover,
table#offerTable td.tags button:hover {
  color: white;
  background-color: #666666;
}
table#offerTable tbody tr.hidden {
  display: none;
}
table#offerTable tbody tr:nth-child(even) {
  background-color: #efefef;
}
table#offerTable tbody tr:nth-child(even) td.tags button {
  background-color: white;
}
table#offerTable tbody a {
  font-weight: bold;
}
div.accordion {
  width: 100%;
}
div.accordion > div {
  background-color: #deece5;
  border-radius: 8px;
  padding: 20px;
  margin: 0px 0px 10px 0px;
}
div.accordion > div > h3,
div.accordion > div > a {
  font-family: "roboto-bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  margin-bottom: 0px;
  color: #437b75;
  cursor: pointer;
}
div.accordion > div > h3:before,
div.accordion > div > a:before {
  content: "\e921";
  color: #437b75;
  margin-right: 10px;
  font-weight: bold;
}
div.accordion > div.visible h3:before {
  content: "\e922";
}
div.accordion > div div {
  margin: 15px 0px 0px 25px;
}
div.accordion > div div p:last-child {
  margin-bottom: 0px;
}
div.accordion > div div hr {
  border: none;
  border-top: 1px solid #FFFFFF;
  background-color: none;
  margin: 10px 0px 10px 0px;
}
div#contact {
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #437b75;
  margin-bottom: 20px;
}
div#weather {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
div#weather div.tempWeather {
  background-image: linear-gradient(to right, #ffe7d9 50%, #5ca58c 50%);
  overflow: auto;
}
div#weather div.windRain {
  background-image: linear-gradient(to right, #f5ad82 50%, #437b75 50%);
  overflow: auto;
}
div#weather span {
  box-sizing: border-box;
}
div#weather span.tempDay,
div#weather span.tempNight {
  width: 50%;
  float: left;
  text-align: center;
  padding: 10px 5px 0px 5px;
  font-size: 40px;
}
div#weather span.tempDay:before,
div#weather span.tempNight:before {
  display: block;
  font-size: 24px;
}
div#weather span.tempDay {
  color: #437b75;
  text-align: right;
}
div#weather span.tempDay:before {
  content: "\e923";
  margin-right: 10px;
}
div#weather span.tempNight {
  color: #5ca58c;
  text-align: left;
}
div#weather span.tempNight:before {
  content: "\e924";
}
div#weather span.temp,
div#weather span.weather {
  display: block;
  width: 50%;
  float: left;
  height: 100%;
}
div#weather span.weather {
  text-align: center;
}
div#weather span.aveWind,
div#weather span.qpfAllday {
  width: 50%;
  float: left;
  text-align: center;
  padding: 10px;
}
div#weather span.aveWind {
  color: #cb6426;
}
div#weather span.qpfAllday {
  color: #FFFFFF;
}
div#weather p {
  text-align: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 5px;
  background-color: #5ca58c;
}
div#weather p a {
  color: #FFFFFF;
}
#gallery figure {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  overflow: hidden;
  border-radius: 8px;
  margin: 0px 20px 20px 0px;
  background-color: #deece5;
}
#gallery figure > a {
  display: block;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
#gallery figure > a img {
  height: 100%;
  width: auto;
  visibility: hidden;
  display: block;
  width: 200px;
  height: 200px;
}
#gallery figure figcaption {
  display: block;
  font-size: 12px;
  color: #437b75;
  padding: 5px 10px 5px 10px;
  min-height: 40px;
  text-align: center;
}
#gallery figure figcaption a {
  font-size: 14px;
}
#gallery figure:hover {
  background-color: #437b75;
}
#gallery figure:hover figcaption,
#gallery figure:hover:hover figcaption a {
  color: #FFFFFF;
}
div#filterParent {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0px 20px 0px 20px;
  padding: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #FFFFFF;
  border-radius: 8px;
  overflow: auto;
}
div#filterParent form fieldset {
  border: none;
}
div#filterParent form fieldset > ul {
  margin: 0px 0px 0px 0px;
}
div#filterParent form fieldset > ul > li > label {
  font-weight: bold;
}
div#filterParent form fieldset > ul li {
  box-sizing: border-box;
  padding: 5px 0px 5px 0px;
}
div#filterParent form fieldset > ul li label input {
  margin-right: 10px;
}
div#filterParent form fieldset > ul li ul {
  margin-left: 40px;
}
div#filterParent form button {
  padding: 5px 20px 5px 20px;
  border-radius: 8px;
  color: #FFFFFF;
  background-color: #437b75;
  border: none;
  text-transform: uppercase;
  margin-right: 10px;
}
div#filterParent form button[type=button] {
  background-color: #72baa0;
  color: #deece5;
}
#mapTarget {
  background-color: #FFFFFF;
  min-height: 500px;
  border: 1px solid #5ca58c;
  border-radius: 8px;
  box-sizing: border-box;
}
#eventList li {
  border-radius: 8px;
  height: auto;
  min-height: 100px;
  clear: both;
  padding-left: 120px;
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #437b75;
}
#eventList li span {
  display: block;
}
#eventList li span.date {
  position: absolute;
  display: block;
  text-align: center;
  padding-top: 30px;
  background-color: #437b75;
  font-size: 20px;
  color: #FFFFFF;
  box-sizing: border-box;
  width: 100px;
  height: 100%;
  top: 0px;
  bottom: 0px;
  margin-left: -120px;
  float: left;
  font-size: 16px;
  padding-top: 20px;
}
#eventList li span.date span {
  font-size: 50px;
  display: block;
  font-family: "roboto-bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
#eventList li span.date span {
  font-size: 30px;
}
#eventList li span.location {
  padding: 15px 15px 5px 0px;
  font-size: 12px;
  color: #437b75;
}
#eventList li span.title {
  font-family: "roboto-bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  font-size: 20px;
  padding: 0px 15px 10px 0px;
  color: #437b75;
}
#eventList li span.teaser {
  display: none;
  position: relative;
  padding: 0px 15px 0px 0px;
  font-size: 14px;
  color: #437b75;
  height: 28px;
  overflow: hidden;
}
#eventList li span.teaser * {
  font-size: 14px;
  color: #437b75;
}
#eventList li span.teaser:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: -moz-linear-gradient(rgba(222, 236, 229, 0) 0%, rgba(222, 236, 229, 0.6) 100%);
  background: -webkit-linear-gradient(rgba(222, 236, 229, 0) 0%, rgba(222, 236, 229, 0.6) 100%);
  background: -webkit-gradient(linear, 222, 236, 229 100%, from(rgba(222, 236, 229, 0)), to(rgba(222, 236, 229, 0.6)));
  background: -o-linear-gradient(rgba(222, 236, 229, 0) 0%, rgba(222, 236, 229, 0.6) 100%);
  background: linear-gradient(rgba(222, 236, 229, 0) 0%, #deece5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00deece5', endColorstr='#deece5', GradientType=0);
  /* IE6-9 */
}
#eventList li > p {
  padding-right: 20px;
}
#eventList li a.readMore {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-family: "roboto-bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  color: #5ca58c;
}
#eventList li a.readMore:after {
  content: "\e609";
  font-size: 9px;
  font-weight: bold;
  margin-left: 2px;
}
ul#prospektList {
  list-style: none!important;
  margin: 0px 0px 20px 0px;
}
ul#prospektList li {
  border-radius: 8px;
  background-color: #ffe7d9;
  padding: 20px;
  overflow: auto;
  list-style: none!important;
}
ul#prospektList li img {
  width: 100%;
  height: auto;
}
div.privacywire-wrapper {
  z-index: 100000;
}
div.privacywire-page-wrapper * {
  font-size: 14px;
}
@media only screen and (max-width: 720px) {
  div.privacywire-page-wrapper * {
    font-size: 10px;
  }
}
div.privacywire-page-wrapper p,
div.privacywire-page-wrapper ul {
  margin-bottom: 1rem;
}
div.privacywire-page-wrapper ul {
  list-style: none;
  margin-left: 2rem;
}
div.privacywire-page-wrapper input[type="checkbox"] {
  margin-right: 0.5rem;
}
div.privacywire-page-wrapper > div {
  left: 5rem;
  right: 5rem;
}
@media only screen and (max-width: 720px) {
  div.privacywire-page-wrapper > div {
    left: 0;
    right: 0;
  }
}
div.privacywire-page-wrapper button {
  background-color: #5ca58c;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  font-weight: bold;
  display: inline-block;
  width: auto;
  margin: 0 0.5rem 0.5rem 0;
}
@media only screen and (max-width: 720px) {
  div.privacywire-page-wrapper button {
    display: block;
    width: 100%;
    margin: 0 0 0.5rem;
  }
}
button.button.privacywire-show-options {
  color: black;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
div.privacywire-ask-consent.consent-category-external_media {
  position: absolute;
  left: 3rem;
  top: 5rem;
  max-width: 60%;
}
button._df_button {
  background-color: #cb6426 !important;
  border-radius: 8px;
  border: none;
}
.maxWidth {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0px 20px 0px 20px;
}
.rounded {
  border-radius: 8px;
}
.bottomRounded {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.topRounded {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.leftRounded {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.rightRounded {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.bgWhite {
  overflow: auto;
  clear: both;
}
.bgWhite:first-child {
  margin-top: 10px;
}
.bgColored {
  background-color: #deece5;
  overflow: auto;
  clear: both;
}
.bgGradientTransparentToLightGrey {
  background: -moz-linear-gradient(rgba(222, 236, 229, 0) 0%, rgba(222, 236, 229, 0.6) 100%);
  background: -webkit-linear-gradient(rgba(222, 236, 229, 0) 0%, rgba(222, 236, 229, 0.6) 100%);
  background: -webkit-gradient(linear, 222, 236, 229 100%, from(rgba(222, 236, 229, 0)), to(rgba(222, 236, 229, 0.6)));
  background: -o-linear-gradient(rgba(222, 236, 229, 0) 0%, rgba(222, 236, 229, 0.6) 100%);
  background: linear-gradient(rgba(222, 236, 229, 0) 0%, #deece5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00deece5', endColorstr='#deece5', GradientType=0);
  /* IE6-9 */
}
.bgGradientTransparentToLightGreen {
  background: -moz-linear-gradient(rgba(114, 186, 160, 0) 0%, #72baa0 40%);
  background: -webkit-linear-gradient(rgba(114, 186, 160, 0) 0%, #72baa0 40%);
  background: -webkit-gradient(linear, 114, 186, 160 40%, from(rgba(114, 186, 160, 0)), to(#72baa0));
  background: -o-linear-gradient(rgba(114, 186, 160, 0) 0%, #72baa0 40%);
  background: linear-gradient(rgba(114, 186, 160, 0) 0%, #72baa0 40%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0072baa0', endColorstr='#72baa0', GradientType=0);
  /* IE6-9 */
}
.bgGradientTransparentToMidOrange {
  background: -moz-linear-gradient(rgba(245, 173, 130, 0) 0%, #f5ad82 40%);
  background: -webkit-linear-gradient(rgba(245, 173, 130, 0) 0%, #f5ad82 40%);
  background: -webkit-gradient(linear, 245, 173, 130 40%, from(rgba(245, 173, 130, 0)), to(#72baa0));
  background: -o-linear-gradient(rgba(245, 173, 130, 0) 0%, #f5ad82 40%);
  background: linear-gradient(rgba(245, 173, 130, 0) 0%, #f5ad82 40%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5ad82', endColorstr='#f5ad82', GradientType=0);
  /* IE6-9 */
}
/* big day date, small month*/
.dateDayMonth {
  display: block;
  text-align: center;
  padding-top: 30px;
  background-color: #437b75;
  font-size: 20px;
  color: #FFFFFF;
  box-sizing: border-box;
}
.dateDayMonth span {
  font-size: 50px;
  display: block;
  font-family: "roboto-bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.roundedHeadline {
  border-radius: 8px;
  text-transform: uppercase;
  padding: 5px 15px 5px 15px;
  border: 1px solid #FFFFFF;
  display: inline-block;
}
.startPageHeadline {
  font-family: "roboto-bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  font-size: 20px;
}
a.readMore.button {
  padding: 5px 20px 5px 20px;
  border-radius: 8px;
  display: inline-block;
  color: #FFFFFF;
}
button#showFilter,
.button {
  padding: 5px 20px 5px 20px;
  border-radius: 8px;
  color: #FFFFFF;
  background-color: #437b75;
  border: none;
  text-transform: uppercase;
  margin-right: 10px;
}
.sideBarList {
  border-radius: 8px;
  background-color: #ffe7d9;
  margin-bottom: 20px;
}
.sideBarList h1 {
  padding: 10px 10px 0px 20px;
  font-family: "roboto-bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  text-transform: uppercase;
}
.sideBarList ul {
  background: none!important;
  padding: 0px 0px 10px 0px;
}
.sideBarList ul#locationObjects li {
  margin: 5px 20px 5px 20px;
  padding: 5px 0px 5px 0px;
  border-bottom: 1px solid #72baa0;
}
.sideBarList ul#locationObjects li a {
  color: #437b75;
}
.sideBarList ul#locationObjects li a:hover {
  color: #cb6426;
}
.sideBarList ul#locationObjects li:last-child {
  border: none;
}
.sideBarList #catalogEntries {
  max-height: none;
}
.sideBarList #eventList {
  margin: 20px;
}
.sideBarList #eventList li {
  padding-left: 60px;
  height: auto;
  min-height: 58px;
  border: none;
  margin-bottom: 10px;
}
.sideBarList #eventList li span.date {
  margin-left: -60px;
  width: 50px;
  height: auto;
  padding: 10px;
  font-size: 12px;
  color: #FFFFFF !important;
}
.sideBarList #eventList li span.date span {
  font-size: 16px;
  color: #FFFFFF !important;
}
.sideBarList #eventList li span.location {
  padding: 0px 0px 5px 0px;
}
.sideBarList #eventList li span.title {
  font-size: 16px;
}
.sideBarList.green * {
  color: #437b75 !important;
  border-color: #437b75 !important;
}
.sideBarList.orange * {
  color: #cb6426 !important;
  border-color: #cb6426 !important;
}
.startOffers {
  border-radius: 8px;
  position: relative;
  margin-top: 20px;
  background-color: #72baa0;
  height: 250px;
  overflow: hidden;
}
.startOffers.ocker {
  background-color: #f5ad82;
}
.startOffers.ocker span.teaser p {
  color: #cb6426;
}
.startOffers.ocker span.teaser:after {
  background: -moz-linear-gradient(rgba(245, 173, 130, 0) 0%, #f5ad82 40%);
  background: -webkit-linear-gradient(rgba(245, 173, 130, 0) 0%, #f5ad82 40%);
  background: -webkit-gradient(linear, 245, 173, 130 40%, from(rgba(245, 173, 130, 0)), to(#72baa0));
  background: -o-linear-gradient(rgba(245, 173, 130, 0) 0%, #f5ad82 40%);
  background: linear-gradient(rgba(245, 173, 130, 0) 0%, #f5ad82 40%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5ad82', endColorstr='#f5ad82', GradientType=0);
  /* IE6-9 */
}
.startOffers.ocker a.readMore.button {
  background-color: #cb6426;
}
.startOffers.hellgruen {
  background-color: #deece5;
}
.startOffers.hellgruen p,
.startOffers.hellgruen h1,
.startOffers.hellgruen h2 {
  color: #437b75 !important;
}
.startOffers.hellgruen span.teaser:after {
  background: -moz-linear-gradient(rgba(222, 236, 229, 0) 0%, rgba(222, 236, 229, 0.6) 100%);
  background: -webkit-linear-gradient(rgba(222, 236, 229, 0) 0%, rgba(222, 236, 229, 0.6) 100%);
  background: -webkit-gradient(linear, 222, 236, 229 100%, from(rgba(222, 236, 229, 0)), to(rgba(222, 236, 229, 0.6)));
  background: -o-linear-gradient(rgba(222, 236, 229, 0) 0%, rgba(222, 236, 229, 0.6) 100%);
  background: linear-gradient(rgba(222, 236, 229, 0) 0%, #deece5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00deece5', endColorstr='#deece5', GradientType=0);
  /* IE6-9 */
}
.startOffers.hellgruen a.readMore.button {
  background-color: #437b75;
}
.startOffers span {
  display: block;
  margin-top: 0px;
  box-sizing: border-box;
}
.startOffers span.image {
  position: relative;
  background-color: #FFFFFF;
  height: inherit;
  background-image: url(../images/dummy2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.startOffers span.image[title]::after {
  content: attr(title);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.3rem 1.3rem 0.3rem 1rem;
  background-color: rgba(255, 255, 255, 0.75);
  font-family: inherit;
  transition: all 0.2s;
  border-top-right-radius: 8px;
  font-size: 14px;
}
.startOffers span.text {
  position: relative;
  display: block;
  height: 100%;
  padding: 20px 20px 20px 20px;
}
.startOffers span.text h1 {
  border-radius: 8px;
  text-transform: uppercase;
  padding: 5px 15px 5px 15px;
  border: 1px solid #FFFFFF;
  display: inline-block;
  color: #FFFFFF;
  border-color: #FFFFFF;
  margin-bottom: 20px;
}
.startOffers span.text h2 {
  font-family: "roboto-bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.startOffers span.text p {
  font-size: 16px;
  color: #437b75;
  margin-bottom: 40px;
}
.startOffers span.teaser {
  position: relative;
  overflow: hidden;
  max-height: 120px;
}
.startOffers span.teaser:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: -moz-linear-gradient(rgba(114, 186, 160, 0) 0%, #72baa0 40%);
  background: -webkit-linear-gradient(rgba(114, 186, 160, 0) 0%, #72baa0 40%);
  background: -webkit-gradient(linear, 114, 186, 160 40%, from(rgba(114, 186, 160, 0)), to(#72baa0));
  background: -o-linear-gradient(rgba(114, 186, 160, 0) 0%, #72baa0 40%);
  background: linear-gradient(rgba(114, 186, 160, 0) 0%, #72baa0 40%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0072baa0', endColorstr='#72baa0', GradientType=0);
  /* IE6-9 */
}
.startOffers a.readMore.button {
  background-color: #437b75;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
a.routePlanner:before {
  content: "\e92f";
  margin-right: 5px;
  font-size: 14px;
}
a.iLink:before {
  content: "\e800";
  margin-right: 5px;
  font-size: 14px;
}
figure.video {
  border-radius: 8px;
  overflow: hidden;
  margin: 0px 0px 20px 0px;
  background-color: #deece5;
}
figure.video a {
  padding-top: 52.63%;
  display: block;
  background-position: center;
  background-size: 100% auto;
  position: relative;
}
figure.video a::after {
  font-family: "icon";
  content: "\E905";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: red;
}
figure.video img {
  width: 100%;
  display: none;
}
figure.video figcaption {
  font-size: 12px;
  padding: 8px 10px 8px 10px;
  text-align: center;
}
table.imagesTable {
  border-radius: 8px;
  width: 100%;
  background-color: #deece5;
}
table.imagesTable tr td:first-child {
  width: 200px;
}
/* navigations */
ul#topNavi_1 {
  position: absolute;
  top: 7px;
  right: 25px;
}
ul#topNavi_1 li {
  display: inline-block;
  margin: 0px 0px 0px 30px;
}
ul#topNavi_1 li a {
  color: #FFFFFF;
  font-size: 14px;
}
ul#topNavi_1 li.active a,
ul#topNavi_1 li:hover a {
  color: #000000;
}
ul#topNavi_2 {
  position: absolute;
  top: 35px;
  right: 20px;
}
ul#topNavi_2 li {
  display: inline-block;
  background-color: #FFFFFF;
  margin: 0px 0px 0px 3px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  vertical-align: top;
}
ul#topNavi_2 li a,
ul#topNavi_2 li form {
  display: inline-block;
  padding: 10px 10px 10px 10px;
  color: #437b75;
  text-transform: uppercase;
  font-size: 14px;
}
ul#topNavi_2 li a font,
ul#topNavi_2 li form font {
  font-size: 14px;
}
ul#topNavi_2 li.active,
ul#topNavi_2 li:hover {
  background-color: #437b75;
}
ul#topNavi_2 li.active a,
ul#topNavi_2 li:hover a {
  color: #FFFFFF;
}
ul#topNavi_2 li.active button:after,
ul#topNavi_2 li:hover button:after {
  color: #FFFFFF;
}
ul#topNavi_2 li form {
  padding: 9px 35px 9px 8px;
  position: relative;
}
ul#topNavi_2 li form input {
  width: 120px;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #5ca58c;
  border-radius: 5px;
}
ul#topNavi_2 li form button {
  cursor: pointer;
  border: none;
  background: none;
}
ul#topNavi_2 li form button span {
  display: none;
}
ul#topNavi_2 li form button:after {
  content: "\e816";
  position: absolute;
  top: 8px;
  right: 8px;
  color: #437b75;
  font-size: 22px;
}
ul#topNavi_2 li.facebook a {
  padding: 5px 5px 6px 5px;
}
ul#topNavi_2 li.facebook a span {
  display: none;
}
ul#topNavi_2 li.facebook a:after {
  content: "\e617";
  color: #405BDB;
  font-size: 24px;
}
ul#topNavi_2 li.facebook:hover a:after {
  color: #FFFFFF;
}
ul#topNavi_2 li.switchLanguage {
  overflow: hidden;
  background-color: #FFFFFF !important;
  height: 39px;
  /*
			ul {
				
				li {
					background-color: @white!important;
					opacity: 0.5;
					a {
						background: none;	
						color: @darkgreen!important;
						padding: 10px 5px 10px 40px;
						background-repeat: no-repeat;
						background-position: 10px 13px;
					}
					&:last-child {
						padding-right: 5px;	
					}
					&.active, &:hover {
						opacity: 1;	
					}
				}	
			}
			*/
}
ul#topNavi_2 li.switchLanguage div {
  font-size: 14px;
  border: none;
  padding: 0px;
}
ul#topNavi_2 li.switchLanguage span {
  font-size: 14px;
}
nav#mobileNavi {
  overflow: auto;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 60px;
}
nav#mobileNavi ul li {
  margin-bottom: 2px;
  background-color: #cb6426;
}
nav#mobileNavi ul div#google_translate_element {
  padding: 10px 10px 10px 20px;
}
nav#mobileNavi ul div#google_translate_element * {
  color: #000000;
}
nav#mobileNavi ul form {
  padding: 10px 10px 10px 20px;
  position: relative;
}
nav#mobileNavi ul form input {
  width: 75%;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #5ca58c;
  padding: 5px;
  vertical-align: top;
  border: none;
}
nav#mobileNavi ul form button {
  cursor: pointer;
  border: none;
  background: none;
  width: 31px;
  height: 31px;
  vertical-align: top;
  position: relative;
}
nav#mobileNavi ul form button span {
  display: none;
}
nav#mobileNavi ul form button:after {
  content: "\e816";
  position: absolute;
  top: 5px;
  right: 0px;
  color: #FFFFFF;
  font-size: 22px;
}
nav#mobileNavi ul#mobileNaviList li {
  background-color: #437b75;
  margin-bottom: 2px;
}
nav#mobileNavi ul#mobileNaviList li a {
  display: block;
  padding: 10px 10px 10px 20px;
  color: #FFFFFF;
}
nav#mobileNavi ul#mobileNaviList li.active,
nav#mobileNavi ul#mobileNaviList li:hover {
  background-color: #deece5;
}
nav#mobileNavi ul#mobileNaviList li.active a,
nav#mobileNavi ul#mobileNaviList li:hover a {
  color: #437b75;
}
ul#mainNavi {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0px 20px 0px 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  vertical-align: bottom;
  width: 100%;
}
ul#mainNavi li {
  display: table;
  float: left;
  background-color: #FFFFFF;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 8px 0px;
  width: 14.25%;
  height: 40px;
}
ul#mainNavi li ul {
  display: none;
}
ul#mainNavi li font {
  font-size: 14px;
  font-family: "roboto-bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
ul#mainNavi li a {
  color: #437b75;
  text-transform: uppercase;
  font-size: 14px;
  border-left: 1px solid #437b75;
  font-family: "roboto-bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 18px;
}
ul#mainNavi li.active,
ul#mainNavi li:hover {
  background-color: #deece5;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-top: -10px;
  height: 50px;
}
ul#mainNavi li.active a,
ul#mainNavi li:hover a {
  padding-top: 10px;
  color: #437b75;
  border-color: transparent;
}
ul#mainNavi li.active + li a,
ul#mainNavi li:hover + li a {
  border-color: transparent;
}
ul#mainNavi li:first-child {
  border-top-left-radius: 8px;
}
ul#mainNavi li:first-child a {
  border: none;
}
ul#mainNavi li:last-child {
  border-top-right-radius: 8px;
}
#breadCrumbs {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0px 20px 0px 20px;
  padding: 5px 0px 5px 20px;
}
#breadCrumbs li {
  display: inline-block;
}
#breadCrumbs li a {
  color: #437b75;
  font-size: 12px;
}
#breadCrumbs li a:after {
  content: "\e609";
  font-size: 8px;
  vertical-align: middle;
  margin: 0px 3px 0px 3px;
}
#breadCrumbs li:last-child a:after {
  content: "";
}
#catalogNavi,
#nextPrevCartNavi,
#subNavi {
  background-color: #deece5;
  border-radius: 8px;
  padding: 10px 10px 0px 10px;
  margin: 0px 0px 20px 0px;
}
#catalogNavi li,
#nextPrevCartNavi li,
#subNavi li {
  display: inline-block;
  margin: 0px 10px 10px 0px;
}
#catalogNavi li a,
#nextPrevCartNavi li a,
#subNavi li a {
  display: inline-block;
  border-radius: 5px;
  background-color: #FFFFFF;
  color: #437b75;
  padding: 5px 10px 5px 10px;
  font-weight: normal;
}
#catalogNavi li.active a,
#nextPrevCartNavi li.active a,
#subNavi li.active a,
#catalogNavi li:hover a,
#nextPrevCartNavi li:hover a,
#subNavi li:hover a {
  background-color: #437b75;
  color: #FFFFFF;
}
#nextPrevCartNavi {
  text-align: center;
  background-color: #ffe7d9;
  overflow: auto;
}
#nextPrevCartNavi li.inactive {
  visibility: hidden;
}
#nextPrevCartNavi li a {
  background-color: #cb6426;
  color: #FFFFFF;
}
#nextPrevCartNavi li:first-child {
  float: left;
}
#nextPrevCartNavi li:first-child a span {
  display: none;
}
#nextPrevCartNavi li:first-child a:before {
  content: "\e608";
  margin-right: 0px;
}
#nextPrevCartNavi li:nth-child(2) a:before {
  margin-right: 5px;
  content: "\e916";
}
#nextPrevCartNavi li:nth-child(3) {
  float: right;
  margin-right: 0px;
}
#nextPrevCartNavi li:nth-child(3) a span {
  display: none;
}
#nextPrevCartNavi li:nth-child(3) a:before {
  content: "\e609";
  margin-right: 0px;
}
#nextPrevCartNavi li.cart {
  display: block;
  width: 100%;
}
#subSubNavi {
  list-style: none;
  margin-left: 0px;
}
#subSubNavi li {
  display: inline-block;
  margin: 0px 10px 10px 0px;
}
#subSubNavi li a {
  display: inline-block;
  border-radius: 5px;
  background-color: #5ca58c;
  color: #FFFFFF;
  padding: 5px 10px 5px 10px;
  font-weight: normal;
}
#subSubNavi li.active a,
#subSubNavi li:hover a {
  background-color: #437b75;
  color: #FFFFFF;
}
/* news slider */
section#newsSlider {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px 0px 20px;
  border-radius: 8px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
  height: 160px;
  overflow: hidden;
}
section#newsSlider button {
  z-index: 100;
  position: absolute;
  top: 60px;
  width: 40px;
  height: 40px;
  background: none;
  background-color: #437b75;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}
section#newsSlider button:after {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  margin-top: 3px;
}
section#newsSlider button#newsSliderNext {
  right: 25px;
}
section#newsSlider button#newsSliderNext:after {
  content: "\e609";
  margin-left: 3px;
}
section#newsSlider button#newsSliderPrev {
  left: 25px;
}
section#newsSlider button#newsSliderPrev:after {
  content: "\e608";
}
section#newsSlider button span {
  display: none;
}
section#newsSlider button:hover {
  background-color: #cb6426;
}
section#newsSlider > div {
  border-radius: 8px;
  overflow: hidden;
  margin: 0px 100px 0px 100px;
  height: 160px;
}
section#newsSlider ul {
  transition: margin-top linear 0.2s;
  background-color: #deece5;
}
section#newsSlider ul li {
  height: 160px;
  clear: both;
  padding-left: 180px;
  position: relative;
}
section#newsSlider ul li span {
  display: block;
}
section#newsSlider ul li span.date {
  display: block;
  text-align: center;
  padding-top: 30px;
  background-color: #437b75;
  font-size: 20px;
  color: #FFFFFF;
  box-sizing: border-box;
  width: 160px;
  height: 160px;
  margin-left: -180px;
  float: left;
}
section#newsSlider ul li span.date span {
  font-size: 50px;
  display: block;
  font-family: "roboto-bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
section#newsSlider ul li span.location {
  padding: 15px 15px 5px 0px;
  font-size: 12px;
  color: #437b75;
}
section#newsSlider ul li span.title {
  font-family: "roboto-bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  font-size: 20px;
  padding: 0px 15px 10px 0px;
  color: #437b75;
}
section#newsSlider ul li span.teaser {
  position: relative;
  padding: 0px 15px 0px 0px;
  font-size: 14px;
  color: #437b75;
  height: 60px;
  overflow: hidden;
}
section#newsSlider ul li span.teaser * {
  font-size: 14px;
  color: #437b75;
}
section#newsSlider ul li span.teaser:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: -moz-linear-gradient(rgba(222, 236, 229, 0) 0%, rgba(222, 236, 229, 0.6) 100%);
  background: -webkit-linear-gradient(rgba(222, 236, 229, 0) 0%, rgba(222, 236, 229, 0.6) 100%);
  background: -webkit-gradient(linear, 222, 236, 229 100%, from(rgba(222, 236, 229, 0)), to(rgba(222, 236, 229, 0.6)));
  background: -o-linear-gradient(rgba(222, 236, 229, 0) 0%, rgba(222, 236, 229, 0.6) 100%);
  background: linear-gradient(rgba(222, 236, 229, 0) 0%, #deece5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00deece5', endColorstr='#deece5', GradientType=0);
  /* IE6-9 */
}
section#newsSlider ul li a.readMore {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-family: "roboto-bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  color: #5ca58c;
}
section#newsSlider ul li a.readMore:after {
  content: "\e609";
  font-size: 9px;
  font-weight: bold;
  margin-left: 2px;
}
/* CSS Document */
/* formular */
form#filterForm {
  border-radius: 8px;
  background-color: #deece5;
  padding: 20px;
  margin-bottom: 20px;
}
form#filterForm select {
  padding: 10px;
  margin: 0px 10px 0px 0px;
}
form.mailFormGen {
  border-radius: 8px;
  padding: 0px 20px 20px 20px;
  overflow: auto;
  margin: 0px 0px 20px 0px;
  background-color: #ffe7d9;
}
form.mailFormGen fieldset {
  border: none;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  clear: left;
  display: block;
}
form.mailFormGen fieldset legend {
  display: block;
  color: #FFFFFF;
  background-color: #cb6426;
  padding: 10px 10px 8px 20px;
  font-size: 18px;
  margin: 0px -20px 20px -20px;
  text-transform: uppercase;
}
form.mailFormGen fieldset legend span {
  display: block;
  color: #FFFFFF;
  margin: 10px 0px 0px 0px;
}
form.mailFormGen fieldset div {
  float: left;
  margin: 0px 2% 10px 0px;
  width: 98%;
}
form.mailFormGen fieldset div.w50 {
  width: 48%;
}
form.mailFormGen fieldset div.w30 {
  width: 28%;
}
form.mailFormGen fieldset div.w70 {
  width: 68%;
}
form.mailFormGen fieldset label,
form.mailFormGen fieldset span.checkboxHeader {
  display: block;
  margin: 0px 0px 3px 0px;
  color: #cb6426;
  font-size: 14px;
}
form.mailFormGen fieldset input,
form.mailFormGen fieldset textarea,
form.mailFormGen fieldset select {
  background-color: #FFFFFF;
  border: 1px solid #f5ad82;
  padding: 5px;
  margin: 0px;
  box-sizing: border-box;
  color: #000000;
  width: 100%;
  border-radius: 0px;
}
form.mailFormGen fieldset input.error,
form.mailFormGen fieldset textarea.error,
form.mailFormGen fieldset select.error {
  background-image: url(../images/error_bg.png);
}
form.mailFormGen fieldset input.error option,
form.mailFormGen fieldset textarea.error option,
form.mailFormGen fieldset select.error option {
  background-image: url(../images/error_bg.png);
}
form.mailFormGen fieldset textarea {
  height: 150px;
}
form.mailFormGen fieldset select * {
  color: #000000 !important;
}
form.mailFormGen fieldset input[type=checkbox] {
  width: auto;
  float: none!important;
}
form.mailFormGen fieldset ul.checkboxList {
  list-style: none;
  margin-left: 0px;
  overflow: auto;
}
form.mailFormGen fieldset ul.checkboxList li {
  padding: 3px 5px 3px 5px;
  background-color: #f5ad82;
  margin: 0px 5px 5px 0px;
}
form.mailFormGen fieldset ul.checkboxList li label {
  color: #000000;
}
form.mailFormGen fieldset ul.checkboxList li input {
  margin: 0px 5px 0px 0px;
  vertical-align: middle;
}
form.mailFormGen fieldset textarea.selectText {
  height: 50px;
}
form.mailFormGen fieldset button {
  border-radius: 8px;
  background-color: #cb6426;
  color: #FFFFFF;
  border: none;
  padding: 5px 50px 5px 50px;
}
form#offers-filter * {
  box-sizing: border-box;
}
form#offers-filter fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
form#offers-filter fieldset label span {
  display: block;
  margin-bottom: 0.2rem;
  font-weight: bold;
}
form#offers-filter fieldset label select,
form#offers-filter fieldset label input {
  padding: 0.5rem 0.5rem;
  background-color: white;
  border: none;
  width: 100%;
}
form#offers-filter fieldset label div {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  padding: 5px;
}
form#offers-filter fieldset label div button {
  border: none;
  font-size: 12px;
  display: block;
  padding: 0.3rem;
  background-color: #5ca58c;
  color: white;
  border-radius: 4px;
  cursor: not-allowed;
}
/* CSS Document */
@media only screen and (max-width: 910px) {
  body > button {
    display: block;
  }
  body.start header #mainNavi {
    display: block;
  }
  header {
    padding-top: 60px;
  }
  header #topNavi_1 {
    display: none;
  }
  header #topNavi_2 {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  header #topNavi_2 li.zoom,
  header #topNavi_2 li.print {
    display: none;
  }
  header #mainNavi {
    display: none;
    padding: 0px;
    margin: 0px -20px 0px -20px !important;
    max-width: none;
    width: auto;
    position: relative;
  }
  header #mainNavi li {
    float: none;
    display: block;
    margin: 0px!important;
    height: auto;
    width: 100%;
    border-radius: 0px!important;
    border-bottom: 1px solid #72baa0;
  }
  header #mainNavi li a {
    display: block;
  }
  header #mainNavi li a br {
    display: none;
  }
  header #mainNavi li.active,
  header #mainNavi li:hover {
    height: auto;
    margin-top: 0px;
  }
  header #mainNavi li.active a,
  header #mainNavi li:hover a {
    padding-top: 0px;
  }
  header h1 {
    top: -60px;
    width: 30%;
  }
  header div#imgContent {
    min-height: 0px;
  }
  header div#imgContent div#slideShow {
    height: auto;
    padding-top: 50%;
  }
  header div#imgContent ul#slideNavigation {
    display: none;
  }
  footer form#newsletterSubscribeForm {
    margin: -20px 0px 30px 0px;
    position: static;
  }
  /* offer boxes*/
  .startOffers {
    height: auto;
  }
  .startOffers span.image {
    height: 250px;
  }
  .startOffers span.text {
    height: auto;
    max-height: 250px;
    padding-bottom: 60px;
  }
  .startOffers span.teaser {
    max-height: none;
  }
  ul#catalogEntries {
    max-height: none;
  }
  section#newsSlider {
    height: 360px;
  }
  section#newsSlider button {
    background-color: #5ca58c;
  }
  section#newsSlider button#newsSliderNext {
    right: 40px;
  }
  section#newsSlider button#newsSliderPrev {
    left: 40px;
  }
  section#newsSlider > div {
    height: 360px;
    margin: 0px;
  }
  section#newsSlider > div ul li {
    padding-left: 0px;
    height: 360px;
  }
  section#newsSlider > div ul li span.date {
    display: block;
    text-align: center;
    padding-top: 30px;
    background-color: #437b75;
    font-size: 20px;
    color: #FFFFFF;
    box-sizing: border-box;
    width: 100%;
    height: 160px;
    margin-left: -180px;
    float: none;
    margin-left: 0px;
  }
  section#newsSlider > div ul li span.date span {
    font-size: 50px;
    display: block;
    font-family: "roboto-bold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  }
  section#newsSlider > div ul li span.location,
  section#newsSlider > div ul li span.title,
  section#newsSlider > div ul li span.teaser {
    padding-left: 20px;
  }
  #mapTarget {
    display: none;
  }
}
#offer-categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin: 5rem auto;
  max-width: 56.25rem;
}
#offer-categories a {
  display: block;
  position: relative;
  transition: box-shadow 0.2s;
  border-radius: 1rem;
  overflow: hidden;
}
#offer-categories a:hover {
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.75);
}
#offer-categories a img {
  width: 100%;
  display: block;
}
#offer-categories a span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2rem;
  text-align: center;
  font-size: 2rem;
  color: black;
}
