/* cmsms stylesheet: Haus-Sonnenruh-EO-Info-Modul modified: Mittwoch, 20. Januar 2021 14:19:37 */
#eo-poi-widget .eopoiw-type.eopoiw-active,
#eo-poi-widget .eopoiw-category_type.eopoiw-active svg,
#eo-poi-widget .eopoiw-pagination-set .eopoiw-page.eopoiw-active {
  background-color: #fdcc1a !important; /* Yellow */
}
#eo-poi-widget .eopoiw-hits-box,
#eo-poi-widget .eopoiw-season,
.eopoiw-feature,
#eo-poi-widget .eopoiw-category_type,
#eo-poi-widget .eopoiw-type.eopoiw-active,
#eo-poi-widget .eopoiw-pagination-set .eopoiw-page.eopoiw-active,
#eo-poi-widget .eopoiw-prev-next-btn {
  color: #52473f !important; /* Brown */
}
#eo-poi-widget .eopoiw-season.eopoiw-active,
#eo-poi-widget .eopoiw-feature.eopoiw-active,
#eo-poi-widget .eopoiw-types-container {
  border-color: #52473f !important; /* Brown */
}
#eo-poi-widget .eopoiw-category_type,
#eo-poi-widget .eopoiw-season,
.eopoiw-feature,
#eo-poi-widget .eopoiw-type.eopoiw-active,
#eo-poi-widget .eopoiw-category_type.eopoiw-active svg,
#eo-poi-widget .eopoiw-prev-next-btn {
  fill: #52473f !important; /* Brown */
}
#eo-poi-widget .eopoiw-prev-next-btn {
  border: 2px solid #52473f !important; /* Brown */
}
#eo-poi-widget .eopoiw-card {
  -webkit-box-shadow: 0 0 8px 3px rgba(0,0,0,0.1);
          box-shadow: 0 0 8px 3px rgba(0,0,0,0.1);
}
#eo-poi-widget .eopoiw-type.eopoiw-active {
  border: none !important;
}
#eo-poi-widget #eopoiw-widget-container,
#eo-poi-widget .eopoiw-inner-container,
#eo-poi-widget .eopoiw-footer-container,
#eo-poi-widget .eopoiw-types-container,
#eo-poi-widget .eopoiw-prev-next-btn {
  background-color: #fff !important;
}
/* cmsms stylesheet: Haus-Sonnenruh-Gallerie modified: Freitag, 28. April 2023 11:37:23 */
.gallery .col-gallery a {
  border-radius: 8px;
  transform: scale(1);
  transition: all 0.5s ease;
  width: 100%;
  display: block;
}
.gallery .col-gallery a:hover,
.gallery .page_item a:hover {
  -webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
 -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.15);
 box-shadow: 0 0 10px 5px rgba(0,0,0,0.15);
 position: relative;
 z-index: 1;
}

.gallery .img {
  padding-bottom: 30px;
}
.gallery img {
  /* border-radius: 8px; */
  transform: scale(1);
  transition: all 0.5s ease;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.gallery .page_item img {
  max-width: 50px;
  display: inline-block;
  margin-right: 10px;
}
.gallery .img a {
  -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0);
  box-shadow: 0 0 5px 2px rgba(0,0,0,0);
  display:block;
  border-radius: 8px;
  overflow: hidden;
  transform: scale(1);
  transition: all 0.15s ease-in-out;
}
.gallery .img a:hover {
  -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
  box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
  transform: scale(1.02);
}
.gallery .col-gallery {
  position: relative;
}
#content .gallery .col-gallery a {
  display: block;
  color: #fff !important;
  border: none;
  position: relative;
  text-decoration: none !important;
}
.gallery .col-gallery h3 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 30px 20px 20px 20px;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  margin: 0;
  width: 100%;
  text-shadow: 0 0 5px rgba(0,0,0,0.5);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: rgb(45,53,127);
  background: linear-gradient(0deg, rgba(45,53,127,1) 0%, rgba(45,53,127,0.5676471272102591) 57%, rgba(45,53,127,0) 100%);
}

.gallery .pagenavigation {
	height: 50px;
}

.gallery .prevpage a, .gallery .prevpage em {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	margin: 0;
	text-indent: -1000px;
	background: url(/img/lightbox/previous.png) transparent no-repeat 0 0;
	overflow: hidden;
}

