/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:bold}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
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{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.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}
/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
@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}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

.nivo-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
	visibility: visible;
	opacity: 1;
}
.nivo-lightbox-wrap  {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
}
.nivo-lightbox-content {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
	position: absolute;
	top: 50%;
	left: 0;
}
.nivo-lightbox-next {
	position: absolute;
	top: 50%;
	right: 0;
}
.nivo-lightbox-close {
	position: absolute;
	top: 2%;
	right: 2%;
}

.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}
.nivo-lightbox-content iframe {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
	max-height: 100%;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
	display: table-cell;
	vertical-align: middle;
}

/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	   -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	     -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
	-webkit-transform: translateX(-10%);
	   -moz-transform: translateX(-10%);
	    -ms-transform: translateX(-10%);
	        transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
	-webkit-transform: translateX(10%);
	   -moz-transform: translateX(10%);
	    -ms-transform: translateX(10%);
	        transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transform: translateY(-10%);
	   -moz-transform: translateY(-10%);
	    -ms-transform: translateY(-10%);
	        transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
	-webkit-transform: translateY(10%);
	   -moz-transform: translateY(10%);
	    -ms-transform: translateY(10%);
	        transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
	-webkit-perspective: 1000px;
	   -moz-perspective: 1000px;
	        perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	-webkit-transform: translateZ(300px);
	   -moz-transform: translateZ(300px);
	    -ms-transform: translateZ(300px);
	        transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	        transform: translateZ(0);
}

/*
 * Nivo Lightbox Default Theme v1.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
	background: #666;
	background: rgba(0,0,0,0.6); 
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url("../../system/modules/nivo_lightbox/assets/themes/default/loading.gif") no-repeat 50% 50%; }

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover { 
	opacity: 1; 
	background-color: rgba(0,0,0,0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev { 
	background-image: url("../../system/modules/nivo_lightbox/assets/themes/default/prev.png"); 
	border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next { 
	background-image: url("../../system/modules/nivo_lightbox/assets/themes/default/next.png"); 
	border-radius: 3px 0 0 3px;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
	display: block;
	background: url("../../system/modules/nivo_lightbox/assets/themes/default/close.png") no-repeat 5px 5px;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	padding: 5px;
	opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover { opacity: 1; }

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	background: #fff;
	padding: 40px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

@media (-webkit-min-device-pixel-ratio: 1.3),
       (-o-min-device-pixel-ratio: 2.6/2),
       (min--moz-device-pixel-ratio: 1.3),
       (min-device-pixel-ratio: 1.3),
       (min-resolution: 1.3dppx) {

	.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { 
		background-image: url("../../system/modules/nivo_lightbox/assets/themes/default/loading@2x.gif"); 
		background-size: 32px 32px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-prev { 
		background-image: url("../../system/modules/nivo_lightbox/assets/themes/default/prev@2x.png"); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-next { 
		background-image: url("../../system/modules/nivo_lightbox/assets/themes/default/next@2x.png"); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-close { 
		background-image: url("../../system/modules/nivo_lightbox/assets/themes/default/close@2x.png"); 
		background-size: 16px 16px;
	}
	
}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	color: #262626;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.3em;
}
sub {
    font-size: 12px;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#wrapper {
	background: white;
	position: relative;
	min-height: 100%;
}
#header {
	background: #e7e7e7;
	height: 70px;
	line-height: 70px;
	width: 100%;
	border-bottom: 20px solid #373737;
}
#header .inside {
	display: block;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid white;
}
#header .mainnav {
	background: url("../../files/template/images/navicon.png") no-repeat center center #ffcc01;
	display: block;
	width: 70px;
	height: 70px;
	float: left;
}
.mm-opening #header .mainnav {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}
#header .topnav {
	float: right;
	padding: 0 15px;
}
#header .topnav li {
	float: left;
	padding: 0 15px;
	font-size: 14px;
}
#header .topnav a {
	color: #262626;
	text-decoration: none;
}
#header .topnav a.phone {
	background: url("../../files/template/images/phone.png") no-repeat left center transparent;
	padding-left: 25px;
}

/* MM MENU */

