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:400}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:700}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}
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}
@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); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    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 position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.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-right.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-right.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 z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -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-front.mm-right, .mm-menu.mm-next.mm-right {
    -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-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%); }
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -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-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-list > li.mm-search {
  padding: 10px;
  margin-top: -20px; }
.mm-list > li.mm-subtitle + li.mm-search {
  margin-top: 0; }

div.mm-panel > div.mm-search {
  padding: 0 0 10px 0; }

.mm-menu.mm-hasheader .mm-list > li.mm-search {
  margin-top: 0; }

.mm-menu > .mm-search {
  background: inherit;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

.mm-search {
  padding: 10px; }
  .mm-search input {
    border: none;
    border-radius: 30px;
    font: inherit;
    font-size: 14px;
    line-height: 30px;
    outline: none;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 10px; }
  .mm-search input::-ms-clear {
    display: none; }

.mm-menu .mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 60px 0; }
  .mm-menu .mm-noresultsmsg:after {
    border: none !important; }

.mm-noresults .mm-noresultsmsg {
  display: block; }

.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none; }
  .mm-menu li.mm-nosubresults > a.mm-subopen + a,
  .mm-menu li.mm-nosubresults > a.mm-subopen + span {
    padding-right: 10px; }
.mm-menu.mm-hassearch > .mm-panel {
  padding-top: 70px; }
  .mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
    margin-top: -20px; }
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
  margin-top: -10px; }
  .mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
    padding-top: 0; }

.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%); }
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -o-transform: translateX(30%);
  transform: translateX(30%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  -moz-transform: scale(0.7, 0.7) translateX(-30%);
  -ms-transform: scale(0.7, 0.7) translateX(-30%);
  -o-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(30%);
  -moz-transform: scale(0.7, 0.7) translateX(30%);
  -ms-transform: scale(0.7, 0.7) translateX(30%);
  -o-transform: scale(0.7, 0.7) translateX(30%);
  transform: scale(0.7, 0.7) translateX(30%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-30%);
  -moz-transform: scale(0.7, 0.7) translateY(-30%);
  -ms-transform: scale(0.7, 0.7) translateY(-30%);
  -o-transform: scale(0.7, 0.7) translateY(-30%);
  transform: scale(0.7, 0.7) translateY(-30%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(30%);
  -moz-transform: scale(0.7, 0.7) translateY(30%);
  -ms-transform: scale(0.7, 0.7) translateY(30%);
  -o-transform: scale(0.7, 0.7) translateY(30%);
  transform: scale(0.7, 0.7) translateY(30%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translateX(100%);
  -moz-transform: scale(1.5, 1.5) translateX(100%);
  -ms-transform: scale(1.5, 1.5) translateX(100%);
  -o-transform: scale(1.5, 1.5) translateX(100%);
  transform: scale(1.5, 1.5) translateX(100%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  transition-property: transform, left; }
  html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); }
    html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translateX(-30%);
      -moz-transform: scale(0.7, 0.7) translateX(-30%);
      -ms-transform: scale(0.7, 0.7) translateX(-30%);
      -o-transform: scale(0.7, 0.7) translateX(-30%);
      transform: scale(0.7, 0.7) translateX(-30%); }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3; }
  .mm-menu.mm-light .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: #f3f3f3; }

.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header .mm-prev:before,
  .mm-menu.mm-light .mm-header .mm-next:after,
  .mm-menu.mm-light .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.06); }
  .mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white; }
  .mm-menu.mm-white .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: white; }

.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header .mm-prev:before,
  .mm-menu.mm-white .mm-header .mm-next:after,
  .mm-menu.mm-white .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black; }
  .mm-menu.mm-black .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: black; }

.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header .mm-prev:before,
  .mm-menu.mm-black .mm-header .mm-next:after,
  .mm-menu.mm-black .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/* default.css */