.gallery .nextpage a, .gallery .nextpage em {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	margin: 0 6px 0 0;
	text-indent: -1000px;
	background: url(/img/lightbox/next.png) transparent no-repeat 0 0;
	overflow: hidden;
}
.gallery .parentlink {
  color: #bb1e10;
  font-size: 1.7rem;
  margin-bottom: 20px;
}
.gallery .parentlink a {
	/* display: block;
	width: 50px;
	height: 39px;
	float: left;
	text-indent: -1000px;
	background: url(/img/lightbox/uppage.png) transparent no-repeat 0 0;
	overflow: hidden; */
}

.gallery .pagenavigation a:hover {
	background-position: 0 -40px;
}

.gallery .prevpage em, .gallery .nextpage em {
	background-position: 0 -80px;
}

.gallery .pagelinks {
	float: right;
	border-right: 2px solid #666;
}

.gallery .pagelinks a, .gallery .pagelinks em {
	margin-top: 6px;
	padding: 0 6px;
	border-left: 2px solid #666;
	text-align: center;
	font: bold 11px verdana; color: #666;
}

.gallery .pagelinks em {
	color: #000;
}
@media (min-width: 576px) {
	.gallery .col-gallery h3 {
		font-size: 17px;
	}
}
@media (min-width: 992px) {
	.gallery .col-gallery h3 {
		font-size: 14px;
	}
}
@media (min-width: 1200px) {
	.gallery .col-gallery h3 {
		font-size: 15px;
	}
}
@media (min-width: 1400px) {
	.gallery .col-gallery h3 {
		font-size: 18px;
	}
}

/* LIGHTBOX  -  version 2.8.2 */

/* Preload images */
body:after {
  content: url(/img/lightbox/close.png) url(/img/lightbox/loading.gif) url(/img/lightbox/prev.png) url(/img/lightbox/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.mfp-title {
  font-size: 12px;
  color: #ccc;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/img/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/img/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/img/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/img/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  border-radius: 8px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* cmsms stylesheet: Haus-Sonnenruh-Update modified: Freitag, 13. Juni 2025 15:21:12 */
/* noto-sans-regular - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/noto-sans/noto-sans-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/noto-sans/noto-sans-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/noto-sans/noto-sans-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/noto-sans/noto-sans-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/noto-sans/noto-sans-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/noto-sans/noto-sans-v25-latin-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
}
/* noto-sans-italic - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/noto-sans/noto-sans-v25-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/noto-sans/noto-sans-v25-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/noto-sans/noto-sans-v25-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/noto-sans/noto-sans-v25-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/noto-sans/noto-sans-v25-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/noto-sans/noto-sans-v25-latin-italic.svg#NotoSans') format('svg'); /* Legacy iOS */
}
/* noto-sans-700 - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/noto-sans/noto-sans-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/noto-sans/noto-sans-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/noto-sans/noto-sans-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/noto-sans/noto-sans-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/noto-sans/noto-sans-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/noto-sans/noto-sans-v25-latin-700.svg#NotoSans') format('svg'); /* Legacy iOS */
}
/* noto-sans-700italic - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: url('/fonts/noto-sans/noto-sans-v25-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/noto-sans/noto-sans-v25-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/noto-sans/noto-sans-v25-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/noto-sans/noto-sans-v25-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/noto-sans/noto-sans-v25-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/noto-sans/noto-sans-v25-latin-700italic.svg#NotoSans') format('svg'); /* Legacy iOS */
}

/* noto-serif-regular - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/noto-serif/noto-serif-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/noto-serif/noto-serif-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/noto-serif/noto-serif-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/noto-serif/noto-serif-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/noto-serif/noto-serif-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/noto-serif/noto-serif-v20-latin-regular.svg#NotoSerif') format('svg'); /* Legacy iOS */
}
/* noto-serif-italic - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/noto-serif/noto-serif-v20-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/noto-serif/noto-serif-v20-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/noto-serif/noto-serif-v20-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/noto-serif/noto-serif-v20-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/noto-serif/noto-serif-v20-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/noto-serif/noto-serif-v20-latin-italic.svg#NotoSerif') format('svg'); /* Legacy iOS */
}
/* noto-serif-700 - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/noto-serif/noto-serif-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/noto-serif/noto-serif-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/noto-serif/noto-serif-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/noto-serif/noto-serif-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/noto-serif/noto-serif-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/noto-serif/noto-serif-v20-latin-700.svg#NotoSerif') format('svg'); /* Legacy iOS */
}
/* noto-serif-700italic - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 700;
  src: url('/fonts/noto-serif/noto-serif-v20-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/noto-serif/noto-serif-v20-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/noto-serif/noto-serif-v20-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/noto-serif/noto-serif-v20-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/noto-serif/noto-serif-v20-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/noto-serif/noto-serif-v20-latin-700italic.svg#NotoSerif') format('svg'); /* Legacy iOS */
}

