body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}
.hamburger {
  /* position: absolute; */
  right: 15px;
  font: inherit;
  position: sticky;
  z-index: 1;
  display: inline-block;
  overflow: visible;
  /* margin: 2em; */
  padding: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hamburger *{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hamburger.active   .hamburger-inner,
.hamburger.active  .hamburger-inner:after,
.hamburger.active  .hamburger-inner:before {
  background-color: #fff;
  width: 40px;
  height: 4px;
}

.hamburger.white   .hamburger-inner,
.hamburger.white  .hamburger-inner:after,
.hamburger.white  .hamburger-inner:before {
  background-color: #fff;
}

.hamburger.active {
  position: absolute;
  top: 50px;
  right: 50px;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.hamburger.active  .hamburger-box {
  width: 35px;
  height: 35px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  border-radius: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  background-color: #fff;
}
.startseite .hamburger-inner,
.startseite .hamburger-inner:after,
.startseite .hamburger-inner:before {
  background-color: #294417;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: ""
}

.hamburger-inner:before {
  top: -10px
}

.hamburger-inner:after {
  bottom: -10px
}

.hamburger--3dx .hamburger-box {
  perspective: 80px
}

.hamburger--3dx .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent !important
}

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent !important
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
  perspective: 80px
}

.hamburger--3dy .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent !important
}

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
  perspective: 80px
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent !important
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy .hamburger-box {
  perspective: 80px
}

.hamburger--3dxy .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important
}

.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent !important
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt .hamburger-inner:before {
  transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
  transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .13s
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
  transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
  opacity: 0
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
  transform: rotate(-90deg)
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .13s
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner:before {
  transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg)
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
  opacity: 0
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
  transform: rotate(90deg)
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
  transition-duration: .275s
}

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg)
}

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg)
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
  transition-duration: .275s
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg)
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg)
}

.hamburger--emphatic {
  overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg)
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg)
}

.hamburger--emphatic-r {
  overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg)
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg)
}

.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
  transition: bottom .08s ease-out 0s, top .08s ease-out 0s, opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom .08s ease-out, top .08s ease-out, opacity 0s linear .08s;
  opacity: 0
}

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0
}

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0
}

.hamburger--slider .hamburger-inner {
  top: 2px
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform, opacity
}

.hamburger--slider .hamburger-inner:after {
  top: 20px
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0
}

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
  top: 2px
}

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform, opacity
}

.hamburger--slider-r .hamburger-inner:after {
  top: 20px
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg)
}

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .22s
}

.hamburger--spin .hamburger-inner:before {
  transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: rotate(225deg)
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out, opacity .1s ease-out .12s;
  opacity: 0
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
  transform: rotate(-90deg)
}

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .22s
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: rotate(-225deg)
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out, opacity .1s ease-out .12s;
  opacity: 0
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
  transform: rotate(90deg)
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear .13s
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: .22s;
  background-color: transparent !important
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .13s
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity 0s linear
}

.hamburger--spring-r .hamburger-inner:before {
  transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .22s;
  opacity: 0
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
  transform: rotate(90deg)
}

.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
  transform: rotate(90deg);
  background-color: transparent !important
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
  transform: rotate(-45deg)
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
  transform: rotate(45deg)
}

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
  transform: rotate(-90deg);
  background-color: transparent !important
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
  transform: rotate(-45deg)
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
  transform: rotate(45deg)
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: 75ms
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease .12s, opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: rotate(45deg)
}

.hamburger--squeeze.active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease .12s;
  opacity: 0
}

.hamburger--squeeze.active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
  transform: rotate(-90deg)
}

.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-duration: .2s
}

.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s
}

.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform
}

.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transform: rotate(765deg)
}

.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-duration: .2s
}

.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s
}

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity
}

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transform: rotate(-765deg)
}

.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg)
}

.hamburger--header {
  margin-right: -5px;
  padding-right: 0;
  padding-left: 5px;
  cursor: default;
  vertical-align: middle
}

.hamburger--header .hamburger-inner,
.hamburger--header .hamburger-inner:after,
.hamburger--header .hamburger-inner:before,
.hamburger--header.is-active .hamburger-inner,
.hamburger--header.is-active .hamburger-inner:after,
.hamburger--header.is-active .hamburger-inner:before {
  background-color: #222
}

.hamburger--header.hamburger--elastic .hamburger-inner,
.hamburger--header.hamburger--slider .hamburger-inner {
  top: 2px
}

.hamburger--header:hover {
  opacity: 1
}

.hamburger-wrap {
  text-align: center
}

.hamburger--accessible {
  display: inline-block
}

.hamburger--accessible .hamburger-box {
  display: inline-block;
  vertical-align: middle
}

.hamburger--accessible .hamburger-inner,
.hamburger--accessible .hamburger-inner:after,
.hamburger--accessible .hamburger-inner:before,
.hamburger--accessible.is-active .hamburger-inner,
.hamburger--accessible.is-active .hamburger-inner:after,
.hamburger--accessible.is-active .hamburger-inner:before {
  background-color: #222
}

.hamburger-label {
  font-weight: 600;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  text-transform: uppercase
}

.hamburger-label-hidden {
  display: none
}

.name {
  font-size: .8em;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 1.25em;
  padding-top: 2em;
  color: #1A1A1A
}

.information-directions {
  font-size: 14px;
  width: 100%
}

.browsers,
.types {
  padding-left: 0;
  list-style: none
}

.browsers li,
.types li {
  margin-bottom: .25em
}

.browsers {
  padding-left: 1em;
  column-count: 2
}

.hint {
  display: none;
  margin-bottom: 1em
}

.hint.is-visible {
  display: block
}

@media only screen and (min-width:320px) {
  .browsers {
    column-count: 2
  }
}

@media only screen and (min-width:480px) {
  .types {
    column-count: 2
  }

  .browsers {
    column-count: 3
  }
}

@media only screen and (min-width:632px) {
  .information-directions {
    font-size: 15px
  }
}

#carbonads {
  padding-top: 20px;
  padding-bottom: 32px
}

#carbonads a {
  text-decoration: none
}

#carbonads>span {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto
}

.carbon-wrap {
  position: relative;
  display: table;
  width: 100%
}

.carbon-img,
.carbon-text {
  display: table-cell;
  text-align: left;
  vertical-align: middle
}

.carbon-img {
  background-color: #1A1A1A
}

.carbon-img img {
  display: block
}

.carbon-text {
  font-size: 12px;
  line-height: 1.2;
  padding-left: 15px
}

.carbon-poweredby {
  font-size: 11px;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 130px;
  text-align: center;
  color: #999
}

@media only screen and (min-width:1280px) {
  #carbonads {
    position: absolute;
    top: 45px;
    right: 30px;
    padding-top: 0;
    padding-bottom: 0
  }
}
@font-face {
  font-family: 'Motiva Sans'; /* Gewünschter Name */
  src: url('/files/layout/fonts/MotivaSansRegular.eot');
            /* für IE9 */
  src: url('/files/layout/fonts/MotivaSansRegular.woff') 
            format('woff'), 
       url('/files/layout/fonts/MotivaSansRegular.otf') 
            format('opentype'),
           /* für moderne Browser */
       url('/files/layout/fonts/MotivaSansRegular.ttf') 
            format('truetype');
          /* für Safari, Android, iOS */
 }

 @font-face {
  font-family: 'Motiva Sans Medium'; /* Gewünschter Name */
  src: url('/files/layout/fonts/MotivaSansMedium.eot');
            /* für IE9 */
  src: url('/files/layout/fonts/MotivaSansMedium.woff') 
            format('woff'), 
       url('/files/layout/fonts/MotivaSansMedium.otf') 
            format('opentype'),
           /* für moderne Browser */
       url('/files/layout/fonts/MotivaSansMedium.ttf') 
            format('truetype');
          /* für Safari, Android, iOS */
 }

 

/*Allgemeines*/
html{
  overflow-x: hidden;
}

body {
  font-family: "Motiva Sans", sans-serif;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  background-color: #294417;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media (max-width: 450px) {
  body{
    font-size: 16px;
  } 
}

strong {
  font-family: "Motiva Sans Medium", sans-serif;
  font-weight: 400;
  font-style: normal;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background: #000;
}

::-webkit-scrollbar-track {
  background: linear-gradient(90deg, #DFDFDF, #DFDFDF 1px, #EBEBEC 0, #EBEBEC);
}

::selection {
  background: rgba(0,0,0, 0.95);
  color: #fff;
  text-shadow: none;
}

.relative {
  position: relative;
}

:focus {
  outline: none !important;
}




hr {
  border: 0;
  height: 1px;
  background: #fff;
  clear: left;
}

a {
  text-decoration: none;
  color: #fff;
  font-family: "Motiva Sans Medium", sans-serif;
  font-style: normal;
  font-style: italic;
  text-transform: uppercase;
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.621' height='18.242' viewBox='0 0 10.621 18.242'%3E%3Cpath id='Pfad_28' data-name='Pfad 28' d='M2810,957.5l7,7,7-7' transform='translate(-955.379 2826.121) rotate(-90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right center;
  height: 20px;
}
figure a {
  background-image: none;
  padding-right: 0;
  height: auto;
}

p {
  color: #fff;
  line-height: 23px;
}

.active {
  font-family: "arno-pro", serif;
  font-weight: 400;
  font-style: normal;
}

.center {
  text-align: center;
}

h1{
  color: #fff;
  font-family: "arno-pro", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
  word-break: break-word;
  font-size: 45px;
  margin-top: 0;
}
h2 {
  color: #fff;
  font-family: "arno-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  margin-bottom: 15px;
  margin-top: 0;
}
h3,
h4,
h5,
h6,
h7 {
  color: #fff;
  font-family: "arno-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 15px;
}


ul,
strong,
a {
  line-height: 25px;
}


@media (max-width: 450px) {
 

    h1 {
      font-size: 30px;
    }
    h2,
    h3,
    h4,
    h5,
    h6{
        font-size: 17px;
      } 
}


.ce_image {
  width: 100%;
}

img  {
  display: block;
}
.mod_article {
  width: 100vw;
  position: relative;
}

/*Navigation*/
#header {
  height: auto;
  position: absolute;
  top: 0;
  height: 100px;
}
#header .mod_mobile_menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  right: 100px;
  top: 55px;
}
#header>.inside {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: calc(100vw - 200px);
  z-index: 999;
  top: 0;
  padding: 15px 100px;
  height: 100px;
}
#header .content-image {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header .mod_navigation {
  margin-left: auto;
}
#header .mod_navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 60px;
  height: 100%;
}
#header .mod_navigation ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#header .mod_navigation ul .greenbutton a {
  color: #fff;
}

#header .header_logo img {
  width: 150px;
}
.startseite #header .header_logo img {
  content: url('/files/bilder/logos/2025_landhaus-wildschuetz_logo_test_schriftzug_green.svg');
}
#header .header_links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 75px;
}
#header .header_links .rte {
  display: flex;
  gap: 100px;
}
#header .header_links .rte p {
  margin: 0;
}
#header .header_links .rte p.icon_tel a {
  padding-left: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.685' height='15.846' viewBox='0 0 14.685 15.846'%3E%3Cpath id='Pfad_43' data-name='Pfad 43' d='M14.1,11.443l-2.439-1.33a1.421,1.421,0,0,0-1.816.4l-.982,1.329a12.659,12.659,0,0,1-3.08-2.7A8.756,8.756,0,0,1,3.721,5.828l1.624-.953a1.356,1.356,0,0,0,.562-1.736L4.765.652a1.148,1.148,0,0,0-1.6-.506C1.995.791.287,1.932.051,3.2a11.383,11.383,0,0,0,2.727,8.534A11.887,11.887,0,0,0,10.9,15.846c1.386.034,2.8-1.662,3.593-2.81a1.1,1.1,0,0,0-.385-1.592' transform='translate(0 0)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 0;
  background-position: left center;
  color: #fff;
  font-style: normal;
  text-transform: none;
  font-family: 'Motiva Sans', sans-serif;
  font-size: 14px;
}
#header .header_links .rte p.icon_mail a {
  padding-left: 40px;
  background-image: url("data:image/svg+xml,%3Csvg id='Gruppe_48' data-name='Gruppe 48' xmlns='http://www.w3.org/2000/svg' width='15.084' height='10.744' viewBox='0 0 15.084 10.744'%3E%3Cpath id='Pfad_45' data-name='Pfad 45' d='M237.746,66.968l-1.835-1.606-5.247,4.5a1.074,1.074,0,0,0,.732.287h12.7a1.066,1.066,0,0,0,.729-.287l-5.244-4.5Z' transform='translate(-230.204 -59.404)' fill='%23fff'/%3E%3Cpath id='Pfad_46' data-name='Pfad 46' d='M244.844,16.547a1.067,1.067,0,0,0-.732-.287h-12.7a1.062,1.062,0,0,0-.73.289l7.08,6.068Z' transform='translate(-230.219 -16.26)' fill='%23fff'/%3E%3Cpath id='Pfad_47' data-name='Pfad 47' d='M226.877,24.055v8.8L232,28.507Z' transform='translate(-226.877 -23.109)' fill='%23fff'/%3E%3Cpath id='Pfad_48' data-name='Pfad 48' d='M308.98,28.483l5.121,4.352V24.029Z' transform='translate(-299.017 -23.086)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 0;
  background-position: left center;
  color: #fff;
  font-style: normal;
  text-transform: none;
  font-family: 'Motiva Sans', sans-serif;
  font-size: 14px;
}
.startseite #header .header_links .rte p.icon_tel a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.685' height='15.846' viewBox='0 0 14.685 15.846'%3E%3Cpath id='Pfad_43' data-name='Pfad 43' d='M14.1,11.443l-2.439-1.33a1.421,1.421,0,0,0-1.816.4l-.982,1.329a12.659,12.659,0,0,1-3.08-2.7A8.756,8.756,0,0,1,3.721,5.828l1.624-.953a1.356,1.356,0,0,0,.562-1.736L4.765.652a1.148,1.148,0,0,0-1.6-.506C1.995.791.287,1.932.051,3.2a11.383,11.383,0,0,0,2.727,8.534A11.887,11.887,0,0,0,10.9,15.846c1.386.034,2.8-1.662,3.593-2.81a1.1,1.1,0,0,0-.385-1.592' transform='translate(0 0)' fill='%23294417'/%3E%3C/svg%3E%0A");
  color: #294417;
}
.startseite #header .header_links .rte p.icon_mail a {
  background-image: url("data:image/svg+xml,%3Csvg id='Gruppe_48' data-name='Gruppe 48' xmlns='http://www.w3.org/2000/svg' width='15.084' height='10.744' viewBox='0 0 15.084 10.744'%3E%3Cpath id='Pfad_45' data-name='Pfad 45' d='M237.746,66.968l-1.835-1.606-5.247,4.5a1.074,1.074,0,0,0,.732.287h12.7a1.066,1.066,0,0,0,.729-.287l-5.244-4.5Z' transform='translate(-230.204 -59.404)' fill='%23294417'/%3E%3Cpath id='Pfad_46' data-name='Pfad 46' d='M244.844,16.547a1.067,1.067,0,0,0-.732-.287h-12.7a1.062,1.062,0,0,0-.73.289l7.08,6.068Z' transform='translate(-230.219 -16.26)' fill='%23294417'/%3E%3Cpath id='Pfad_47' data-name='Pfad 47' d='M226.877,24.055v8.8L232,28.507Z' transform='translate(-226.877 -23.109)' fill='%23294417'/%3E%3Cpath id='Pfad_48' data-name='Pfad 48' d='M308.98,28.483l5.121,4.352V24.029Z' transform='translate(-299.017 -23.086)' fill='%23294417'/%3E%3C/svg%3E%0A");
  color: #294417;
}

/* Social Icons */
.social_icons {
  position: absolute;
  right: 100px;
  top: calc(50vh - 75px);
  width: 300px;
  display: flex;
  justify-content: flex-end;
}


/*Mobiles Menü */
.mobile_menu {
  z-index: 1000;
  width: calc(100vw - 100px) !important;
  right: 50px !important;
  top: 50px !important;
  height: calc(100vh - 100px) !important;
  box-shadow: none;
  transform: none !important;
  display: none !important;
}
.mobile_menu.active {
  display: block !important;
}
.mobile_menu .inner {
  overflow-y: unset;
  background: rgb(41 68 23 / 0.95);
  padding: 0 50px;
  padding-top: 125px;
  height: calc(100% - 125px);
}
.mobile_menu .header_links {
  display: none;
}
.mobile_menu .inner .mod_navigation {
  height: max-content;
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
.mobile_menu .inner .mod_navigation::after {
  content: '';
  background-image: url('/files/bilder/menu/landhaus_wildschuetz_menu_image_general.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: calc((100vw - 200px) / 2);
  box-shadow: 0 3px 6px rgb(46 46 44);
  transition: all 0.5s ease-in;
}


.mobile_menu .inner .mod_navigation ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.mobile_menu .inner .mod_navigation ul li:not(:last-child) {
  margin-bottom: 50px;
}
.mobile_menu .inner .mod_navigation ul li {
  height: 33px;
}
.mobile_menu .inner .mod_navigation ul li a {
  color: #fff;
  font-size: 28px;
  font-family: "arno-pro", serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 5px;
  text-transform: none;
  background-image: none;
  padding-right: 0;
}
.mobile_menu .inner .mod_navigation ul .active {
  font-family: "arno-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
}
.mobile_menu .inner .mod_navigation .submenu_show {
  display: flex;
}
.mobile_menu .inner .mod_navigation .submenu_show a.submenu {
  border-bottom: 1px solid #fff;
  width: 250px;
  height: max-content;
}
.mobile_menu .inner .mod_navigation .level_2 {
  padding: 0 15px;
  padding-top: 20px;
  position: absolute;
  left: 300px;
  display: none;
}
.mobile_menu .inner .mod_navigation .level_2 li:not(:last-child) {
  margin-bottom: 5px;
}
.mobile_menu .inner .mod_navigation .level_2 li a {
  font-family: 'Motiva Sans Medium', sans-serif;
  font-size: 16px;
  font-style: italic;
  text-transform: uppercase;
}
.mobile_menu .inner .mod_navigation .level_2 .active {
  font-family: 'Motiva Sans Medium', sans-serif;
  font-style: italic;
  text-transform: uppercase;
  font-size: 16px
}
.mobile_menu .inner .mod_navigation li.submenu:hover .submenu {
  border-bottom: 1px solid #fff;
  width: 250px;
  display: block;
}
.mobile_menu .inner .mod_navigation li.submenu:hover .level_2 {
  display: block;
  margin-top: -30px;
}
.mobile_menu .inner:has(ul.level_1 > li.submenu:nth-child(1):hover) .mod_navigation::after {
  background-image: url('/files/bilder/menu/landhaus_wildschuetz_menu_image_haus.jpg');
}
.mobile_menu .inner:has(ul.level_1 > li.submenu:nth-child(2):hover) .mod_navigation::after {
  background-image: url('/files/bilder/menu/landhaus_wildschuetz_menu_image_unterkunft.jpg');
}
.mobile_menu .inner:has(ul.level_1 > li.submenu:nth-child(3):hover) .mod_navigation::after {
  background-image: url('/files/bilder/menu/landhaus_wildschuetz_menu_image_umgebung.jpg');
}
.mobile_menu .inner:has(ul.level_1 > li.submenu:nth-child(4):hover) .mod_navigation::after {
  background-image: url('/files/bilder/menu/landhaus_wildschuetz_menu_image_aktivitaet.jpg');
}
.mobile_menu .inner:has(ul.level_1 > li.submenu:nth-child(6):hover) .mod_navigation::after {
  background-image: url('/files/bilder/menu/landhaus_wildschuetz_menu_image_angebote.jpg');
}


.mobile_menu .menu-bild-links {
  display: flex;
  gap: 50px;
  margin-left: 50%;
}
.mobile_menu .menu-bild-links  a {
  font-family: 'Motiva Sans Medium', sans-serif;
  font-size: 16px;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
  background-image: none;
  padding-right: 0;
}


/*Button Buchen*/
.button_buchen {
  position: fixed;
  bottom: 125px;
  right: 0;
}
.button_buchen a {
  border-radius: 0px;
  background-color: #7a9d54;
  color: #fff;
  padding: 10px 15px;
  font-family: 'Motiva Sans Medium', sans-serif;
  text-transform: uppercase;
  font-style: italic;
  background-image: none;
}


/*Button Umrandung*/
.button_rand,
.aktivity_links {
  margin-top: 35px;
}
.button_rand a,
.aktivity_links a,
.umgebung_links a {
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  padding: 10px 25px;
  background-image: none;
  max-width: max-content;
  width: calc(100% - 50px);
  display: block;
  word-break: break-word;
  height: max-content;
}
.button_rand a:hover,
.aktivity_links a:hover,
.umgebung_links a:hover {
  color: #294417;
  background-color: #fff;
}


/* Headerbild Startseite */
.startseite #headerimage .headerbild img,
.startseite #headerimage .headerbild {
  width: 100vw;
  height: 130vh;
  object-fit: cover;
  object-position: bottom;
}
.startseite #headerimage .headertext {
  position: absolute;
  top: 150px;
  left: 200px;
  height: 60vh;
  width: 600px;
  bottom: auto;
  padding: 0;
}
.startseite #headerimage .headerbild::after {
  bottom: 0;
}
.startseite #headerimage .headertext img {
  height: 60vh;
  object-fit: contain;
}
.startseite #headerimage .headertext .rte {
  position: absolute;
  bottom: 0;
  margin-left: 175px;
}
.startseite #headerimage .headertext .rte h1 {
  text-align: left;
  margin-bottom: auto;
}
.startseite #headerimage .headertext p:not(:last-child) {
  font-family: "arno-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
}
.startseite #headerimage .headertext p {
  font-size: 16px;
  text-align: left;
}

/*Headerbilder */
#headerimage .headerbild {
  height: 50vh;
  width: 100vw;
}
#headerimage .headerbild::after {
  position: absolute;
  bottom: 125px;
  content: '';
  display: block;
  height: 40vh;
  width: 100vw;
  background-image: linear-gradient(to top, #294417 20%, rgb(255 255 255 / 0%) 100%);
}
#headerimage .headerbild img {
  height: 50vh;
  width: 100%;
  object-fit: cover;
}

.headertext {
  position: absolute;
  bottom: 175px;
  z-index: 1;
  width: calc(100vw - 200px);
  padding-left: 100px;
  padding-right: 100px;
}
.headertext h1 {
  margin-bottom: 0;
  text-align: center;
}
.headertext h2 {
  font-size: 25px;
  margin-top: 5px;
  text-align: center;
}
.headertext p {
  text-align: center;
}
#headerimage .pfeil {
  margin-top: 100px;
}
.startseite #headerimage .pfeil {
  position: absolute;
  bottom: 30vh;
  left: calc((100vw - 35px) / 2);
  margin-top: 0;
}

/* Headerbilder groß / mehr Text */
#headerimage .header_gross .headerbild,
#headerimage .header_gross .headerbild img {
  height: 70vh;
}
#headerimage .header_gross .headerbild::after {
  height: 70vh;
  background-image: linear-gradient(to top, #294417 10%, rgb(255 255 255 / 0%) 100%);
}
#headerimage .header_gross .headertext {
  bottom: auto;
  top: 250px;
  width: 50vw;
  left: 25vw;
  padding: 0;
}
#headerimage .header_gross .headertext p {
  text-align: center;
  margin-top: 50px;
}


/* Home Text */
.home_text {
  padding: 0 200px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-row-gap: 50px;
  width: calc(100vw - 400px);
  margin-bottom: 50px;
}
.home_text:first-child {
  margin-bottom: 100px;
  position: relative;
}
.home_text:first-child::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='374' height='672.85' viewBox='0 0 374 672.85'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%237a9d54'/%3E%3Cstop offset='1' stop-color='%233d4f2a'/%3E%3C/linearGradient%3E%3CclipPath id='clip-path'%3E%3Crect id='Rechteck_57' data-name='Rechteck 57' width='374' height='672.85' fill='url(%23linear-gradient)'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Gruppe_81' data-name='Gruppe 81' opacity='0.3'%3E%3Cg id='Gruppe_80' data-name='Gruppe 80' clip-path='url(%23clip-path)'%3E%3Cpath id='Pfad_91' data-name='Pfad 91' d='M372.517,52C365.9,73.721,345.868,83.31,324.491,74c-19.534-8.522-34.831-38.809-47.541-55.853C272.083,11.594,268.283,3.4,260.036,0l14.5,21.765c-.178,3.024.776,8.635-.582,10.9-5.417,9.023-32.955-2.134-41.154-2.442-2.329-.081-1.924.065-1.795,2.409,13.955,8.683,29.851,13.486,43.9,22.008C314.918,78.9,357.8,132.08,322.292,177.729l-15.135-19.906c-4.528-5.369-19.081-18.774-25.97-18.774H263.658l12.516,5.013c36.222,17.8,38.518,63.647,7.94,88.6-15.507,12.645-62.887,36.561-71.877,6.759-8.312-27.522,7.535-69.711,28.428-88.889-26.568.776-23.787,38.243-34.411,56.273-13.211,22.4-33.586,7.2-52.651,17.5,8.36.792,16.445.437,24.514,3.283,16.575,5.854,34.524,27.312,20.261,43.9-15.038,17.48-61.076,4.56-76.211-10.317,7,28.816,45.1,26.358,67.722,35.074-6.015,21.636-28.654,16.753-45.067,10.592-47.444-17.787-94.1-71.376-87.838-124.738,4.334-36.982,57.793-40.474,45.811-81.725L90.489,126.145c-8.085,12-19.728,26.616-36.141,23.253-6.387-1.326-10.123-4.56-12.37-10.608-7.325-19.679,10.09-57.874,8.667-81.208-.065-1.2-.582-6.711-2.248-6.792-4.819,17.189-8.813,58.019-32.114,59.3-6.048.323-10.624-2.943-16.284-3.671,5.272,8.166,15.815,10.09,22.428,16.866C48.786,150.3,47.492,223.022,65.1,260.78c1.326,2.862,5.417,7.341,6.242,9.476.938,2.426-1.617,1.908-2.911,1.714-23.8-3.687-44.824-30.384-49.093-53.12-2.07-.291-1.18,2.8-1.213,4.237-.453,28.961,29.026,52.02,53.815,61.076,4.9,1.795,12.661,2.555,16.284,4.269,2.587,1.229,7.632,6.953,10.381,8.975a354.96,354.96,0,0,0,50.144,31.484c-3.509,8.473-24.336-4.253-27.8-1.213-1.277,5.854,9.557,11.562,9.654,15.087.049,2.345-8.586,13.955-9.1,22.331-.307,4.916,3.331,11.481,2.862,13.664-.453,2.183-8.684,13.648-10.721,15.976-7.859,9.072-17.787,14.667-28.411,19.922.323,5.078,2.895,27.457,7.5,28.945a8.3,8.3,0,0,0,3.218.065c23.916-1.439,51.616-10.608,75.483-14.117a29.933,29.933,0,0,1,6.355-.323c2.329,68.95-64.2,98.187-117.316,121.828-4.075,17.318-3.8,35.09-.889,52.57C62,618.1,67.253,642.918,74.756,654.965c6.4,10.284,22.574,16.963,35.138,17.884-17.545-39.068-5.207-55.61-5.191-55.626,5.126-9.4,11.594-17.027,46.312-17.027,16.364,0,31.4,3.25,47.04,6.969a44.936,44.936,0,0,0,7.632-2.393c.809-.307,1.617-.663,2.426-1.051,3.59-1.7,6.355-3.153,8.91-5.9.5-.566,1.019-1.18,1.536-1.876a45.641,45.641,0,0,0,4.916-9.007c.113-.275.243-.55.356-.841.178-.4.356-.841.534-1.277,1.1-2.668,2.3-5.692,3.477-8.764.307-.776.6-1.552.906-2.328,1.746-4.56,3.4-9.007,4.544-12.257.631-1.779,1.1-3.186,1.358-4.059.081-.291.162-.566.243-.857,1.229-4.269,2.345-8.586,3.347-12.985.21-.857.4-1.73.582-2.6,1-4.544,1.892-9.169,2.636-13.826.113-.663.226-1.326.307-1.989q.728-4.56,1.277-9.169c4.722-38.809,1.5-79.995-9.7-116.3-5.66-18.353-18.855-36.189-13.227-56.289h21.167c7.244,0,29.479-35.025,35.672-41.105-13.874-3.04-31.4,1.649-44.355,7.034-2.975,1.229-15.7,8.7-16.753,8.716-5.886.081-3.946-10.478-2.021-14.2,7.18-13.858,51.066-38.146,65.943-48.948,43.062-31.241,78.8-70.648,72.039-128.409-1.132-9.67-8.861-20.52-6.84-30.093,2.895-13.7,26.261-20.553,28.67-35.413.259-1.633,1.083-8.312-1.116-8.975M192.347,360.017c-1.051-1.649-3.671-4.382-8.6-7.471-2.62-1.649-12-3.121-12-3.121,7.6-16.833,20.6-1.245,20.6,10.592m-.065,1.5c.048-.485.065-.986.065-1.488.889,1.358.728,1.989-.065,1.488m17,47.8c-7.374,7.131-24.142,11.724-33.909,9.039a3.761,3.761,0,0,1-.5-.178c-2.28-.906-5.207-3.719-7.956-3.444,1.051,3.671,5.013,3.638,7.244,4.819,1.7.906,4.253,1.471,4.835,3.622-20.569,6.824-42.4,8.182-63.372,13.308-7.5-1.924-11.158-8.942-11.352-16.316-.291-10.818,1.827-8.053,8.667-11.643,16.381-8.586,33.731-39.585,52.117-38.583,9.524.5,23.043,15.378,26.05-4.786.485-.647,7.778,7.972,14.537.631,1.714-1.86,1.471-5.013,3.574-5.466,2.1,16.963,15.135,34.443.065,49' fill='url(%23linear-gradient)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 330px;
  height: 550px;
  position: absolute;
  bottom: -275px;
  right: 0;
}
#article-1 {
  margin-top: -25vh;
  margin-bottom: 50px;
}
.home_text .text_rechts,
.home_text .text_links  {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  padding-right: 50px;
  width: calc(100% - 100px);
}

.home_text .text_rechts h2,
.home_text .text_rechts h3,
.home_text .text_links h2,
.home_text .text_links h3 {
  color: #fff;
  margin-top: 0;
}
.home_text .text_rechts h2::before {
  content: '';
  background-image: url('/files/layout/icons/text_herzlich_willkommen.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: calc(50vw - 200px);
  display: block;
  margin-bottom: -20px;
  margin-left: -50px;
}
.home_text .text_links h2::before {
  content: '';
  background-image: url('/files/layout/icons/text_kleiner_rundgang.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: calc(50vw - 200px);
  display: block;
  margin-bottom: -30px;
  margin-left: -50px;
}

/* Pfeil */
.pfeil {
  height: 65px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
.pfeil::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.657' height='40.828' viewBox='0 0 25.657 40.828'%3E%3Cpath id='Pfad_83' data-name='Pfad 83' d='M0,10,10,0,20,10' transform='translate(22.828 38.828) rotate(180)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'/%3E%3Cpath id='Pfad_84' data-name='Pfad 84' d='M0,10,10,0,20,10' transform='translate(22.828 25.828) rotate(180)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'/%3E%3Cpath id='Pfad_85' data-name='Pfad 85' d='M0,10,10,0,20,10' transform='translate(22.828 12.828) rotate(180)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  height: 65px;
  width: 25px;
  transition: all 1s;
}
.pfeil:hover::after {
  background-position: bottom center;
}


/* Background verschwommen */
.background::before {
  position: absolute;
  top: 0;
  content: '';
  display: block;
  height: 40vh;
  width: 100vw;
  background-image: linear-gradient(to bottom, #294417 20%, rgb(255 255 255 / 0%) 100%)
}
.background::after{
  position: absolute;
  bottom: 0;
  content: '';
  display: block;
  height: 40vh;
  width: 100vw;
  background-image: linear-gradient(to top, #294417 20%, rgb(255 255 255 / 0%) 100%)
}
.background img {
  height: 120vh;
  width: 100vw;
  object-fit: cover;
}


/* Gästemeinungen */
.gaeste_meinungen {
  position: relative;
}
.gaeste_meinungen .background::before {
  top: 100px;
}
.gaeste_meinungen .background::after{
  bottom: 100px;
}
.gaeste_meinungen .mod_rocksolid_slider {
  width: calc(50vw - 250px);
  position: absolute;
  top: 350px;
  right: 250px;
  z-index: 1
}
.gaeste_meinungen .mod_rocksolid_slider .content-text .rte {
  padding-left: 25px;
  padding-right: 25px;
}
.gaeste_meinungen .mod_rocksolid_slider .content-text p {
  margin-top: 0;
  text-align: center;
  font-size: 25px;
  font-family: 'arno-pro';
  line-height: 35px;
  text-transform: uppercase;
  color: #294417;
}
.gaeste_meinungen .mod_rocksolid_slider .content-text h4 {
  font-family: 'Motiva Sans';
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  margin: 0;
  color: #294417;
}
.gaeste_meinungen .mod_rocksolid_slider .rsts-view {
  padding-bottom: 75px;
}
.gaeste_meinungen .mod_rocksolid_slider .rsts-nav {
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.gaeste_meinungen .mod_rocksolid_slider .rsts-nav ul {
  width: max-content;
}
.gaeste_meinungen .mod_rocksolid_slider .rsts-nav .rsts-nav-prev,
.gaeste_meinungen .mod_rocksolid_slider .rsts-nav .rsts-nav-next {
  display: inline;
}
.gaeste_meinungen .mod_rocksolid_slider .rsts-nav .rsts-nav-prev a {
  background-color: unset;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.182' height='16.121' viewBox='0 0 10.182 16.121'%3E%3Cpath id='Pfad_90' data-name='Pfad 90' d='M0,7,7,0l7,7' transform='translate(2.121 15.06) rotate(-90)' fill='none' stroke='%23294417' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  margin: 0;
  margin-right: 15px;
  height: 20px;
  width: 20px;
  box-shadow: none;
  border: 0px solid transparent;
}
.gaeste_meinungen .mod_rocksolid_slider .rsts-nav .rsts-nav-next a {
  background-color: unset;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.182' height='16.121' viewBox='0 0 10.182 16.121'%3E%3Cpath id='Pfad_89' data-name='Pfad 89' d='M2810,957.5l7,7,7-7' transform='translate(-956.439 2825.06) rotate(-90)' fill='none' stroke='%23294417' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  margin: 0;
  margin-left: 15px;
  height: 20px;
  width: 20px;
  box-shadow: none;
  border: 0px solid transparent;
}
.gaeste_meinungen .mod_rocksolid_slider .rsts-nav .rsts-nav-item a {
  background-image: unset;
  height: 16px;
  width: 16px;
  box-shadow: none;
  border: 0px solid transparent;
  margin: 2px 5px;
  background-color: rgb(41 68 23 / 0.5);
  padding-right: 0;
}
.gaeste_meinungen .mod_rocksolid_slider .rsts-nav .rsts-nav-item a.active {
  background-color: #294417;
}


/* Leistungen Home */
.home_leistungen {
  padding: 75px 275px;
  width: calc(100vw - 550px);
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 25px;
  position: relative;
  padding-top: 225px;
}
.home_leistungen::before {
  content: '';
  background-image: url('/files/layout/icons/text_herzlich_willkommen.svg');
  background-repeat: no-repeat;
  width: calc(100vw - 350px);
  position: absolute;
  height: 150px;
  background-size: 100%;
  top: 125px;
  left: 175px;
  object-position: bottom;
}
.home_leistungen .content-text {
  display: block;
  z-index: 1;
}
.home_leistungen .content-text:nth-child(1),
.home_leistungen .content-text:nth-child(3) {
  margin-top: 50px;
}
.home_leistungen .content-text img {
  width: 100%;
  aspect-ratio: 2 / 3;
  box-shadow: 0 3px 6px rgb(46 46 44);
}
.home_leistungen .content-text p a {
  background-image: none;
  font-family: 'arno-pro';
  font-style: normal;
  font-size: 18px;
  padding: 10px 0;
  width: 100%;
}
.home_leistungen .content-text p {
  margin: 10px 0;
}

#leistungen_slidertablet,
#leistungen_sliderhandy {
  display: none;
}


/*Königscard Startseite */
.home_koenigscard {
  position: relative;
}
.home_koenigscard .content-text {
  position: absolute;
  top: 250px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.home_koenigscard .content-text img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.home_koenigscard .content-text .rte {
  width: calc(50vw - 100px);
  margin-left: auto;
  margin-right: auto;
}
.home_koenigscard .content-text .rte p {
  margin-top: 0;
  text-align: center;
  font-size: 25px;
  font-family: 'arno-pro';
  line-height: 35px;
  text-transform: uppercase;
  color: #294417;
}
.home_koenigscard .background::before {
  top: 100px;
}
.home_koenigscard .background::after {
  background-image: linear-gradient(to top, #2E2E2C 20%, rgb(255 255 255 / 0%) 100%);
}

/*Footer*/
#footer {
  position: relative;
}

#footer .inside {
  text-align: left;
  width: calc(100vw - 200px);
  display: flex;
  justify-content: space-between;
  background-color: #2e2e2e;
  padding: 75px 100px;
}
#footer .inside h3 {
  font-family: 'Motiva Sans Medium', sans-serif;
  color: #fff;
  margin-bottom: 30px;
}
#footer p,
#footer a {
  color: #fff;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  background-image: none;
  padding-right: 0;
  text-transform: none;
  font-style: normal;
}
#footer .content-text:last-child img {
  width: 325px;
}
#footer .footer_leistungen {
  margin-right: 100px;
}
#footer .footer_info .rte {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#footer .footer_copyright {
  position: absolute;
  bottom: 15px;
  left: 50px;
}
#footer .footer_copyright p {
  font-size: 14px;
  color: #fff;
}
#footer .inside .footer_kontakt h3,
#footer .inside .footer_kontakt p {
  padding-left: 25px;
}
#footer .inside .footer_kontakt .icon_adresse {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.402' height='17.69' viewBox='0 0 13.402 17.69'%3E%3Cpath id='Pfad_44' data-name='Pfad 44' d='M12.862,454.419a6.709,6.709,0,0,0-6.7,6.7c0,2.772,3.841,8,5.886,10.594a1.039,1.039,0,0,0,1.631,0c2.045-2.589,5.885-7.822,5.885-10.594a6.708,6.708,0,0,0-6.7-6.7m2.986,6.945a3,3,0,1,1-3.23-3.231,3.008,3.008,0,0,1,3.23,3.231' transform='translate(-6.161 -454.419)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 15px;
}
#footer .inside .footer_kontakt .icon_tel {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.685' height='15.846' viewBox='0 0 14.685 15.846'%3E%3Cpath id='Pfad_43' data-name='Pfad 43' d='M14.1,11.443l-2.439-1.33a1.421,1.421,0,0,0-1.816.4l-.982,1.329a12.659,12.659,0,0,1-3.08-2.7A8.756,8.756,0,0,1,3.721,5.828l1.624-.953a1.356,1.356,0,0,0,.562-1.736L4.765.652a1.148,1.148,0,0,0-1.6-.506C1.995.791.287,1.932.051,3.2a11.383,11.383,0,0,0,2.727,8.534A11.887,11.887,0,0,0,10.9,15.846c1.386.034,2.8-1.662,3.593-2.81a1.1,1.1,0,0,0-.385-1.592' transform='translate(0)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 15px;
  margin-bottom: 5px;
}
#footer .inside .footer_kontakt .icon_mail {
  background-image: url("data:image/svg+xml,%3Csvg id='Gruppe_48' data-name='Gruppe 48' xmlns='http://www.w3.org/2000/svg' width='15.084' height='10.744' viewBox='0 0 15.084 10.744'%3E%3Cpath id='Pfad_45' data-name='Pfad 45' d='M237.746,66.968l-1.835-1.606-5.247,4.5a1.074,1.074,0,0,0,.732.287h12.7a1.066,1.066,0,0,0,.729-.287l-5.244-4.5Z' transform='translate(-230.204 -59.404)' fill='%23fff'/%3E%3Cpath id='Pfad_46' data-name='Pfad 46' d='M244.844,16.547a1.067,1.067,0,0,0-.732-.287h-12.7a1.062,1.062,0,0,0-.73.289l7.08,6.068Z' transform='translate(-230.219 -16.26)' fill='%23fff'/%3E%3Cpath id='Pfad_47' data-name='Pfad 47' d='M226.877,24.055v8.8L232,28.507Z' transform='translate(-226.877 -23.109)' fill='%23fff'/%3E%3Cpath id='Pfad_48' data-name='Pfad 48' d='M308.98,28.483l5.121,4.352V24.029Z' transform='translate(-299.017 -23.086)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left center;
}

#footer .inside .footer_wetter .mm-widget__vertical {
  height: max-content;
  width: 200px;
  border-radius: 0;
}
#footer .inside .footer_wetter .mm-widget__header-wrap {
  font-size: 16px;
  margin-bottom: 0;
}
#footer .inside .footer_wetter .mm-widget__temp-vertical-wrap {
  border-color:#294417;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#footer .inside .footer_wetter .mm-widget__header-wrap div:nth-child(2) {
  display: none;
}
#footer .inside .footer_wetter .mm-widget__temp-vertical-wrap .mm-widget__temp-value {
  font-size: 45px;
}
#footer .inside .footer_wetter .mm-widget__copyright a {
  font-size: 8.84px;
}

/* Über uns */
.ueberuns {
  padding: 75px 300px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 100px;
  width: calc(100vw - 600px);
  padding-bottom: 200px;
}
#article-8 {
  padding-bottom: 200px;
}
#article-8::after {
  background-image: linear-gradient(to top, #2E2E2C 0%, rgb(255 255 255 / 0%) 100%);
  position: absolute;
  bottom: 0;
  content: '';
  display: block;
  height: 200px;
  width: 100vw;
}
.ueberuns .text_rechts {
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ueberuns .text_links {
  padding-right: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ueberuns .bild_rechts img {
  box-shadow: 0 3px 6px rgb(46 46 44);
  width: 100%;
  object-fit: cover;
}
.ueberuns .bild_links img {
  width: 100%;
  object-fit: contain;
}


/* Kinder im Haus - Galerie */
.kinder_galerie {
  position: relative;
}
.kinder_galerie::after {
  background-image: linear-gradient(to top, #2E2E2C 0%, rgb(255 255 255 / 0%) 100%);
  position: absolute;
  bottom: 0;
  content: '';
  display: block;
  height: 200px;
  width: 100vw;
}
.kinder_galerie .content-gallery {
  padding: 75px 300px;
  width: calc(100vw - 600px);
  padding-bottom: 200px;
}



/* Service */
.service {
  padding: 75px 300px;
  width: calc(100vw - 600px);
  padding-bottom: 200px;
}
.service::after {
  background-image: linear-gradient(to top, #2E2E2C 0%, rgb(255 255 255 / 0%) 100%);
  position: absolute;
  bottom: 0;
  content: '';
  display: block;
  height: 200px;
  width: 100vw;
  left: 0;
}
.service .servicetext {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.service .servicetext:not(:last-child) {
  margin-bottom: 100px;
}
.service .servicetext img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}
.service.ueber_uns .servicetext img {
  aspect-ratio: auto;
  object-fit: contain;
}
.service .servicetext .rte:first-child {
  padding-right: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service .servicetext .rte:nth-child(2) {
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


/* Impressionen */
.impressionen {
  padding: 50px 300px;
  width: calc(100vw - 600px);
  padding-bottom: 200px;
}
.impressionen::after {
  background-image: linear-gradient(to top, #2E2E2C 0%, rgb(255 255 255 / 0%) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  height: 200px;
  width: 100vw;
}
.impressionen .content-gallery:not(:first-child) {
  margin-top: 100px;
}
.impressionen .content-gallery h3 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
}




/* Rundgang */
.rundgang {
  padding: 50px 300px;
  width: calc(100vw - 600px);
  padding-bottom: 200px;
  display: flex;
}
.rundgang::after {
  background-image: linear-gradient(to top, #2E2E2C 0%, rgb(255 255 255 / 0%) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  height: 200px;
  width: 100vw;
}
.rundgang iframe {
  margin-left: auto;
  margin-right: auto;
}


/*Gallerie*/
.content-gallery ul {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  grid-gap: 15px;
}

.content-gallery ul img {
  height: 100%;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  box-shadow: 0 39x 6px rgb(46 46 44);
}



/* Apartments */
.apartments {
  padding: 50px 300px;
  width: calc(100vw - 600px);
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-row-gap: 50px;
}
.apartments .text_links {
  padding-right: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.apartments .bild_rechts img {
  box-shadow: 0 3px 6px rgb(46 46 44);
  width: 100%;
  object-fit: cover;
}
.apartments .content-gallery {
  grid-column: 1 / 3;
}

/* Verfügbarkeit */
#verfuegbarkeit {
  grid-column: 1 / 3;
}
#verfuegbarkeit iframe {
  background-color: #fff;
}
#verfuegbarkeit .button_rand {
  display: flex;
  justify-content: center;
}



/* Appartments Preise */
.preise {
  padding: 50px 300px;
  width: calc(100vw - 600px);
  padding-bottom: 200px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 50px;
}
.preise::after {
  background-image: linear-gradient(to top, #2E2E2C 0%, rgb(255 255 255 / 0%) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  height: 200px;
  width: 100vw;
}
.preise .content-table:first-child {
  grid-column: 1 / 3;
}
.preise .content-table:nth-child(3) {
  grid-column: 1 / 2;
  margin-top: 75px;
}
.preise .preise_erklaerung {
  grid-column: 1 / 3;
}
.preise .preise_erklaerung p {
  font-size: 14px;
  margin-top: 20px;
}
.preise .preise_broetchen {
  margin-top: 140px;
  padding-left: 30px;
}
.preise .preise_broetchen h4 {
  text-transform: uppercase;
  font-style: italic;
  padding-bottom: 20px;
  font-family: "Motiva Sans Medium", sans-serif;
  font-size: 16px;
  margin: 0;
}


/* Tabelle */
.content-table table {
  width: 100%;
  border-collapse: collapse;
}
.content-table table h2 {
  margin-bottom: 30px;
}
.content-table table thead th {
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
  font-style: italic;
  padding-bottom: 20px;
}
.content-table table tbody tr td {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}
.content-table table tbody tr:last-child td {
  border-bottom: 0px solid transparent;
}


/* Angebote */
.angebote {
  padding: 50px 300px;
  width: calc(100vw - 600px);
  padding-bottom: 200px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 50px;
  grid-row-gap: 75px;
}
.angebote::after {
  background-image: linear-gradient(to top, #2E2E2C 0%, rgb(255 255 255 / 0%) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  height: 200px;
  width: 100vw;
}
.angebote .text_links {
  padding-right: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.angebote .text_rechts {
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.angebote .bild_rechts img,
.angebote .bild_links img  {
  box-shadow: 0 3px 6px rgb(46 46 44);
  width: 100%;
  object-fit: cover;
}
.angebote .text_links strong,
.angebote .text_rechts strong {
  font-style: italic;
  text-transform: uppercase;
}
.angebote .text_links ul,
.angebote .text_rechts ul {
  margin-top: -15px;
  padding-inline-start: 20px;
}
.angebote .text_links h2,
.angebote .text_rechts h2 {
  margin-bottom: 30px;
}
.angebote .umgebung_links {
  grid-column: 1 / 3;
  margin-top: -50px;
}
.angebote .umgebung_links .rte {
  display: flex;
  flex-wrap: wrap;
}
.angebote .umgebung_links .rte p {
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.angebote p:last-child {
  margin-bottom: 0;
}

/* Marker Listen */
::marker {
  font-variant-numeric: normal;
  font-size: 10px;
}


/* Umgebung */
.umgebung {
  padding: 50px 300px;
  width: calc(100vw - 600px);
  padding-bottom: 200px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.umgebung::after {
  background-image: linear-gradient(to top, #2E2E2C 0%, rgb(255 255 255 / 0%) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  height: 200px;
  width: 100vw;
}
.umgebung .umgebungtext {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.umgebung .umgebungtext:not(:last-child) {
  margin-bottom: 25px;
}
.umgebung .umgebungtext img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}
.umgebung .text_links .rte:nth-child(1) {
  padding-right: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.umgebung .text_rechts .rte,
.umgebung .text_links .rte:nth-child(2) {
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.umgebung .umgebung_links {
  grid-column: 1 / 3;
  margin-bottom: 100px;
  margin-top: -50px;
}
.umgebung .umgebung_links .rte {
  display: flex;
  flex-wrap: wrap;
}
.umgebung .umgebung_links .rte p {
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.umgebung .content-gallery {
 margin-top: 100px;
 margin-bottom: 100px;
}


/* Links Aktivitäten */
.aktivity_links {
  grid-column: 1 / 3;
  margin-top: -25px;
  margin-bottom: 75px;
}
.aktivity_links .rte {
  display: flex;
  flex-wrap: wrap;
  width: 900px;
}
.aktivity_links .rte p {
  margin-right: 15px;
  margin-top: 0px;
}


/*Datenschutz, Impressum*/
.recht {
  padding: 150px 100px;
  width: calc(100vw - 200px);
  padding-bottom: 300px;
}
.recht::after {
  background-image: linear-gradient(to top, #2E2E2C 0%, rgb(255 255 255 / 0%) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  height: 200px;
  width: 100vw;
}


/* Kontakt Text */
.kontakt_text {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.kontakt_text img {
  width: 350px;
  object-fit: contain;
  margin-bottom: 25px;
}
.kontakt_text .rte {
  width: max-content;
  margin-left: auto;
  margin-right: auto; 
}
.kontakt_text .icon_adresse {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.402' height='17.69' viewBox='0 0 13.402 17.69'%3E%3Cpath id='Pfad_44' data-name='Pfad 44' d='M12.862,454.419a6.709,6.709,0,0,0-6.7,6.7c0,2.772,3.841,8,5.886,10.594a1.039,1.039,0,0,0,1.631,0c2.045-2.589,5.885-7.822,5.885-10.594a6.708,6.708,0,0,0-6.7-6.7m2.986,6.945a3,3,0,1,1-3.23-3.231,3.008,3.008,0,0,1,3.23,3.231' transform='translate(-6.161 -454.419)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 30px;
}
.kontakt_text .icon_tel {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.685' height='15.846' viewBox='0 0 14.685 15.846'%3E%3Cpath id='Pfad_43' data-name='Pfad 43' d='M14.1,11.443l-2.439-1.33a1.421,1.421,0,0,0-1.816.4l-.982,1.329a12.659,12.659,0,0,1-3.08-2.7A8.756,8.756,0,0,1,3.721,5.828l1.624-.953a1.356,1.356,0,0,0,.562-1.736L4.765.652a1.148,1.148,0,0,0-1.6-.506C1.995.791.287,1.932.051,3.2a11.383,11.383,0,0,0,2.727,8.534A11.887,11.887,0,0,0,10.9,15.846c1.386.034,2.8-1.662,3.593-2.81a1.1,1.1,0,0,0-.385-1.592' transform='translate(0)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 15px;
  margin-bottom: 5px;
  padding-left: 30px;
}
.kontakt_text .icon_mail {
  background-image: url("data:image/svg+xml,%3Csvg id='Gruppe_48' data-name='Gruppe 48' xmlns='http://www.w3.org/2000/svg' width='15.084' height='10.744' viewBox='0 0 15.084 10.744'%3E%3Cpath id='Pfad_45' data-name='Pfad 45' d='M237.746,66.968l-1.835-1.606-5.247,4.5a1.074,1.074,0,0,0,.732.287h12.7a1.066,1.066,0,0,0,.729-.287l-5.244-4.5Z' transform='translate(-230.204 -59.404)' fill='%23fff'/%3E%3Cpath id='Pfad_46' data-name='Pfad 46' d='M244.844,16.547a1.067,1.067,0,0,0-.732-.287h-12.7a1.062,1.062,0,0,0-.73.289l7.08,6.068Z' transform='translate(-230.219 -16.26)' fill='%23fff'/%3E%3Cpath id='Pfad_47' data-name='Pfad 47' d='M226.877,24.055v8.8L232,28.507Z' transform='translate(-226.877 -23.109)' fill='%23fff'/%3E%3Cpath id='Pfad_48' data-name='Pfad 48' d='M308.98,28.483l5.121,4.352V24.029Z' transform='translate(-299.017 -23.086)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left center;
  padding-left: 30px;
}


/* Kontaktformular */
.kontakt {
  padding: 50px 300px;
  width: calc(100vw - 600px);
  padding-bottom: 200px;
}
.kontakt::after {
  background-image: linear-gradient(to top, #2E2E2C 0%, rgb(255 255 255 / 0%) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  height: 200px;
  width: 100vw;
}
.kontakt .ce_form {
  margin-top: 75px;
}
.kontakt .ce_form h2 {
  text-align: center;
}
.ce_form .formbody fieldset {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 20px;
  padding: 0;
  margin: 0;
  border: 0px solid;
  margin-top: 20px;
  margin-bottom: 30px;
}
.ce_form .formbody fieldset legend {
  font-size: 22px;
  font-family: 'Motiva Sans', sans-serif;
  margin-bottom: 20px;
}
.ce_form .formbody fieldset .widget:not(.half) {
  grid-column: 1 / 3;
}

.ce_form span.mandatory {
  display: none;
}
.ce_form .formbody input, 
.ce_form .formbody textarea {
  width: calc(100% - 20px);
  padding: 8px;
  border-radius: 0;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  font-family: "Motiva Sans", sans-serif;
  font-size: 15px;
  margin-bottom: 15px;
}
.ce_form .formbody label {
  padding-bottom: 5px;
  display: block;
}
.ce_form .formbody .widget-checkbox label a {
  background-image: none;
  font-style: normal;
  text-transform: none;
  padding-right: 0;
}
.ce_form .formbody select {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 0px solid;
  color: #4A4A49;
  background-color: #fff;
  font-family: "Myriad", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.ce_form .formbody input::placeholder,
.ce_form .formbody textarea::placeholder {
  color: #3C3C3B;
  font-family: "Myriad", sans-serif;
}
select:focus {
  border: 0px solid transparent;
  font-weight: normal;
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #3C3C3B;
  width: 100%;
}
.select-styled {
  position: absolute; 
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0px;
  padding: 0 20px;
}
.select-styled:after {
    content:"";
    width: 30px;
    height: 30px;
    background-position: right center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='19.875' viewBox='0 0 23 19.875'%3E%3Cpath id='Pfad_77' data-name='Pfad 77' d='M12.245,14.064H1.1c-.823,0-1.1-.276-1.1-1.1Q0,9.9,0,6.839c0-.723.31-1.029,1.043-1.03q5.34,0,10.68,0h.522V5.331c0-1.461.007-2.923,0-4.384A.825.825,0,0,1,12.751.06a.847.847,0,0,1,.959.258q4.478,4.488,8.963,8.969a.811.811,0,0,1,0,1.3q-4.493,4.5-8.99,9a.834.834,0,0,1-.968.22.791.791,0,0,1-.477-.824c.007-1.616,0-3.232,0-4.916' transform='translate(0 0)' fill='%233c3c3b'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.select-styled:active, .select-styled.active {
  background-color: #fff;
  font-weight: normal;
}
.select-styled:active:after, .select-styled.active:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.875' height='23' viewBox='0 0 19.875 23'%3E%3Cpath id='Pfad_77' data-name='Pfad 77' d='M12.245,14.064H1.1c-.823,0-1.1-.276-1.1-1.1Q0,9.9,0,6.839c0-.723.31-1.029,1.043-1.03q5.34,0,10.68,0h.522V5.331c0-1.461.007-2.923,0-4.384A.825.825,0,0,1,12.751.06a.847.847,0,0,1,.959.258q4.478,4.488,8.963,8.969a.811.811,0,0,1,0,1.3q-4.493,4.5-8.99,9a.834.834,0,0,1-.968.22.791.791,0,0,1-.477-.824c.007-1.616,0-3.232,0-4.916' transform='translate(0 23) rotate(-90)' fill='%233c3c3b'/%3E%3C/svg%3E%0A");
}
.select-options {
  display: none; 
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.select-options li {
  margin: 0;
  padding: 5px 20px;
  background-color:#fff;
  color: #3C3C3B;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.select-options li:hover, 
.select-options li.is-selected {
    color: #3C3C3B;
    background: #fff;
}
.select-options li[rel="hide"] {
    display: none;
}
.select-options li:first-child {
  display: none;
}


.ce_form .widget-submit button {
  background-color: transparent;
  padding: 10px 20px;
  font-family: "Motiva Sans Medium", sans-serif;
  color: #fff;
  border: 0px solid transparent;
  font-size: 16px;
  font-style: italic;
  text-transform: uppercase;
  border: 2px solid #fff;
  cursor: pointer;
}
.ce_form .widget-submit button:hover {
  background-color: #fff;
  color: #294417;
}

.ce_form .widget-checkbox fieldset {
  display: inline-block;
  width: 100%;
  border: 0px solid transparent;
  padding: 0;
  margin-top: 10px;
}

.ce_form .widget-explanation.hinweis {
  font-size: 14px;
  margin-top: 50px;
}
.ce_form .widget-explanation.pflichtfeld {
  text-align: right;
  font-size: 14px;
}

/*Checkbox Style*/

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:1px solid #DCDCDC;
  border-radius: 10px;
  min-width: 175px;
  background-color:white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.235' height='6.996' viewBox='0 0 12.235 6.996'%3E%3Cpath id='Icon_ionic-ios-arrow-down' data-name='Icon ionic-ios-arrow-down' d='M12.307,16.133l4.626-4.63a.871.871,0,0,1,1.235,0,.882.882,0,0,1,0,1.239l-5.242,5.246a.873.873,0,0,1-1.206.025L6.442,12.746a.875.875,0,0,1,1.235-1.239Z' transform='translate(-6.188 -11.246)' fill='%23394348'/%3E%3C/svg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding: .75em 1em .5em 1em;
  color: #4A4A49;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
select::-ms-expand {
  display:none;
}

option {
    padding: 10px;
    border-radius: 10px;
    border: 0px solid;
    color: #4A4A49;
    background-color: #EDEDED;
    font-family: "myriad-variable", sans-serif;
}
/* remove standard-styles */
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 16px;
  width: 100%
} 

/* graceful degradation for ie8 */
input[type='checkbox'],
input[type='radio'] {
  width:auto !important;
  float:left;
  margin-right: .75em;
  background:transparent;
  border:none;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin:0;
  padding:0;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  cursor: pointer;
  font-size: 16px;
}
input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
    content:' ';
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    border-radius: 0;
    border: 0px solid transparent;
    background: #fff;
    margin-right: 5px;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
  border-radius: 30px;
}

input[type='checkbox']:hover  + label::before,
input[type='radio']:hover  + label::before {
  background:#EDEDED;
  box-shadow: inset 0 0 0 2px white;
}

input[type='checkbox']:checked  + label::before,
input[type='radio']:checked  + label::before {
  background:#4A4A49;
  box-shadow: inset 0 0 0 2px white;
}




/*Main */
#article-7 h1 {
  font-size: 35px;
  margin-top: 15px;
}

.cookie_settings {
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.cookie_settings a {
  font-size: 18px;
}
.navi_mobil {
  display: none;
}
#article-11 {
  margin-bottom: -2px;
}

#error {
  text-align: center;
  min-height: calc(100vh - 475px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 25px;
  margin-top: 100px;
}
#error h1 {
  padding-left: 0;
  border-left: 0px transparent;
}
#error .button_rand a {
  margin-left: auto;
  margin-right: auto;
}


#popup {
  position: fixed;
  top: 0;
  background-color: rgb(255 255 255 / 50%);
  z-index: 10000;
}
#popup .inside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}
#popup .popup-job {
  height: max-content;
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative;
}

#popup .popup-job .close {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.414' height='31.414' viewBox='0 0 31.414 31.414'%3E%3Cpath id='Vereinigungsmenge_1' data-name='Vereinigungsmenge 1' d='M15,15,0,30,15,15,0,0,15,15,30,0,15,15,30,30Z' transform='translate(0.707 0.707)' fill='none' stroke='%23083A47' stroke-width='2'/%3E%3C/svg%3E%0A");
  right: 15px;
  top: 15px;
  position: absolute;
  height: 30px;
  cursor: pointer;
}
#popup .popup-job .content-text {
  padding: 50px;
  text-align: left;
}
#popup .popup-job .content-text h3,
#popup .popup-job .content-text h2,
#popup .popup-job .content-text p {
  color: #083A47;
  margin-bottom: 0;
}
#popup .popup-job .content-image {
  padding: 50px;
}
#popup .popup-job .content-image figure {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#popup .popup-job .content-image figure img {
  height: 50vh;
  object-fit: cover;
}

/* Bewertungen */
.bewertungen {
  padding: 75px 100px;
  width: calc(100vw - 200px);
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-row-gap: 100px;
  grid-column-gap: 50px;
}
.bewertungen div:first-child {
  grid-column: 1 / 3;
}
.bewertungen #holidaycheck-widget-hotel-1-274406-de_DE-l-w-1-0-1-3-1,
.bewertungen #TA_selfserveprop755 {
  display: flex;
  justify-content: center;
}
.bewertungen #holidaycheck-widget-hotel-1-274406-de_DE-l-w-1-0-1-3-1 a {
  padding-right: 5px;
}
.bewertungen #TA_selfserveprop755 .widSSP {
  max-width: 600px !important;
  width: 100% !important;
}
.bewertungen a {
  background-image: none;
  padding-right: auto;
}
.bewertungen .tm-title {
  color: #fff !important;
  font-weight: normal !important;
}





@media (max-width: 1500px) {
  .gaeste_meinungen .mod_rocksolid_slider {
    top: 300px;
  }
  .ueberuns,
  .kinder_galerie .content-gallery,
  .impressionen,
  .service,
  .rundgang,
  .apartments,
  .preise,
  .umgebung,
  .angebote,
  .kontakt {
    padding: 75px 200px;
    width: calc(100vw - 400px);
    padding-bottom: 150px;
  }
}
@media (max-width: 1400px) {
  .startseite #headerimage .headertext {
    left: 100px;
  }
  .home_text {
    padding: 0 150px;
    width: calc(100vw - 300px);
  }
  .gaeste_meinungen .mod_rocksolid_slider {
    right: 200px;
    width: calc(50vw - 200px);
    top: 250px;
  }
  .home_leistungen {
    padding: 75px 200px;
    padding-top: 225px;
    width: calc(100vw - 400px);
  }
  .home_koenigscard .content-text .rte {
    width: 50vw;
  }
  .gaeste_meinungen .background img,
  .home_koenigscard .background img {
    min-height: 700px;
  }
  .home_leistungen::before {
    left: 150px;
    width: calc(100vw - 300px);
  }
  .bild_links,
  .bild_rechts {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ueberuns,
  .kinder_galerie .content-gallery,
  .impressionen,
  .service,
  .rundgang,
  .apartments,
  .preise,
  .umgebung,
  .angebote,
  .kontakt {
    padding: 75px 150px;
    width: calc(100vw - 300px);
    padding-bottom: 150px;
  }

}
@media (max-width: 1300px) {
  #footer .inside {
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  #footer .footer_info {
    grid-column: 2;
    grid-row: 2
  }
  #footer .content-text:last-child {
    grid-column: 2;
    grid-row: 1;
  }
  .gaeste_meinungen .mod_rocksolid_slider {
    right: 150px;
    width: calc(60vw - 150px);
  }
}

@media (max-width: 1200px) {
  .home_text {
    padding: 0 100px;
    width: calc(100vw - 200px);
  }
  .home_text:first-child::after {
    width: 250px;
    height: 450px;
  }
  .gaeste_meinungen .mod_rocksolid_slider {
    right: 100px;
    width: calc(60vw - 100px);
  }
  .home_leistungen {
    padding: 75px 150px;
    padding-top: 225px;
    width: calc(100vw - 300px);
  }
  .home_koenigscard .content-text .rte {
    width: calc(100vw - 400px);
  }
  #header .header_links .rte {
    justify-content: space-between;
    gap: 25px;
  }
  .home_leistungen::before {
    left: 125px;
    width: calc(100vw - 250px);
  }
  .ueberuns,
  .kinder_galerie .content-gallery,
  .impressionen,
  .service,
  .rundgang,
  .apartments,
  .preise,
  .umgebung,
  .angebote,
  .kontakt {
    padding: 75px 100px;
    width: calc(100vw - 200px);
    padding-bottom: 150px;
  }
}



@media (max-width: 1050px) {
  
  h1 {
    font-size: 35px;
  }
  #header {
    height: 100px;
  }
  #header>.inside {
    padding: 15px 75px;
    width: calc(100vw - 150px);
  }
  #header .blue_header {
    display: none;
  }
  #header .mod_navigation {
    display: none;
  }
  .headertext {
    width: calc(100vw - 150px);
    padding-left: 75px;
    padding-right: 75px;
  }
  .home_text {
    padding: 0 75px;
    width: calc(100vw - 150px);
    grid-template-columns: calc((100vw - 150px) * 0.4) calc((100vw - 150px) * 0.6);
  }
  .home_text:last-child {
    grid-template-columns: calc((100vw - 150px) * 0.6) calc((100vw - 150px) * 0.4);
  }
  .bewertungen {
    padding: 75px;
    width: calc(100vw - 150px);
    grid-template-columns: repeat(1,1fr);
  }
  .bewertungen div:first-child {
    grid-column: auto;
  }
  .bewertungen .tm-carousel-wrapper div[style="max-width: 100vw;"] {
    max-width: calc(100vw - 150px) !important;
  }
  .gaeste_meinungen .mod_rocksolid_slider {
    right: 75px;
    width: calc(70vw - 75px);
  }
  .gaeste_meinungen .mod_rocksolid_slider .content-text p {
    font-size: 22px;
  }
  .home_leistungen {
    padding: 75px 100px;
    padding-top: 225px;
    width: calc(100vw - 200px);
  }
  .home_koenigscard .content-text .rte {
    width: calc(100vw - 200px);
  }
  .startseite #headerimage .headertext {
    left: 50px;
    margin: 0;
    width: 600px;
  }
  .startseite #headerimage .headertext img {
    object-position: left;
  }
  .startseite #headerimage .headertext .rte {
    margin-left: 100px;
  }
  .startseite #headerimage .headertext p:not(:last-child) {
    font-size: 18px;
  }
  .social_icons {
    right: 150px;
    top: 40px;
    z-index: 1000;
  }
  .social_icons.animate__animated,
  .startseite #headerimage .headertext.animate__animated,
  .bild_links.animate__animated,
  .bild_rechts.animate__animated,
  .text_rechts.animate__animated,
  .text_links.animate__animated,
  .content-text.animate__animated {
    animation-name: none;
    -webkit-animation-name: none;
  }
  .social_icons .rte {
    display: flex;
    gap: 8px;
  }
  .social_icons p:nth-child(1) img {
    content: url("data:image/svg+xml,%3Csvg id='Gruppe_3' data-name='Gruppe 3' xmlns='http://www.w3.org/2000/svg' width='16.066' height='16.065' viewBox='0 0 16.066 16.065'%3E%3Cpath id='Pfad_2' data-name='Pfad 2' d='M34.808,1.447c2.145,0,2.4.008,3.246.047a4.44,4.44,0,0,1,1.491.276,2.49,2.49,0,0,1,.923.6,2.491,2.491,0,0,1,.6.924,4.44,4.44,0,0,1,.276,1.491c.038.847.047,1.1.047,3.246s-.009,2.4-.047,3.245a4.45,4.45,0,0,1-.276,1.492,2.662,2.662,0,0,1-1.525,1.524,4.435,4.435,0,0,1-1.491.277c-.847.038-1.1.046-3.246.046s-2.4-.008-3.246-.046a4.435,4.435,0,0,1-1.491-.277,2.662,2.662,0,0,1-1.525-1.524,4.45,4.45,0,0,1-.276-1.492c-.038-.847-.047-1.1-.047-3.245s.009-2.4.047-3.246A4.44,4.44,0,0,1,28.546,3.3a2.491,2.491,0,0,1,.6-.924,2.49,2.49,0,0,1,.923-.6,4.44,4.44,0,0,1,1.491-.276c.847-.039,1.1-.047,3.246-.047m0-1.447C32.627,0,32.353.01,31.5.049a5.9,5.9,0,0,0-1.95.373,3.943,3.943,0,0,0-1.423.927A3.928,3.928,0,0,0,27.2,2.771a5.89,5.89,0,0,0-.374,1.95c-.039.857-.049,1.13-.049,3.312s.01,2.455.049,3.312a5.886,5.886,0,0,0,.374,1.95,4.1,4.1,0,0,0,2.349,2.349,5.9,5.9,0,0,0,1.95.374c.856.039,1.13.048,3.312.048s2.455-.009,3.312-.048a5.9,5.9,0,0,0,1.95-.374,4.1,4.1,0,0,0,2.349-2.349,5.886,5.886,0,0,0,.374-1.95c.039-.857.049-1.13.049-3.312s-.01-2.455-.049-3.312a5.89,5.89,0,0,0-.374-1.95,3.928,3.928,0,0,0-.926-1.422A3.943,3.943,0,0,0,40.069.422,5.9,5.9,0,0,0,38.12.049C37.263.01,36.989,0,34.808,0' transform='translate(-26.775 0)' fill='%23294417'/%3E%3Cpath id='Pfad_3' data-name='Pfad 3' d='M36.2,5.3a4.125,4.125,0,1,0,4.125,4.124A4.125,4.125,0,0,0,36.2,5.3m0,6.8a2.678,2.678,0,1,1,2.678-2.678A2.678,2.678,0,0,1,36.2,12.105' transform='translate(-28.17 -1.395)' fill='%23294417'/%3E%3Cpath id='Pfad_4' data-name='Pfad 4' d='M44.115,4.738a.964.964,0,1,1-.964-.964.964.964,0,0,1,.964.964' transform='translate(-30.83 -0.993)' fill='%23294417'/%3E%3C/svg%3E%0A");
  }
  .social_icons p:nth-child(2) img {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.065' height='15.968' viewBox='0 0 16.065 15.968'%3E%3Cpath id='Pfad_1' data-name='Pfad 1' d='M16.065,8.1a8.033,8.033,0,1,0-9.288,7.935V10.421H4.738V8.1h2.04V6.329A2.835,2.835,0,0,1,9.811,3.2a12.357,12.357,0,0,1,1.8.157V5.338H10.6A1.161,1.161,0,0,0,9.288,6.592V8.1h2.228l-.356,2.322H9.288v5.613A8.034,8.034,0,0,0,16.065,8.1' transform='translate(0 -0.066)' fill='%23294417'/%3E%3C/svg%3E%0A");
  }
  .social_icons p:nth-child(3) img {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.723' height='16.066' viewBox='0 0 15.723 16.066'%3E%3Cpath id='Pfad_5' data-name='Pfad 5' d='M15.711,7.767a9.916,9.916,0,0,0-.1-1c-.014-.087-.011-.074-.085-.074H8.08c-.039-.005-.05.013-.05.051q0,1.459,0,2.919c0,.039.012.051.05.051.142,0,.284,0,.426,0h3.783c.075,0,.074,0,.059.071a3.762,3.762,0,0,1-.155.528,3.7,3.7,0,0,1-1.07,1.519c-.118.1-.243.193-.37.283l-.044.027a4.389,4.389,0,0,1-.943.461,5.208,5.208,0,0,1-1.983.276,4.348,4.348,0,0,1-.8-.113,4.7,4.7,0,0,1-2.25-1.255,4.863,4.863,0,0,1-1-1.419,4.779,4.779,0,0,1-.456-2.32,4.941,4.941,0,0,1,.181-1.062A2.159,2.159,0,0,0,3.522,6.5a.162.162,0,0,0,.023-.052A4.843,4.843,0,0,1,5.658,3.841a4.558,4.558,0,0,1,3.194-.592,4.222,4.222,0,0,1,2.231,1.11c.024.023.036.019.057,0q1.114-1.118,2.231-2.232c.024-.024.023-.036,0-.059A7.705,7.705,0,0,0,11.184.634,7.863,7.863,0,0,0,8.217,0,8.022,8.022,0,0,0,6.46.155,7.838,7.838,0,0,0,4.1,1.029a8.044,8.044,0,0,0-2.966,2.9c-.1.164-.192.331-.273.5a1.843,1.843,0,0,0-.092.183,7.933,7.933,0,0,0,.041,6.917,8.1,8.1,0,0,0,2.7,3.134,7.94,7.94,0,0,0,3.37,1.315,7.113,7.113,0,0,0,.867.076.374.374,0,0,1,.04.007h.506a.08.08,0,0,1,.039-.007c.149,0,.3-.013.445-.024a8.466,8.466,0,0,0,1.071-.153A7.331,7.331,0,0,0,12.888,14.5a5.7,5.7,0,0,0,.443-.377,6.056,6.056,0,0,0,.6-.619,7.309,7.309,0,0,0,1.323-2.347,8.836,8.836,0,0,0,.466-2.533q.018-.428,0-.855' transform='translate(0 0.001)' fill='%23294417'/%3E%3C/svg%3E%0A");
  }
  .social_icons p:nth-child(4) img {
    content: url("data:image/svg+xml,%3Csvg id='Gruppe_4' data-name='Gruppe 4' xmlns='http://www.w3.org/2000/svg' width='16.064' height='16.064' viewBox='0 0 16.064 16.064'%3E%3Cpath id='Pfad_6' data-name='Pfad 6' d='M18.774,3.095A.774.774,0,0,1,18,2.321V.774a.774.774,0,1,1,1.547,0V2.321a.774.774,0,0,1-.774.774' transform='translate(-10.742 0)' fill='%23294417'/%3E%3Cpath id='Pfad_7' data-name='Pfad 7' d='M18.774,35.095A.774.774,0,0,1,18,34.321V32.774a.774.774,0,0,1,1.547,0v1.547a.774.774,0,0,1-.774.774' transform='translate(-10.742 -19.031)' fill='%23294417'/%3E%3Cpath id='Pfad_8' data-name='Pfad 8' d='M34.321,19.547H32.774a.774.774,0,0,1,0-1.547h1.547a.774.774,0,1,1,0,1.547' transform='translate(-19.031 -10.742)' fill='%23294417'/%3E%3Cpath id='Pfad_9' data-name='Pfad 9' d='M2.321,19.547H.774A.774.774,0,1,1,.774,18H2.321a.774.774,0,1,1,0,1.547' transform='translate(0 -10.742)' fill='%23294417'/%3E%3Cpath id='Pfad_10' data-name='Pfad 10' d='M18.774,3.095A.774.774,0,0,1,18,2.321V.774a.774.774,0,1,1,1.547,0V2.321a.774.774,0,0,1-.774.774' transform='translate(-10.742 0)' fill='%23294417'/%3E%3Cpath id='Pfad_11' data-name='Pfad 11' d='M18.774,35.095A.774.774,0,0,1,18,34.321V32.774a.774.774,0,0,1,1.547,0v1.547a.774.774,0,0,1-.774.774' transform='translate(-10.742 -19.031)' fill='%23294417'/%3E%3Cpath id='Pfad_12' data-name='Pfad 12' d='M34.321,19.547H32.774a.774.774,0,0,1,0-1.547h1.547a.774.774,0,1,1,0,1.547' transform='translate(-19.031 -10.742)' fill='%23294417'/%3E%3Cpath id='Pfad_13' data-name='Pfad 13' d='M2.321,19.547H.774A.774.774,0,1,1,.774,18H2.321a.774.774,0,1,1,0,1.547' transform='translate(0 -10.742)' fill='%23294417'/%3E%3Cpath id='Pfad_14' data-name='Pfad 14' d='M28.674,7.914a.774.774,0,0,1-.547-1.321L29.221,5.5a.774.774,0,0,1,1.094,1.094L29.221,7.687a.771.771,0,0,1-.547.227' transform='translate(-16.517 -3.233)' fill='%23294417'/%3E%3Cpath id='Pfad_15' data-name='Pfad 15' d='M6.045,30.542A.774.774,0,0,1,5.5,29.221l1.094-1.094a.774.774,0,0,1,1.094,1.094L6.592,30.315a.77.77,0,0,1-.547.227' transform='translate(-3.232 -16.517)' fill='%23294417'/%3E%3Cpath id='Pfad_16' data-name='Pfad 16' d='M29.768,30.542a.769.769,0,0,1-.547-.227l-1.094-1.094a.774.774,0,0,1,1.094-1.094l1.094,1.094a.774.774,0,0,1-.547,1.321' transform='translate(-16.517 -16.517)' fill='%23294417'/%3E%3Cpath id='Pfad_17' data-name='Pfad 17' d='M7.14,7.914a.771.771,0,0,1-.547-.227L5.5,6.593A.774.774,0,0,1,6.593,5.5L7.687,6.593A.774.774,0,0,1,7.14,7.914' transform='translate(-3.233 -3.233)' fill='%23294417'/%3E%3Cpath id='Pfad_18' data-name='Pfad 18' d='M28.674,7.914a.774.774,0,0,1-.547-1.321L29.221,5.5a.774.774,0,0,1,1.094,1.094L29.221,7.687a.771.771,0,0,1-.547.227' transform='translate(-16.517 -3.233)' fill='%23294417'/%3E%3Cpath id='Pfad_19' data-name='Pfad 19' d='M6.045,30.542A.774.774,0,0,1,5.5,29.221l1.094-1.094a.774.774,0,0,1,1.094,1.094L6.592,30.315a.77.77,0,0,1-.547.227' transform='translate(-3.232 -16.517)' fill='%23294417'/%3E%3Cpath id='Pfad_20' data-name='Pfad 20' d='M29.768,30.542a.769.769,0,0,1-.547-.227l-1.094-1.094a.774.774,0,0,1,1.094-1.094l1.094,1.094a.774.774,0,0,1-.547,1.321' transform='translate(-16.517 -16.517)' fill='%23294417'/%3E%3Cpath id='Pfad_21' data-name='Pfad 21' d='M7.14,7.914a.771.771,0,0,1-.547-.227L5.5,6.593A.774.774,0,0,1,6.593,5.5L7.687,6.593A.774.774,0,0,1,7.14,7.914' transform='translate(-3.233 -3.233)' fill='%23294417'/%3E%3Cpath id='Pfad_22' data-name='Pfad 22' d='M13.869,10A4.029,4.029,0,0,0,10,14.163a4.029,4.029,0,0,0,3.869,4.163,4.029,4.029,0,0,0,3.869-4.163A4.029,4.029,0,0,0,13.869,10' transform='translate(-5.837 -6.131)' fill='%23294417'/%3E%3C/svg%3E%0A");
  }

  #footer .inside {
    padding: 75px;
    width: calc(100vw - 150px);
  }
  #header .mod_mobile_menu {
    right: 75px;
  }
  .service,
  .impressionen,
  .rundgang,
  .umgebung,
  .kontakt {
    padding: 75px;
    width: calc(100vw - 150px);
    padding-bottom: 150px;
  }
  .service .servicetext figure,
  .umgebung .umgebungtext figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .service .servicetext.text_rechts,
  .umgebung .umgebungtext.text_rechts {
    grid-template-columns: calc((100vw - 150px) * 0,4) calc((100vw - 150px) * 0,6);
  }
  .service .servicetext.text_links,
  .umgebung .umgebungtext.text_links {
    grid-template-columns: calc((100vw - 150px) * 0,6) calc((100vw - 150px) * 0,4);
  }
  .rundgang iframe {
    aspect-ratio: 16 / 13;
    width: auto !important;
    height: auto !important;
  }
  .ueberuns,
  .kinder_galerie .content-gallery,
  .apartments,
  .preise,
  .angebote {
    padding: 75px;
    width: calc(100vw - 150px);
    grid-template-columns: calc((100vw - 150px) * 0.6) calc((100vw - 150px) * 0.4);
    padding-bottom: 150px;
  }
  .ueberuns:last-child {
    grid-template-columns: calc((100vw - 150px) * 0.4) calc((100vw - 150px) * 0.6);
  }
  .kinder_galerie .content-gallery ul,
  .impressionen ul,
  .apartments .content-gallery ul {
    grid-template-columns: repeat(4,1fr);
  }
  .headerimage {
    width: calc(100vw - 148px);
    margin-left: 74px;
  }
  #headerimage .header_gross .headertext {
    width: 70vw;
    left: 15vw;
  }
  #headerimage .header_gross,
  #headerimage .header_gross .headerbild, 
  #headerimage .header_gross .headerbild img,
  #headerimage .header_gross .headerbild::after {
    min-height: 500px;
  }
  #headerimage .header_gross .headertext {
    top: 200px;
  }
  .mobile_menu {
    right: 0 !important;
    top: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
  }
  .mobile_menu .inner .mod_navigation {
    display: block;
  }
  .mobile_menu .inner .mod_navigation::after {
    display: none;
  }
  .mobile_menu .menu-bild-links {
    margin-left: 0;
    flex-direction: column;
    gap: 0;
  }
  .mobile_menu .hamburger {
    right: 75px;
  }
  .mobile_menu .inner {
    padding: 0 75px;
    padding-top: 125px;
  }
  .mobile_menu .inner .mod_navigation ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .mobile_menu .inner .mod_navigation li.submenu .submenu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.621' height='18.242' viewBox='0 0 10.621 18.242'%3E%3Cpath id='Pfad_28' data-name='Pfad 28' d='M2810,957.5l7,7,7-7' transform='translate(-955.379 2826.121) rotate(-90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: right 4px;
    width: 180px;
    display: block;
  }
  .mobile_menu .inner .mod_navigation li.submenu:hover .submenu {
    background-image: none;
    padding-right: 0;
    width: 250px;
  }
  .mobile_menu .inner .mod_navigation li a {
    height: 25px;
    display: block;
  }
  .mobile_menu .menu-bild-links p{
    margin-top: 20px;
    margin-bottom: 0;
  }
  .mobile_menu .menu-bild-links a {
    font-size: 28px;
    font-family: "arno-pro", serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 5px;
    text-transform: none;
  }
  .mobile_menu .header_links {
    position: absolute;
    display: block;
    bottom: 25px;
    left: 75px;
  }
  .mobile_menu .header_links .rte p {
    margin-bottom: 0;
    margin-top: 8px;
  }
  .mobile_menu .header_links .rte p.icon_tel a {
    padding-left: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.685' height='15.846' viewBox='0 0 14.685 15.846'%3E%3Cpath id='Pfad_43' data-name='Pfad 43' d='M14.1,11.443l-2.439-1.33a1.421,1.421,0,0,0-1.816.4l-.982,1.329a12.659,12.659,0,0,1-3.08-2.7A8.756,8.756,0,0,1,3.721,5.828l1.624-.953a1.356,1.356,0,0,0,.562-1.736L4.765.652a1.148,1.148,0,0,0-1.6-.506C1.995.791.287,1.932.051,3.2a11.383,11.383,0,0,0,2.727,8.534A11.887,11.887,0,0,0,10.9,15.846c1.386.034,2.8-1.662,3.593-2.81a1.1,1.1,0,0,0-.385-1.592' transform='translate(0 0)' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 0;
    background-position: left center;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    text-transform: none;
  }
  .mobile_menu .header_links .rte p.icon_mail a {
    padding-left: 40px;
    background-image: url("data:image/svg+xml,%3Csvg id='Gruppe_48' data-name='Gruppe 48' xmlns='http://www.w3.org/2000/svg' width='15.084' height='10.744' viewBox='0 0 15.084 10.744'%3E%3Cpath id='Pfad_45' data-name='Pfad 45' d='M237.746,66.968l-1.835-1.606-5.247,4.5a1.074,1.074,0,0,0,.732.287h12.7a1.066,1.066,0,0,0,.729-.287l-5.244-4.5Z' transform='translate(-230.204 -59.404)' fill='%23fff'/%3E%3Cpath id='Pfad_46' data-name='Pfad 46' d='M244.844,16.547a1.067,1.067,0,0,0-.732-.287h-12.7a1.062,1.062,0,0,0-.73.289l7.08,6.068Z' transform='translate(-230.219 -16.26)' fill='%23fff'/%3E%3Cpath id='Pfad_47' data-name='Pfad 47' d='M226.877,24.055v8.8L232,28.507Z' transform='translate(-226.877 -23.109)' fill='%23fff'/%3E%3Cpath id='Pfad_48' data-name='Pfad 48' d='M308.98,28.483l5.121,4.352V24.029Z' transform='translate(-299.017 -23.086)' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 0;
    background-position: left center;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    text-transform: none;
  }
  #header .header_links {
    display: none;
  }
  .mobile_menu .inner .mod_navigation .level_2 {
    left: 325px;
  }
  .recht {
    padding: 125px 75px;
    padding-bottom: 300px;
    width: calc(100vw - 150px);
  }
  .home_text .text_rechts h2::before,
  .home_text .text_links h2::before {
    margin-left: -50px;
    width: 70vw;
  }
  .home_leistungen {
    padding: 75px;
    padding-top: 125px;
    width: calc(100vw - 150px);
    gap: 15px;
  }
  .home_leistungen::before {
    width: calc(100vw - 150px);
    left: 75px;
    height: 100px;
    top: 70px;
  }
  .home_koenigscard .content-text .rte {
    width: calc(100vw - 150px);
  }
  .home_koenigscard .content-text .rte p {
    font-size: 22px;
  }
  .umgebung .umgebung_links .rte,
  .aktivity_links .rte {
    width: 100%;
  }
}
@media (max-width: 900px) {
  #header .inside {
    height: 80px;
  }
  #header .header_logo img {
    width: 150px;
  }
  #header .mod_mobile_menu {
    top: 45px;
  }
  .hamburger.active {
    top: 40px;
  }
  .mobile_menu .inner {
    padding-top: 75px;
    height: calc(100vh - 75px);
  }
  .social_icons {
    top: 30px;
  }
  .startseite #headerimage .headertext {
    width: 450px;
  }
  .home_leistungen {
    grid-template-columns: repeat(1,1fr);
  }
  .home_leistungen::before {
    top: 40px;
  }
  .home_leistungen .content-text {
    display: none;
  }
  .home_leistungen #leistungen_slidertablet {
    display: block;
    margin-left: -75px;
    margin-right: -75px;
    width: 100vw;
  }
  .home_leistungen #leistungen_slidertablet .rsts-view {
    width: 100vw !important;
    padding-left: 75px;
    padding-right: 75px;
  }
  .home_leistungen #leistungen_slidertablet .rsts-crop {
    width: 100vw !important;
  }
  .home_leistungen #leistungen_slidertablet .rsts-view .rsts-slide {
    width: calc(100vw - 150px)!important;
  }
  .home_leistungen #leistungen_slidertablet .rsts-crop .rsts-slide.rsts-inactive {
    opacity: 0.4;
  }
  .home_leistungen #leistungen_slidertablet .content-text {
    display: block;
  }
  .home_leistungen #leistungen_slidertablet div[data-rsts-name="Angebote - Aktivitäten"],
  .home_leistungen #leistungen_slidertablet div[data-rsts-name="Kulinarik - Ferienwohnungen"] {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
  }
  .home_leistungen #leistungen_slidertablet .content-text:nth-child(1), 
  .home_leistungen #leistungen_slidertablet .content-text:nth-child(3) {
    margin-top: 0;
  }
  .home_leistungen #leistungen_slidertablet .rsts-nav-bullets {
    position: relative;
    right: 0;
    bottom: 0;
    left: 75px;
    text-align: left;
    margin-top: 25px;
  }
  .home_leistungen #leistungen_slidertablet .rsts-nav-bullets .rsts-nav-item a {
    background-image: unset;
    height: 16px;
    width: 16px;
    box-shadow: none;
    border: 0px solid transparent;
    margin: 2px 5px;
    background-color: rgb(255 255 255 / 0.5);
    padding-right: 0;
  }
  .home_leistungen #leistungen_slidertablet .rsts-nav-bullets .rsts-nav-item a.active {
    background-color: #fff;
  }
  .home_leistungen #leistungen_slidertablet .rsts-nav-bullets .rsts-nav-prev,
  .home_leistungen #leistungen_slidertablet .rsts-nav-bullets .rsts-nav-next {
    display: inline;
  }
  .home_leistungen #leistungen_slidertablet .rsts-nav .rsts-nav-prev a {
    background-color: unset;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.182' height='16.121' viewBox='0 0 10.182 16.121'%3E%3Cpath id='Pfad_90' data-name='Pfad 90' d='M0,7,7,0l7,7' transform='translate(2.121 15.06) rotate(-90)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    margin: 0;
    margin-right: 15px;
    height: 20px;
    width: 20px;
    box-shadow: none;
    border: 0px solid transparent;
  }
  .home_leistungen #leistungen_slidertablet .rsts-nav .rsts-nav-next a {
    background-color: unset;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.182' height='16.121' viewBox='0 0 10.182 16.121'%3E%3Cpath id='Pfad_89' data-name='Pfad 89' d='M2810,957.5l7,7,7-7' transform='translate(-956.439 2825.06) rotate(-90)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    margin: 0;
    margin-left: 15px;
    height: 20px;
    width: 20px;
    box-shadow: none;
    border: 0px solid transparent;
  } 
  
}
@media (max-width: 850px) {
  .home_text,
  .home_text:last-child,
  .ueberuns, .ueberuns:last-child,
  .service .servicetext.text_links,
  .service .servicetext.text_rechts,
  .apartments,
  .preise,
  .umgebung .umgebungtext.text_links,
  .umgebung .umgebungtext.text_rechts,
  .angebote {
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
  }
  .home_text:first-child::after {
    bottom: auto;
    top: 75px;
    width: 200px;
    height: 350px;
  }
  .home_text .bild_links,
  .home_text .bild_rechts,
  .service .servicetext figure,
  .umgebung .umgebungtext figure,
  .apartments .bild_links,
  .apartments .bild_rechts,
  .angebote .bild_links,
  .angebote .bild_rechts,
  .ueberuns .bild_links,
  .ueberuns .bild_rechts {
    grid-row: 2;
  }
  .ueberuns .text_links,
  .ueberuns .text_rechts,
  .service .text_links .rte,
  .service .text_rechts .rte,
  .umgebung .text_links .rte,
  .umgebung .text_rechts .rte,
  .apartments .text_links,
  .angebote .text_links {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .umgebung .text_rechts .rte, .umgebung .text_links .rte:nth-child(2) {
    padding-left: 0;
  }
  .umgebung .text_links .rte:nth-child(1){
    padding-right: 0;
  }

  .service .servicetext figure img,
  .umgebung .umgebungtext figure img {
    width: 100%;
  }
  .apartments .content-gallery,
  #verfuegbarkeit,
  .preise .content-table:nth-child(3),
  .preise .preise_erklaerung,
  .preise .content-table:first-child {
    grid-column: 1;
  }
  .preise .preise_broetchen {
    margin-top: 50px;
    padding-left: 0;
  }
}
@media (max-width: 700px) {
  .desktop_menu {
    display: none;
  }
  .mobile_menu .hamburger {
    right: 50px;
  }
  .mobile_menu .inner {
    padding: 0 50px;
    padding-top: 80px;
  }
  .mobile_menu .header_links {
    left: 25px;
  }
  .mobile_menu .inner .mod_navigation .submenu_show {
    flex-direction: column;
    height: auto;
  }
  .mobile_menu .inner .mod_navigation ul li a {
    padding-bottom: 0;
  }
  .mobile_menu .inner .mod_navigation .submenu_show a.submenu {
    border-bottom: 0px solid transparent;
  }
  .mobile_menu .inner .mod_navigation ul li a,
  .mobile_menu .inner .mod_navigation ul .active {
    font-size: 24px;
  }
  .mobile_menu .inner .mod_navigation .level_2 {
    padding: 10px 0;
    position: relative;
    left: auto;
  }
  .mobile_menu .inner .mod_navigation .level_2 li {
    height: 22px;
    margin-bottom: 0;
  }
  .mobile_menu .inner .mod_navigation .level_2 a {
    font-size: 14px;
    width: 100%;
    padding-bottom: 5px;
  }
  .mobile_menu .inner .mod_navigation ul li {
    height: auto;
  }
  .mobile_menu .inner .mod_navigation ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .mobile_menu .inner .mod_navigation li.submenu:hover .level_2 {
    margin-top: 0;
  }
  .mobile_menu .menu-bild-links p {
    margin-top: 10px;
  }
  .mobile_menu .menu-bild-links p a {
    font-size: 24px;
  }
  .startseite #headerimage .headertext  {
    width: 60vw;
  }
  .startseite #headerimage .headertext .rte {
    margin-left: 50px;
  }
  #header .inside {
    padding: 15px 50px;
    width: calc(100vw - 100px);
  }
  #header .mod_mobile_menu {
    right: 50px;
  }
  .social_icons {
    right: 100px;
  }
  .startseite #headerimage .headertext {
    left: 25px;
  }
  .bewertungen {
    padding: 75px 50px;
    width: calc(100vw - 100px);
  }
  .bewertungen .tm-carousel-wrapper div[style="max-width: 100vw;"] {
    max-width: calc(100vw - 100px) !important;
  }
  .bewertungen .tm-overall {
    padding: 0 !important;
  }
  .headertext {
    width: calc(100vw - 100px);
    padding-left: 50px;
    padding-right: 50px;
  }
  .social_icons img {
    height: 20px;
    width: 20px;
    object-fit: contain;
    object-position: center;
  }
  .home_text {
    padding: 0 50px;
    width: calc(100vw - 100px);
  }
  .home_text .text_rechts, 
  .home_text .text_links {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 50px);
  }
  .home_text .text_rechts h2::before,
  .home_text .text_links h2::before {
    margin-left: -50px;
    width: 100vw;
  }
  .home_text .bild_links,
  .home_text .bild_rechts {
    width: calc(100% - 50px);
  }
  .gaeste_meinungen .mod_rocksolid_slider .content-text p {
    font-size: 18px;
    line-height: 22px;
  }
  .gaeste_meinungen .mod_rocksolid_slider {
    right: 50px;
    width: calc(70vw - 50px);
  }
  h1 {
    font-size: 35px;
  }
  #footer .inside {
    padding: 50px;
    width: calc(100vw - 100px);
    padding-bottom: 75px;
  }
  .home_koenigscard .content-text .rte {
    width: calc(100vw - 100px);
  }
  .home_koenigscard .content-text .rte p {
    font-size: 18px;
    line-height: 22px;
  }
  #headerimage .pfeil {
    margin-top: 50px;
  }
  .ueberuns,
  .kinder_galerie .content-gallery,
  .service,
  .impressionen,
  .rundgang,
  .apartments,
  .preise,
  .umgebung,
  .angebote,
  .kontakt {
    padding: 75px 50px;
    width: calc(100vw - 100px);
    padding-bottom: 150px;
  }
  #headerimage .header_gross .headertext {
    top: 150px;
    width: calc(100vw - 100px);
    left: 50px;
  }
  .kinder_galerie .content-gallery ul,
  .impressionen ul,
  .apartments .content-gallery ul {
    grid-template-columns: repeat(3,1fr);
  }
  .recht {
    padding: 125px 50px;
    padding-bottom: 300px;
    width: calc(100vw - 100px);
  }
  .home_leistungen {
    padding: 75px 50px;
    padding-top: 125px;
    width: calc(100vw - 100px);
  }
  .home_leistungen::before {
    width: calc(100vw - 100px);
    left: 50px;
    top: 75px;
  }
  .home_leistungen #leistungen_slidertablet {
    margin-left: -50px;
    margin-right: -50px;
  }
  .home_leistungen #leistungen_slidertablet .rsts-view {
    padding-left: 50px;
    padding-right: 50px;
  }
  .home_leistungen #leistungen_slidertablet .rsts-view .rsts-slide {
    width: calc(100vw - 100px)!important;
  }
  .home_leistungen #leistungen_slidertablet .rsts-nav-bullets {
    left: 50px;
  }
  #headerimage .header_gross .headertext p {
    margin-top: 25px;
  }
  .preise .preise_erklaerung p {
    font-size: 12px;
  }
  .kontakt_text img {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 550px) {
 #footer .footer_kontakt {
  grid-column: 1 / 3;
 } 
 #footer .footer_info {
  grid-column: 1 / 3;
  grid-row: 3;
 }
 #footer .content-text:last-child {
  grid-row: 2;
 }
 #footer .inside .footer_kontakt h3,
 #footer .inside .footer_kontakt p:first-child {
  padding-left: 0;
 }
 .startseite #headerimage .headertext {
  width: calc(100vw - 90px);
 }
}