.latest-container .text{min-height: 178px}.icon-twitter a:after,.icon-facebook a:after{display: none}.zoom-wrapper{margin-bottom: 12px}.zoom-wrapper button{border-color: transparent;background-color: #006ba9;color: white;cursor: pointer;margin-left: 8px}.zoom-wrapper button:hover,.zoom-wrapper button:focus{background-color: #9abcdd;color: #006ba9}*{box-sizing:border-box}a{color:#006ba9;text-decoration:none;}a:hover, a:focus{color:#92c362}html{font-size: 100%}body,html{font-family: 'Lato', sans-serif;font-size: 100%}img{vertical-align: bottom;margin: 0 auto;height:auto}.top-link:hover,.top-link:focus{background-color: #92c362}#header .inside{width:100%;height:205px;background-image:url("../../files/layout/header_bg.jpg");background-position:center top;background-repeat:no-repeat;padding: 36px;display: flex}#header .right{width: 87%;text-align: right}.logo{display: inline-block;float:left;box-shadow: 1px 1px 10px #555555}.claim{display: inline-block;clear: both;float: left;padding-top: 16px;  color: #006ba9}.claim p{margin-bottom: 0px;font-size: 0.9rem}.tsecond-wrapper{display: inline-block;float: right;margin-top: 12px}.navigation-top{display: inline-block;overflow: visible}.navigation-top li{display: inline-block;padding: 0px 8px 0px 8px;border-right: 2px solid black}.navigation-top li:last-child{border-right:none;padding: 0px 0px 0px 12px}.navigation-top a{padding: 2px;color: black;text-decoration: none}.navigation-top span{padding: 2px}.navigation-top a:hover,.navigation-top a:focus,.navigation-top span{opacity: 0.7;background-color: black;color: white}.navigation-tsecond{display: inline-block}.navigation-tsecond li{display: inline-block;padding: 0px 8px;border-right: 2px solid #006ba9}.navigation-tsecond li:last-child{border-right: none;padding-right: 0px}.navigation-tsecond a{padding: 2px;color: #006ba9;text-decoration: none}.navigation-tsecond a:hover,.navigation-tsecond a:active,.navigation-tsecond a:focus{background-color: #006ba9;color: white}input#ctrl_submit_5{display: none}.mod_search input{height: 26px}.icon-facebook,.icon-twitter,.icon-comment{position: relative;width: 25px;height: 25px;border-radius: 50%;float: right;margin-left: 8px}.icon-facebook{background: #3b5998}.icon-twitter{background: #55acee}[class*="icon-"]:last-child{margin-right: 8px}.icon-comment{background-color: #9fca74}.fa-facebook,.fa-twitter{position: absolute;top: 50%;left: 50%;margin-right: -50%;transform: translate(-50%, -50%);color: white}.fa-comment{position: absolute;top: 46%;left: 53%;margin-right: -50%;transform: translate(-50%, -50%);color: white}.text-icon-comment p{margin-bottom: 0px}.nav-toggler{display: none}.mm-list > li > a,.mm-list > li > span{font-family: 'Lato', sans-serif;font-size: 1.188em}.mm-list li{color: #006ba9}.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),.mm-menu.mm-white .mm-list > li.mm-selected > span{background: rgba(159, 202, 116, 0.5)}.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul{background: rgba(159, 202, 116, 0.01)}.mm-menu.mm-vertical .mm-list .mm-panel{padding: 0px}.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after{margin-left: 0px}.mm-menu.mm-white .mm-list > li:after{border: 2px solid white}ul .level_2{margin-left: 30px}.mm-menu.mm-white .mm-list > li > a.mm-subopen:before{border-color: rgba(255, 255, 255, 0.9)}.w-70{width: 68%}.breadcrumb{padding: 24px 36px 18px 36px;width: 100%}.breadcrumb li{display: inline-block;font-size: 	0.941em;padding-bottom: 6px}.breadcrumb a{padding: 2px;text-decoration: none;color: black;font-weight: normal}.breadcrumb li.active.last{color: #006ba9;font-weight: bold;font-style: italic}.breadcrumb a:after{padding: 0px 4px 0px 6px;font-family: FontAwesome;content: "\f178";font-size: 	0.706em;color: black}.breadcrumb ul{margin-bottom: 0px}.breadcrumb a:hover,.breadcrumb a:focus{color: white;background-color: black;opacity: 0.7}.breadcrumb a:hover:after{color: white}#wrapper{width:100%;max-width: 1180px;margin-right: auto;margin-left: auto}.navigation_bottom{background-color: #92c362;margin-top: 2px;padding: 12px 36px 0px 36px}.navigation_bottom li{display: inline-block;padding: 0px 10px 0px 0px;border-right: 2px solid white}.navigation_bottom li:last-child{border-right: none;padding: 0px 0px 0px 10px}.navigation_bottom a{text-decoration: none;color: white;font-size: 	0.824em;font-weight: 400}td._51m-.vTop.pluginButtonSpacer,td._51m-._2pir._51mw{display:none!important}.fb_iframe_widget{display: inline-block;position: absolute;top: 27px;right: -290px}.pdf_link{position: absolute;bottom: 24px;left: 36px;display: inline-block}.pdf_link img{float: left;margin-right: 12px}.ce_form.search{float: right}.icon-saveprint-wrapper a:first-of-type{display: none}.cal_calendar ul{margin: 0; padding: 0}.cal_calendar li{list-style-type: none}.cal_calendar .invisible{display: none}.cal_calendar{max-width: 700px; width: 100%; overflow: hidden}.cal_navigation,.cal_head{height: 40px; margin: 0; padding: 0}.cal_navigation li{float: left; height: 30px; padding-top: 6px; text-align: center; width: 33%}.head.current{font-size: 25px; padding-top: 0}.cal_thead li{width: 14.285%; height: 30px; border: 2px solid #fff; text-transform: uppercase; text-align: center; background-color: #616161; float: left; color: #fff; display: table; padding-top: 3px}.ce_gallery{margin-top: 24px;margin-bottom: 24px}.orange-flex .ce_text p:last-of-type{margin-bottom: 0px}.cookiebar{background-color: #006ba9;font-size: 0.875rem;z-index: 99999}.cookiebar__button{background-color: #92c362;border: 2px solid #92c362;font-weight: normal;transition: all ease 0.4s}.cookiebar__button:hover,.cookiebar__button:focus{background-color: transparent}.cookiebar__message,.cookiebar__text{margin-bottom:12px}.ui-accordion-header{background-color: #006ba9;color: white;margin-bottom: 12px;padding: 12px 12px 12px 24px;position: relative}.ui-accordion-header-icon:before{display: inline-block;font: normal normal normal 16px/1 FontAwesome;font-size: inherit;text-rendering: auto;content: "\f105";position: absolute;left: 14px;top: 12px;-webkit-transition: -webkit-transform .4s ease-in-out;transition: transform .4s ease-in-out;font-weight: bold}.ui-accordion-header-active .ui-accordion-header-icon:before{transform: rotate(90deg);font-weight: normal}.ce_accordion{margin-right: 320px}#veranstaltungen .ce_accordion{margin-right: 0}#aktuelles .ce_accordion{margin-right: 0}.main_middle .ce_text.no-after figure:after{display: none}#unsere-vereinsgemeinschaft .orange-flex{max-width:1110px}#unsere-vereinsgemeinschaft .orange-flex .ce_text,#unsere-vereinsgemeinschaft .orange-flex .ce_image{width:32%}@media screen and (max-width: 768px){#unsere-vereinsgemeinschaft .orange-flex .ce_text,#unsere-vereinsgemeinschaft .orange-flex .ce_image {    width:100%;}}#unsere-vereinsgemeinschaft .orange-flex .ce_image.green-border figure:after{background-color:#92c362}
/* last_page.css */
.main_middle.lc a:hover,.main_middle.lc a:focus{background-color: #006ba9;    color: white}h1{font-size: 1.4rem;color: white;font-weight: 700;padding-left: 24px;padding-right: 24px;text-align: left}.ce_pageheader h1 + p{font-size: 1.1rem;    color: white;    font-weight: 700;    padding-left: 24px;    padding-right: 24px;    text-align: left;    display: block}.h_text{padding-bottom: 12px;max-width: 590px}.h_text p span{max-width:480px;display:block;margin-top:5px;font-size:1rem}h2{font-size: 1.3rem;font-weight: 700;color: #006ba9;text-align: left;margin-bottom: 14px}h1 + h2{text-align: center;font-size: 1.059em;margin-bottom: 48px}h3{font-weight: 700;color: #006ba9;font-size: 1.118em;text-align: left}p + h3{margin-top: 30px}h4{padding: 6px 12px;font-size: 1rem;font-weight: 700;color: #006ba9;background-color: white;margin-bottom: 0px;margin-top: 0px}.w-70{width: 68%}.ce_pageheader{position: relative;width: 100%;height: auto;background-color: #006ba9;overflow: visible;display: flex;align-items: flex-end}.ce_pageheader img{width:240px;height: 240px}.ansprechpartner-wrapper{position: relative;overflow: visible}.ce_ansprechpartner_box{position: absolute;right: 36px;top: -80px;width: 308px;z-index: 100;background-color: #fbbb1f;font-size: 0.9375rem}.ce_ansprechpartner{padding: 0px 12px 12px 12px}.ce_ansprechpartner:first-of-type{padding-top: 12px}.ce_ansprechpartner p{margin-bottom: 6px;font-weight: 600}.ce_ansprechpartner a{text-decoration: none;color: black}.ce_ansprechpartner strong{font-size: 1rem;color: white;font-weight: 700}.ce_ansprechpartner u > p{padding-bottom: 5px}.pin_left img{width: auto}#main .inside{overflow:visible}.main_top,.main_middle{padding: 12px 36px 0px 36px}.main_middle{padding-bottom: 36px;width: 100%;position: relative;overflow: visible}.main_top h1{text-align: center;color: #006ba9;font-weight: 600;font-size: 1.412em}.main_top p,.main_middle p{line-height: 1.5}.main_middle .ce_text li:before{display: inline-block;position: absolute;left: -18px;top: 3px;font-family: FontAwesome;content: "\f04d";font-size: 0.706em;color: #92c362}.main_middle .ce_text li{line-height: 1.5;position: relative;margin-left: 18px;margin-bottom: 12px}.top-link a{padding: 12px 14px 12px 18px;color: white;text-decoration: none;font-size: 0.824em}.top-link{display: inline-block;position: fixed;bottom: 0px;right: 0px;width: 125px;padding: 12px 0px;background-color: #006ba9;z-index: 9999}.top-link a:after{padding-left: 12px;font-family: FontAwesome;content: "\f106";font-size: 0.941em;color: #white}.ce_textmitbild{display: flex;align-self: flex-end;justify-content: space-between;overflow: visible;margin-bottom: 24px}.w-solid{/*width: 308px;*//*padding-top: 56px;*/width: 250px;padding-top: 44px;order: 2;overflow: visible}.w-solid figure{position: relative;overflow: visible}.w-solid .ce_image{overflow: visible}#mitglied_werden_vereinsgemeinschaft .bna-pic-wrapper{width: 312px;padding-left: 0px;height: 315px}.bna-wrapper img{background-color: #006ba9;width: auto}.w-solid figure:after{position: absolute;bottom: 0px;width: 100%;height: 38px;background-color: #92c362;content: '';z-index: 9999}#mitglied_werden_vereinsgemeinschaft .blue-overlay{background-color: #006ba9}.icon-saveprint-wrapper{display: flex;align-items: flex-end;padding-top: 24px}.icon-saveprint-wrapper a{float: left;margin-right: 20px}.aktuell{padding: 24px 0px}.aktuell img{margin-right: 24px}.main_middle.lc a{text-decoration: underline!important;color: #006ba9;font-style: normal}.flex-be{display: flex;flex-wrap: wrap;justify-content: flex-start}.flex-be img{width: 154px;height: 221px}.flex-be .ce_image.block{width: 24%;margin-bottom: 42px;overflow: visible}#club_zeitschrift_archiv figcaption{margin-top: 12px}.hl-blue p{color:white;background: #006ba9;display: inline-block;padding: 2px 0px;margin-bottom: 24px;width: 155px;text-align: center}.leer{margin-bottom:24px}.pin-spende p,.pin-info p,.pin-info table{padding: 0px 12px;background-color: #fbbb1f}.pin-info table{width: 100%}.pin-spende p:last-child{padding: 6px 12px;margin-bottom: 0px;color: white;background-color: #006ba9}.pin-spende p:first-child,.pin-info p:first-child{padding: 6px 12px 8px 12px;margin-bottom: 0px;color: white}.pin-spende{width: 48%;color: black;background-color: #fbbb1f;margin-bottom: 24px}.pin-spende-wrapper{margin-right:24px}.button-flex{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 24px}.pin-spende.ce_text p{max-width: none!important}.pin-info{color: black}.pin-info-wrapper{width: 48%;background-color: #fbbb1f;margin-bottom: 24px}.pin-info td:last-child{text-align: right}.pin-info td{padding: 6px 10px}.info-blue{height: 36px;background-color: #006ba9}#mitglied_werden_mitgliedsantrag .pin-info p:first-child{background-color: #006ba9}.pin-info td{padding-bottom: 2px}caption{font-weight: 700;padding: 12px 6px 12px 8px;margin-bottom: 0px;color: white;background-color: #006ba9}.flyer{overflow: visible;min-height: 200px;position: relative;max-width: 750px}.flyer figure{position: absolute;z-index: 9999;right: 10px;top: 10px}.flyer p{background-color: #efeeee;padding: 6px 10px;position: relative;overflow: visible;max-width: none!important;display: block;padding-right: 130px}.flyer.mh-none{min-height: auto}.short .ce_ansprechpartner:nth-of-type(2) p:nth-child(2),.short .ce_ansprechpartner:nth-of-type(2) p:nth-child(3),.short .ce_ansprechpartner:last-of-type p:nth-child(2),.short .ce_ansprechpartner:last-of-type p:nth-child(3){display: none}.short1 .ce_ansprechpartner:nth-of-type(2) p:nth-child(2),.short1 .ce_ansprechpartner:nth-of-type(2) p:nth-child(3){display: none}#mitarbeit_fsj .ce_ansprechpartner:first-of-type u{display: none}#ambulante_dienste_kindergarten_und_schulassistenz .ce_ansprechpartner:first-of-type p:nth-child(3){display: none}#fsj .ce_ansprechpartner:first-of-type u{display: none}.orange-flex{display: flex;flex-wrap: wrap;margin-top: 24px;max-width: 750px;justify-content: space-between}.orange-flex .ce_text{background-color: #fbbb1f;width: 48%;position: relative;padding: 24px;padding-bottom: 62px}.orange-flex .ce_text:after{height: 38px;width: 100%;content: '';z-index: 99999;display: block;position: absolute;background-color: #006ba9;left: 0px;right: 0px;bottom: 0px}.orange-flex .ce_image{width: 48%}.orange-flex .ce_image figure:after{position: absolute;bottom: 0px;width: 100%;height: 38px;background-color: #006ba9;content: '';z-index: 9999;left: 0px;right: 0px}.orange-flex .ce_image.green-border figure:after{background-color:#92c362}#mitarbeiten_freie_stellen .layout_latest h2{font-size: 1.2rem}.main_middle figure{position: relative}.main_middle .ce_text:not(.flyer) figure:after{position: absolute;bottom: 0px;width: 100%;height: 38px;background-color: #92c362;content: '';z-index: 9999;left: 0px;right: 0px}#mitarbeiten_freie_stellen .teaser p{margin-bottom: 0px}.main_middle .ce_text:not(.flyer) figure.float_right img{width:305px}.newsbox{display: flex;align-items: flex-end;padding: 8px;width: 48%;float: right;background-color: #fbbb1f;margin-bottom: 24px}.newsbox-text{width: 100%;padding-left: 8px}.newsbox-text p{margin-bottom: 0px}.newsbox-text a{text-decoration: none;font-size: 0.824em;font-weight: 400;padding: 8px;display: block}.newsbox-text h4 + p a{color: #006ba9;background-color: white}.newsbox-text p:last-child a{color: white;background-color: #006ba9}.newsbox-spende{height: 213px;width: 374px;background-color: #fbbb1f;position: relative; margin: 24px 0px;border-left: 24px solid white}.newsbox-spende-image{width: 172px;float: left;border: 8px solid #fbbb1f;margin-top: 3px}.newsbox-spende .newsbox-text{width: calc(100% - 172px);padding-right: 8px;position: relative;padding-top: 29px;padding-left: 0px}.newsbox-spende .newsbox-text p{padding: 12px 8px}.newsbox-spende .info-blue{height: 36px;background-color: #006ba9;width: 100%;clear: both;position: absolute;bottom: 0px}.newsbox-text a{height: 50px}.newsbox h4{color: black;background-color: transparent;padding-left: 0px;font-size: 1.2rem}.flex{display: flex;justify-content: space-between;flex-wrap: wrap;max-width: 750px;margin-top: 24px}.flex.pictures .ce_image{width: 48%;margin-bottom: 24px}.ce_image.newsbox-image{height: 100%}.newsbox-image figure.image_container{height: 100%}.newsbox-image img{width: 250px;height: 100%;object-fit: cover;font-family: 'object-fit: cover;'}.ce_flyer{max-width: 750px;margin-bottom: 12px}.main_middle.lc .ce_flyer a{width: 100%;background-color: #006ba9;color: white;padding: 6px 10px;display: inline-block}.ce_flyer .inner{background-color: #e6eef8;width: 100%;padding: 12px;display: flex;flex-wrap: wrap}.ce_flyer .flyerright{max-width: 50%;padding-left: 24px}.ce_text + .ce_flyer{margin-top: 24px}.layout_latest{max-width:750px}.flex-be a{width: 150px;    height: 100%;    display: block}.flex-be img{background-color: #006ba9}.flex-be a:hover img,.flex-be a:focus img{opacity: 0.5}.danke strong{color:#006ba9}.danke .flex{margin-right:auto;margin-left:auto}.danke .image_container .caption{text-align:center}
@media print{
/* print.css */
@page{margin:2cm}ul{list-style: none}li{content: "» "}footer,.icon-saveprint-wrapper,.mod_breadcrumb,.ce_image,.image_container,.ce_toplink,.mod_customnav,.navigation-icons-wrapper{display:none}.ce_pageheader{border-bottom:.25mm solid #006ba9;background-color: transparent}#header .inside{height:4cm;padding:0}.ce_image.logo,.ce_image.logo .image_container{display:block}h1{padding:0;color:#006ba9}.main_middle,.breadcrumb{padding-left: 0px}.pin-be-wrapper{padding: 36px 0px 0px 0px}.pin-be{position: static;right: 0px}h4{padding-left:0}.pin-info-wrapper:nth-child(2){padding-top: 24px}.newsbox-spende{border-left: 0px}.button-flex{margin: 0px}.newsbox-spende{width: 350px}.orange-flex .ce_text,.bottom-flex .ce_text{width:75%;padding:1cm;border:.25mm solid #006ba9;font-style:italic;background-color: transparent}.orange-flex .ce_text:after{display:none}ansprechpartner-wrapper{margin-top:1cm}.ce_ansprechpartner_box{width:75%;position:static;margin-top:1cm;background-color: transparent;padding:1cm;border:.25mm solid #006ba9}.ce_ansprechpartner{padding:0}.ce_ansprechpartner h4{padding: 0px 0px}.ce_ansprechpartner strong{color:#006ba9}#header .inside{background-image: none}.hl-blue{display: none}.zoom-wrapper{display: none}#ansprechpartner .main_middle{background-color: transparent}#ansprechpartner h1{font-size: 1.6rem}#ansprechpartner .left{width:100%;padding-top: 0px}.person p{padding-left: 0px}.person:nth-child(odd){background-color: transparent}.ce_text.person.block{border:.25mm solid #006ba9;padding: 0.5cm}#ansprechpartner .right{width:100%}#ansprechpartner h3,#ansprechpartner h2{padding-left: 0px}#ansprechpartner h2{padding: 0.25cm 0.5cm}#ansprechpartner .contact_box{padding: 0px}.main_middle.lc .ce_flyer a{background-color: transparent;color: black;padding: 0px 0px}.ce_flyer .inner{display: none}
}
/* boxen.css */
.main_bottom{position: relative;width: 100%;padding: 24px;background-color: #eaeca5;overflow: visible}.boxlong-wrapper,.flex-start{display: flex;justify-content: flex-start;flex-wrap:wrap}.boxlong,.ce_menuebox.stellenanzeigen{min-height:125px;text-align:center;display: inline-block;position: relative;width: 31.333%;margin: 1%!important}.ce_menuebox.stellenanzeigen a{height:100%;color:#fff;display: flex;align-self: center;text-decoration: none !important}.ce_menuebox.stellenanzeigen.g{background-color:#92c362}.ce_menuebox.stellenanzeigen.b{background-color:#006ba9}.ce_menuebox.stellenanzeigen.g a{color:#000}.ce_menuebox.stellenanzeigen.g a:hover{color:#fff}.ce_menuebox.stellenanzeigen .ce_text{width:100%;text-align:center;font-size:13px;display: flex;align-self: center}.ce_menuebox.stellenanzeigen .ce_text p{width:100%;max-width:100%;margin:0}.ce_menueboxlist{max-height:250px}.b-list{border: 12px solid #006ba9}
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../../files/assets/fonts/lato-v23-latin/lato-v23-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/assets/fonts/lato-v23-latin/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/assets/fonts/lato-v23-latin/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/assets/fonts/lato-v23-latin/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../files/assets/fonts/lato-v23-latin/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/assets/fonts/lato-v23-latin/lato-v23-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/assets/fonts/lato-v23-latin/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/assets/fonts/lato-v23-latin/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/assets/fonts/lato-v23-latin/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/assets/fonts/lato-v23-latin/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../files/assets/fonts/lato-v23-latin/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/assets/fonts/lato-v23-latin/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/assets/fonts/lato-v23-latin/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/assets/fonts/lato-v23-latin/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/assets/fonts/lato-v23-latin/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/assets/fonts/lato-v23-latin/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../files/assets/fonts/lato-v23-latin/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/assets/fonts/lato-v23-latin/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../../files/assets/fonts/lato-v23-latin/lato-v23-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/assets/fonts/lato-v23-latin/lato-v23-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/assets/fonts/lato-v23-latin/lato-v23-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/assets/fonts/lato-v23-latin/lato-v23-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../../files/assets/fonts/lato-v23-latin/lato-v23-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/assets/fonts/lato-v23-latin/lato-v23-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}
.ce_image.extraheight figure {
    min-height: 386px;
}


@media screen and (max-width:850px){
 .ce_image.extraheight figure {
    min-height: 0px;
}
}


.mod_newslist .layout_latest p.more a:hover, .mod_newslist .layout_latest p.more a:focus {
	    background-color: #006ba9;
}

.event.layout_teaser p.more a:hover, .event.layout_teaser p.more a:focus {
	background-color: #006ba9;
}
	
#suchergebnisse .mod_search input{
	margin-top:12px;
	margin-bottom:12px;
}

.main_middle{
	flex-wrap: wrap;
}

.main_middle.lc .ce_text p, .ce_text ul {
    max-width: 750px;
}

.startlay.layout_latest {
    width: 32%;
    margin-bottom: 12px;
}
.startseite .mod_newslist.block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.latest-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: white;
}

.latest-container figure{
	width: 40%;
}
.latest-container img{
	object-fit: cover;
    font-family: 'object-fit: cover;';
    /*height:144px;*/
    height: 100%;
}

.latest-container .text{
    width: 60%;
    padding: 12px;
    font-size: 0.824em;
    font-weight: 400;
    margin-bottom: 0px;
}

.startlay.layout_latest p.more a{
	text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 0.824em;
    background-color: #92c362;
    color: white;
    text-decoration:none;
    transition: all 0.3s ease-in-out;
}
.startlay.layout_latest p.more a:hover, .startlay.layout_latest p.more a:focus{
	background-color: #006ba9;
}

.startlay.layout_latest h3 a{
	font-weight: 700;
    font-size: 0.875rem;
    color: #006ba9;
    margin-top: 0px;
    text-decoration:none;
}
.startlay.layout_latest .more {
	color:white;
	text-decoration:none;
}

.startlay.layout_latest a{
	display:block;
}
.ansprechpartner-wrapper + .ce_sHtml5Start > .ce_text:first-child {
    margin-right: 320px;
}

.left{
	width:24%;
}
.right{
	width:74%;
}
table.calendar{
	width:100%;
}

#akten-bucherhaltung-auftraggeber-und-referenzen table{
	width: 100%;
    border: 6px;
    border-collapse: separate;
    border-spacing: 6px;
    margin-top: 12px;
}
#akten-bucherhaltung-auftraggeber-und-referenzen table td{
	background-color: rgba(0, 107, 169, 0.1);
    color: black;
    padding: 6px;
}
#akten-bucherhaltung-auftraggeber-und-referenzen table td p{
	margin:0;
}
/* #akten-bucherhaltung-auftraggeber-und-referenzen table td a:after {
    font-family: 'FontAwesome';
    margin-left: 6px;
    content: "\f1c1";
    color: #006ba9; 
} */
/* #akten-bucherhaltung-auftraggeber-und-referenzen table td a:hover, #akten-bucherhaltung-auftraggeber-und-referenzen table td a:focus{
	color: #92c362;
} */