.mm-menu {
	background: #262626 !important;
}
.mm-menu .logo {
	display: block;
	height: 70px;
	background: #262626;
}
.mm-menu .logo img {
	margin-left: 10px;
    margin-top: 12px;
    width: 130px;
}
.mm-list > li {
	background: url("../../files/template/images/icon.png") no-repeat 10px -50px #373737 !important;
	border-bottom: 1px solid #262626;
}
.mm-list > li.first {
	background-position: 10px 0px !important;
}
.mm-list > li.first.active {
	background-position: 10px -251px !important;
}
.mm-list > li.last {
	background-position: 10px -200px !important;
}
.mm-list > li.last.active {
	background-position: 10px -453px !important;
}
.mm-list > li.active,
.mm-list > li > a.submenu.trail,
.mm-list > li.mm-opened > a.submenu {
	background: url("../../files/template/images/icon.png") no-repeat 10px -303px #ffcc01 !important;
}
.mm-menu.mm-vertical .mm-list li a.trail.start {
	background: url("../../files/template/images/icon.png") no-repeat 10px -253px #ffcc01 !important;
}
.mm-list a.mm-subopen + a, .mm-list a.mm-subopen + span {
	margin-right: 0;
}
.mm-list > li.active,
.mm-list li.mm-opened > a,
.mm-list li.active > a,
.mm-list li.mm-opened > span,
.mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul,
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.forward {
/*	background: url("../../files/template/images/yellow.png") repeat center center #ffcc01 !important;*/
}
.mm-list > li.active > span,
.mm-list li.active span.submenu,
.mm-list li.mm-opened > span,
.mm-list .submenu.sibling.mm-opened a.sibling,
.mm-menu.mm-vertical .mm-list > li.submenu.trail > a.mm-subopen::after,
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen::after {
	color: #262626 !important;
	border-color: #262626 !important;
}
.mm-menu.mm-vertical .mm-list > li.submenu.trail > a.mm-subopen::after {
    transform: rotate(45deg);
    right: 23px;
}
.mm-menu.mm-vertical .mm-list li.forward,
.mm-menu.mm-vertical .mm-list li a.trail {
	color: #262626 !important;
}
.mm-list li.active span {
	position: relative;
	z-index: 100;
	display: table;
}
.mm-list .submenu.sibling.mm-opened a.mm-subopen::after {
	border-color: #262626;
}
.mm-list > li li {
	background: url("../../files/template/images/icon.png") no-repeat 26px -50px #2d2d2d !important;
}
.mm-list > li li.first {
	background-position: 10px -100px !important;
}
.mm-list > li li.last {
	background-position: 10px -148px !important;
}
.mm-list > li li.trail,
.mm-list > li li.active {
	background: url("../../files/template/images/icon.png") no-repeat 26px -303px #ffcc01 !important;
}
.mm-list > li li.first.trail,
.mm-list > li li.first.active {
	background-position: 10px -354px !important;
}
.mm-list > li li.last.trail,
.mm-list > li li.last.active {
	background-position: 10px -400px !important;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults)::after {
	border: none;
}
.mm-list > li > a, .mm-list > li > span {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
}
.mm-list > li li > a, .mm-list > li li > span {
	padding-left: 50px;
}
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
    height: 50px;
}
.mm-list a.mm-subopen {
    width: 50px;
}
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen::after {
	top: 21px;
}
.mm-list a.mm-subopen::after {
	right: 23px;
}
.mm-list .mm-opened a.mm-subopen::after {
	right: 21px;
}
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
	background: transparent !important;
}
.mm-menu .mm-list {
	padding: 0;
}
.mm-menu .mm-list.level_1 {
	margin-top: 70px;
}
.mm-menu .mm-list > li > a.mm-subopen::before {
	border: none;
}
.mm-menu .mm-list > li > a.mm-subopen::after, .mm-menu .mm-list > li > a.mm-subclose::before {
	border-color: white;
}
.mm-menu.mm-vertical .mm-list .mm-panel {
	padding: 0;
}
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel,
.mm-menu.mm-vertical .mm-list li > .mm-panel {
	border-top: 1px solid #262626;
}
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel li:last-child {
	border-bottom: none;
}
.mm-menu.mm-vertical .mm-list li.trail .mm-panel {
	display: block !important;
}
.mm-list, .level_2 li.last {
	border: none;
}

/* MAIN */

