body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/*
	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 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; }

#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
body{margin: 0;padding: 0;font: 100% Arial, sans-serif;color: #555;background: url('/files/layout/weizen_bg.jpg');background-size: 100%;background-attachment: fixed}h1{font-family: Arial, sans-serif;font-weight: bold;font-size: 30px;margin-bottom: 14px;line-height: 130%;font-weight: normal}h1 span{display: block;margin-top: 12px;font-size: 20px}h2{font-family: Arial, sans-serif;font-weight: bold;font-size: 20px}h3{font-family: Arial, sans-serif;font-weight: bold;font-size: 21px}h4{font-family: Arial, sans-serif;font-weight: bold;font-size: 14px;text-decoration: underline}a,.toggler,.toggler_content{color: #a1b94d;text-decoration: underline;cursor: pointer}a:hover,.toggler:hover,.toggler_content:hover{color: #555}.toggler_content{background: url('/files/layout/plus.svg') no-repeat;background-size: 14px;background-position: 0px 3px;padding-left: 21px;text-decoration: none}.toggler_content.active{background-image: url('/files/layout/minus.svg')}select,input,textarea{font-size: 94%;font-family: 'Arial';padding: 4px;max-width: 90%}#wrapper{font-size: 100%;line-height: 140%;max-width: 1150px;margin: 0 auto;width: 100%;padding: 0;background-position: center top;background-repeat: repeat-y;-moz-box-shadow: 0 0 20px 5px #525252;-webkit-box-shadow: 0 0 20px 5px #525252;box-shadow: 0 0 20px 5px #525252;box-shadow: rgba(55,55,55,0.5) 0 1px 0, rgba(55,55,55,0.6) 0 25px 160px -12px, rgba(0,0,0,0.6) 0 1px 5px;background-color: #fff}#header{height: auto}#header .inside{overflow: hidden}.manual_filter .mobile_jump{display: none}#mobile_nav{display: none}#container{margin: 0 auto;padding: 0}.headerlink{float: left;width: 75%;margin: 40px 0 30px 2%;max-width: 694px}.headerlink img{max-width: 100%;height: auto}#navigation{background-color: #a1b94d;min-height: 40px;text-shadow: 0px 0px 2px rgba(0,0,0,0.3), 2px 1px 5px rgba(0,0,0,0.3);box-shadow: rgba(255,255,255,0.5) 0 1px 0 inset, rgba(255,255,255,0.6) 0 13px 27px -12px inset;border-bottom: 1px solid #7d8c48;font-weight: bold;font-size: 96%}.mod_changelanguage{margin-top: 35px;margin-right: 10px;float: right;width: 21%}.mod_changelanguage ul{display: block}.mod_changelanguage li{float: right;display: inline;margin-right: 20px;margin-left: auto;margin-bottom: 10px;text-align: right;list-style-type: none}.mod_changelanguage li a,.mod_changelanguage li strong{width: 42px;height: 25px;overflow: hidden;float: left;display: inline;text-indent: 42px;background-size: 100%}.mod_changelanguage li a{-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%)}.mod_changelanguage li a:hover{filter: none}.mod_changelanguage .lang-en a,.mod_changelanguage .lang-en strong{background-image: url('/files/layout/flag-en.jpg')}.mod_changelanguage .lang-de a,.mod_changelanguage .lang-de strong{background-image: url('/files/layout/flag-de.jpg')}.headerimage{max-width: 1400px;height: auto;clear: both}.headerimage img{width: 100%;height: auto;display: block}.headerimage blockquote{float: right;position: absolute;color: #fff;text-shadow: 1px 1px 5px #000;max-width: 430px;text-align: right;right: 0;padding-right: 30px;padding-top: 50px;margin-top: 0px !important;margin: 40px 0 20px;background: linear-gradient(to left, rgba(181,135,85,0.925) 50%, rgba(255,255,255,0) 100%);width: 100%;height: 150px}.headerimage blockquote cite{font-size: 100%;font-style: inherit;font-weight: bold}.headerimage blockquote p{margin-top: 0}#navigation .mod_manual_list{min-width: 160px;float: left;padding: 6px 0 0 21px}#navigation .mod_manual_list .text{padding-left: 10px;line-height: 30px;color: #fff}.main_navigation{text-align: right;display: inline;margin: 0;padding: 0;list-style-type: none}.main_navigation ul{float: right;display: inline;margin: 0;padding: 0;list-style-type: none;margin-right: 20px;margin-left: auto;text-align: right}.main_navigation ul li{float: left;display: inline;margin: 0;padding: 0;list-style-type: none}.main_navigation a,.main_navigation strong.active{padding-right: 10px;padding-left: 10px;border-right: 1px solid #c2d28c;line-height: 40px;text-decoration: none;color: #fff;display: inline-block}.main_navigation strong.active,.main_navigation a:hover,.main_navigation li.trail a{color: #86a029;background-color: #e8f7b6;text-shadow: 0 0 0;border-right: 1px solid #91a747;border-left: 1px solid #91a747;text-decoration: none}.main_navigation a:hover{position: relative;left: -1px;padding-left: 9px}.main_navigation strong.active{color: #555}#left{width: 28%;margin: 0;position: static;float: left}#left .inside{margin: 12% 3% 0 12%}#left .mod_customnav ul,#left .mod_customnav li{list-style-type: none;padding: 0}#left .mod_customnav a{background-color: #e8f7b6;color: #799128;font-size: 90%}.mod_manual_navigation .toggler,#left .mod_customnav li a{margin: 0;list-style-type: none;display: block;padding: 5px 0 5px 10px;font-weight: bold;text-decoration: none;outline: 0}.mod_manual_navigation{font-size: 90%}.mod_manual_navigation ul{margin: 0;padding: 0}.mod_manual_navigation li{margin-bottom: 5px}.mod_manual_navigation .toggler{background-color: #e6e6e6;border: 1px solid #dbdbdb;color: #555}.mod_manual_navigation .level_2{margin-bottom: 5px}.mod_manual_navigation .level_2 li{list-style-type: square;margin-left: 35px;font-size: 115%;margin-top: 1px;margin-bottom: 0}.mod_manual_navigation .level_2 li:hover,.mod_manual_navigation .level_2 li.active{color: #fff}.mod_manual_navigation .level_2 li a{display: block;text-decoration: none;background-color: #f6f6f6;color: #222;margin: 0;font-size: 78%;padding: 5px 5px 5px 10px;margin-left: -35px;padding-left: 35px}.mod_manual_navigation .level_2 li a:hover,.mod_manual_navigation .level_2 li a.active{background-color: #a1b94d;color: #fff}#main{width: 72%;float: right}#main .inside{margin: 2% 5%}#main .sort_group{width: 100%;float: left;display: inline;margin-bottom: 20px}#main .filter_group{width: 100%;float: left;display: inline;margin-bottom: 20px}#main .filter_group .widget h3{display: none}#main .search_group{margin-bottom: 20px}#footer{height: 60px}#footer .mod_customnav{margin-top: 6px;float: right;font-size: 85%;margin-bottom: 6px}#footer ul{overflow: hidden}#footer li{float: left;list-style-type: none;margin-left: 1px;margin-right: 26px}#footer a{color: #888;text-decoration: none}#footer a:hover{color: #a1b94d}.mod_article ul{list-style-type: square;margin-left: 6px;padding-left: 25px}.mod_article a{border-bottom: 1px solid #a1b94d;text-decoration: none;padding-bottom: 1px}.mod_article a:hover{border-bottom: 1px solid #222;color: #222}.back a{color: #fff;padding: 7px 8px 7px 11px;background-color: #a1b94d;text-decoration: none;background-size: 25px;text-shadow: 0px 0px 2px rgba(0,0,0,0.3), 2px 1px 5px rgba(0,0,0,0.3);box-shadow: rgba(255,255,255,0.1) 0 1px 0 inset, rgba(255,255,255,0.3) 0 25px 30px -12px inset;border: 1px solid #93a553;border-bottom: 1px solid #677536}.back a:hover{background-color: #b48653;color: #fff;border: 1px solid #a57948;border-bottom: 1px solid #745532}.clearall a{padding: 3px 7px;background-color: #a1b94d;text-decoration: none;color: #fff}.mod_manual_article_list td,.mod_manual_article_list th{vertical-align: top;padding: 8px 6px 8px;text-align: left}.mod_manual_article_list tr.even td{background-color: #f6f6f6}.mod_manual_article_list td.pdf{text-align: center;padding: 3px 0 1px}.mod_manual_article_list td.pdf a{border-bottom: 0}.mod_manual_article_list td.pdf img{display: inline-block}.mod_manual_article_list th{border-bottom: 1px solid #c4c4c4}.mod_manual_article_list a{text-decoration: none}.mod_manual_reader .yearbook_info{font-style: italic}.mod_manual_reader .teaser{margin: 35px 0 20px}.mod_manual_reader .text{margin: 0 0 20px}.mod_manual_reader .tags{margin-bottom: 20px}.mod_manual_reader .source{margin-bottom: 20px}.mod_manual_reader .date{font-weight: bold;margin-top: 12px}.mod_manual_reader .label{margin-bottom: 5px;font-weight: bold}.mod_manual_reader .value{margin-bottom: 15px}.mod_manual_reader .pdf_download{float: right;max-width: 180px;margin: 10px 0 10px 38px}.mod_manual_reader .author_list li{margin-bottom: 10px}.pdf_download_info{font-weight: bold;text-align: right;font-size: 13px}.pdf_download a,.ebook_download a{display: block;color: #fff;padding: 7px 8px 7px 46px;background-size: 25px;max-width: 1235px;font-weight: bold;text-shadow: 0px 0px 2px rgba(0,0,0,0.3), 2px 1px 5px rgba(0,0,0,0.3);box-shadow: rgba(255,255,255,0.5) 0 1px 0 inset, rgba(255,255,255,0.6) 0 25px 30px -12px inset;min-height: 22px;border: 1px solid #93aa43;border-bottom: 1px solid #67762f}.pdf_download a:hover,.ebook_download a:hover{background-color: #b48653;color: #fff;border: 1px solid #a57948;border-bottom: 1px solid #745532}.pdf_download a{background: url('/files/layout/download-pdf.svg') #a1b94d no-repeat 7px center;background-size: 25px}.ebook_download a{background: url('/files/layout/download-ebook.svg') #a1b94d no-repeat 7px center;background-size: 25px}.bundles .pdf_download.index,.bundles .ebook_download.index{margin: 35px 0 20px;text-align: center}.bundles .pdf_download.index a,.bundles .ebook_download.index a{max-width: 270px}.bundles .manual_item{width: 48%;float: left}.bundles .manual_item.odd{margin-right: 4%}.bundles .pdf_download,.bundles .ebook_download{margin: 1% 1% 1% 0}.bundles .pdf_download h2,.bundles .ebook_download h2{float: left;margin-right: 15%;margin-top: 13px;font-size: 122%;max-width: 47%}.bundles .pdf_download a,.bundles .ebook_download a{width: 46%;max-width: 165px;min-height: 29px;line-height: 185%;display: inline-block}.bundles .history a{box-shadow: rgba(255,255,255,0.5) 0 1px 0 inset, rgba(255,255,255,0.4) 0 25px 24px -12px inset}.mod_manual_author .info{padding: 20px;background-color: #f7f7f7}.mod_manual_search{margin-bottom: 20px}.mod_manual_search div.item{margin-bottom: 12px;float: left;width: 32%;margin-right: 1%}.mod_manual_search div.label{font-size: 16px;font-weight: bold;margin-top: 3px}.mod_manual_search div.item_for,.mod_manual_search div.item_submit{float: none;width: auto;clear: both;margin-right: 0}.mod_manual_search .reset{margin-top: 20px}.kursiv{font-style: italic}.unterstuetzt{display: block;margin-top: 20px;border: 1px solid #dbdbdb}.unterstuetzt div{display: flex}.unterstuetzt h1{margin: 0;padding: 8px 0 8px 10px;background-color: #e6e6e6;font-size: 14px}.unterstuetzt img{margin-right: auto;margin-left: auto;padding: 10px;text-align: center;vertical-align: middle}.start_right{float: right;width: 26%;min-width: 200px;margin-left: 60px}#mobile_nav{height: auto;position: absolute;right: 20px;top: 70px}#mobile_nav a i{font-size: 46px;float: right;margin-right: 20px;color: black}.mm-list > li > strong{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;color: inherit;line-height: 20px;display: block;padding: 10px 10px 10px 20px;margin: 0}
@media screen and (max-width: 1000px){.headerimage .text{width: 100%;height: 150px;background: linear-gradient(to left, #805e38 10%, rgba(255,255,255,0) 100%)}.mod_changelanguage li a,.mod_changelanguage li strong{width: 3.9vw;height: 2.3vw}#left{width: 32.25%}#left .inside{margin-left: 7%}#main{width: 67.75%}.subcr{padding-left: 0 !important}.c80l,.c80r,.c20l,.c20r{margin-left: 0;width: 100%;float: none}.pdf_download_info{text-align: left;font-size: 13px}.pdf_download a,.ebook_download a{max-width: 500px;min-height: 28px;font-size: 110%}.start_right .pdf_download a,.start_right .ebook_download a{max-width: 85px}.mod_manual_reader .pdf_download{margin-left: 38px}.mod_manual_reader .pdf_download a{font-size: 100%}.bundles .pdf_download h2,.bundles .ebook_download h2{float: none}.bundles .pdf_download a,.bundles .ebook_download a{width: auto}}@media screen and (max-width: 800px){#left,#main{float: none;width: 100%}#left .inside{margin: 2% 4%}.manual_filter .text{padding-left: 30px}.manual_filter select{max-width: 70px}.mod_manual_list{padding-left: 0}}@media screen and (max-width: 740px){#mobile_nav{display: block}.main_navigation{display: none}.manual_filter .mobile_jump{display: inline-block;color: #fff;float: right;margin: 5px 30px 0;position: absolute;right: 0;float: none;top: 5px;font-weight: bold;font-size: 96%;text-decoration: none}.mod_changelanguage{margin: 0}.mod_changelanguage{max-width: 100px}#header .mod_changelanguage .lang-de,#header .mod_changelanguage .lang-en{width: 30px;height: 18px}.mod_manual_list{width: auto;float: none}.headerimage{height: auto;min-height: 50px;max-height: 180px}.headerimage .text{padding-top: 30px}#navigation .mod_manual_list{float: left}}@media screen and (max-width: 650px){#left .inside{margin: 2% 3%}#header .headerlink img{content: url('/files/layout/logo-responsive.png');max-width: 423px;width: 100%;max-width: 330px}#mobile_nav{top: 105px}.mod_changelanguage{margin-top: 6vw}h1{font-size: 25px}h2,h1 span{font-size: 18px}h3{font-size: 15px}.mod_manual_list{padding-left: 3%}#left .mod_manual_navigation{font-size: 100%;line-height: 150%}#header .headerimage blockquote{display: none}.manual_filter .text{padding-left: 0;margin-left: 3%}#main .inside{margin: 5px 3%}.manual_filter .mobile_jump{margin-left: 3%}.mod_manual_navigation{font-size: 110%;line-height: 150%}.mod_manual_reader .link{margin-bottom: 25px;float: none}.mod_manual_reader .pdf_download{max-width: 1005px;float: none;margin: 20px 0 20px}.mod_manual_reader .pdf_download a{padding-top: 12px}.c50l,.c50r{width: 100%;margin: 0}.start_right{float: none;width: auto;margin-left: 0;text-align: center;clear: both}.start_right .pdf_download_info{float: left}.start_right .pdf_download_info p{margin-top: 10px}.start_right .pdf_download a,.start_right .ebook_download a{margin-top: 10px;max-width: 160px;margin-left: 20px}.pdf_download,.ebook_download{clear: both;margin-left: 0}.start_right .pdf_download a,.start_right .pdf_download_info,.start_right .ebook_download a{text-align: center;margin: auto;float: none}.start_clear{clear: both}}@media screen and (max-width: 595px){#wrapper{font-size: 100%}.pdf_download,.ebook_download{float: none;margin-bottom: 25px}.pdf_download a,.ebook_download a{padding: 6px 13px 6px 46px;font-size: 100%}}@media screen and (max-width: 450px){.headerimage .text{display: none}.manual_filter .mobile_jump{display: block;float: none;margin-bottom: 10px;padding-bottom: 5px}.mod_manual_reader .pdf_download a,.mod_manual_reader .ebook_download a{font-size: 90%;background-size: 22px}.manual_filter .mobile_jump{position: relative}#navigation .mod_manual_list{float: none;text-align: center}#navigation .manual_filter select{max-width: 250px}.mod_manual_search div.item{width: 48%;margin-right: 2%}.mod_manual_search div.item_for,div.item_submit{width: auto;margin-right: 0}}@media screen and (max-width: 320px){.mod_manual_search div.item{width: 100%;margin-right: 0}.mod_manual_search div.item input{width: 100%;max-width: 96%}.mod_manual_search div.item input.submit{max-width: 100%}}
