/** clearing **/
.clear {clear: both; font-size: 0.1px; height: 0.1px; line-height: 0.1px; float: none; display: table;}

/** block grid **/
.autogrid, .autogrid:before,.autogrid:after {-moz-box-sizing: border-box; box-sizing:border-box;}
.autogrid {padding-left: 1%; padding-right: 1%; position: relative; display: block; float: left;overflow: hidden;}

/** block grid wrapper **/
.autogrid_wrapper {margin-left: -1%; margin-right: -1%;}

/** non block **/
.autogrid:not(.block) {padding-left: 0; padding-right: 0; margin-left: 1%; margin-right: 1%;}

/* .block.autogrid.first, .block.autogrid:first-child 	{margin-left: -1%;} */
/* .block.autogrid.last, .block.autogrid:last-child 	{margin-right: -1%;} */

/** Non block grid **/
.full			{width: 98%;}
.one_half 		{width: 48%;}
.one_third 		{width: 31.3333%;}
.one_fourth		{width: 23%;}	
.one_fifth		{width: 18%;}	
.one_sixth		{width: 14.6667%;}

/** Block grid **/
.block.full			{width: 100%;}
.block.one_half 	{width: 50%;}
.block.one_third 	{width: 33.3333%;}
.block.one_fourth	{width: 25%;}	
.block.one_fifth	{width: 20%;}	
.block.one_sixth	{width: 16.6667%;}

.block.two_third	{width: 66.6667%;}
.block.two_fourth	{width: 50%;}
.block.three_fourth	{width: 75%;}
.block.two_fifth	{width: 40%;}
.block.three_fifth	{width: 60%;}
.block.four_fifth	{width: 80%;}
.block.two_sixth	{width: 33.3333%;}
.block.three_sixth	{width: 49.9999%;}
.block.four_sixth	{width: 66.6667%;}
.block.five_sixth	{width: 83.3333%;}

/** Non block grid system **/
/** odd split: 2 elements per row **/
.n2:not(.block).one_third		{width: 32%;}
.n2:not(.block).two_third		{width: 64%;}
.n2:not(.block).one_fourth		{width: 24%;}
.n2:not(.block).two_fourth		{width: 48%;}
.n2:not(.block).three_fourth	{width: 72%;}
.n2:not(.block).one_fifth		{width: 19.2%;}
.n2:not(.block).two_fifth		{width: 38.4%;}
.n2:not(.block).three_fifth		{width: 57.6%;}
.n2:not(.block).four_fifth		{width: 76.8%;}
.n2:not(.block).one_sixth		{width: 16%;}
.n2:not(.block).two_sixth		{width: 32%;}
.n2:not(.block).three_sixth		{width: 48%;}
.n2:not(.block).four_sixth		{width: 64%;}
.n2:not(.block).five_sixth		{width: 80%;}

/** odd split: 3 elements per row **/
.n3:not(.block).one_half		{width: 47%;}
.n3:not(.block).two_third		{width: 62.6667%;}
.n3:not(.block).one_fourth		{width: 23.5%;}
.n3:not(.block).two_fourth		{width: 47%;}
.n3:not(.block).three_fourth	{width: 70.5%;}
.n3:not(.block).one_fifth		{width: 18.8%;}
.n3:not(.block).two_fifth		{width: 37.6%;}
.n3:not(.block).three_fifth		{width: 56.4%;}
.n3:not(.block).four_fifth		{width: 75.2%;}
.n3:not(.block).one_sixth		{width: 15.6667%;}
.n3:not(.block).two_sixth		{width: 31.3333%;}
.n3:not(.block).three_sixth		{width: 47%;}
.n3:not(.block).four_sixth		{width: 62.6667%;}
.n3:not(.block).five_sixth		{width: 78.3333%;}

/** odd split: 4 elements per row **/
.n4:not(.block).one_half		{width: 46%;}
.n4:not(.block).one_third		{width: 30.6667%;}
.n4:not(.block).two_third		{width: 61.3333%;}
.n4:not(.block).two_fourth		{width: 46%;}
.n4:not(.block).three_fourth	{width: 69%;}
.n4:not(.block).one_fifth		{width: 18.4%;}
.n4:not(.block).two_fifth		{width: 36.8%;}
.n4:not(.block).three_fifth		{width: 55.2%;}
.n4:not(.block).four_fifth		{width: 73.6%;}
.n4:not(.block).one_sixth		{width: 15.3333%;}
.n4:not(.block).two_sixth		{width: 30.6667%;}
.n4:not(.block).three_sixth		{width: 46%;}
.n4:not(.block).four_sixth		{width: 61.3333%;}
.n4:not(.block).five_sixth		{width: 76.6667%;}

/** odd split: 5 elements per row **/
.n5:not(.block).one_half		{width: 45%;}
.n5:not(.block).one_third		{width: 30%;}
.n5:not(.block).two_third		{width: 60%;}
.n5:not(.block).one_fourth		{width: 22.5%;}
.n5:not(.block).two_fourth		{width: 45%;}
.n5:not(.block).three_fourth	{width: 67.5%;}
.n5:not(.block).two_fifth		{width: 36%;}
.n5:not(.block).three_fifth		{width: 54%;}
.n5:not(.block).four_fifth		{width: 72%;}
.n5:not(.block).one_sixth		{width: 15%;}
.n5:not(.block).two_sixth		{width: 30%;}
.n5:not(.block).three_sixth		{width: 45%;}
.n5:not(.block).four_sixth		{width: 60%;}
.n5:not(.block).five_sixth		{width: 75%;}

/** odd split: 6 elements per row **/
.n6:not(.block).one_half		{width: 44%;}
.n6:not(.block).one_third		{width: 29.3333%;}
.n6:not(.block).two_third		{width: 58.6667%;}
.n6:not(.block).one_fourth		{width: 22%;}
.n6:not(.block).two_fourth		{width: 44%;}
.n6:not(.block).three_fourth	{width: 66%;}
.n6:not(.block).one_fifth		{width: 17.6%;}
.n6:not(.block).two_fifth		{width: 35.2%;}
.n6:not(.block).three_fifth		{width: 52.8%;}
.n6:not(.block).four_fifth		{width: 70.4%;}
.n6:not(.block).two_sixth		{width: 29.3333%;}
.n6:not(.block).three_sixth		{width: 44%;}
.n6:not(.block).four_sixth		{width: 58.6667%;}
.n6:not(.block).five_sixth		{width: 73.3333%;}