input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input:not([type]), textarea{
	padding:3px 6px;
}

input[name="keywords"]{
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 1px;
    border-width: 1px;
    border-style: inset;
    border-color: #ccc;
    border-image: initial;
    border-radius:0;
}

input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input:not([type]):focus, textarea:focus {
    outline: 0;
    background-color: #9abcdd;
    border-color: #bbb;
}
/*  ########################### MEDIA QUERIES #############################*/



@media screen and (max-width:1380px){
	.pin-flex{
		left:0px;
		width: 49%;
	}
	
	.flex-end{
		justify-content: flex-start;
	}
	
	.boxlong.angebote {
		width: 23%;
	}
}

@media screen and (max-width:1200px){
	
	#header .inside {
		align-items: flex-end;
	}
	
	.navigation-tsecond {
		display: none;
	}
	.startlay.layout_latest {
    	width: 49%;
	}

	/*--.boxlong-wrapper{
		justify-content:space-between;
	}
	
	--.boxlong, .ce_menuebox{
		width: 32%;
    	margin: 0 !important; 
	}*/
	.newsbox_container,
	.video_button {
		position: static;
		padding: 0px 24px 12px 24px;
		width: 100%;
	}
	
	.startseite .newsbox{
		float: none;
		width: 49%;
		margin: 0 auto!important;
	}
	.navigation-icons-wrapper .mod_search{
		display:none;
	} 
}