@media (max-width: 500px) {
  #popup .inside {
    display: block;
  }
  h1,
  .headertext h1,
  .home .text_bild_rechts h2 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  .headertext h2 {
    font-size: 20px;
  }
  p, li, strong, a, label, button,
  .bluebackground p,
  .headertext p, input[type='checkbox'] + label, input[type='radio'] + label {
    font-size: 14px;
    line-height: 20px;
  }
  .ce_form .widget-explanation.pflichtfeld {
    font-size: 12px;
  }
  #header>.inside {
    padding: 15px 25px;
    width: calc(100vw - 50px);
  }
  .mobile_menu .hamburger {
    right: 25px;
  } 
  #footer .inside {
    padding: 25px;
    width: calc(100% - 50px);
    padding-bottom: 75px;
    gap: 20px;
  }
  #footer .content-image img {
    width: 200px;
  }
  #footer .footer_kontakt {
    margin-bottom: 25px;
  }
  .gaeste_meinungen .mod_rocksolid_slider {
    right: 25px;
    width: calc(90vw - 25px);
  }
  .gaeste_meinungen .mod_rocksolid_slider .rsts-nav .rsts-nav-item a {
    height: 14px;
    width: 14px;
  }
  .bewertungen {
    padding: 50px 25px;
    width: calc(100vw - 50px);
  }
  .bewertungen .tm-carousel-wrapper div[style="max-width: 100vw;"] {
    max-width: calc(100vw - 50px) !important;
  }
  .headertext {
    width: calc(100vw - 50px);
    padding-left: 25px;
    padding-right: 25px;
  }
  .pfeil_unten {
    left: auto;
    right: 25px;
    top: calc(100vh - 75px);
  }
  
  .startseite #headerimage .headertext .rte {
    margin-left: 25px;
  }
  #header .inside {
    padding: 15px 25px;
    width: calc(100vw - 50px);
  }
  #header .mod_mobile_menu {
    right: 25px;
  }
  .social_icons {
    right: 75px;
  }
  .home_text {
    padding: 0 25px;
    width: calc(100% - 50px);
  }
  .home_text .text_rechts, .home_text .text_links,
  .home_text .bild_links, .home_text .bild_rechts {
    width: calc(100% - 25px);
  }
  .home_text .text_rechts h2::before, .home_text .text_links h2::before {
    margin-left: -25px;
  }
  .startseite #headerimage .headertext {
    left: 10px;
    top: 125px;
  }
  .startseite #headerimage .headertext .rte {
    margin-left: 35px;
  }
  .home_koenigscard .content-text .rte {
    width: calc(100vw - 50px);
  }
  .ueberuns,
  .kinder_galerie .content-gallery,
  .service,
  .impressionen,
  .rundgang,
  .apartments,
  .preise,
  .umgebung,
  .angebote,
  .kontakt {
    padding: 50px 25px;
    width: calc(100vw - 50px);
    padding-bottom: 100px;
  }
  .kinder_galerie .content-gallery ul,
  .impressionen ul,
  .apartments .content-gallery ul {
    grid-template-columns: repeat(2,1fr);
  }
  .kinder_galerie::after,
  .ueberuns::after,
  .service::after,
  .impressionen::after,
  .rundgang::after,
  .apartments::after,
  .preise::after,
  .umgebung::after,
  .angebote::after,
  .kontakt::after {
    height: 100px;
  }
  .content-table table thead th,
  .content-table table tbody tr td {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-table {
    overflow-x: scroll;
  }


  .service .servicetext:not(:last-child),
  .umgebung .umgebungtext:not(:last-child) {
    margin-bottom: 50px;
  }
  .servicetext h2,
  .umgebungtext h2 {
    margin-bottom: 0;
  }
  #headerimage .header_gross, 
  #headerimage .header_gross .headerbild, 
  #headerimage .header_gross .headerbild img, 
  #headerimage .header_gross .headerbild::after {
     min-height: 450px;
  }
  #headerimage .header_gross .headertext {
    top: 125px;
    width: calc(100vw - 50px);
    left: 25px;
  }
  .mobile_menu .inner {
    padding: 0 25px;
    padding-top: 80px;
  }
  .mobile_menu .inner .mod_navigation li.submenu .submenu {
    width: 150px;
  }
  .mobile_menu .inner .mod_navigation li.submenu:hover .submenu {

  }

  .recht {
    padding: 125px 25px;
    padding-bottom: 300px;
    width: calc(100vw - 50px);
  }
  #footer .footer_links {
    right: 25px;
    bottom: 15px;
  }
  #footer .footer_links .rte p a {
    height: 20px;
    width: 20px;
    object-fit: contain;
  }
  .home_leistungen {
    padding: 50px 25px;
    padding-top: 125px;
    width: calc(100vw - 50px);
  }
  .home_leistungen::before {
    left: 0;
    width: 100vw;
    height: 45px;
    background-size: cover;
    background-position: center;
  }
  .home_leistungen #leistungen_slidertablet {
    display: none;
  }
  .home_leistungen #leistungen_sliderhandy {
    display: block;
    margin-left: -25px;
    margin-right: -25px;
    width: 100vw;
  }
  .home_leistungen #leistungen_sliderhandy .rsts-view {
    width: 100vw !important;
    padding-left: 25px;
    padding-right: 100px;
  }
  .home_leistungen #leistungen_sliderhandy .rsts-crop {
    width: 100vw !important;
  }
  .home_leistungen #leistungen_sliderhandy .rsts-view .rsts-slide {
    width: calc(100vw - 125px)!important;
  }
  .home_leistungen #leistungen_sliderhandy .rsts-crop .rsts-slide.rsts-inactive {
    opacity: 0.4;
  }
  .home_leistungen #leistungen_sliderhandy .content-text {
    display: block;
  }
  .home_leistungen #leistungen_sliderhandy .content-text:nth-child(1), 
  .home_leistungen #leistungen_sliderhandy .content-text:nth-child(3) {
    margin-top: 0;
  }
  .home_leistungen #leistungen_sliderhandy .rsts-nav-bullets {
    position: relative;
    right: 0;
    bottom: 0;
    left: 25px;
    text-align: left;
    margin-top: 25px;
  }
  .home_leistungen #leistungen_sliderhandy .rsts-nav-bullets .rsts-nav-item a {
    background-image: unset;
    height: 16px;
    width: 16px;
    box-shadow: none;
    border: 0px solid transparent;
    margin: 2px 5px;
    background-color: rgb(255 255 255 / 0.5);
    padding-right: 0;
  }
  .home_leistungen #leistungen_sliderhandy .rsts-nav-bullets .rsts-nav-item a.active {
    background-color: #fff;
  }
  .home_leistungen #leistungen_sliderhandy .rsts-nav-bullets .rsts-nav-prev,
  .home_leistungen #leistungen_sliderhandy .rsts-nav-bullets .rsts-nav-next {
    display: inline;
  }
  .home_leistungen #leistungen_sliderhandy .rsts-nav .rsts-nav-prev a {
    background-color: unset;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.182' height='16.121' viewBox='0 0 10.182 16.121'%3E%3Cpath id='Pfad_90' data-name='Pfad 90' d='M0,7,7,0l7,7' transform='translate(2.121 15.06) rotate(-90)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    margin: 0;
    margin-right: 15px;
    height: 20px;
    width: 20px;
    box-shadow: none;
    border: 0px solid transparent;
  }
  .home_leistungen #leistungen_sliderhandy .rsts-nav .rsts-nav-next a {
    background-color: unset;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.182' height='16.121' viewBox='0 0 10.182 16.121'%3E%3Cpath id='Pfad_89' data-name='Pfad 89' d='M2810,957.5l7,7,7-7' transform='translate(-956.439 2825.06) rotate(-90)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    margin: 0;
    margin-left: 15px;
    height: 20px;
    width: 20px;
    box-shadow: none;
    border: 0px solid transparent;
  } 
  .home_koenigscard .content-text .rte p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .ce_form .formbody fieldset {
    grid-template-columns: repeat(1,1fr);
  }
  .ce_form .formbody fieldset .widget:not(.half) {
    grid-column: 1;
  }
  .kontakt_text img {
    width: 175px;
  }

  #error a {
    display: flex    ;
    justify-content: center;
  }
}
@media (max-width: 450px) {
  .mitarbeiter .rsts-slide {
    height: 300px;
  }

}
@media (max-width: 400px) {
  #footer .inside {
    grid-template-columns: repeat(1,1fr);
  }
  #footer .footer_kontakt {
    grid-column: 1;
  }
  #footer .footer_info {
    grid-column: 1;
    grid-row: 4;
  }
  #footer .content-text:last-child {
    grid-column: 1;
    grid-row: 3
  }
  #footer .content-text:last-child img {
    width: 100%;
  }
  #footer .footer_info .rte {
    grid-template-columns: repeat(1,1fr);
  }
  .startseite #headerimage .headertext {
    width: calc(100vw - 70px);
  }
  #header .header_logo img {
    width: 100px;
  }
  .social_icons {
    top: 32px;
  }
  .social_icons img {
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 350px) {
  #footer .footer_links .rte {
    grid-template-columns: repeat(1,1fr);
  }
  #footer .footer_links p {
    justify-content: flex-start !important;
  }
  .gaeste_meinungen .mod_rocksolid_slider .content-text .rte {
    padding-left: 0;
    padding-right: 0;
  }
  .home_koenigscard .content-text {
    top: 175px;
  }
}
@media (max-width: 320px) {
  .mitarbeiter .rsts-slide {
    height: 400px;
  }
}