.border-inner {border-left: 1px solid #ddd;}
.border-inner.first, .border-inner:first-child {border-left: 0;}
.border-inner.last, .border-inner:last-child {border-right: 0;}
/** optical correction **/
/* .autogrid.block.border-inner {margin-left: -0.75%; padding-left: 1.75%;} */

/** grid options **/
.autogrid.break {clear:left; margin-left: 0;}
.autogrid.full.break {width: 100%;clear:both;float: none;padding-left: 0;padding-right: 0;}

/** same height **/
.autogrid.same-height {display: table-cell; float: none; vertical-align: top;}

/** flexible same height **/
.autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height {display: flex; display: -webkit-flex; display: -ms-flexbox; height: 100%; clear: both;}
.autogrid_wrapper.same-height .autogrid.same-height, .autogrid_wrapper .inner.same-height .autogrid.same-height {display: block;}

/** autogrid full **/
.autogrid.full {padding-left: 0; padding-right: 0;}
.autogrid_wrapper .autogrid.full {padding-left: 1%; padding-right: 1%;}

/** no gutter **/
.autogrid_wrapper.no_gutter {margin-left: 0; margin-right: 0;}
.autogrid.no_gutter {padding-left: 0; padding-right: 0;}

/** tablets **/
@media only screen and (min-width: 768px) and (max-width: 990px) {
	.autogrid.adjust_mobile {width: 50% !important}
}

/** phones **/
@media only screen and (max-width: 767px) {
	.autogrid {width: 100%!important;}
	.autogrid.same-height, .autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height {display: block;}
	.border-inner {border-left: 0;}
	.ce_autogridSpacer {margin: 0!important; line-height: 0!important;}
}
.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 7.69231%;
  margin-right: 7.69231%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 46.15385%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 28.20513%;
}
.rs-column.-large-col-3-2 {
  width: 64.10256%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 19.23077%;
}
.rs-column.-large-col-4-2 {
  width: 46.15385%;
}
.rs-column.-large-col-4-3 {
  width: 73.07692%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 13.84615%;
}
.rs-column.-large-col-5-2 {
  width: 35.38462%;
}
.rs-column.-large-col-5-3 {
  width: 56.92308%;
}
.rs-column.-large-col-5-4 {
  width: 78.46154%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 10.25641%;
}
.rs-column.-large-col-6-2 {
  width: 28.20513%;
}
.rs-column.-large-col-6-3 {
  width: 46.15385%;
}
.rs-column.-large-col-6-4 {
  width: 64.10256%;
}
.rs-column.-large-col-6-5 {
  width: 82.05128%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-medium-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-medium-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-medium-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-medium-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-medium-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-small-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-small-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-small-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-small-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-small-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-small-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-small-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-small-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-small-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-small-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#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/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background: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/jquery/colorbox/1.6.1/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/jquery/colorbox/1.6.1/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/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* Swipe 2.0, (C) Brad Birdsall 2012, MIT license */
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/* MediaElement.js, (c) 2010-2014 John Dyer, MIT license */
.mejs-offscreen{position:absolute !important;top:-10000px;left:-10000px;overflow:hidden;width:1px;height:1px}.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0}.mejs-audio{margin-top:18px}.mejs-container:focus{outline:0}.me-plugin{position:absolute}.mejs-embed,.mejs-embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden}.mejs-fullscreen{overflow:hidden !important}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%}.mejs-clear{clear:both}.mejs-background{position:absolute;top:0;left:0}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%}.mejs-poster{position:absolute;top:0;left:0;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}:root .mejs-poster img{display:none}.mejs-poster img{border:0;padding:0;border:0}.mejs-overlay{position:absolute;top:0;left:0}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url("../../assets/jquery/mediaelement/2.19.0.1/images/bigplay.svg") no-repeat}.no-svg .mejs-overlay-button{background-image:url("../../assets/jquery/mediaelement/2.19.0.1/images/bigplay.png")}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url("../../assets/jquery/mediaelement/2.19.0.1/images/background.png");background:rgba(0,0,0,0.9);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,0.9)),to(rgba(0,0,0,0.9)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-moz-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-o-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-ms-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:linear-gradient(rgba(50,50,50,0.9),rgba(0,0,0,0.9))}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:transparent url("../../assets/jquery/mediaelement/2.19.0.1/images/loading.gif") 50% 50% no-repeat}.mejs-container .mejs-controls{position:absolute;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url("../../assets/jquery/mediaelement/2.19.0.1/images/background.png");background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));height:30px;width:100%}.mejs-container .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;font-family:Helvetica,Arial;border:0}.mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px 5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:transparent url("../../assets/jquery/mediaelement/2.19.0.1/images/controls.svg") no-repeat}.no-svg .mejs-controls .mejs-button button{background-image:url("../../assets/jquery/mediaelement/2.19.0.1/images/controls.png")}.mejs-controls .mejs-button button:focus{outline:dotted 1px #999}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:10px 3px 0 3px;overflow:hidden;text-align:center;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.mejs-container .mejs-controls .mejs-time a{color:#fff;font-size:11px;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto}.mejs-controls .mejs-play button{background-position:0 0}.mejs-controls .mejs-pause button{background-position:0 -16px}.mejs-controls .mejs-stop button{background-position:-112px 0}.mejs-controls div.mejs-time-rail{direction:ltr;width:200px;padding-top:5px}.mejs-controls .mejs-time-rail span,.mejs-controls .mejs-time-rail a{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8))}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:-o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:15px 15px;-moz-background-size:15px 15px;-o-background-size:15px 15px;background-size:15px 15px;-webkit-animation:buffering-stripes 2s linear infinite;-moz-animation:buffering-stripes 2s linear infinite;-ms-animation:buffering-stripes 2s linear infinite;-o-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite}@-webkit-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-moz-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-ms-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-o-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(44,124,145,0.8)),to(rgba(78,183,212,0.8)));background:-webkit-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-moz-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-o-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-ms-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:linear-gradient(rgba(44,124,145,0.8),rgba(78,183,212,0.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-current{background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float{width:48px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current{width:44px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner{left:18px}.mejs-controls .mejs-fullscreen-button button{background-position:-32px 0}.mejs-controls .mejs-unfullscreen button{background-position:-32px -16px}.mejs-controls .mejs-mute button{background-position:-16px -16px}.mejs-controls .mejs-unmute button{background-position:-16px 0}.mejs-controls .mejs-volume-button{position:relative}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url("../../assets/jquery/mediaelement/2.19.0.1/images/background.png");background:rgba(50,50,50,0.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0}.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.5);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.9);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255,255,255,0.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0}.mejs-controls a.mejs-horizontal-volume-slider{height:26px;width:56px;position:relative;display:block;float:left;vertical-align:middle}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none}.mejs-controls .mejs-captions-button{position:relative}.mejs-controls .mejs-captions-button button{background-position:-48px 0}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-51px;width:85px;height:100px;background:url("../../assets/jquery/mediaelement/2.19.0.1/images/background.png");background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px 10px 0 10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none !important;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none !important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:55px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px 0}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;z-index:1}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#323232,endColorstr=#000000);overflow:hidden;border:0}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:0}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,0.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(102,102,102,0.7)),to(rgba(50,50,50,0.6)));background:-webkit-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-moz-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-o-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-ms-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:linear-gradient(rgba(102,102,102,0.7),rgba(50,50,50,0.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#666666,endColorstr=#323232)}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:bold;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px 0;line-height:12px}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px 0;display:block;white-space:nowrap;text-overflow:ellipsis}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:20px;font-size:16px;color:#fff}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:normal}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text{padding:3px 5px;background:url("../../assets/jquery/mediaelement/2.19.0.1/images/background.png");background:rgba(20,20,20,0.5);white-space:pre-wrap}.me-cannotplay a{color:#fff;font-weight:bold}.me-cannotplay span{padding:15px;display:block}.mejs-controls .mejs-loop-off button{background-position:-64px -16px}.mejs-controls .mejs-loop-on button{background-position:-64px 0}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px}.mejs-controls .mejs-backlight-on button{background-position:-80px 0}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:solid 1px #999;z-index:1001}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px 6px;background:#333}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px 6px;cursor:pointer;color:#333}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2c7c91;color:#fff}.mejs-controls .mejs-sourcechooser-button{position:relative}.mejs-controls .mejs-sourcechooser-button button{background-position:-128px 0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url("../../assets/jquery/mediaelement/2.19.0.1/images/background.png");background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul{margin:0;padding:0;display:block;list-style-type:none !important;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none !important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:url("../../assets/jquery/mediaelement/2.19.0.1/images/background.png");background:rgba(50,50,50,0.7);z-index:1000;overflow:hidden}.mejs-postroll-layer-content{width:100%;height:100%}.mejs-postroll-close{position:absolute;right:0;top:0;background:url("../../assets/jquery/mediaelement/2.19.0.1/images/background.png");background:rgba(50,50,50,0.7);color:#fff;padding:4px;z-index:100;cursor:pointer}div.mejs-speed-button{width:46px !important;position:relative}.mejs-controls .mejs-button.mejs-speed-button button{background:transparent;width:36px;font-size:11px;line-height:normal;color:#fff}.mejs-controls .mejs-speed-button .mejs-speed-selector{display:none;position:absolute;top:-100px;left:-10px;width:60px;height:100px;background:url("../../assets/jquery/mediaelement/2.19.0.1/images/background.png");background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:0;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-speed-button:hover>.mejs-speed-selector{display:block}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected{color:rgba(33,248,248,1)}.mejs-controls .mejs-speed-button .mejs-speed-selector ul{margin:0;padding:0;display:block;list-style-type:none !important;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li{margin:0 0 6px 0;padding:0 10px;list-style-type:none !important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;display:none}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label{width:60px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:11.5px;color:white;margin-left:5px;cursor:pointer}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover{background-color:#c8c8c8 !important;background-color:rgba(255,255,255,.4) !important}.mejs-controls .mejs-button.mejs-jump-forward-button{background:transparent url("../../assets/jquery/mediaelement/2.19.0.1/css/jumpforward.png") no-repeat;background-position:3px 3px}.mejs-controls .mejs-button.mejs-jump-forward-button button{background:transparent;font-size:9px;line-height:normal;color:#fff}.mejs-controls .mejs-button.mejs-skip-back-button{background:transparent url("../../assets/jquery/mediaelement/2.19.0.1/images/skipback.png") no-repeat;background-position:3px 3px}.mejs-controls .mejs-button.mejs-skip-back-button button{background:transparent;font-size:9px;line-height:normal;color:#fff}
/* HTML, Body
----------------------------------------------------------------------*/
body {
	font-family: 'PT Sans Narrow', sans-serif;
	background-color: #fff;
	color: #333;
	font-size: 17px;
	line-height: 26px;
}

#linktotop {
	background: rgba(50, 50, 50, 0.7);
}


/* Cookiebar
----------------------------------------------------------------------*/
.cookiebar--position-bottom {
	bottom: 0;
}