@media screen and (max-width:1078px){
	.ce_menuebox, .boxlong.angebote, .ce_menueboxlist {
		width: 31%;
	}
	
	.pin-flex {
		width: 65%;
	}
	
	.ansprechpartner-wrapper > .ce_ansprechpartner_box {
	    position: static;
	    width: 100%;
	    padding: 24px;
	}
	.ansprechpartner-wrapper + .ce_sHtml5Start > .ce_text:first-child {
    	margin-right: 0;
	}
	.mod_article .left{
		display: none;
	}
	.right{
		width:100%;
	}
	
	.ce_menueboxlist{
		max-height: none;
	}
	
	.boxlist{
		width: 100%;
	}
	
	#aktuelles .left {
		display: none;
	}
}

@media screen and (max-width:1024px){
		.orange-flex .ce_text{
		width:48%;
	}
	
	.orange-flex .ce_image{
		width: 48%;
	}

}

@media screen and (max-width:950px){
	#ansprechpartner .left, #ansprechpartner .right {
		width:100%;
	}
	
	#ansprechpartner .left{
		padding-top:0px;
	}
	
	#ansprechpartner h1, #ansprechpartner h1 + p {
		padding: 0px 0px;
	}
	
	.pin-info-wrapper{
		width: 100%;
	}
}