#main [class*="ce_"], #main [class*="mod_"] {
	font-size: 16px;
	line-height: 1.5em;
}
#main ul {
	margin-bottom: 0;
}
#main .inside {
	position: relative;
}
#main #startseite {
	padding-top: 0;
}
#main .ce_text.headline h1,
#main .ce_text h1,
#main .ce_text.headline h2,
#main .ce_text h2,
#main .ce_headline {
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 20px 0;
}
#main .ce_text.headline h2,
#main .ce_text.grid6 h2 {
	font-size: 1.4em;
}
#main .ce_text.headline h4 {
	font-size: 1em;
	color: #666;
	margin: 0;
}
#main .ce_headline {
	margin-left: 10px;
	margin-right: 10px;
}
#main .ce_headline:before {
	display: block;
	content: '';
	width: 42px;
	height: 42px;
	background: url("../../files/template/images/yellow-dot.png") no-repeat center center transparent;
	position: absolute;
	left: -45px;
}
#main .mod_article {
	position: relative;
	overflow: visible;
}
#main .mod_article:after {
	display: block;
	content: '';
	clear: both;
}
#main .ce_text.headline p {
	font-size: 0.8em;
	color: #999999;
}
#main .ce_text.headline {
	margin-bottom: 40px;
}
#main .ce_text ol li {
	list-style: decimal;
}
#main .ce_text li {
	margin-left: 25px;
	padding-bottom: 20px;
	list-style: disc;
}
#main .ce_hyperlink {
	float: left;
	padding: 10px 0;
}
#main .ce_hyperlink.last {
	margin-left: 10px;
}
#main .ce_hyperlink a,
#main .ce_text a {
	text-decoration: none;
	color: orange;
}
#main .ce_hyperlink a:after {
	content: "»";
	margin-left: 4px;
}
#main .mod_article.grid12 {
	padding: 20px 0
}
#main .detail-view {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border: 1px solid white;
    height: 150px;
    overflow: hidden;
    width: 150px;
    position: absolute;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.5);
}
#main .detail-view .image_container,
#main .detail-view .image_container img {
    height: 103%;
    width: 103%;
    margin-top: -1px;
    margin-left: -1px;
}
#main .ce_image.grid6 .image_container {
	width: 90%;
}
#main .ce_text.grid6 p {
	padding-right: 30px;
}
#main #videolinks  {
	position: absolute;
	top: 465px;
	left: 295px;
	display: block;
}
#main #videolinks .ce_hyperlink {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: -40px;
}
#main #videolinks .ce_hyperlink a {
	font-size: 20px;
	color: black;
}
#main #videolinks .ce_hyperlink a:hover {
	color: orange;
}
#main #videolinks .ce_hyperlink a:after {
	content: none;
}
#main .image_block {
	position: relative;
	height: 310px;
}
#main .image_block .image_container {
	position: absolute;
	bottom: 0;
	z-index: 0;
}
#main .image_container img {
	display: block;
}
#main .detail_view {
	position: absolute;
	z-index: 100;
	display: block;
	width: 100%;
	height: 100%;
}
#main .caption {
	font-size: 12px;
}
.nivo-lightbox-image img {
	padding: 50px;
}

/* BREADCRUMB */

.start .mod_breadcrumb {
	display: none;
}
.start #main .inside {
	padding-top: 0;
	padding-bottom: 2.5%;
}
#main .mod_breadcrumb {
	padding: 0 0 25px 0;
	margin: 0 10px;
	color: #666;
	text-transform: uppercase;
}
#main .mod_breadcrumb li {
	float: left;
	margin-right: 5px;
}
#main .mod_breadcrumb li::after {
	content: "›";
	padding-left: 5px;
}
#main .mod_breadcrumb li.last::after {
	content: none;
}
#main .mod_breadcrumb li.first a {
	color: black;
}
#main .mod_breadcrumb a {
	text-decoration: none;
	color: #666;
}
#main .mod_breadcrumb li.last {
	color: orange;
}

/* PAGINATION */

#pagination {
	margin: 20px 10px 0 10px;
}
#pagination ul {
	margin: 0;
}
#pagination li {
	float: left;
}
#pagination li a {
	display: none;
	text-decoration: none;
	color: #666;
}
#pagination .level_1 li.submenu.trail .level_2 li.submenu.trail .level_3 li {
	border: 1px solid #CCC;
	margin-right: 1px;
}
#pagination .level_1 li.submenu.trail .level_2 li.submenu.trail .level_3 li.trail,
#pagination .level_1 li.submenu.trail .level_2 li.submenu.trail .level_3 li:hover {
	background: #ffcc01;
	border-color: #ffcc01;
}
#pagination .level_1 li.submenu.trail .level_2 li.submenu.trail .level_3 li.trail a,
#pagination .level_1 li.submenu.trail .level_2 li.submenu.trail .level_3 li:hover a {
	color: #FFF;
}
#pagination .level_1 li.submenu.trail .level_2 li.submenu.trail .level_3 li a {
	display: block;
	padding: 5px 7px;
}

/* CANVAS */

#canvas_block_01,
#canvas_block_02,
#canvas_block_03 {
	background: rgba(0,0,0,0.0);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

/*FAHRPLAN*/