.cookiebar--active {
	display: flex!important;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.cookiebar {
	box-sizing: border-box;
	position: fixed;
	left: 0;
	width: 100%;
	padding: .3em 1.2em;
	background: rgba(61, 61, 46, 0.9);
	color: #fff;
	font-size: 1em;
	text-align: center;
	z-index: 10;
}

.cookiebar__message, .cookiebar__text {
	margin-right: 1.5em;
}

.cookiebar * {
	box-sizing: border-box;
}

.cookiebar__link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.cookiebar__link:hover {
	color: #fff;
	text-decoration: underline;
}

.cookiebar__button {
	margin: 0;
	padding: .3em 1.2em;
	border: none;
	border-radius: 0;
	background-color: rgba(255,255,255,0.6);
	color: #000;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	-o-transition: all 1s ease; 
	transition: all 1s ease; 
}

.cookiebar__button:hover {
	color: #fff;
	background-color: #006f2b;
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	-o-transition: all 1s ease; 
	transition: all 1s ease; 
}


/* Header
----------------------------------------------------------------------*/
#header_print {
	display: none !important;
}

.tp-bannertimer {
	display: none;
}

#top {
	display: none !important;
}
#header {
    max-width: none;
    width: 100%;
    position: absolute;
    background: rgba(245, 240, 0, 1);
    top: 40px;
}

#header {
	box-shadow: none;
}

.logo {
	width: 170px;
	height: 170px;
	top: -25px;
	background: url("../../files/cto_layout/img/dampfvereinrhb/logo_dampfvereinrhb.png") no-repeat;
	background-size: 170px 170px !important;
	border-radius: 85px;
	box-shadow: 0 0 1px rgba(2, 2, 3, 0.4);
}

#stickyheader {
	background: rgba(62, 61, 0, 0.4);
}

#stickyheader nav.mainmenu ul li ul li a {
	width: 85% !important;
}

.ce_revolutionslider, .rs-container, .fullscreen, .tp-simpleresponsive ul, li.slide, .slotholder, div.tp-bgimg {
	margin: 0 auto !important;
	display: block;
}

.ce_revolutionslider_text {
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 7px rgba(0, 0, 0, 0.33);
}

.ce_revolutionslider_text.title {
	font-family: 'PT Sans Narrow', sans-serif;
	letter-spacing: 1px;
}

.ce_revolutionslider_text.subline {
	font-family: 'PT Sans Narrow', sans-serif;
	letter-spacing: 2px;
}

.ce_revolutionslider_hyperlink {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 15px;
	color: #fff;
	background-color: #005822;
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	-o-transition: all 1s ease; 
	transition: all 1s ease; 
}

a:hover.ce_revolutionslider_hyperlink {
	color: #fff;
	background-color: #0f6f34;
}

.ce_revolutionslider .fullscreen #linkToContent a:before {
	font-family: "icons";
	content: "";
	opacity: 1;
	display: inline-block;
	position: relative;
	margin-right: 5px;
	background: transparent url("../../files/cto_layout/img/arrowdown.png") !important;
	border-radius: 0;
	width: 70px;
	height: 70px;
}

.ce_image.lokanim.block.tp-caption.lfl.fadeout.start {
	bottom: 0 !important;
	top: auto !important;
}

.mod_pageImage .image_container img {
	width: 100% !important;
	height: auto !important;
}

#header_after {
	z-index: 1;
}


/* Navi
----------------------------------------------------------------------*/
.home #navshape, .index #navshape {
	display: none;
	position: absolute;
	bottom: 0;
	left: 394px;
	width: 886px;
	height: 10px;
	z-index: 1;
	background: #fff;
}

nav.mainmenu ul {
	float: left;
	margin-left: 338px;
	z-index: 2;
}

nav.mainmenu ul li {
	margin-right: 20px !important;
}

nav.mainmenu ul li ul li {
	margin-right: 0;
}

nav.mainmenu ul li ul {
	margin-left: 0;
}

.home nav.mainmenu ul li.home, .index nav.mainmenu ul li.index {
	display: none;
}

nav.mainmenu li ul li {
	margin-right: 0 !important;
}

nav.mainmenu ul li a {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase !important;
	letter-spacing: 1px;
	padding: 62px 0 18px 0;
}

nav.mainmenu .layer_two {
	min-width: none;
	white-space: nowrap;
}

nav.mainmenu ul.level_2 li a, nav.mainmenu ul.level_3 li a {
	text-transform: none !important;
}

nav.mainmenu ul li a span.subline {
	display: none;
}

nav.mainmenu ul li ul li a span.subline {
	display: none;
}

nav.mainmenu ul ul li a:hover, nav.mainmenu ul ul li a.active, nav.mainmenu ul ul li.active a, nav.mainmenu ul ul li a.trail, nav.mainmenu ul ul ul li a:hover, nav.mainmenu ul ul ul li a.active, nav.mainmenu ul ul ul li.active a, nav.mainmenu ul ul ul li a.trail {
	background: #efeee6; 
	color: #676767;
}

nav.mainmenu ul ul li a:hover, nav.mainmenu ul ul ul li a:hover {
	background: #efeee6 !important; 
}

nav.mainmenu ul ul li {
	line-height: inherit;
}

nav.mainmenu .level_3 a, nav.mainmenu .trail .level_3 a {
	background: none;
	color: #676767 !important;
}

nav.mainmenu .level_3 a:hover, nav.mainmenu .level_3 a.active {
	background: #efeee6;
	color: #676767 !important;
}

#submenu a:hover, #submenu a.active {
	color: #000;
}

.submenu ul li a {
	background-image: none !important;
}

ul.level_2 li a {
	background: #fff;
	color: #676767;
}

#main ul.level_2 li a {
	background: #fff;
}

ul.level_2 li a.active, ul.level_2 li a:hover {
	background: #000;
}

#main ul.level_2 li a.active, #main ul.level_2 li a:hover, #main ul.level_2 li a.trail {
	background: #005822;
}

#nav-open-btn:before {
	background: #005822; 
	border: 2px solid #005822;
}
nav.mainmenu ul ul {
	border-top: none;
	padding: 10px 0;
}
nav.mainmenu ul li a:after {
    background: rgba(255,255,255,0.95);
}
nav.mainmenu ul a, nav.mainmenu ul  a.trail, nav.mainmenu ul a.active, nav.mainmenu ul a:hover {
	background: none; 
	color: #005822;
}

#header .mainmenu li[class*="icon-"] a:before, .mainmenu li[class*="icon-"] span:before, #off_canvas .mod_navigation a:before {
	display: none;
}
#header .mainmenu li[class*="icon-"] ul li a:before, .mainmenu li[class*="icon-"] ul li span:before, #off_canvas .mod_navigation .level_2 a:before {
	display: inline-block;
}
nav.mainmenu span {
	margin-left: 0!important;
}

nav.mainmenu ul li a, nav.mainmenu ul li a:hover {
	transition: all 0s ease, background-position 0ms !important;
} 

nav.mainmenu ul a.trail:after, nav.mainmenu ul a.active:after {
	opacity: 1;
}

nav.mainmenu ul li a {
	margin-left: 9px;
	margin-right: 9px;
}

nav.mainmenu ul li a.home {
	background: url("../../files/cto_layout/img/dampfvereinrhb/sprite-nav.png") no-repeat -68px 5px;
	background-size: auto 173px;
}

nav.mainmenu ul li a:hover.home {
	background: url("../../files/cto_layout/img/dampfvereinrhb/sprite-nav.png") no-repeat -68px -95px;
	background-size: auto 173px;
}

nav.mainmenu ul li a.bahnhof {
	background: url("../../files/cto_layout/img/dampfvereinrhb/sprite-nav.png") no-repeat -180px 5px;
	background-size: auto 173px;
}

nav.mainmenu ul li a:hover.bahnhof {
	background: url("../../files/cto_layout/img/dampfvereinrhb/sprite-nav.png") no-repeat -180px -95px;
	background-size: auto 173px;
}

nav.mainmenu ul li a.verein {
	background: url("../../files/cto_layout/img/dampfvereinrhb/sprite-nav.png") no-repeat -415px 5px;
	background-size: auto 173px;
}

nav.mainmenu ul li a:hover.verein {
	background: url("../../files/cto_layout/img/dampfvereinrhb/sprite-nav.png") no-repeat -415px -95px;
	background-size: auto 173px;
}

nav.mainmenu ul li a.projekte {
	background: url("../../files/cto_layout/img/dampfvereinrhb/sprite-nav.png") no-repeat -580px 5px;
	background-size: auto 173px;
}

nav.mainmenu ul li a:hover.projekte {
	background: url("../../files/cto_layout/img/dampfvereinrhb/sprite-nav.png") no-repeat -580px -95px;
	background-size: auto 173px;
}

nav.mainmenu ul li a.vereinsleben {
	background: url("../../files/cto_layout/img/dampfvereinrhb/sprite-nav.png") no-repeat -735px 5px;
	background-size: auto 173px;
}

nav.mainmenu ul li a:hover.vereinsleben {
	background: url("../../files/cto_layout/img/dampfvereinrhb/sprite-nav.png") no-repeat -735px -95px;
	background-size: auto 173px;
}

nav.mainmenu ul li a.shop {
	background: url("../../files/cto_layout/img/dampfvereinrhb/sprite-nav.png") no-repeat -950px 5px;
	background-size: auto 173px;
}

nav.mainmenu ul li a:hover.shop {
	background: url("../../files/cto_layout/img/dampfvereinrhb/sprite-nav.png") no-repeat -950px -95px;
	background-size: auto 173px;
}

#stickyheader .logo {
	width: 60px;
	height: 60px;
	top: 4px;
	background-size: 60px 60px !important;
}

#stickyheader nav.mainmenu ul li a {
	text-indent: -10000px;
	display: inline-block;
	width: 57px;
	height: 60px;
	margin-top: 10px;
}

#stickyheader nav.mainmenu ul li ul li a, #stickyheader nav.mainmenu ul li ul li ul li a {
	margin-top: 0;
}

#stickyheader nav.mainmenu ul li a.home {
	background: url("../../files/cto_layout/img/dampfvereinrhb/sprite-nav-inv.png") no-repeat -63px -15px;
	background-size: auto 173px;
}

#stickyheader nav.mainmenu ul li a:hover.home {
	background: url("../../files/cto_layout/img/dampfvereinrhb/sprite-nav-inv.png") no-repeat -63px -115px;
	background-size: auto 173px;
}

#stickyheader nav.mainmenu ul li a.bahnhof {
	background: url("../../files/cto_layout/img/dampfvereinrhb/sprite-nav-inv.png") no-repeat -245px -15px;
	background-size: auto 173px;
}

#stickyheader nav.mainmenu ul li a:hover.bahnhof {
	background: url("../../files/cto_layout/img/dampfvereinrhb/sprite-nav-inv.png") no-repeat -245px -115px;
	background-size: auto 173px;
}

#stickyheader nav.mainmenu ul li a.verein {
	background: url("../../files/cto_layout/img/dampfvereinrhb/sprite-nav-inv.png") no-repeat -431px -15px;
	background-size: auto 173px;
}

#stickyheader nav.mainmenu ul li a:hover.verein {
	background: url("../../files/cto_layout/img/dampfvereinrhb/sprite-nav-inv.png") no-repeat -431px -115px;
	background-size: auto 173px;
}

#stickyheader nav.mainmenu ul li a.projekte {
	background: url("../../files/cto_layout/img/dampfvereinrhb/sprite-nav-inv.png") no-repeat -602px -15px;
	background-size: auto 173px;
}

#stickyheader nav.mainmenu ul li a:hover.projekte {
	background: url("../../files/cto_layout/img/dampfvereinrhb/sprite-nav-inv.png") no-repeat -602px -115px;
	background-size: auto 173px;
}

#stickyheader nav.mainmenu ul li a.vereinsleben {
	background: url("../../files/cto_layout/img/dampfvereinrhb/sprite-nav-inv.png") no-repeat -780px -15px;
	background-size: auto 173px;
}

#stickyheader nav.mainmenu ul li a:hover.vereinsleben {
	background: url("../../files/cto_layout/img/dampfvereinrhb/sprite-nav-inv.png") no-repeat -780px -115px;
	background-size: auto 173px;
}

#stickyheader nav.mainmenu ul li a.shop {
	background: url("../../files/cto_layout/img/dampfvereinrhb/sprite-nav-inv.png") no-repeat -955px -15px;
	background-size: auto 173px;
}

#stickyheader nav.mainmenu ul li a:hover.shop {
	background: url("../../files/cto_layout/img/dampfvereinrhb/sprite-nav-inv.png") no-repeat -955px -115px;
	background-size: auto 173px;
}

#stickyheader nav.mainmenu ul li ul li a {
	text-indent: 0;
	display: inline-block;
	width: auto;
	height: auto;
}

.home .subnav {
	display: none;
}

.subnav ul {
	margin-bottom: 35px;
	display: table;
	width: 100%;
	height: 150px;
}

.news .subnav ul {
	height: auto;
}

.subnav li {
	display: table-cell;
	font-weight: 600;
}

.subnav li a, .subnav ul li span {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding: 20px 0;
	border-bottom: 1px solid #f0eeeb;
	border-left: 1px solid #f0eeeb;
	background: #fff;
}

.subnav ul li a:hover, .subnav ul li span.active, .subnav ul li span.trail, .subnav ul li a.current, .subnav ul li a.trail {
	background: #005822;
	color: #fff;
	font-weight: inherit;
	text-decoration: none;
}

.subnav li:first-child a {
	border-left: 0;
}

.subnav ul li ul {
	display: none;
}

.subnav ul li.active ul, .subnav ul li.trail ul {
	display: block;
	clear: both;
	float: left;
	margin-top: 20px;
	position: absolute;
	left: 0;
}


.subnav ul ul li {
	float: left;
}

.subnav ul ul li a, .subnav ul ul li span {
	font-size: 90%;
	margin: 0 5px 5px;
	padding: 5px;
	white-space: nowrap;
}

.subnav ul ul li.first, .subnav ul ul li.first * {
	margin-left: 0;
}

#off_canvas .mod_navigation ul li a:hover, #off_canvas .mod_navigation ul li ul li a:hover, #off_canvas .mod_navigation ul li ul li ul li a:hover {
	text-decoration: none;
}


/* Störer
----------------------------------------------------------------------*/
#autogrid_wrapper_13383, #autogrid_wrapper_13092 {
	width: 170px;
	height: 120px;
	position: fixed;
	right: 15px;
	top: 160px;
	background: #004e1e;
	z-index: 2;
	padding: 10px;
	box-shadow: 0.2px 0.2px 6px rgba(0, 0, 0, 0.8);
}

#autogrid_wrapper_13383 p a, #autogrid_wrapper_13383 p a:visited {
	display: block;
	width: 150px;
	height: 46px;
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	transition: all 0.1s ease-in-out;
}

#autogrid_wrapper_13383 p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #fff;
	transition: all 0.1s ease-in-out;
}


/* Content
----------------------------------------------------------------------*/
#main {
	background: #efeee6;
}

.typ1 {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Sans Narrow', sans-serif; 
}

h3 {
	font-weight: bold;
	font-size: 16px;
}

h4 {
	font-weight: bold;
	font-size: 22px;
	color: #005822 !important;
}

#main .ce_text a {
	text-decoration: underline;
	color: #005822;
}

#main .ce_text a:hover {
	text-decoration: none;
	color: #002c11;
}

.home #main .ce_text a {
	text-decoration: none;
	color: #fff;
}

.home #main .ce_text a:hover {
	text-decoration: underline;
	color: #fff;
}



#container {
	background: #efeee6;
}

.color {
	color: #000;
}
.bg_color {
	background-color: #000;
}
#container_before {
	display: none;
}
#container_before .inside:after {
	border-color: #000 transparent transparent transparent;
}
.button, .ce_hyperlink a, .servicebox_4 a, .servicebox_5 p a, .servicebox_6 p a, input[type="submit"], input.submit {
	background: #005822 !important;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.home input.submit, .index input.submit {
	color: #fff;
	font-size: 17px;
}

.button:hover, .ce_hyperlink a:hover {
	color: #fff !important;
	background-color: rgba(0,88,34,1.0) !important;
}

#wrap_article-2555 { /* Agenda Home */
	background: #e4e1cc;
}

#wrap_article-2557 { /* Footer Home */
	background: #005822;
}

#wrap_article-2557 * {
	color: #fff;
}

#wrap_article-2557 .ce_text h4 {
	color: #fff !important;
}

#wrap_article-2557 input, #wrap_article-2557 textarea {
	color: #333;
}

#wrap_article-2557 input.submit {
	border: 1px solid white;
	color: #fff;
}

.ce_hyperlink a, .ce_hyperlink a:hover {
	transition: all 0s ease, background-position 0ms !important;
}

.ce_hyperlink.home a {
	background: #000 url("../../files/cto_layout/img/link-sprite.png") no-repeat -35px -65px;
	padding-left: 50px;
}

.ce_hyperlink.home a:hover {
	background: #000 url("../../files/cto_layout/img/link-sprite.png") no-repeat -35px -140px;
	padding-left: 50px;
}

.ce_hyperlink.news a {
	background: #000 url("../../files/cto_layout/img/link-sprite.png") no-repeat -321px -63px;
	padding-left: 50px;
}

.ce_hyperlink.news a:hover {
	background: #000 url("../../files/cto_layout/img/link-sprite.png") no-repeat -321px -140px;
	padding-left: 50px;
}