@media screen and (max-width:850px){
	.newsbox {
		width: 100%;
	}
	
	.newsbox-text a {
		height: auto;
	}
		.ce_menuebox, .boxlong.angebote, .ce_menueboxlist{
		width: 48%;
	}
	
		.pin-flex{
		width: 100%;
	}
	
	.pin-spende{
		width: 100%;
	}
	
	.orange-flex .ce_text{
		width: 100%;
	}
	
	.orange-flex .ce_image{
		width: 250px;
    	margin-top: 24px;
	}
}


@media screen and (max-width:768px){
	.startlay.layout_latest {
    	width: 100%;
	}
	.icon-comment{
		margin-left:0;
	}
	.ce_text.stop_button{
		display:none;
	}
	.slider-wrapper{
		height: auto;
    	width: auto;
	}
	.sw-image-wrapper{
		width:auto;
	}

	.orange-flex .ce_text{
		width:100%;
		margin-bottom:24px;
	}
	
	/*.latest-container img{
		height: 33vw;
	}*/

	.newsbox_container,
	.video_button {
		padding: 0px;
		margin-bottom: 10px;
	}
	
	.newsbox {
		width: 100%;
	}
	
	.boxlist{
	    column-count: 1;
	    width:100%;
	    margin:12px 0!important;
	}
	
	.startseite .newsbox{
		width: 100%;
	}
	
	.flex-be .ce_image.block {
		width: 32%;
	}
	
	.claim {
		display: none;
}

@media screen and (max-width:600px){
	
	#veranstaltungen .picture img {
		object-position: 100% 20%;
		height: 144px;
	}
	#veranstaltungen .picture {
		width: 100%;
    	height: 144px;
    	margin-bottom: 12px;
	}
	
	.mod_eventlist .text {
		width: 100%;
	}
	
	.event.layout_teaser .picture figure {
		margin-right: 0px;
	}
	
	.event.layout_teaser h2 {
		display: block;
	}
	
 .flex-be .ce_image.block {
 	width: 49%;
 }
	
	.ce_pin_tel{
		margin:12px 0 !important;
	}
    
	.boxlist li{
		width:100%;
	}
	.newsbox-text p{
		width: 100%;
	}
	.main_middle figure.float_right {
	    /*width: 250px;*/
	    display: block;
	    float: none;
	    clear: both;
	    margin-left: 0 !important;
	    text-align:center;

	}

	.main_middle .ce_text:not(.flyer) figure.float_right img{
		width: 100%;
	}
	
	.main_middle .flyer img{
		display: none;
	}
	
	.flyer {
		min-height:auto;
	}
	
	.ce_pageheader{
		display:block;
	}
	.ce_pageheader img{
		width:100%;
		height:auto;
	}
	
	
	.main_bottom {
		padding: 24px 12px;
	}
	
	.main_top, .main_middle { 
		padding: 12px 12px 0px 12px;
	}

	.main_middle{
	padding-bottom: 24px;
	}
	
	.breadcrumb {
	padding: 24px 12px 18px 12px;
	}
	
	#ansprechpartner h2{
		    padding: 6px 12px 6px 12px;
	}
	
	#ansprechpartner h1{
		font-size: 1.3rem;
	}
	
	h2 {
		font-size: 1.1rem;
	}
	
	h1{
		font-size: 1.4rem;
    	text-align: left;
	}
	
	
	

	
	.flex.pictures .ce_image {
		width: 100%;
	}

	
}

@media screen and (max-width:550px){
	
	.stories-wrapper img {
		display: none;
	}
	
	.ce_menuebox, .boxlong.angebote{
		width: 100%;
	}

	.ce_menueboxlist{
		width:100%;
		margin:12px 0!important;
	}
	
	.orange-flex .ce_image{
		width: 100%;
	}
	#akten-bucherhaltung-auftraggeber-und-referenzen{
		font-size:80%;
	}
	
	}
	
	
@media screen and (max-width:475px){
	#akten-bucherhaltung-auftraggeber-und-referenzen{
		font-size:70%;
	}
	
	
	#aktuelles .picture img {
		object-position: 100% 40%;
		height: 144px;
	}
	#aktuelles .picture {
		width: 100%;
    	height: 144px;
    	margin-bottom: 12px;
	}
	
	#aktuelles .text {
		width: 100%;
	}
	
	.mod_newslist .layout_latest .picture figure {
		margin-right: 0px;
	}
	
	.mod_newslist .layout_latest h2 {
		display: block;
	}
	
	}
	
@media screen and (max-width:425px){
	.main_middle figure.float_right{
		margin: 0 auto!important;
	} 
	
	.latest-container {
		display: block;
	}
	
	
	.latest-container img {
		height: 144px;
	}
	
	.latest-container figure {
		width: 100%;
	}
	
	.latest-container .text{
		width: 100%;
	}
	#akten-bucherhaltung-auftraggeber-und-referenzen{
		font-size:60%;
	}
}















.search table{
	margin-bottom:0;
}


@media screen and (max-width:1200px){
	.navigation-top, .tsecond-wrapper{
		display:none;
	}
}

@media screen and (max-width:1024px){
	
}

@media screen and (max-width:900px){
	
}

@media screen and (max-width:768px){
	
}

@media screen and (max-width:600px){
	#header .inside{
		padding: 24px 12px;
	}
	.mobile-trigger{
		right: 12px;
    	top: 24px;
	}
	
	.zoom-wrapper {
		display: none;
	}
	
	.navigation-icons-wrapper{
		bottom: auto;
		top: 58px;
		right:12px;
	}
	
	.mod_search input{
		display: none;
	}
	
	.icon-twitter{
		margin-right: 0px;
	}
	
	.logo img{
		width: 75px;
	}
	
	#header .inside{
		height: 150px;
	}
	
		.search {
		display: none;
	}
	
}
#header .inside .left {
	overflow: visible;
}
	
	
	.logo a {
	display: block;
	width: 100%;
	height: 100%;
}

.logo {
	background-color: #92c362;
}

.logo a:hover img, .logo a:focus img {
	    opacity: 0.5;
}
	
	
	#header .inside .left {
	padding-top: 0px;
}

	.icon-facebook a:after {
	display: none;
}
	
	.search table{
	margin-bottom:0;
}

.icon-twitter a:after {
	display: none;
}

@media screen and (max-width:1200px){
	.navigation-top, .tsecond-wrapper{
		display:none;
	}
}

@media screen and (max-width:1024px){
	
}

@media screen and (max-width:900px){
	
}

@media screen and (max-width:768px){
	
}

@media screen and (max-width:600px){
	#header .inside{
		padding: 24px 12px;
	}
	.mobile-trigger{
		right: 12px;
    	top: 24px;
	}
	
	.zoom-wrapper {
		display: none;
	}
	
	.navigation-icons-wrapper{
		bottom: auto;
		top: 58px;
		right:12px;
	}
	
	.mod_search input{
		display: none;
	}
	
	.icon-twitter{
		margin-right: 0px;
	}
	
	.logo img{
		width: 75px;
	}
	
	#header .inside{
		height: 150px;
	}
	
		.search {
		display: none;
	}
	
}
.mobile-trigger {
    width:36px;
    height:36px;
    right:36px;
    top:36px;
    position:absolute;
    cursor: pointer;
    transition: all 0.4s;
    z-index:10000;
    display:none;
}
.mobile-trigger a {
    display:block;
    height:100%;
    width:100%;
}

.mobile-trigger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #006ba9;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .4s .3s ease-in-out;
}

.mobile-trigger span:nth-child(1) {
  top: 0px;
}

.mobile-trigger span:nth-child(2),
.mobile-trigger span:nth-child(3) {
  top: 9px;
}

.mobile-trigger span:nth-child(4) {
  top: 18px;
}

.mobile-trigger span:nth-child(4) {
	width:80%;
}

.mm-opened .mobile-trigger span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.mm-opened .mobile-trigger span:nth-child(2) {
  transform: rotate(45deg);
}

.mm-opened .mobile-trigger span:nth-child(3) {
  transform: rotate(-45deg);
}

.mm-opened .mobile-trigger span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

@media screen and (max-width:1200px){
	.mobile-trigger{
		display:block;
		
	}
}
@media screen and (max-width: 600px){
	.mobile-trigger {
	    right: 12px;
	    top: 24px;
	}
}