#main .fahrplan a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
#main .fahrplan a:hover {
	background: #ffcc01;
}
#main .fahrplan a.haupttrailer {
    background: white;
    -webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
    height: 38px;
    left: 48px;
    top: 209px;
    width: 39px;
    opacity: 0;
}
#main .fahrplan a.haupttrailer:hover {
    opacity: .3;
}
#main .fahrplan a.festefahrbahn {
	height: 77px;
    left: 386px;
    top: 322px;
    width: 15px;
}
#main .fahrplan a.combiboard {
	height: 60px;
    left: 491px;
    top: 339px;
    width: 15px;
}
#main .fahrplan a.pflastermonolith {
	height: 41px;
    left: 598px;
    top: 358px;
    width: 15px;
}
#main .fahrplan a.fugensystem {
	height: 60px;
    left: 702px;
    top: 358px;
    width: 15px;
}
#main .fahrplan a.rasengleis {
	height: 41px;
    left: 809px;
    top: 377px;
    width: 15px;
}
#main .ce_hyperlink.listed {
	margin: 0 10px;
	padding-left: 25px;
	float: none;
}
#main .grid6 > .ce_hyperlink.listed {
	margin: 0 0 20px 0;
}

/* DVB-TABLES */

#dvb-table {
	width: 100%;
	font-size: 12px;
}
#dvb-table td {
	border: 3px solid white;
	padding: 10px;
	width: 100%;
	vertical-align: middle;
}
#dvb-table .light.yellow {
	background: #ffe598;
}
#dvb-table .first {
	width: 1%;
	vertical-align: bottom;
}
#dvb-table .yellow {
	background: #ffcc01;
}
#dvb-table .light.gray {
	background: #e8e8e8;
}
#dvb-table .gray {
	background: #c9c7c8;
}
#dvb-table .dark.gray {
	background: #adadad;
}
#dvb-table em {
	font-style: normal;
	color: #b3b3b3;
}
#dvb-table strong {
	color: white;
	font-weight: normal;
}
#dvb-table .degree-90 {
	display: block;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	padding: 40px 0;
    white-space: nowrap;
}

/* FOOTER */

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 75px;
	line-height: 75px;
	text-align: center;
	background: url("../../files/template/images/yellow.png") repeat center center #ffcc01;
}
#footer .inside {
	background: url("../../files/template/images/claim.png") no-repeat left center transparent;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
#footer .logo {
	background: url("../../files/template/images/logo.png") no-repeat right center white;
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 300px;
	height: 106px;
}
#footer .railone-logo {
	display: none;
}
body.railone #footer .railone-logo {
	background: url("../../files/template/images/railone-logo.png") no-repeat right center transparent;
	bottom: 0;
    display: block;
    height: 75px;
    position: absolute;
    right: 250px;
    width: 230px;
	height: 100%;
}
@media  screen and (min-width : 768px) {
	#main .inside {
	    padding: 2.5% 0 8% 0;
	    margin: 0 auto;
	    width: 960px
	}
}
@media  screen and (max-width : 768px) {
	#main .inside {
	}
}
@media  screen and (max-width : 580px) {
	#footer .inside {
	    background-image: none;
	}
}
@media  screen and (max-width : 500px) {
	#header .topnav {
	    display: none;
	}
}
*[class*="grid"] {
	float:left;
	margin-left:10px;
	margin-right:10px;
	display:inline;
}
.grid1 { width:60px; }
.grid2 { width:140px; }
.grid3 { width:220px; }
.grid4 { width:300px; }
.grid5 { width:380px; }
.grid6 { width:460px; }
.grid7 { width:540px; }
.grid8 { width:620px; }
.grid9 { width:700px; }
.grid10 { width:780px; }
.grid11 { width:860px; }
.grid12 { width:940px; }

.mod_article.grid1,
.mod_article.grid2,
.mod_article.grid3,
.mod_article.grid4,
.mod_article.grid5,
.mod_article.grid6,
.mod_article.grid7,
.mod_article.grid8,
.mod_article.grid9,
.mod_article.grid10,
.mod_article.grid11,
.mod_article.grid12 {
	margin-left:0;
	margin-right:0;
}
.mod_article.grid1 { width:80px; }
.mod_article.grid2 { width:160px; }
.mod_article.grid3 { width:240px; }
.mod_article.grid4 { width:320px; }
.mod_article.grid5 { width:400px; }
.mod_article.grid6 { width:480px; }
.mod_article.grid7 { width:560px; }
.mod_article.grid8 { width:640px; }
.mod_article.grid9 { width:720px; }
.mod_article.grid10 { width:800px; }
.mod_article.grid11 { width:880px; }
.mod_article.grid12 { width:960px; }