.ce_hyperlink.agenda a {
	background: #000 url("../../files/cto_layout/img/link-sprite.png") no-repeat -605px -63px;
	padding-left: 50px;
}

.ce_hyperlink.agenda a:hover {
	background: #000 url("../../files/cto_layout/img/link-sprite.png") no-repeat -605px -140px;
	padding-left: 50px;
}

.ce_hyperlink.magazin a {
	background: #000 url("../../files/cto_layout/img/link-sprite.png") no-repeat -900px -63px;
	padding-left: 50px;
}

.ce_hyperlink.magazin a:hover {
	background: #000 url("../../files/cto_layout/img/link-sprite.png") no-repeat -900px -140px;
	padding-left: 50px;
}

.ce_hyperlink.ueberuns a {
	background: #000 url("../../files/cto_layout/img/link-sprite.png") no-repeat -1205px -63px;
	padding-left: 50px;
}

.ce_hyperlink.ueber a:hover {
	background: #000 url("../../files/cto_layout/img/link-sprite.png") no-repeat -1205px -140px;
	padding-left: 50px;
}

.ce_hyperlink.gallery a {
	background: #000 url("../../files/cto_layout/img/link-sprite.png") no-repeat -1495px -63px;
	padding-left: 50px;
}

.ce_hyperlink.gallery a:hover {
	background: #000 url("../../files/cto_layout/img/link-sprite.png") no-repeat -1495px -140px;
	padding-left: 50px;
}

.ce_hyperlink.kontakt a {
	background: #000 url("../../files/cto_layout/img/link-sprite.png") no-repeat -1785px -63px;
	padding-left: 50px;
}

.ce_hyperlink.kontakt a:hover {
	background: #000 url("../../files/cto_layout/img/link-sprite.png") no-repeat -1785px -140px;
	padding-left: 50px;
}

.ce_gallery .row4 {
	width: auto;
}

#wrap_magazinhome h4 {
	color: #fff;
}

#wrap_magazinhome .ce_hyperlink a {
	width: 240px;
	height: 70px;
	white-space: normal;
	text-align: left;
}

.servicebox_7:hover {
	border-color: #000;
}
.servicebox_4:hover:before, .servicebox_6:hover img, .servicebox_5:hover .image_container {
	border: 3px solid #000;
}
.servicebox_4 p a {
	background: #000;
}

a {
	color: #005822;
	-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;
}

a:hover {
	color: #002c11;
	-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: underline;
}

.ce_hyperlink a:hover, a.ce_revolutionslider_hyperlink:hover, .socials a:hover {
	text-decoration: none;
}

.nachrichtenteaser_v3 .linkwrapper a:hover {
	opacity: 1.0;
}

.more a {
	color: #fff; 
	background-color: #000;
}
.pagination li a:hover {
	color: #000;
}
.pagination li span.current {
	background: #005822; 
	color: white;
}
.calltoaction {
	border-left: 4px solid #000;
}
.calltoaction a {
	background: #000; 
	color: #fff;
}
.portfolioliste .backside {
	background-color: #000;
}
.tp-leftarrow.default, .tp-rightarrow.default {
	/* background: rgba(0,0,0,1); */
}

.tp-rightarrow.default {
	right: 20px !important;
}

.tp-leftarrow.default {
	left: 20px !important;
}

.servicebox_4:hover:before {
	background: #000; 
	color: #fff;
}

.portfolioteaser .bx_caption .morelink a {
	color: #000;
}
.portfolioteaser .bx_caption {
	background: #000;
}
.testimonial_v1 a {
	color:#000;
}
.testimonial_slider a {
	color:#000;
}
.ce_text p a:not(.button) {
	color: #000;
}
.servicebox:before {
	background: #000; background: #000 -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%); background: #000 -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(25%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.15))); background: #000 -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%); background: #000 -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%); background: #000 -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%); background: #000 radial-gradient(ellipse at center, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26000000', GradientType=1 );
}
.nachrichtenliste .subheadline {
	color: #000;
}

.nachrichtenliste .info {
	display: none;
}

.nachrichtenliste .button {
	float: left;
}

.ce_text p a:not(.button) {
	color: #000;
}
.blog .comments a, .blog .morelink {
	color: #000;
}
.nachrichtenteaser_slider .subheadline {
	color: #000;
}
.nachrichtenteaser_v3 .subheadline {
	color: #000;
}
.teambox_3 .email a, .teambox_3 .email {
	color: #000;
}
.ce_preistabelle .preiswrapper {
	background: #000;
}
nav.mainmenu ul li.trail a:after, nav.mainmenu ul li.active a:after {
	background: #005822;
}
#stickyheader nav.mainmenu ul li.trail a:after, #stickyheader nav.mainmenu ul li.active a:after {
	background: #fff;
}
#stickyheader nav.mainmenu ul ul li.trail a:after, #stickyheader nav.mainmenu ul ul li.active a:after,
#stickyheader nav.mainmenu ul ul ul li.trail a:after, #stickyheader nav.mainmenu ul ul ul li.active a:after {
	background: none;
}
.backgroundvideo.overlay .backgroundvideo_content_wrapper {
	background: #000;
}
.servicebox_2[class^="icon-"]:before,
.servicebox_2[class*="icon-"]:before {
	color: #000
}
.servicebox_2 h1, .servicebox_2 h2, .servicebox_2 h3, .servicebox_2 h4, .servicebox_2 h5, .servicebox_2 h6 {
	color: #000;
}
.articlewrapper.typ3 {
	background: #e4e1cc;
	color: #333
}
.tabs.horizontal_clean ul li a:hover, .tabs.horizontal_clean ul li a.current {
	background: #000;
}
.teambox_2 .funktion {
	color: #000;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
.ce_imagemap .circle {
	box-shadow: 0 0 0 4px #000;
}
.ce_imagemap .hotspot.small .circle {
	box-shadow: 0 0 0 2px #000;
}

.headline {
	display: block;
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	border: none;
}

.nachrichtenteaser_v3 .date, .nachrichtenteaser_v3 .author, .nachrichtenteaser_v3 .comment {
	font-size: 14px;
	color: #7c7e7e;
	margin-top: 20px;
}

h1, .home h2, .index h2 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 48px;
	line-height: 56px;
	color: #005822;
	font-weight: normal;
	text-transform: uppercase;
	margin: 15px 0 0 0;
	padding: 0;
	display: inline-block;
	border: none;
}

h2, .home h3, .index h3, .home h3 a, .index h3 a {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 26px;
	line-height: 32px;
	color: #000;
	font-weight: normal;
	text-transform: none;
}

.eventliste h3 a {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 26px !important;
	line-height: 32px !important;
	color: #000 !important;
	font-weight: normal;
	text-transform: none;
}

h3 {
	margin-top: 20px;
}

.nachrichtenteaser_v3 {
	border-bottom: 0;
}

.nachrichtenteaser_v3 .linkwrapper a, .morelink a {
	font-family: 'PT Sans Narrow', sans-serif !important;
	font-size: 17px !important;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0;
}

.nachrichtenteaser_v3 .linkwrapper a:after {
	content: "";
}

hr {
	color: #b8b1a8;
	background-color: #b8b1a8;
	height: 1px;
	margin: 10px 0 20px;
	border-top: none;
}

#wrap_agendahome p.date {
	margin: 0;
}

#wrap_newshome .image_container, #wrap_agendahome .image_container, .agendateaser {
	margin-bottom: 30px;
}

.legende, .klein, .small {
	font-size: 80%;
	font-style: italic;
}

#wrap_infoline h4  {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 24px;
}

#wrap_infoline h4, #wrap_infoline a {
	color: #fff;
	font-weight: bold;
}

#wrap_infoline a {
	text-transform: uppercase;
	letter-spacing: 1px;
}

#wrap_infoline a:hover {
	text-decoration: underline;
}

#wrap_infoline .socials a:hover {
	text-decoration: none;
}

#wrap_infoline a.email {
	text-transform: lowercase;
}

input, select, textarea {
	background: #fff;
	font-family: 'PT Sans Narrow', sans-serif;
	color: #333;
	border: none;
}

::-webkit-input-placeholder {
   color: #333;
   font-size: 15px;
}

:-moz-placeholder { /* Firefox 18- */
   color: #333;  
   font-size: 15px;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #333;  
   font-size: 15px;
}

:-ms-input-placeholder {  
   color: #333;  
   font-size: 15px;
}

input.submit {
	background: #000;
	color: #fff;
	font-size: 15px;
	padding: 14px 60px;
}

.ce_form .captcha-container {
	background: none;
	padding: 0;
}

.ce_form .captcha {
	width: 100%;
}

.error {
	font-weight: bold;
}

span.mandatory {
	display: none;
}

.mod_calendar th.previous a, .mod_calendar th.previous a:hover, .mod_calendar th.next a, .mod_calendar th.next a:hover, p.back a, .ce_text p.link a {
	border: none;
	background: #005822;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
}

.mod_calendar th.previous a:hover, .mod_calendar th.next a:hover, p.back a:hover, .ce_text p.link a:hover, a.button:hover {
	opacity: 0.9;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
	text-decoration: none;
}

th.current {
	font-size: 230% !important;
}

.ce_text p.link {
	margin: 30px 0 !important;
}

.ce_text p.link a {
	color: #fff !important;
	margin-top: 30px !important;
}

.link a, .ce_hyperlink a {
	background: #005822 url("../../files/cto_layout/img/i-link.png") no-repeat 10px 13px !important;
	padding-left: 40px !important;
}

.ce_hyperlink.int a, .ce_hyperlink.int a:hover {
	background-color: #000 !important;
	background-image: none !important;
	padding-left: 10px !important;
}

.link a:hover, .ce_hyperlink a:hover {
	background: #0f6f34 url("../../files/cto_layout/img/i-link.png") no-repeat 10px -56px !important;
}

p.back {
	margin-top: 30px;
}

.lead p {
	width: 70%;
	font-weight: bold;
}

.mod_calendar td {
	background: rgba(62, 61, 0, 0.03);
	border-right: 1px solid #fff;
}

.mod_calendar td.col_first {
	border-left: 1px solid #fff;
}

.mod_calendar th.label, .mod_calendar table {
	border-bottom: 1px solid #fff;
}

.head.current, .event p.info {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 26px;
	color: #000;
	font-weight: normal;
	text-transform: none;
}

.event p.info {
	margin-top: 60px;
}

.mod_calendar th.current:before {
	margin-right: 10px;
}

#agenda div.event.cal_1.upcoming, #agenda div.event.cal_1.bygone {
	line-height: 17px;
	margin-bottom: 10px;
}

.mod_calendar div.event.cal_1.current, .mod_calendar div.event.cal_1.upcoming, .mod_calendar div.event.cal_1.bygone {
	line-height: 17px;
	margin-bottom: 10px;
}

#agenda div.event.cal_1.upcoming a {
	color: #000;
	font-size: 14px;
}

#agenda div.event.cal_1.bygone a {
	color: #7c7e7e;
	font-size: 14px;
}

.recurring {
	display: none;
}

.mod_eventreader .info:before {
	display: none;
}

.nowrap, .zugskomposition {
	white-space: nowrap;
}

.mod_calendar td.today {
	background: rgba(62, 61, 0, 0.4);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3) inset;
}

th.previous, th.current, th.next {
	padding-bottom: 30px !important;
}

.mod_calendar td.empty {
	background: #fff;
}

.image_container.float_right, .image_container.float_left {
	width: auto;
}

div#ui-id-1.toggler.ui-accordion-header.ui-state-default.ui-accordion-header-active.ui-state-active.ui-corner-top.ui-accordion-icons.active, .ce_accordion .accordion, .ce_accordion .toggler.ui-state-active {
	background: #f0eeeb;
	border-bottom: none;
}

.ce_accordion .toggler {
	border-bottom: 1px solid #f0eeeb;
	border-top: none;
	color: #333333;
}

.ce_accordion .ce_text, .ce_accordion iframe {
	padding: 0 20px;
}

.accordion .ce_download {
	padding-left: 10px;
	margin-bottom: 10px;
}

img.mime_icon {
	position: relative;
	top: 2px;
}

p.error, label.error {
	color: #a80000;
	font-weight: bold !important;
}

.home p.error, .home label.error, .index p.error, .index label.error {
	color: #fff;
}

input.error {
	border: 1px solid #000;
}

.home input.error, .index input.error {
	border: 1px solid #fff;
}

input, textarea, keygen, select, button, isindex {
	font-size: 15px;
}

#table_9745 caption {
	display: none;
}

#table_9745 .even {
	background: #f0eeeb;
}

#table_9745 .head_2, #table_9745 .col_2, #table_9745 .head_3, #table_9745 .col_3 {
	text-align: right;
}

table {
	border-bottom: solid 1px #fff;
}

table td {
	border-top: solid 1px #fff;
}

body.aw_active.news #container-inside {
	padding: 40px !important;
	max-width: 1280px !important;
}

.select label {
	display: none;
}

select {
	width: 100% !important;
}

.image_container .caption {
	/*background: rgba(0, 0, 0, 0.8);
	color: #fff;*/
	background: rgba(36, 37, 40, 0.8);
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}

.ce_player {
	overflow: visible !important;
	margin-top: 40px !important;
	max-width: 400px !important;
}

#wrap_spendenbarometer, #article-2539 {
	margin-bottom: 120px;
}

.socials a:before {
	color: #666;
}

.icon-facebook-2 {
	border: 1px solid #fff;
}

.icon-facebook-2:hover {
	border: 1px solid #3365A4;
}

.mod_eventlist .empty {
	margin-bottom: 30px;
}

.verein.rueckblick .mod_eventlist .autogrid {
	height: 550px;
	overflow-x: hidden;
	overflow-y: auto;
}

.partner .image_container a img {
	margin: 0 auto;
}

.accordion .ce_gallery {
	padding: .0 20px;
}



/* Newsletter
----------------------------------------------------------------------*/
.mod_subscribe.big {
	margin: 0 0 0 0;
}

.newsletter input.submit, #tl_unsubscribe input.submit {
	margin-top: 0;
}

.mod_subscribe label, #tl_unsubscribe label {
	display: none;
}

.mod_subscribe input, #tl_unsubscribe input {
	padding: 14px 15px;
	width: 40%;
	float: left;
}

p.confirm {
	font-weight: bold;
	color: #000;
}

.newsletter h1 {
	font-size: 36px;
	border: none;
}

.newsletter a:not(.button) {
	color: #000;
}

#newsletter-leser h2 {
	margin-top: 30px;
}

.skills-item h3 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #7c7e7e;
	font-weight: normal;
}

.skills-item h4 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 26px;
	line-height: 32px;
	color: #000;
	font-weight: bold;
	text-transform: none;
	margin-top: 30px;
}

.skills-item-meter {
	clear: both;
	height: 1.6em;
	overflow: hidden;
	margin: 1.06667em 0;
	background: gainsboro;
}

.skills-item.in-view .skills-item-meter-inner {
	-webkit-transform-style: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	transition: transform 2s ease-out;
}

.skills-item-meter-inner {
	height: 100%;
	color: #475929 !important;
	background-color: currentColor;
}


/* Socials
----------------------------------------------------------------------*/
.socials a:before {
	line-height: 30px;
	width: 30px;
	height: 30px;
	font-size: 20px;
}


/* Footer
----------------------------------------------------------------------*/
#footer_print {
	display: none;
}

#bottom {
  display: none;
}

#wrap_unterstuetzende-vereine .historicrhb a {
	width: 86px;
	height: 94px;
	display: block;
	background: url("../../files/cto_layout/img/vereine/historic-rhb.png") 0 0 !important;
	text-indent: -1000px;
	margin-left: 20px;
	background-size: 100% !important;
}

#wrap_unterstuetzende-vereine .historicrhb a:hover {
	background-position: 0 -137px !important;
}

#wrap_unterstuetzende-vereine .albulabahnclub a {
	width: 116px;
	height: 100px;
	display: block;
	background: url("../../files/cto_layout/img/vereine/albulabahnclub.png") 0 0 !important;
	text-indent: -1000px;
	background-size: 100% !important;
}

#wrap_unterstuetzende-vereine .albulabahnclub a:hover {
	background-position: 0 -142px !important;
}

#wrap_unterstuetzende-vereine .bahnmuseumalbula a {
	width: 59px;
	height: 99px;
	display: block;
	background: url("../../files/cto_layout/img/vereine/bahnmuseum.png") 0 0 !important;
	text-indent: -1000px;
	margin-left: 35px;
	background-size: 100% !important;
}

#wrap_unterstuetzende-vereine .bahnmuseumalbula a:hover {
	background-position: 0 -137px !important;
}

#wrap_unterstuetzende-vereine .club1889 a {
	width: 81px;
	height: 102px;
	display: block;
	background: url("../../files/cto_layout/img/vereine/club1889.png") 0 0 !important;
	text-indent: -1000px;
	background-size: 100% !important;
}

#wrap_unterstuetzende-vereine .club1889 a:hover {
	background-position: 0 -141px !important;
}

#wrap_unterstuetzende-vereine .freundeschmalspurbahnen a {
	width: 88px;
	height: 83px;
	display: block;
	background: url("../../files/cto_layout/img/vereine/freundeschmalspur.png") 0 0 !important;
	text-indent: -1000px;
	background-size: 100% !important;
}

#wrap_unterstuetzende-vereine .freundeschmalspurbahnen a:hover {
	background-position: 0 -140px !important;
}

#wrap_unterstuetzende-vereine .igzl a {
	width: 156px;
	height: 83px;
	display: block;
	background: url("../../files/cto_layout/img/vereine/igzl.png") 0 0 !important;
	text-indent: -1000px;
	margin-left: -25px;
	background-size: 100% !important;
}

#wrap_unterstuetzende-vereine .igzl a:hover {
	background-position: 0 -140px !important;
}

#wrap_unterstuetzende-vereine .dampfvereinrhb a {
	width: 86px;
	height: 94px;
	display: block;
	background: url("../../files/cto_layout/img/vereine/dampfverein.png") 0 0 !important;
	text-indent: -1000px;
	margin-left: 20px;
	background-size: 100% !important;
}

#wrap_unterstuetzende-vereine .dampfvereinrhb a:hover {
	background-position: 0 -137px !important;
}

#wrap_unterstuetzende-vereine .vereinprosalonwagen a {
	width: 114px;
	height: 90px;
	display: block;
	background: url("../../files/cto_layout/img/vereine/prosalon.png") 0 0 !important;
	text-indent: -1000px;
	background-size: 100% !important;
}

#wrap_unterstuetzende-vereine .vereinprosalonwagen a:hover {
	background-position: 0 -148px !important;
}

#wrap_unterstuetzende-vereine .unesco a {
	width: 59px;
	height: 118px;
	display: block;
	background: url("../../files/cto_layout/img/vereine/unesco.png") 0 0 !important;
	text-indent: -1000px;
	margin-left: 35px;
	background-size: 100% !important;
}

#wrap_unterstuetzende-vereine .unesco a:hover {
	background-position: 0 -164px !important;
}

#wrap_unterstuetzende-vereine {
	background: #242528;
}

#wrap_unterstuetzende-vereine p {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 25px;
	text-align: center;
}

#wrap_unterstuetzende-vereine .inside {
	margin: 0 auto;
	padding: 80px 40px;
}

#footer {
	background: #005822;
	font-size: 1.0em;
	border-top: 1px solid white;
}


#footer h4  {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 24px;
	color: #fff !important;
}

#footer a {
	background: none;
	padding: 0;
	margin: 0;
}

#footer, #footer a {
	color: #fff;
}
#footer .socials a:before, #wrap_article-2557 .socials a:before  {
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

#footer input, #footer textarea {
	color: #000;
	background: rgba(255, 255, 255, 0.4);
}
#footer input:hover, #footer textarea:hover, #footer input:hover {
	background: rgba(255, 255, 255, 1);
}

#footer input:focus, #footer textarea:focus {
	background: rgba(255, 255, 255, 1) !important;
}

#footer *::-webkit-input-placeholder {
    color: #fff;
} 
   
#footer *:-moz-placeholder {
    color: #fff;
}

#footer *::-moz-placeholder {
    color: #fff;
}  
  
#footer *:-ms-input-placeholder {
    color: #fff;
}

#footer h1,#footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	color: #fff;
}

#footer .ce_hyperlink a {
	padding-left: 0 !important;
}

#footer .blockgrid_start {
	padding-left: 1%;
}

#footer .mod_newslist {
	float: left;
}

#footer .kontakt-spenden-sie-jetzt h2, #footer .kontakt-spenden-sie-jetzt h4, #footer .kontakt-spenden-sie-jetzt a {
	color: #fff;
}

#footer .kontakt-spenden-sie-jetzt a:hover {
	text-decoration: underline;
}

#footer h2.kontakt-spenden-sie-jetzt  {
	margin-bottom: 60px;
	color: #fff;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 72px;
	line-height: 72px
}

#footer .inside div .inner .kontakt-spenden-sie-jetzt h5 {
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	color: #fff !important;
	background-image: linear-gradient(-42deg, #475929 0%, #637541 63%, #475929 100%, #475929 100%);
	text-shadow: 0 1px 0 black;
	transform: rotate(-8deg);
	margin-top: 60px;
	padding: 19px 0 0 5px;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	box-shadow: 3.3px 3.8px 0 #666;
	width: 160px;
	height: 80px;
	border-radius: 50%;
}

#footer .kontakt-spenden-sie-jetzt p {
	text-align: left;
	font-weight: normal;
}

#footer .ce_text.autogrid-id_10874 {
	padding-left: 60px;
}

#footer input.submit {
	background: #fff;
	color: #000;
	font-size: 15px;
	padding: 14px 60px;
	float: left;
	font-weight: bold;
}

#footer input.submit:hover {
	background: rgba(255,255,255,0.8);
}

.index #footer p, .home #footer p {
	margin-left: 0;
}

#footer .icon-facebook-2 {
	border-color: #fff;
}

#footer .socials a.icon-facebook-2:hover,  #wrap_article-2557 .socials a.icon-facebook-2:hover {
	background: #fff !important;
}

#footer .socials a:hover:before, #wrap_article-2557 .socials a:hover:before {
	color: #005822 !important;
}



/* Media Queries
----------------------------------------------------------------------*/
@media only screen and (min-width: 991px) and (max-width: 1276px){ /* Start Media Query */

	nav.mainmenu ul {
		margin-left: 180px;
	}
	
	nav.mainmenu ul li {
		margin-right: 0px !important;
	}
	
	.home #navshape, .index #navshape {
		width: 986px;
		left: 294px;
		overflow-x: hidden;
	}
	
	.home .one_fourth, .index .one_fourth {
		clear: both;
		float: left;
		width: 100% !important;
	}
	
	.home .three_fourth, .index .three_fourth {
		clear: both;
		float: left;
		width: 100% !important;
		margin-top: 30px;
	}
	
	.home iframe, .index. iframe {
		position: absolute;
		left: 0;
		right: auto !important;
	}
	
	#footer .ce_hyperlink a {
		background-size: 75% !important;
	}
	
	#footer .albulabahnclub a {
		width: 98px;
		height: 84px;
		background-size: 100% !important;
	}
	
	#footer .albulabahnclub a:hover {
		background-position: 0 -120px !important;
	}
	
	#footer .bahnmuseumalbula a {
		width: 50px;
		height: 84px;
		background-size: 100% !important;
	}
	
	#footer .bahnmuseumalbula a:hover {
		background-position: 0 -116px !important;
	}
	
	#footer .club1889 a {
		width: 70px;
		height: 88px;
		background-size: 100% !important;
	}
	
	#footer .club1889 a:hover {
		background-position: 0 -122px !important;
	}
	
	#footer .freundeschmalspurbahnen a {
		width: 60px;
		height: 57px;
		background-size: 100% !important;
	}
	
	#footer .freundeschmalspurbahnen a:hover {
		background-position: 0 -95px !important;
	}
	
	#footer .igzl a {
		width: 114px;
		height: 61px;
		background-size: 100% !important;
		margin-left: -15px;
	}
	
	#footer .igzl a:hover {
		background-position: 0 -103px !important;
	}
	
	#footer .dampfvereinrhb a, #footer .historicrhb a {
		width: 78px;
		height: 85px;
		background-size: 100% !important;
	}
	
	#footer .dampfvereinrhb a:hover, #footer .historicrhb a:hover {
		background-position: 0 -124px !important;
	}
	
	#footer .vereinprosalonwagen a {
		width: 90px;
		height: 71px;
		background-size: 100% !important;
	}
	
	#footer .vereinprosalonwagen a:hover {
		background-position: 0 -117px !important;
	}
	
	#footer .unesco a {
		width: 50px;
		height: 100px;
		background: url("../../files/cto_layout/img/vereine/unesco.png") 0 0 !important;
		background-size: 100% !important;
		margin-left: 25px;
	}

#footer .unesco a:hover {
		background-position: 0 -138px !important;
	}

} /* Stop Media Query */


@media only screen and (max-width: 990px){ /* Start Media Query */

	#wrap_newshome, #wrap_agendahome, #wrap_agendahome, #wrap_magazinhome {
	padding-top: 20px !important;
	padding-bottom: 30px !important;
	}

	h1, .home h2, .index h2 {
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif !important;
	font-size: 36px;
	font-weight: normal;
	line-height: 42px;
	}
	
	.logo {
	width: 75px;
	height: 75px;
	top: 5px;
	}
	
	.lead p {
	width: 100%;
	}
	
	.home #navshape, .index #navshape {
	display: none;
	}
	
	#header_after {
	display: block;
	}
	
	#agenda .event > * {
	font-size: 7px !important;
	}
	
	.ce_revolutionslider .fullscreen #linkToContent {
	margin-left: -70px;
	bottom: 60px;
	}
	
	.ce_revolutionslider .fullscreen #linkToContent a:before {
	font-size: 36px;
	}
	

			
	.home .one_fourth, .index .one_fourth {
		clear: both;
		float: left;
		width: 100% !important;
	}
	
	.home .three_fourth, .index .three_fourth {
		clear: both;
		float: left;
		width: 100% !important;
		margin-top: 30px;
	}
	
	.home iframe, .index. iframe {
		right: auto !important;
	}
	
	.zugskomposition p img {
		height: 30px;
		width: auto;
	}
	
	.ce_text .image_container.float_left {
		float: none;
	}
	
	.home #footer p, .index #footer p {
		display: none;
	}
	
	#footer .ce_hyperlink.autogrid {
		width: 100% !important;
	}
	
	#footer .ce_hyperlink a {
		background: none !important;
		text-indent: 0 !important:
	}
	
	#footer a {
		text-indent: 0px !important;
		width: auto !important;
		height: auto !important;
		margin: 10px 0 !important;
		padding: 0 !important;
	}
	
	.subnav {
		display: none;
	}
	
	/*
	.subnav ul {
		height: 150px;
	}
	
	.subnav ul li a, .subnav ul li span {
		height: 65px;
		font-size: 90%;
		line-height: 130%;
		padding: 5px;
	}
	
	.subnav ul ul li {
		font-size: 90%;
		float: left;
		margin-bottom: 5px;
	}
	
	.subnav ul ul li a, .subnav ul ul li span {
		height: auto;
	}
	*/
	
	.nachrichtenliste a {
		margin-top: 0;
		margin-bottom: 40px;
	}
	
	.ce_hyperlink a {
		white-space: normal !important;
	}
	
} /* Stop Media Query */


@media only screen and (min-width: 768px) and (max-width: 1024px){ /* Start Media Query */
	
	.logo {
		width: 72px;
		height: 72px;
		top: 5px;
		background-size: 72px 72px !important;
	}
	
	.ce_revolutionslider > li.visible {
		visibility: visible !important;
		display: block !important;
	}

	
} /* Stop Media Query */


@media only screen and (max-width: 969px){ /* Start Media Query */

	#wrap_magazinhome iframe {
		display: none;
	}
} /* Stop Media Query */


@media only screen and (max-width: 930px){ /* Start Media Query */

	.ce_youtube {
		clear: both;
		float: left;
		width: 100% !important;
		margin: 0;
		padding: 0;
	}
	
	.mejs-container {
		width: 100% !important;
	}
	
} /* Stop Media Query */


@media only screen and (max-width: 585px){ /* Start Media Query */

	.ce_gallery .row4 {
		margin-left: 0 !important;
	}

} /* Stop Media Query */


@media only screen and (max-width: 990px){ /* Start Media Query */

	iframe {
		width: 100% !important;
	}

} /* Stop Media Query */

@media only screen and (max-width: 767px){ /* Start Media Query */
	
	#header {
		position: fixed !important;
		top: 0 !important;
	}
	
	#header_after {
		margin-top: 85px !important;
	}
	
	.home #header_after {
		margin-top: 0 !important;
	}
	
	.logo {
		width: 72px;
		height: 72px;
		top: 5px;
		background-size: 72px 72px !important;
	}
	
	#footer .ce_text.autogrid-id_10874 {
		padding-left: 10px;
	}
	
	#spendenstopper {
		display: none;
	}
	
	#footer .inside {
		text-align: left;
	}
	
	#autogrid_wrapper_11744, #autogrid_wrapper_13383 {
		display: none;
	}
	
	.ce_revolutionslider_text {
		font-size: 15px !important;
		line-height: 24px !important;
		left: 20px !important;
	}
	
	.ce_revolutionslider_text.subline {
		font-size: 15px !important;
		line-height: 13px !important;
		padding-bottom: 5px !important;
	}
	
	.ce_revolutionslider_hyperlink {
		left: 20px !important;
		margin-top: 10px !important;
		font-size: 10px !important;
		padding: 10px !important;
	}
	
} /* Stop Media Query */


@media only screen and (min-width: 991px) and (max-width: 1137px){ /* Start Media Query */
	
	#footer .autogrid {
		/* padding: 0 !important; */
	}
	
} /* Stop Media Query */

/* Print settings
************************************/
@media print {

	body {
  	font-family: 'PT Sans Narrow', sans-serif;
	background-color: #fff;
	color: #333;
	font-size: 11pt;
	line-height: 14pt;
	}
	
	#wrapper, #wrapper * {
	background: none;
	}
	
	a {
	color: #000;
	}
	
	a, a:visited, a:hover, .subnav ul li span.active, .subnav ul li span.trail {
	font-size: 11pt;
	line-height: 14pt;
	}
	
	#header_print {
	display: block !important;
	width: 100px;
	height: 100px;
	}
	
	#header_print img {
	widows: 100px !important;
	height: 100px !important;
	}
	
	#header_after {
	margin-bottom: 30px;
	}

	#slider .tp-bgimg, #slider .tp-bgimg li, #mobnav, .mod_navigation, .mod_socials, .themesetting_phone, .themesetting_email, .mod_pageImage, i.fa, .mod_calendar {
	display: none;
	}
	
	#slider {
	height: 330px;
	}
	
	.ce_revolutionslider_text {
	font-size: 36px !important;
	line-height: 36px !important;
	top: 0;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	left: 0 !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
	}
	
	.ce_revolutionslider_text:nth-child(2) {
	top: 50px !important;
	}
	
	.ce_revolutionslider_text:nth-child(3) {
	top: 100px !important;
	}
	
	#header, #container_before, .pagination {
	display: none;
	height: 0 !important;
	}
	
	header {
	width: 80px;
	height: 80px;
	display: block;
	text-decoration: none;
	}
	
	#header_after {
	height: 100px;
	overflow: hidden;
	}
	
	#header_after .ce_revolutionslider {
		display: none;
	}
	
	#stickyheader {
		display: none;
	}
	
	.articlewrapper.fullwidth_contentboxed > .inside {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
	}
	
	.skills-item-meter {
		height: 3.2em !important;
	}
	
	#seitentitel {
	margin-top: 50px;
	}
	
	.headline {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 0 !important;
	padding: 0;
	}
	
	h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Sans Narrow', sans-serif; 
	}
	
	h1, .home h2, .index h2 {
	font-family: 'PT Sans Narrow', sans-serif; 
	font-size: 36pt;
	line-height: 36pt;
	color: #005822;
	font-weight: 300;
	margin: 15px 0 10px 0;
	padding: 0;
	display: inline-block;
	border: none;
	letter-spacing: 1px;
	}
	
	.ce_hyperlink, .linkwrapper, .invisible {
		display: none;
	}
	
	.index .mod_eventlist, .index .mod_newslist {
		border: none;
	}
	
	.home a, .index a {
	text-decoration: none !important;
	}
	
	.morelink {
	display: none;
	}
	
	.articlewrapper {
	padding: 0 !important
	}
	
	.ce_iconbox_v2_outside .image_container {
	display: none;
	}
	
	.image_container {
	margin: 0;
	}
	
	.ce_gallery {
	clear: both !important;
	float: none !important;
	}

	.ce_gallery ul {
	list-style-type: none !important;
	margin: 0;
	padding: 0;
	}

	.ce_gallery ul li {
	float: left;
	margin: 0 10px 10px;
	}

	.ce_gallery ul li a img, .ce_gallery img {
	width: auto !important;
	}

	.isotope {
	max-width: 100%;
	margin-bottom: 20px;
	height: auto !important;
	}

	.item {
	width: 50% !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: none !important;
	position: static !important;
	float: left !important;
	}

	.iteminside {
	width: 100% !important;
	height: auto !important;
	display: inline-table;
	margin: 0 !important;
	padding: 0 !important;
	transform: none !important;
	}

	.ce_gallery .item a .iso_overlay {
	display: none !important;
	}
	
	.home iframe, .index iframe, .iso_overlay {
	display: none;
	}
	
	#wrap_magazinhome .one_fourth {
	width: 100% !important;
	}	 
	
	#footer_print {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid black;
	margin-top: 30px;
	}
	
	#footer {
	display: none;
	}
	
	#bottom {
	display: none;
	}
	
	#main {
	font-size: 11pt;
	line-height: 14pt;
	}
	
	.mod_eventlist img, img {
	width: auto;
	height: 150px;
	}
	
	img.mime_icon {
	display: none;
	}
	
	.ce_gallery .cols_4 li {
	float: left !important;
	}
	
	.teaser {
	margin: 0 0 60px;
	padding: 0;
	height: auto !important;
	}
	
	.autogrid img {
	margin-right: 20px;
	}
	
	#autogrid_wrapper_13383, .cookiebar, .cookiebar--position-bottom, .cookiebar--active {
	display: none !important;
	}
	
	#article-2557 {
		display: none;
	}
	
	p {
		margin-bottom: 14pt;
	}
	
	ul {
		margin-bottom: 21pt;
	}

}
