/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
body,form{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}@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}}#main .inside{min-height:1px}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.caption{max-width:100%}.ce_gallery ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery li{float:left}.ce_gallery li.col_first{clear:left}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:bold}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
/**
 * Global TinyMCE style sheet
 *
 * Use this style sheet to define CSS classes for the rich text editor. The
 * stlye sheet will be included in the editor and the page layout automatically.
 * Although the stlye sheet is shared by all themes, you can override its
 * formattings in any of your theme style sheets.
 *
 *   files/tinymce.css (this is how it looks like in TinyMCE)
 *   .warning { color:#c55; }
 *
 *   theme_a.css (this is how it looks like in theme A)
 *   .warning { font-weight:bold; }
 *
 *   theme_b.css (this is how it looks like in theme B)
 *   .warning { color:#000; }
 *
 * If you do not want to use a global TinyMCE style sheet at all, simply delete
 * this file (files/tinymce.css).
 */
.warning { color:#c55; font-size:1.1em; }
.confirmation { color:#090; font-size:1.1em; }
.information { color:#999; font-size:0.9em; }
/*
	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 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; }

/* -- dk_mmenu theme 'lighter' -- */
.mm-menu.mm-light
{
	background: #ececec;
}
/* Swipe 2.0, (C) Brad Birdsall 2012, MIT license */
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/* MediaElement.js 2.13.1, (c) 2010-2013 John Dyer <http://j.hn>, MIT license */
.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0}.mejs-audio{margin-top:18px}.me-plugin{position:absolute}.mejs-embed,.mejs-embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden}.mejs-fullscreen{overflow:hidden !important}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%}.mejs-clear{clear:both}.mejs-background{position:absolute;top:0;left:0}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%}.mejs-poster{position:absolute;top:0;left:0;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}:root .mejs-poster img{display:none}.mejs-poster img{border:0;padding:0;border:0}.mejs-overlay{position:absolute;top:0;left:0}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url("../jquery/mediaelement/2.13.1/images/bigplay.svg") no-repeat}.no-svg .mejs-overlay-button{background-image:url("../jquery/mediaelement/2.13.1/images/bigplay.png")}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url("../jquery/mediaelement/2.13.1/images/background.png");background:rgba(0,0,0,0.9);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,0.9)),to(rgba(0,0,0,0.9)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-moz-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-o-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-ms-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:linear-gradient(rgba(50,50,50,0.9),rgba(0,0,0,0.9))}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:transparent url("../jquery/mediaelement/2.13.1/images/loading.gif") 50% 50% no-repeat}.mejs-container .mejs-controls{position:absolute;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url("../jquery/mediaelement/2.13.1/images/background.png");background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));height:30px;width:100%}.mejs-container .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;font-family:Helvetica,Arial;border:0}.mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px 5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:transparent url("../jquery/mediaelement/2.13.1/images/controls.svg") no-repeat}.no-svg .mejs-controls .mejs-button button{background-image:url("../jquery/mediaelement/2.13.1/images/controls.png")}.mejs-controls .mejs-button button:focus{outline:solid 1px yellow}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:8px 3px 0 3px;overflow:hidden;text-align:center;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.mejs-container .mejs-controls .mejs-time span{color:#fff;font-size:11px;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto}.mejs-controls .mejs-play button{background-position:0 0}.mejs-controls .mejs-pause button{background-position:0 -16px}.mejs-controls .mejs-stop button{background-position:-112px 0}.mejs-controls div.mejs-time-rail{direction:ltr;width:200px;padding-top:5px}.mejs-controls .mejs-time-rail span{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8))}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:-o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:15px 15px;-moz-background-size:15px 15px;-o-background-size:15px 15px;background-size:15px 15px;-webkit-animation:buffering-stripes 2s linear infinite;-moz-animation:buffering-stripes 2s linear infinite;-ms-animation:buffering-stripes 2s linear infinite;-o-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite}@-webkit-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-moz-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-ms-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-o-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(44,124,145,0.8)),to(rgba(78,183,212,0.8)));background:-webkit-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-moz-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-o-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-ms-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:linear-gradient(rgba(44,124,145,0.8),rgba(78,183,212,0.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-current{background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float{width:48px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current{width:44px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner{left:18px}.mejs-controls .mejs-fullscreen-button button{background-position:-32px 0}.mejs-controls .mejs-unfullscreen button{background-position:-32px -16px}.mejs-controls .mejs-mute button{background-position:-16px -16px}.mejs-controls .mejs-unmute button{background-position:-16px 0}.mejs-controls .mejs-volume-button{position:relative}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url("../jquery/mediaelement/2.13.1/images/background.png");background:rgba(50,50,50,0.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0}.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.5);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.9);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255,255,255,0.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0}.mejs-controls div.mejs-horizontal-volume-slider{height:26px;width:60px;position:relative}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none}.mejs-controls .mejs-captions-button{position:relative}.mejs-controls .mejs-captions-button button{background-position:-48px 0}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url("../jquery/mediaelement/2.13.1/images/background.png");background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none !important;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none !important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px 0}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;z-index:1}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#323232,endColorstr=#000000);overflow:hidden;border:0}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:0}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,0.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(102,102,102,0.7)),to(rgba(50,50,50,0.6)));background:-webkit-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-moz-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-o-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-ms-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:linear-gradient(rgba(102,102,102,0.7),rgba(50,50,50,0.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#666666,endColorstr=#323232)}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:bold;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px 0;line-height:12px}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px 0;display:block;white-space:nowrap;text-overflow:ellipsis}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:22px;font-size:12px;color:#fff}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:normal}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0}.mejs-captions-position-hover{bottom:45px}.mejs-captions-text{padding:3px 5px;background:url("../jquery/mediaelement/2.13.1/images/background.png");background:rgba(20,20,20,0.8)}.me-cannotplay a{color:#fff;font-weight:bold}.me-cannotplay span{padding:15px;display:block}.mejs-controls .mejs-loop-off button{background-position:-64px -16px}.mejs-controls .mejs-loop-on button{background-position:-64px 0}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px}.mejs-controls .mejs-backlight-on button{background-position:-80px 0}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:solid 1px #999;z-index:1001}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px 6px;background:#333}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px 6px;cursor:pointer;color:#333}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2c7c91;color:#fff}.mejs-controls .mejs-sourcechooser-button{position:relative}.mejs-controls .mejs-sourcechooser-button button{background-position:-128px 0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url("../jquery/mediaelement/2.13.1/images/background.png");background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul{margin:0;padding:0;display:block;list-style-type:none !important;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none !important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:url(background.html);background:rgba(50,50,50,0.7);z-index:1000;overflow:hidden}.mejs-postroll-layer-content{width:100%;height:100%}.mejs-postroll-close{position:absolute;right:0;top:0;background:url(background.html);background:rgba(50,50,50,0.7);color:#fff;padding:4px;z-index:100;cursor:pointer}
/* ColorBox v1.4.31, (c) 2011 Jack Moore - jacklmoore.com, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#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}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000}#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("../jquery/colorbox/1.4.31/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../jquery/colorbox/1.4.31/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("../jquery/colorbox/1.4.31/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("../jquery/colorbox/1.4.31/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
@font-face{font-family:'Open Sans',sans-serif}.font1{font-family:'Open Sans',sans-serif}.font2{font-family:'Open Sans',sans-serif}.font3{font-family:'Open Sans',sans-serif}.text-font{font-family:'Open Sans',Helvetica,sans-serif;letter-spacing:.3px;font-weight:300}body{font-size:.9375rem;color:#1d1d1b;font-family:'Open Sans',Helvetica,sans-serif;letter-spacing:.3px;font-weight:300;background-color:#f0f0f0}a{text-decoration:none;border-bottom:1px dotted #000;color:#000}a:hover{border-bottom:1px dotted #000}p{line-height:1.4375rem}h1,h2,h3,h4,h5,h6{color:#000;font-family:'Open Sans',sans-serif}h1{font-size:1.5rem;font-family:'Open Sans',sans-serif;line-height:1.3em}h2{font-size:1.25rem;line-height:1.3em}h3{font-size:1.125rem;line-height:1.3em}h4{font-size:.9375rem;color:#0f3f93;font-family:'Open Sans',sans-serif;line-height:1.3em;font-weight:700}h5{font-size:.75rem;font-family:'Open Sans',sans-serif;line-height:1.3em}h6{font-size:.625rem;font-family:'Open Sans',sans-serif;line-height:1.3em}.ul>li{margin-bottom:5px;line-height:1.4375rem;background-image:url(../../files/system/assets/images/aufzaehlung-quad-grau.gif);padding-left:14px;background-repeat:no-repeat;background-position:0 .65em;background-size:.35em}figure{line-height:0}figure a{border:0}figure a:hover{border:0}.caption{margin-top:5px;color:#000;font-style:italic;font-size:.75em;line-height:1rem}.mm-page{background-color:#f0f0f0}.mm-list{font-size:.9375rem}.mm-list>li>a.mm-subclose{color:#0f3f93!important;font-weight:600}.mm-list>li>a.mm-subopen:after,.mm-list>li>a.mm-subclose:before{border-color:#000!important}.mm-list>li>a,.mm-list>li span{color:#0f3f93}#opener a{width:45px;height:40px;background-color:#000;display:none}#opener a .line{width:35px;height:5px;background-color:#fff;float:left;margin-top:6px;margin-left:4px;margin-right:5px}@media (max-width: 768px){#opener a{ display:block}#mainnav{display:none}}.mod_article ul>li{margin-bottom:5px;line-height:1.4375rem;background-image:url(../../files/system/assets/images/aufzaehlung-quad-grau.gif);padding-left:14px;background-repeat:no-repeat;background-position:0 .65em;background-size:.35em}.ce_gallery.siewerthome ul>li{margin-bottom:0;line-height:1.4375rem;background-image:none;padding-left:0;margin-right:35px;margin-bottom:30px}.ce_gallery.siewerthome ul>li.col_last{margin-right:0}@media screen and (max-width: 1024px) and (min-width: 731px){.ce_gallery.siewerthome ul>li.col_3,.ce_gallery.siewerthome ul>li.col_6,.ce_gallery.siewerthome ul>li.col_9{ margin-right:0}}@media screen and (max-width: 768px) and (min-width: 731px){.ce_gallery.siewerthome ul>li{ box-sizing:border-box;width:22%;margin-right:4%;margin-bottom:4%}}@media screen and (max-width: 730px) and (min-width: 511px){.ce_gallery.siewerthome ul>li{ box-sizing:border-box;width:30.6%;margin-right:4.1%;margin-bottom:4%}.ce_gallery.siewerthome ul>li.col_2,.ce_gallery.siewerthome ul>li.col_5,.ce_gallery.siewerthome ul>li.col_8,.ce_gallery.siewerthome ul>li.col_11,.ce_gallery.siewerthome ul>li.col_14,.ce_gallery.siewerthome ul>li.col_17,.ce_gallery.siewerthome ul>li.col_20,.ce_gallery.siewerthome ul>li.col_23,.ce_gallery.siewerthome ul>li.col_26,.ce_gallery.siewerthome ul>li.col_29{margin-right:0}}@media screen and (max-width: 510px){.ce_gallery.siewerthome ul>li{ box-sizing:border-box;width:45%;margin-right:10%;margin-bottom:10%}.ce_gallery.siewerthome ul>li.col_1,.ce_gallery.siewerthome ul>li.col_3,.ce_gallery.siewerthome ul>li.col_5,.ce_gallery.siewerthome ul>li.col_7,.ce_gallery.siewerthome ul>li.col_9,.ce_gallery.siewerthome ul>li.col_11,.ce_gallery.siewerthome ul>li.col_13,.ce_gallery.siewerthome ul>li.col_15,.ce_gallery.siewerthome ul>li.col_17,.ce_gallery.siewerthome ul>li.col_19{margin-right:0}}.ce_flexSlider ul>li{margin-bottom:0;background-image:none;padding-left:0}.ce_flexSlider .flexslider{margin:0}.ce_flexSlider .flexslider .slides .flex-active-slide .flex-caption{max-width:25%;width:auto;right:60px;bottom:20px;background:rgba(255,255,255,.8)}.ce_flexSlider .flexslider .slides .flex-active-slide .flex-caption .caption_title_line{padding:10px;margin:0}.ce_flexSlider .flexslider .slides .flex-active-slide .flex-caption .caption_title_line p{color:#1d1d1b;font-size:.75rem;line-height:1rem}.ce_flexSlider .flexslider .slides .flex-active-slide .flex-caption .caption_title_line h1,.ce_flexSlider .flexslider .slides .flex-active-slide .flex-caption .caption_title_line h2,.ce_flexSlider .flexslider .slides .flex-active-slide .flex-caption .caption_title_line h3,.ce_flexSlider .flexslider .slides .flex-active-slide .flex-caption .caption_title_line h4,.ce_flexSlider .flexslider .slides .flex-active-slide .flex-caption .caption_title_line h5,.ce_flexSlider .flexslider .slides .flex-active-slide .flex-caption .caption_title_line h6{color:#1d1d1b}.ce_flexSlider .flexslider .slides .flex-active-slide .flex-caption .caption_title_line table p{margin:0;padding:0}.ce_flexSlider .flexslider .flex-direction-nav>li>a{-moz-transition:inherit;-o-transition:inherit;-ms-transition:inherit;transition:inherit;z-index:999;background:url(../../files/system/assets/images/navigation.png) no-repeat 0 0;height:45px;opacity:.5}.ce_flexSlider .flexslider .flex-direction-nav>li>a.flex-prev{left:5px}.ce_flexSlider .flexslider .flex-direction-nav>li>a.flex-next{right:5px;background-position:100% 0}@media screen and (max-width: 768px){.ce_flexSlider .flexslider .slides .flex-active-slide .flex-caption{ max-width:30%}}@media screen and (max-width: 510px){.ce_flexSlider .flexslider .slides .flex-active-slide .flex-caption{ max-width:40%}}@media screen and (max-width: 510px){.ce_flexSlider .flexslider .slides .flex-active-slide .flex-caption{ display:none!important}}.ce_downloads ul li{margin-bottom:5px;line-height:1.4375rem;background-image:none;padding-left:0}.ce_downloads ul li a{border-bottom:1px solid transparent}.ce_downloads ul li a:hover{border-bottom:1px dotted #000}.ce_downloads ul li .mime_icon{position:relative;top:2px}.mod_changelanguage{padding:0 30px;position:relative;float:left}.mod_changelanguage li{float:left;margin-right:10px}.mod_changelanguage li.active span{border-bottom:1px solid #1d1d1b;padding-bottom:5px}.mod_changelanguage a,.mod_changelanguage span{display:block;height:16px;width:25px;text-indent:-999em;background-repeat:no-repeat;border-bottom:transparent}.mod_changelanguage .lang-de{background-image:url("../../files/system/assets/images/flaggen/flaggen.png");background-position:-26px 0;background-repeat:no-repeat}.mod_changelanguage .lang-vo{background-image:url("../../files/system/assets/images/flaggen/flaggen.png");background-position:0 0;background-repeat:no-repeat}.mod_changelanguage .lang-en{background-image:url("../../files/system/assets/images/flaggen/flaggen.png");background-position:-52px 0;background-repeat:no-repeat}.mod_changelanguage .lang-pt{background-image:url("../../files/system/assets/images/flaggen/flaggen.png");background-position:-78px 0;background-repeat:no-repeat}.mod_changelanguage .lang-br{background-image:url("../../files/system/assets/images/flaggen/flaggen.png");background-position:-104px 0;background-repeat:no-repeat}.mod_changelanguage .lang-es{background-image:url("../../files/system/assets/images/flaggen/flaggen.png");background-position:-130px 0;background-repeat:no-repeat}.mod_changelanguage .lang-fr{background-image:url("../../files/system/assets/images/flaggen/flaggen.png");background-position:-156px 0;background-repeat:no-repeat}.mod_changelanguage .lang-it{background-image:url("../../files/system/assets/images/flaggen/flaggen.png");background-position:-182px 0;background-repeat:no-repeat}#imagemap{border:thin solid #000;margin-bottom:15px;width:99.5%}.startseite #container #main .inside{padding-left:300px;padding-right:300px}@media screen and (max-width: 1024px){.startseite #container #main .inside{ padding-left:220.00000000000003px;padding-right:220.00000000000003px}}@media screen and (max-width: 768px){.startseite #container #main .inside{ padding-left:100px;padding-right:100px}}.startseite #container #main .inside .ce_image figure img{box-shadow:0 0 5px #1d1d1b}.homeseite #container #main .ce_image{margin-bottom:15px}.homeseite #container #main .ce_image figure img{border:1px solid #1d1d1b;box-sizing:border-box}.homeseite #container #main .ce_image figure figcaption{min-height:1.5rem}#wrapper{max-width:1200px;margin:0 auto;padding-bottom:15px;background-color:#fff;box-shadow:0 0 5px #1d1d1b}#header{background-color:transparent}#header nav.mod_navigation#metanav{padding:0 30px;position:relative;float:right}#header nav.mod_navigation#metanav a{border:0}#header nav.mod_navigation#mainnav,#header .mod_megamenu{background-color:#f0f0f0;padding-left:15px;padding-right:15px;text-transform:uppercase;font-family:'Open Sans',sans-serif}#header nav.mod_navigation#mainnav a:hover,#header .mod_megamenu a:hover{border-bottom:1px dotted transparent}#header nav.mod_navigation#mainnav .level_1,#header .mod_megamenu .level_1{list-style-type:none;color:#1d1d1b}#header nav.mod_navigation#mainnav .level_1>li,#header .mod_megamenu .level_1>li{float:left;margin-left:10px;margin-right:10px}#header nav.mod_navigation#mainnav .level_1>li>a,#header .mod_megamenu .level_1>li>a{color:#1d1d1b}#header nav.mod_navigation#mainnav .level_1>li.first,#header .mod_megamenu .level_1>li.first{margin-left:0}#header nav.mod_navigation#mainnav .level_1>li.last,#header .mod_megamenu .level_1>li.last{margin-right:0}#header nav.mod_navigation#mainnav .level_1>li .level_2,#header .mod_megamenu .level_1>li .level_2{display:none;position:absolute;background-color:rgba(255,255,255,.9);z-index:999;max-width:20rem}#header nav.mod_navigation#mainnav .level_1>li .level_2>li,#header .mod_megamenu .level_1>li .level_2>li{margin-top:5px;margin-bottom:5px;color:#1d1d1b;background-image:url(../../files/system/assets/images/pfeil-1-trans.png);background-position:0 .3em;background-repeat:no-repeat;background-size:1.2em}#header nav.mod_navigation#mainnav .level_1>li .level_2>li>a,#header .mod_megamenu .level_1>li .level_2>li>a{color:#1d1d1b;line-height:1.3em}#header nav.mod_navigation#mainnav .level_1>li .level_2>li:hover,#header .mod_megamenu .level_1>li .level_2>li:hover,#header nav.mod_navigation#mainnav .level_1>li .level_2>li.active,#header .mod_megamenu .level_1>li .level_2>li.active{background-image:url(../../files/system/assets/images/aufzaehlung-quad-grau.gif)}#header nav.mod_navigation#mainnav .level_1>li .level_2>li:hover>a,#header .mod_megamenu .level_1>li .level_2>li:hover>a,#header nav.mod_navigation#mainnav .level_1>li .level_2>li.active>a,#header .mod_megamenu .level_1>li .level_2>li.active>a,#header nav.mod_navigation#mainnav .level_1>li .level_2>li:hover>span,#header .mod_megamenu .level_1>li .level_2>li:hover>span,#header nav.mod_navigation#mainnav .level_1>li .level_2>li.active>span,#header .mod_megamenu .level_1>li .level_2>li.active>span{color:#000}#header nav.mod_navigation#mainnav .level_1>li .level_2>li.first,#header .mod_megamenu .level_1>li .level_2>li.first{margin-top:0}#header nav.mod_navigation#mainnav .level_1>li .level_2>li.last,#header .mod_megamenu .level_1>li .level_2>li.last{margin-bottom:0}#header nav.mod_navigation#mainnav .level_1>li:hover>a,#header .mod_megamenu .level_1>li:hover>a{color:#000}#header nav.mod_navigation#mainnav .level_1>li.submenu:hover .level_2,#header .mod_megamenu .level_1>li.submenu:hover .level_2{display:block}#header nav.mod_megamenu{background-color:#f0f0f0;margin-left:30px;margin-right:30px;text-transform:uppercase;clear:both;border-top:3px solid #fff}#header nav.mod_megamenu a:hover{border-bottom:1px dotted transparent}#header nav.mod_megamenu>.level_1{background-color:#f0f0f0}#header nav.mod_megamenu>.level_1 .megamenu{display:none;box-sizing:border-box;width:100%;height:auto;padding:30px;background-color:#f0f0f0;z-index:999;position:absolute;left:0;border:1px solid #e6e6e6;box-shadow:1px 1px 5px #e6e6e6}#header nav.mod_megamenu>.level_1 .megamenu>li>div{float:left}#header nav.mod_megamenu>.level_1 .megamenu .mod_navigation .level_1>li{float:none;margin-left:0;margin-bottom:1em}#header nav.mod_megamenu>.level_1 .megamenu .mod_navigation .level_1>li:hover{color:#000}#header nav.mod_megamenu>.level_1 .megamenu .mod_navigation .level_1>li.active>a,#header nav.mod_megamenu>.level_1 .megamenu .mod_navigation .level_1>li.trail>a,#header nav.mod_megamenu>.level_1 .megamenu .mod_navigation .level_1>li.active>span,#header nav.mod_megamenu>.level_1 .megamenu .mod_navigation .level_1>li.trail>span{color:#000;font-weight:600}#header nav.mod_megamenu>.level_1 .megamenu .ce_colsetStart [class^=ce_]{text-transform:initial}#header nav.mod_megamenu>.level_1 .megamenu .ce_colsetStart [class^=ce_] p{line-height:1.2rem}#header nav.mod_megamenu>.level_1>li{padding:0 5px}#header nav.mod_megamenu>.level_1>li.first{padding-left:0}#header nav.mod_megamenu>.level_1>li.last{padding-right:0}#header nav.mod_megamenu>.level_1>li:hover>.megamenu{display:block;position:absolute}#header nav.mod_megamenu>.level_1>li.active,#header nav.mod_megamenu>.level_1>li.trail{background-color:#fff;border-left:1px solid #ddd;border-right:1px solid #ddd;border-top:1px solid #ddd;padding-bottom:3px;padding:0 5px}#header nav.mod_megamenu>.level_1>li.active>a,#header nav.mod_megamenu>.level_1>li.trail>a,#header nav.mod_megamenu>.level_1>li.active>span,#header nav.mod_megamenu>.level_1>li.trail>span{color:#000;font-weight:600}#header nav.mod_megamenu .suche{display:none}#header .mod_navigation#mainnavEbene2{margin:3px 30px 0 30px;padding-left:15px;padding-right:15px}#header .mod_navigation#mainnavEbene2 .suche{display:none}#header .mod_navigation#mainnavEbene2 .level_1>li{float:left;margin-right:20px;line-height:1.2em}#header .mod_navigation#mainnavEbene2 .level_1>li>a{color:#1d1d1b}#header .mod_navigation#mainnavEbene2 .level_1>li>a:hover{color:#000}#header .mod_navigation#mainnavEbene2 .level_1>li.active,#header .mod_navigation#mainnavEbene2 .level_1>li.trail{color:#000;font-weight:600}@media screen and (max-width: 768px){#header .mod_navigation#mainnavEbene2{ display:none}}#header nav.mod_navigation#mainnav{padding-top:Infinitypx;margin-bottom:Infinitypx}#header nav.mod_navigation#mainnav .level_1{margin-bottom:0}#header nav.mod_navigation#mainnav .level_1>li{font-size:1.125rem;padding-bottom:5px;border-bottom:8px solid transparent}#header nav.mod_navigation#mainnav .level_1>li>a{border-bottom:0}#header nav.mod_navigation#mainnav .level_1>li>a:hover{border-bottom:0}#header nav.mod_navigation#mainnav .level_1>li .level_2{margin-top:13px;padding:20px 0;border-left:1px solid #000;border-right:1px solid #000;border-bottom:1px solid #000}#header nav.mod_navigation#mainnav .level_1>li .level_2>li{padding:5px 1.4em}#header nav.mod_navigation#mainnav .level_1>li .level_2>li a,#header nav.mod_navigation#mainnav .level_1>li .level_2>li span{font-weight:400}#header nav.mod_navigation#mainnav .level_1>li .level_2>li.active>span,#header nav.mod_navigation#mainnav .level_1>li .level_2>li.trail>span{font-weight:600}#header nav.mod_navigation#mainnav .level_1>li:hover{border-bottom:8px solid rgba(29,29,27,.4)}#header nav.mod_navigation#mainnav .level_1>li.active,#header nav.mod_navigation#mainnav .level_1>li.trail{border-bottom:8px solid #1d1d1b}#header nav.mod_navigation#mainnav .level_1>li.submenu:hover .level_2{display:block}#header nav.mod_navigation#mainnav .suche{display:none}#header #logo{width:200px;padding-top:15px;margin-bottom:20px;margin-right:auto;margin-left:auto}#header #headerimage{clear:both}#header #kopftext p{font-size:3rem;line-height:1em;padding:.6rem 0;border-top:1px solid black;border-bottom:1px solid black;letter-spacing:0}#header #kontakt{float:right;margin-right:30px;margin-top:70px;padding-left:50px;height:50px;background-image:url(../../files/system/assets/images/phone-45c.html);background-repeat:no-repeat;background-position:0 0;color:#000;font-size:1.5625rem;font-family:'Open Sans',sans-serif}#header #kontakt>.ce_text{margin-top:10px}#header #kontakt p{margin-bottom:0}#header #mainnav{clear:both}#container{background-color:transparent;margin-bottom:15px;clear:both;border-bottom:1px solid black}#container .mod_article{background-color:#fff}#container #main{background-color:transparent}#container #main .inside{padding-left:30px;padding-right:30px}#container #main .inside .suche{display:none}#container #main .inside .mod_article>[class^=ce_]{margin-bottom:30px}#container #main .inside .mod_article>[class^=ce_].last{margin-bottom:0}#container #main .inside .linkbox-rot{line-height:.5rem}#container #main .inside .linkbox-rot>a{background-color:#000;color:#fff;display:inline-block;padding:5px;margin-bottom:10px;font-family:'Open Sans',sans-serif;background-image:url(../../files/system/assets/images/pfeil-2.html);background-position:98% 0;background-repeat:no-repeat;background-size:2.5em;line-height:1.4375rem;min-width:88%;padding-right:13%}#container #left{background-color:transparent}#container #left .inside{padding-left:30px}#container #left .inside .mod_navigation{background-color:#fff;padding:0;margin-bottom:30px;margin-top:35px}#container #left .inside .mod_navigation a{color:#000;border-bottom:1px solid transparent}#container #left .inside .mod_navigation a:hover{color:#000;border-bottom:1px dotted transparent}#container #left .inside .mod_navigation span{color:#000;font-weight:600}#container #left .inside .mod_navigation .level_1>li{background-image:url(../../files/system/assets/images/pfeil-1-trans.png);background-position:0 0;background-repeat:no-repeat;line-height:1rem;margin-bottom:11px}#container #left .inside .mod_navigation .level_1>li>a{color:#1d1d1b}#container #left .inside .mod_navigation .level_1>li .level_2{display:none}#container #left .inside .mod_navigation .level_1>li:hover>a,#container #left .inside .mod_navigation .level_1>li:hover>span{color:#000}#container #left .inside .mod_navigation .level_1>li.trail>a{color:#000}#container #left .inside .mod_navigation .level_1>li.active,#container #left .inside .mod_navigation .level_1>li.trail{font-weight:600}#container #left .inside .mod_navigation .level_1>li.active>a,#container #left .inside .mod_navigation .level_1>li.trail>a{color:#000}#container #left .inside .mod_navigation .level_1>li.active .level_2,#container #left .inside .mod_navigation .level_1>li.trail .level_2{padding-left:15px;padding-top:10px;padding-bottom:10px;margin-top:7.5px;border-top:1px solid #000;border-bottom:1px solid #000;display:block}#container #left .inside .mod_navigation .level_1>li.active .level_2>li,#container #left .inside .mod_navigation .level_1>li.trail .level_2>li{margin-bottom:10px}#container #left .inside .mod_navigation .level_1>li.active .level_2>li.last,#container #left .inside .mod_navigation .level_1>li.trail .level_2>li.last{margin-bottom:0}#container #left .inside .mod_navigation .level_1>li.active .level_2>li>a,#container #left .inside .mod_navigation .level_1>li.trail .level_2>li>a{font-weight:300}#container #left .inside .mod_navigation .level_1>li.active .level_2>li>a.active,#container #left .inside .mod_navigation .level_1>li.trail .level_2>li>a.active{font-weight:600}#container #left .inside .mod_navigation .level_1>li.nav-headline{margin-top:30px}#container #left .inside .mod_navigation .level_1>li.nav-headline>a{font-weight:initial}#container #left .inside .mod_navigation .suche{display:none}#container #right .inside{padding-right:30px}#container #right .inside .ce_image{margin-bottom:15px;overflow:inherit}#container #right .inside .ce_image figure figcaption{font-size:.75rem;color:#000}#container #right .inside .ce_image figure img{border:1px solid #1d1d1b}#footer{background-color:transparent;font-size:.875rem;line-height:1.3em;color:#0f3f93;padding-left:30px;padding-right:30px;padding-bottom:1em}#footer .suche{display:none}#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6{color:#0f3f93}#footer p{line-height:1.3em}#footer .inside{display:inline-block;width:100%}#footer a{color:#000}#footer #footerkontakt{float:left}#footer .mod_sitemap{float:right}#footer .mod_sitemap .level_1{list-style-type:none;color:#0f3f93}#footer .mod_sitemap .level_1>li{float:left;margin-left:10px;margin-right:10px}#footer .mod_sitemap .level_1>li>a{font-size:.8125rem;font-weight:600;color:#0f3f93;text-transform:uppercase}#footer .mod_sitemap .level_1>li.first{margin-left:0}#footer .mod_sitemap .level_1>li.last{margin-right:0}#footer .mod_sitemap .level_1>li .level_2{margin-top:10px;max-width:12em}#footer .mod_sitemap .level_1>li .level_2>li{margin:10px 0}@media screen and (max-width: 1024px){#footer .mod_sitemap{ float:left;clear:left}}@media screen and (max-width: 768px){#footer .mod_sitemap{ display:none}}#siewertfooter{margin:3px auto;max-width:1200px;font-size:.625rem}#siewertfooter p{line-height:.75rem}#siewertfooter .mod_navigation{display:none;margin-bottom:5px}@media screen and (max-width: 1200px){#wrapper{ margin:0 auto}#header #kontakt{margin-right:30px}#header #mainnav{padding-right:30px;padding-left:30px}#container #main .inside{padding-left:30px;padding-right:30px}#container #left .inside{padding-left:30px}#footer{padding-left:30px;padding-right:30px}#siewertfooter{margin:3px auto}}@media screen and (max-width: 1024px){#wrapper{ max-width:1021px;margin:0 auto}#header #kontakt{margin-right:30px;margin-bottom:5px}#header #mainnav{padding-right:30px;padding-left:30px}#header nav.mod_megamenu{padding-right:15px;padding-left:15px}#header .mod_article.last{clear:both}#header #mobilemenu{left:0;top:0;position:absolute;height:45px}#header #mobilemenu #opener a{padding:3px 0 2px 0}#container{clear:both}#container #main .inside{padding-left:30px;padding-right:30px}#container #left .inside{padding-left:30px}#footer{padding-left:30px;padding-right:30px}#siewertfooter{margin:3px auto;max-width:1021px}}@media screen and (max-width: 768px){#wrapper{ max-width:960px;margin:0 auto}#header{background-color:transparent}#header nav.mod_navigation#metanav{padding:0 6px}#header .mod_megamenu{display:none}#header .mod_changelanguage{padding:0 6px}#header #kontakt{margin-top:0;margin-right:0;margin-bottom:0;background-color:#000;color:#fff;width:70%;height:45px;padding-left:0;background-image:none}#header #kontakt .ce_text{float:right;padding-right:6px;margin-top:0}#header #kontakt .ce_text p{padding:14px 0 0 0}#header #kontakt .ce_text #kontakttel{background-image:url(../../files/system/assets/images/phone-45c-weis.html);background-size:40px;background-repeat:no-repeat;height:3rem;width:3rem;display:inline-block;position:relative;top:-12px}#header #kontakt a{color:#fff}#header .mod_article.first.last{border-top:5px solid #fff}#container{clear:both;padding-left:0!important}#container #main .inside{padding-left:6px;padding-right:6px}#container #left{display:none}#container #right .inside{padding-left:6px;padding-right:6px}#footer{padding-left:6px;padding-right:6px}#siewertfooter{margin:3px auto;padding-left:6px;padding-right:6px;max-width:960px}#siewertfooter .mod_navigation{display:block}#siewertfooter .mod_navigation .level_1>li{float:left}#siewertfooter .mod_navigation .level_1>li::after{content:'|'}#siewertfooter .mod_navigation .level_1>li.last::after{content:''}#siewertfooter .mod_navigation .suche{display:none}}@media screen and (max-width: 767px){#right .inside .mod_article .ce_image{ float:left;width:50%}#right .inside .mod_article .ce_image:nth-of-type(2n+1) figure{padding-right:15px}#right .inside .mod_article .ce_image:nth-of-type(2n) figure{padding-left:15px}#right .inside .mod_article .ce_headline{float:none;width:100%}#right .inside .mod_article figure figcaption{min-height:2rem}}@media screen and (max-width: 510px){#container #main .inside .ce_form{ padding:15px}#container #main .inside .ym-gr{float:left;margin:0}#container #left .inside .mod_content{float:left;width:50%}}@media screen and (max-width: 510px){.linearize-level-1{ margin-bottom:0!important}.linearize-level-1>[class*="ym-g"]{width:50%}.linearize-level-1>[class*="ym-g"].col_1>[class*="ym-gbox"],.linearize-level-1>[class*="ym-g"].col_3>[class*="ym-gbox"]{padding-left:0!important;padding-right:10px!important}.linearize-level-1>[class*="ym-g"].col_2>[class*="ym-gbox"],.linearize-level-1>[class*="ym-g"].col_4>[class*="ym-gbox"]{padding-left:10px!important;padding-right:0!important}.startseite .linearize-level-1>[class*="ym-g"]{margin-bottom:30px}}
/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */

