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%}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
.hamburger { 
  height: 100px;
  font: inherit;
  position: sticky;
  z-index: 2;
  display: inline-block;
  overflow: visible;
  margin: 0;
  margin-right: 0px;
  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.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #706F6F;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 24px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 38px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  background-color: #706F6F;
  border-radius: 0px;
}

.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.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: rotate(45deg)
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease .12s;
  opacity: 0
}

.hamburger--squeeze.is-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: 'Gothic'; /* Gewünschter Name */
  src: url('/files/layout/fonts/GOTHIC.eot');
            /* für IE9 */
  src: url('/files/layout/fonts/GOTHIC.woff') 
            format('woff'), 
           /* für moderne Browser */
       url('/files/layout/fonts/GOTHIC.ttf') 
            format('truetype');
          /* für Safari, Android, iOS */
 }

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

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

body {
  font-family: "Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #706F6F;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
}

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

strong {
  font-family: "Gothic Bold", sans-serif;
  font-weight: normal;
}

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

::-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: #706F6F;
  clear: left;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #706F6F;
  font-family: "Gothic", sans-serif;
  font-style: normal;
}

img {
  display: block;
  object-fit: cover;
}

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

.active {
  font-family: "Gothic Bold", sans-serif;
  font-style: normal;
}

.center {
  text-align: center;
}

h1{
  color: #706F6F;
  font-family: "Gothic Bold", sans-serif;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 0;
  word-break: break-word;
  font-size: 80px;
  margin-top: 0;
}
h2 {
  color: #706F6F;
  font-family: "Gothic Bold", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 40px;
  margin-bottom: 15px;
  margin-top: 0;
}
h3,
h4,
h5,
h6,
h7 {
  color: #706F6F;
  font-family: "Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  margin-bottom: 1rem;
}


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%;
}

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

/*Navigation*/
#header {
  height: auto;
  z-index: 1000;
  position: fixed;
  background-color: rgb(255 255 255);
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  top: 0;
  height: 100px;
}
#header>.inside {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: calc(100vw - 300px);
  z-index: 999;
  top: 0;
  padding: 0 150px;
  height: 100px;
}
#header .content-image {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header .navigation {
  margin-left: auto;
}
#header .navigation .rte {
  display: flex;
  gap: 60px;
  height: 100%;
}
#header .navigation .rte p {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header .navigation .rte p a:hover {
  color: #D9000D;
  font-family: 'Gothic Bold', sans-serif;
}
#header .logo img {
  width: 300px;
}
#header .navigation .rte p:nth-child(1) {
  display: none;
}


/*Red Button*/
.redbutton a {
  border: 0px solid transparent;
  border-radius: 10px;
  background-color: #D9000D;
  color: #fff;
  padding: 10px 25px;
  font-family: 'Gothic Bold', sans-serif;
  font-size: 16px;
}




/*Headerbilder */
#headerimage {
  height: 100vh;
  width: 100vw;
}

#headerimage figure,
#headerimage img {
  object-fit: cover;
  height: 100vh;
  width: 100%;
  display: block;
  padding: 0;
}
#headerimage .content-text {
  top: 250px;
  position: absolute;
  left: 200px;
  width: calc(100vw - 400px);
  text-align: center;
  color: #fff;
}
#headerimage .content-text h3,
#headerimage .content-text h1 {
  color: #fff;
}
#headerimage .rsts-skin-default .rsts-nav-thumbs {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 10px;
}
#headerimage .rsts-skin-default .rsts-nav-thumbs .rsts-thumbs-slides {
  transform: none !important;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
}
#headerimage .rsts-skin-default .rsts-nav-thumbs .rsts-thumbs-slide {
  transform: none !important;
  position: relative;
  border: 10px solid #fff;
  border-bottom: 0px solid transparent;
  margin-left: -10px;
  opacity: 1;
  background-color: #fff;
}
#headerimage .rsts-skin-default .rsts-nav-thumbs .rsts-thumbs-slide img {
  opacity: 0.3;
}
#headerimage .rsts-skin-default .rsts-nav-thumbs .rsts-thumbs-slide.rsts-thumbs-active-thumb img {
  opacity: 1;
}
#headerimage .redbutton {
  margin-top: 25px;
}

/*Über uns*/
#ueberuns {
  padding: 150px;
  width: calc(100vw - 300px);
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 100px;
}
#ueberuns .content-gallery {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#ueberuns .content-gallery ul {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 10px;
}
#ueberuns .content-gallery ul li figure,
#ueberuns .content-gallery ul li figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#ueberuns .content-gallery ul li:nth-child(1) {
  grid-row: 1 / 3;
  grid-column: 1;
  aspect-ratio: 4 / 5;
}
#ueberuns .content-gallery ul li:nth-child(2),
#ueberuns .content-gallery ul li:nth-child(3) {
  aspect-ratio: 1 / 1;
}
#ueberuns .content-gallery ul li:nth-child(4) {
  grid-row: 2 / 4;
  grid-column: 2;
  aspect-ratio: 4 / 5;
}
#ueberuns h3 {
  margin: 0;
  font-size: 21px;
}
#ueberuns h3::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='515.777' height='211.721' viewBox='0 0 515.777 211.721'%3E%3Ctext id='_...mehr_als_Fliese' data-name='...mehr als Fliese' transform='matrix(0.966, -0.259, 0.259, 0.966, 0, 132.515)' fill='%23d9000d' font-size='60' font-family='OpenSans-Italic, Open Sans' font-style='italic'%3E%3Ctspan x='0' y='64'%3E...mehr als Fliese%3C/tspan%3E%3C/text%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  width: 300px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#ueberuns h2 {
  color: #D9000D;
  margin-bottom: 30px;
}
#ueberuns .content-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/*Portfolio*/
#portfolio {
  padding: 75px 150px;
  background-color: #F0F0F0;
  width: calc(100vw - 300px);
}
#portfolio .content-text {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 50px;
}
#portfolio .content-text h3 {
  margin: 0;
  font-size: 21px;
}
#portfolio .content-text h2 {
  color: #D9000D;
  margin-bottom: 30px;
}
#portfolio #portfolio_uebersicht {
  width: 100%;
}
#portfolio_uebersicht .rte {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
#portfolio_uebersicht .rte p {
  margin: 0;
  padding: 15px 0;
  border-bottom: 2px solid #D9000D;
  font-size: 21px;
  cursor: pointer;
  margin-bottom: 2px;
}
#portfolio_uebersicht .rte p.active {
  margin-bottom: 0;
  padding-bottom: 13px;
  border-bottom: 6px solid #D9000D;
  color: #D9000D;
}
#portfolio .mod_rocksolid_slider {
  display: grid;
  grid-template-columns: 35% 65%;
}
#portfolio .mod_rocksolid_slider .rsts-crop,
#portfolio .mod_rocksolid_slider .rsts-crop .rsts-slide {
  width: calc((100vw - 300px) * 0.65) !important;
  background-color: transparent;
}
#portfolio .mod_rocksolid_slider .rsts-nav-tabs {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  grid-column: 1;
  grid-row: 1;
  text-align: left;
  margin-top: 50px;
}
#portfolio .mod_rocksolid_slider .rsts-nav-tabs .rsts-nav-item {
  display: block;
}
#portfolio .mod_rocksolid_slider.rsts-skin-default .rsts-nav-tabs a {
  opacity: 1;
  font-size: 21px;
  height: max-content;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  padding-left: 20px;
  margin-bottom: 5px;
  color: #706F6F;
}
#portfolio .mod_rocksolid_slider.rsts-skin-default .rsts-nav-tabs a.active {
  color: #D9000D;
}
#portfolio .content-gallery ul {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 10px;
}
#portfolio .content-gallery ul li:first-child {
  grid-column: 1 / 5;
}
#portfolio .content-gallery ul li figure,
#portfolio .content-gallery ul li a,
#portfolio .content-gallery ul li img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
}
#portfolio #kueche,
#portfolio #bad,
#portfolio #flur,
#portfolio #aussenbereich {
  display: none;
}


/*Material*/
#materialien {
  padding: 150px;
  width: calc(100vw - 300px);
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 100px;
}
#materialien strong {
  color: #D9000D;
}
#materialien p {
  margin-bottom: 50px;
}
#materialien p:last-child {
  margin-bottom: 0;
}
#materialien .content-image figure,
#materialien .content-image img {
  height: 100%;
  width: 100%;
}

/*Kontakt*/
#kontakt {
  padding-top: 50px;
}
#kontakt .content-text {
  background-color: #F0F0F0;
  padding: 50px 150px;
  text-align: center;
}
#kontakt h3 {
  margin: 0;
  font-size: 21px;
}
#kontakt h2 {
  color: #D9000D;
  margin-bottom: 30px;
}

/*Footer*/
#footer {
  position: relative;
}
#footer .inside {
  text-align: left;
  width: calc(100vw - 200px);
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 75px 100px;
  gap: 15px;
}
#footer .inside .content-text.media .rte {
  margin-left: 55px;
  margin-top: 20px;
}
#footer .inside .content-text.media .rte p {
  margin-bottom: 10px;
  color: #706F6F;
}
#footer p,
#footer a {
  color: #706F6F;
  margin: 0;
}

#footer .footer_leistungen {
  margin-right: 100px;
}
#footer .footer_info {
  margin-left: auto;
  margin-right: 100px;
}

#footer .footer_leistungen p:nth-child(1),
#footer .footer_info p:nth-child(1) {
  margin-bottom: 25px;
  margin-top: 15px;
}

#footer .footer_leistungen p,
#footer .footer_info p {
  margin-bottom: 10px;
}

#footer .footer_links .rte,
#footer .footer_open .rte {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 15px;
}
#footer .footer_open .rte {
  grid-row-gap: 0;
}
#footer .footer_copyright {
  position: absolute;
  bottom: 15px;
  left: 50px;
}
#footer .footer_copyright p {
  font-size: 14px;
  color: #083A47;
}
#footer .inside .content-image img {
  width: 275px;
  object-fit: contain; 
}


/*Datenschutz, Impressum*/
.recht {
  margin: 150px 100px;
  width: calc(100vw - 200px);
}
.recht h1 {
  font-size: 55px;
}
.recht h2 {
  font-size: 30px;
}
.recht h3 {
  font-size: 23px;
}


/*Error 404 */
.error {
  height: calc(100vh - 255px);
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}


/*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;
}
@media (min-width: 1050px) {
  #header .hamburger {
    display: none;
  }
}

@media (max-width: 1300px) {
  #header>.inside {
    width: calc(100vw - 200px);
    padding: 0 100px;
  }
  #ueberuns,
  #materialien {
    padding: 100px;
    width: calc(100vw - 200px);
    grid-gap: 75px;
  }
  #portfolio {
    padding: 75px 100px;
    width: calc(100vw - 200px);
  }
  #kontakt .content-text {
    padding: 50px 100px;
  }
  h1 {
    font-size: 65px;
  }
  #portfolio .mod_rocksolid_slider .rsts-crop, 
  #portfolio .mod_rocksolid_slider .rsts-crop .rsts-slide {
    width: calc((100vw - 200px)* 0.65) !important;
  }
  #footer .inside {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 25px;
  }
}

@media (max-width: 1150px) {
  
  

}

@media (max-width: 1050px) {
  h1 {
    font-size: 45px;
  }
  #header>.inside {
    padding: 0px 75px;
    width: calc(100vw - 150px);
  }
  #header .blue_header {
    display: none;
  }
  #header .mod_navigation {
    display: none;
  }
  #ueberuns,
  #materialien {
    padding: 75px;
    width: calc(100vw - 150px);
    grid-gap: 50px;
    grid-template-columns: repeat(1, 1fr);
  }
  #ueberuns .content-gallery {
    grid-row: 2;
  }
  #portfolio {
    padding: 75px;
    width: calc(100vw - 150px);
  }
  #kontakt .content-text {
    padding: 50px 75px;
  }
  #portfolio .mod_rocksolid_slider .rsts-crop, 
  #portfolio .mod_rocksolid_slider .rsts-crop .rsts-slide {
    width: calc((100vw - 150px)* 0.65) !important;
  }
  #headerimage .rsts-skin-default .rsts-nav-thumbs {
    right: 0;
  }
  #portfolio .content-text {
    width: 100%;
  }
  .recht {
    margin: 100px 75px;
    margin-top: 125px;
    width: calc(100vw - 150px);
  }
  #footer .inside {
    padding: 50px 75px;
  }
  #headerimage .content-text {
    width: calc(100vw - 200px);
    left: 100px;
  }
  #header .navigation {
    display: none;
  }
  #header .navigation.open {
    display: block;
    background-color: rgb(112 111 111 / 90%);
    position: fixed;
    top: 100px;
    height: calc(100vh - 100px);
    left: 0;
    width: 100vw;
  }
  #header .navigation .rte {
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
  }
  #header .navigation .rte p a {
    color: #fff;
    text-align: center;
    font-size: 21px;
  }
  #header .navigation .rte p:nth-child(1) {
    display: flex;
  }
  #portfolio .mod_rocksolid_slider.rsts-skin-default .rsts-nav-tabs a {
    font-size: 16px;
  }
}
@media (max-width: 930px) {
  #footer .inside {
    grid-template-columns: repeat(1,1fr);
    width: calc(100vw - 150px);
  }
  #footer .content-image figure {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  #footer .footer_open .rte {
    display: flex;
    flex-direction: column;
  }
  #footer p {
    text-align: center;
  }
  #footer .footer_open .rte p:nth-child(2),
  #footer .footer_open .rte p:nth-child(4) {
    margin-bottom: 15px;
  }

  #footer .footer_links .rte {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  #portfolio .mod_rocksolid_slider.rsts-skin-default .rsts-nav-tabs a {
    word-break: break-word;
  }
}

@media (max-width: 700px) {
  #header>.inside {
    padding: 0px 50px;
    width: calc(100vw - 100px);
  }
  h1 {
    font-size: 35px;
  }
  #footer .inside {
    padding: 50px;
    width: calc(100vw - 100px);
    padding-bottom: 75px;
  }
  #headerimage .content-text {
    width: calc(100vw - 100px);
    left: 50px;
    top: 150px;
  }
  #ueberuns, #materialien {
    padding: 50px;
    width: calc(100vw - 100px);
  }
  #portfolio {
    padding: 50px;
    width: calc(100vw - 100px);
  }
  #portfolio .content-text {
    margin-bottom: 25px;
  }
  #portfolio_uebersicht .rte {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 10px;
    padding-bottom: 25px;
    border-bottom: 2px solid #D9000D;
  }
  #portfolio_uebersicht .rte p {
    border-bottom: 0px solid transparent;
    background-color: #fff;
    border-radius: 10px;
    color: #D9000D;
  }
  #portfolio_uebersicht .rte p.active {
    border-bottom: 0px solid transparent;
    padding-bottom: 15px;
    background-color: #D9000D;
    color: #fff;
  }
  #kontakt .content-text {
    padding: 50px;
  }
  .recht {
    margin: 75px 50px;
    margin-top: 125px;
    width: calc(100vw - 100px);
  }
  #portfolio .mod_rocksolid_slider .rsts-nav-tabs {
    margin-top: 0;
  }
  #portfolio .mod_rocksolid_slider.rsts-skin-default .rsts-nav-tabs a {
    padding-left: 0;
    font-size: 16px;
  }
  #portfolio .mod_rocksolid_slider .rsts-crop, 
  #portfolio .mod_rocksolid_slider .rsts-crop .rsts-slide {
    width: calc(100vw - 100px) !important;
  }
  #portfolio .content-gallery ul {
    grid-template-columns: repeat(2,1fr);
  }
  #portfolio .content-gallery ul li:first-child {
    grid-column: 1;
  }
  #materialien p {
    margin-bottom: 25px;
  }
  #headerimage .rsts-slide:nth-child(1) img {
    content: url('/files/bilder/home/headerbild-mobil-1.jpg');
  }
  #headerimage .rsts-slide:nth-child(2) img {
    content: url('/files/bilder/home/headerbild-mobil-2.jpg');
  }
  #ueberuns {
    padding-top: 75px;
  }
  #ueberuns h3::after {
    width: 200px;
  }
  #portfolio .mod_rocksolid_slider {
    grid-template-columns: repeat(1,1fr);
  }
  #portfolio .mod_rocksolid_slider .rsts-nav-tabs .rsts-nav-item {
    text-align: center;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  p, li, strong, a, label, button {
    font-size: 15px;
    line-height: 20px;
  }
  #portfolio_uebersicht .rte p {
    font-size: 18px;
  }
  #header>.inside {
    padding: 0px 25px;
    width: calc(100vw - 50px);
  }
  #header .logo img {
    width: 200px;
  }

  #footer .inside {
    padding: 25px;
    width: calc(100% - 50px);
  }
  #footer .content-image img {
    margin-bottom: 20px;
  }
  #kontakt .content-text {
    padding: 50px 25px;
  }
  .recht {
    margin: 50px 25px;
    margin-top: 125px;
    width: calc(100vw - 50px);
  }
  #ueberuns, #materialien {
    padding: 50px 25px;
    width: calc(100vw - 50px);
    grid-gap: 25px;
  }
  #portfolio {
    padding: 50px 25px;
    width: calc(100vw - 50px);
  }
  #headerimage .rsts-skin-default .rsts-thumbs-crop {
    height: 70px !important;
  }
  #headerimage .rsts-skin-default .rsts-nav-thumbs .rsts-thumbs-slide,
  #headerimage .rsts-skin-default .rsts-nav-thumbs .rsts-thumbs-slide img {
    width: 105px !important;
    height: 70px !important;
  }
  #headerimage .content-text {
    left: 25px;
    top: 125px;
    width: calc(100vw - 50px);
  }
  #ueberuns .content-gallery ul {
    grid-template-columns: repeat(1,1fr);
  }
  #ueberuns .content-gallery ul li {
    grid-column: auto !important;
    grid-row: auto !important;
    aspect-ratio: 3 / 2 !important;
  }
  #ueberuns .content-gallery ul li img,
  #ueberuns .content-gallery ul li figure {
    aspect-ratio: 3 / 2;
    height: auto;
  }
  #portfolio .mod_rocksolid_slider .rsts-crop, 
  #portfolio .mod_rocksolid_slider .rsts-crop .rsts-slide {
    width: calc(100vw - 50px) !important;
  }
  #portfolio .content-gallery ul {
    grid-template-columns: repeat(1,1fr);
  }
  #footer .footer_links .rte {
    width: 90%;
  }
  .recht h1 {
    font-size: 35px;
    word-break: break-word;
  }
  .recht h2 {
    font-size: 22px;
  }
  .recht h3 {
    font-size: 19px;
  }
  #ueberuns h3::after {
    width: 150px;
  }
  .error .redbutton a {
    width: calc(100% - 50px);
    display: block;
  }
}