.hidden {
  display: none !important;
}
#content iframe {
  width: 100%;
  position: relative;
}
#content iframe.belegungsplan-all {
  height: 800px;
}

/* Cards Sommer / Winter */
.row-cards .card-body {
  padding-top: 250px;
}
.row-cards .card-img-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.row-cards .card-img-top img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}

/* Special Hamburger Styles */
.hamburger {
	padding: 0px;
	/* display: inline-block; */
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: #fff;
	text-transform: none;
	text-align: center;
	background-color: transparent;
	border: 0;
	/* margin: 20px auto 15px auto; */
	float: right;
	overflow: visible;
	position: relative;
	z-index: 1001;
}

.hamburger .hamburger-box {
	width: 35px;
	height: 24px;
	display: block;
	position: relative;
	margin: 0 auto;
}

.hamburger .menu-text {
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin-top: 3px;
}

.hamburger .hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.hamburger.collapsed .hamburger-inner {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition-delay: 0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
	width: 35px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
	
.hamburger .hamburger-inner {
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger .hamburger-inner::before {
	top: 0px;
	transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
	opacity: 0;
}
.hamburger.collapsed .hamburger-inner::before {
	top: -10px;
	opacity: 1;
	transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger .hamburger-inner:after {
	bottom: 0px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger.collapsed .hamburger-inner:after {
	bottom: -10px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* special Hamburger End*/

/* Fewoitems */
.row-fewo-items .details ul {
  font-size: 12px;
}

/* Formular Einkaufs Service Update */
.form-einkaufs-service fieldset {
  border-bottom: 1px solid #ccc;
}
.form-einkaufs-service fieldset + fieldset {
  margin-top: 10px !important;
}
.form-einkaufs-service fieldset:last-of-type {
  margin-bottom: 30px !important;
  border-bottom: none;
}
.form-einkaufs-service fieldset > legend {
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-pdf {
  background: #b30a00;
  border: none;
  color: #fff;
  box-shadow: 0 0 10px 5px rgba(0,0,0,0.15);
  padding: 0;
}
.btn-pdf:hover,
.btn-pdf:focus,
.btn-pdf:active {
  background: #b30a00;
  border: none;
  color: #fff;
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.btn-pdf svg {
  fill: #fff;
  border-right: 1px solid #fff;
  display: inline-block;
  height: 40px;
  width: auto;
  vertical-align: middle;
  padding: 5px 10px;
}
.btn-pdf .text {
  display: inline-block;
  line-height: 20px;
  padding: 10px 30px 10px 20px;
}
/* Cookie Bar */
#cookie-bar {font-size: 14px;background:#000; background: rgba(0,0,0,0.8); height:auto; line-height:35px; color:#fff; text-align:center; padding: 10px;}
#cookie-bar.fixed {position:fixed; bottom:0; left:0; width:100%;z-index:110;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; text-decoration:none; padding:0 6px; margin-left: 15px;}
#cookie-bar .cb-enable {background: #fdcc1a; color: #52473f;}
#cookie-bar .cb-enable:hover {background: #fff; color: #52473f;}
#cookie-bar .cb-disable {border: 1px solid transparent; color: #fff;}
#cookie-bar .cb-disable:hover {background:#fff; color: #000;}
#cookie-bar .cb-policy {border: 1px solid transparent; color: #fff;}
#cookie-bar .cb-policy:hover {background:#fff; color: #000;}

#cookie-bar .cb-enable,
#cookie-bar .cb-disable,
#cookie-bar .cb-policy,
#cookie-bar .cb-disable {
	border-radius: 20px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 35px;
}
@media (max-width: 991px) {	
	/* Cookie Bar */
	#cookie-bar {
		line-height: normal;
	} 
	#cookie-bar a {
		margin: 0;
	}
	#cookie-bar .cb-enable,
	#cookie-bar .cb-disable,
	#cookie-bar .cb-policy {
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#cookie-bar .cb-disable {
		width: 45%;
		display: inline-block;
		margin-right: 10%;
	}
	#cookie-bar .cb-policy {
		width: 45%;
		display: inline-block;
	}
}

@media (min-width: 768px) {
	.hamburger {
		margin: 12px auto 10px auto;
	}
}
@media (min-width: 992px) {
	.hamburger {
		margin: 10px 0 10px auto; 
	}
}
@media (min-width: 1300px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1260px;
  }
}
