<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery&gt;ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery&gt;ul li{float:left}.ce_gallery&gt;ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
/**
 * 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.
 * 
 *   tl_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 (tl_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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu &gt; .mm-list {
    padding-bottom: 0; }
    .mm-menu &gt; .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

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

.mm-list,
.mm-list &gt; 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 &gt; li {
    position: relative; }
    .mm-list &gt; li &gt; a,
    .mm-list &gt; li &gt; 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 &gt; 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 &gt; 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 &gt; li.mm-selected &gt; a.mm-subopen {
    background: transparent; }
  .mm-list &gt; li.mm-selected &gt; a.mm-fullsubopen + a,
  .mm-list &gt; li.mm-selected &gt; 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 &gt; 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 &gt; li.mm-spacer {
    padding-top: 40px; }
    .mm-list &gt; 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 &gt; .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list &gt; li &gt; a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list &gt; li &gt; a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list &gt; li.mm-opened &gt; 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 &gt; li.mm-label &gt; 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 &gt; li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list &gt; li &gt; a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list &gt; li &gt; a.mm-subopen:after, .mm-menu .mm-list &gt; li &gt; a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list &gt; li &gt; a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list &gt; li.mm-selected &gt; a:not(.mm-subopen),
  .mm-menu .mm-list &gt; li.mm-selected &gt; span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list &gt; li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened &gt; a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened &gt; 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 effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%); }
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -o-transform: translateX(30%);
  transform: translateX(30%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

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

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

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

.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-list &gt; li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list &gt; li &gt; a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list &gt; li &gt; a.mm-subopen:after, .mm-menu.mm-light .mm-list &gt; li &gt; a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list &gt; li &gt; a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list &gt; li.mm-selected &gt; a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list &gt; li.mm-selected &gt; span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list &gt; li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened &gt; a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened &gt; 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 &gt; * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-buttonbar &gt; 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 &gt; div &gt; 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 &gt; li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list &gt; li &gt; a.mm-subclose {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list &gt; li &gt; a.mm-subopen:after, .mm-menu.mm-white .mm-list &gt; li &gt; a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list &gt; li &gt; a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list &gt; li.mm-selected &gt; a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list &gt; li.mm-selected &gt; span {
    background: rgba(0, 0, 0, 0.06); }
  .mm-menu.mm-white .mm-list &gt; li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened &gt; a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened &gt; 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 &gt; * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-buttonbar &gt; 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 &gt; div &gt; 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 &gt; li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list &gt; li &gt; a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list &gt; li &gt; a.mm-subopen:after, .mm-menu.mm-black .mm-list &gt; li &gt; a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list &gt; li &gt; a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list &gt; li.mm-selected &gt; a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list &gt; li.mm-selected &gt; span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list &gt; li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened &gt; a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened &gt; 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 &gt; * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-buttonbar &gt; 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 &gt; div &gt; 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;
}
/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* Style sheet screen */
@charset "utf-8";

html {
	height: 101%;
}
body {
	margin: 0;
	padding:0;
	background-color:#FFFFFF;
	font-family:  'Roboto',Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#000000;
}
a, body, div, input, label, li, ol, p, select, td, th, textarea, u, ul {
	font-size:13px;
}
header, footer, nav, section, aside, article, figure, figcaption {
	margin: 0;
	padding: 0;
}
a {
	outline: 0;
}
a:link, a:visited, a:active {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:underline;
	color:#000000;
}
#wrapper {
	width:900px;
	margin: 25px auto;
	position:relative;
	max-width: 100%;
}
#footer, #container {
	background-color:#FFFFFF;
}
#header {
	position:relative;
	background-color:#FFFFFF;
}
#header .image_container {
	margin: 0 0 15px 0;
}
#header #headerLogo {
	text-align: center;
	margin: 0 auto;
}
	
	
#footer {
}
#footer .inside {
	padding:0;
}
#footernav {
	float: left;
}
#footernav ul {
	margin:0;
	padding:0;
}
#footernav ul li {
	float:left;
	padding:6px 0;
	list-style-type:none;
	margin-right: 12px;
}
#footernav a, #footernav li, #footernav span {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:15px;
	color:#9d9ea1;
	line-height:23px;
	font-weight: 400;
}
#footernav a.active, #footernav span.active, #footernav a.trail {
	text-decoration:none;
	color:#628d7c;
}
#footernav a:hover {
	text-decoration:none;
	color:#628d7c;
}

#footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:23px;
	color:#9d9ea1;
	text-align: right;
}
#footertext p {
	margin: 6px 0;
	}
	

h1, h1 a {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:24px;
	color:#709787;
	line-height:30px;
	margin-bottom: 20px;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:active  {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#709787;
	line-height:30px;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:active {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	color:#9D9EA1;
	line-height:20px;
}
h4 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#000000;
}
h5 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#9D9EA1;
}



#main .ce_text, #main p {
	font-family:  'Roboto',Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 20px;
	color:#000000;
}
#main .ce_text ul {
    list-style-type: inherit;
    list-style-position: inside;
}
#container {
	margin-top: 26px;
}
#container #left .inside {
	padding-right: 20px;
}
.mod_newslist block {
	background-color: #ecf1ef;
	margin-top: 70px;
	padding-top: 8px;
	}
#newsblock-startseite h2 {
	padding: 0 8px;
		line-height: 20px;

	}
#left .layout_short {
    border-bottom: 1px solid #79A290;
	padding: 0 8px 9px 8px;
	margin-bottom: 10px;
	}
#left .layout_short.last {
    border-bottom: none;
	}
#left .layout_short p {
	margin: 0;
	}

#left .layout_short h3,
#left .layout_short h5,
#left .layout_short p {
	line-height: 20px;
	}

span.more a {
	color:#709787;
}

	
#main .mod_article {
	margin-bottom:30px;
}
#main p {
	margin:0 0 20px;
}
#main .ce_text {
	max-width: 555px;
}
#main .schmal {
	max-width: 440px;
}
#main .breit {
	max-width: 670px;
}
#main ol {
	width:510px;
	margin:20px 0 0;
	padding:0 0 0 20px;
}
#main ol li {
	margin:10px 0 0;
}

#main .layout_latest {
    border-bottom: 1px solid #79A290;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}
#main .layout_latest.last {
    border-bottom: none;
	}
#main .layout_latest p {
	margin: 0;
	}

.float_left {
	margin: 0 10px 10px 0;
}
.ce_hyperlink, .ce_image {
	margin-bottom: 20px;
}
.ce_hyperlink a, p.back a {
	line-height: 20px;
	color: #739282;
	font-weight: bold;
}
.ce_toplink  {
	text-align: right;
	border-bottom: 1px solid #79a290;
	clear: both;
}
.image_container img {
	max-width: 100%;
}
.ce_text, .teaser {
	line-height:1.5;
}
.ce_download {
	text-align: center;
	width: 50%;
	float: left;
	margin-bottom: 20px;
	}
div.error, #main p.error, label.error {
	color:#EE2E08;
}
.mod_article .back {
	margin-top:18px;
}
.mod_article .more {
	display:inline;
}
.mod_article .pdf_link {
	margin-bottom:-16px;
	text-align:right;
}
.mod_article .pdf_link a {
	padding-right:1px;
	padding-left:1px;
}
.ce_list ul {
	margin:0;
	padding:0;
}
.ce_list li {
	margin:0 0 0 22px;
	padding:0;
	line-height:16px;
}
* html .ce_list li {
	margin-left:26px;
}
.mod_navigation ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.mod_navigation li {
	margin:0;
	padding:0;
	list-style-type:none;
}
* html .mod_navigation ul, * html .mod_navigation li {
	height:1px;
}
.mod_navigation a, .mod_navigation li, .mod_navigation span,
.mod_articleList a,
.mod_articleList li,
.mod_articleList span {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:16px;
	letter-spacing: 0.7px;
	color:#757679;
	line-height:23px;
}

.mod_navigation .level_2 a, .mod_navigation .level_2 li, .mod_navigation .level_2 span {
	font-weight:normal;
	text-decoration:none;
	font-size:15px;
	color:#9d9ea1;
	line-height:23px;
}
.mod_navigation a.active, .mod_navigation span.active, .mod_navigation a.trail {
	text-decoration:none;
	color:#628d7c;
}
.mod_navigation a:hover {
	text-decoration:none;
	color:#628d7c;
}
#topnav {
	border-top: 1px solid #79a290;
	padding: 16px 0;
}
#topnav .level_1 li {
	float: left;
	margin-right: 34px;
}
#topnav .level_1 li.last {
	margin-right: 0;
	text-align: right;
}
	#topnav ul {
		float: left;
		left: 50%;
		position: relative;
	}
	#topnav .level_1 li {
		position: relative;
		right: 50%;
	}


#subnav {
	margin-bottom:30px;
	margin-top: 4px;
	width: 210px;
}
#subnav li {
	padding-bottom: 16px;
}
#subnav ul.level_2 {
	padding-left: 20px;
}
#subnav .level_2 li {
	padding: 16px 0 0 0;
}

.mod_articleList {
	margin-bottom:30px;
	margin-top: 4px;
	width: 210px;
}

.mod_articleList ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.mod_articleList li {
	margin:0;
	padding:0;
	list-style-type:none;
	padding-bottom: 16px;
}
* html .mod_articleList ul, * html .mod_articleList li {
	height:1px;
}
.mod_articleList a.active, .mod_articleList span.active, .mod_articleList li.current a {
	text-decoration:none;
	color:#709787;
}
.mod_articleList a:hover {
	text-decoration:none;
	color:#709787;
}

#main .inside .ce_image.right .image_container {
	width: 210px;
}


div.ce_form {
	margin: 0 0 20px 0;
}
div.formbody {
	line-height:33px;
}
div.formbody div {
	position: relative;
}
#main div.formbody div p.error {
	position: absolute;
	bottom: 0;
	left: 96px;
	margin: 0;
}

form div.submit_container {
	height:28px;
	line-height:28px;
	padding-left: 95px;
}
form fieldset {
	display:block;
	margin:0;
	padding:0;
	border: none;
}
form div.links, form div.rechts {
	width:320px;
	float: left;
}
form legend {
	display:none;
}
form div.radio_container {
	display:inline;
}
form label {
	float:left;
	width:95px;
	display:block;
}
form label.mandatory {
	font-weight:bold;
}
form label.mandatory span.mandatory {
	display:none;
}
form input[type="text"] {
	width: 431px;
	height:22px;
	padding: 2px;
	margin: 0 0 20px 0;
	border: none;
	background-color: #d5e2d0;
	background-image: url(../../tl_files/layout/bg_input.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
form textarea {
	width: 431px;
	height:100px;
	padding: 2px;
	margin-bottom: 20px;
	border: none;
	background-color: #d5e2d0;
	background-image: url(../../tl_files/layout/bg_input.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
form input.captcha {
	width: 165px;
	}
	
.right {
	float:right;
}

.fixed {
	position:fixed;
}

h4.label {
	float: left;
	width: 135px;
	}
#kontaktformular h4.label {
	line-height: 33px;
	}
#kontaktformular .ce_form {
	float: right;
	max-width: 530px;
	}

#so-finden-sie-uns .ce_image, #main #so-finden-sie-uns .ce_text, #main #oeffnungszeiten .ce_text {
	float: right;
	max-width: 530px;
	}
	

#header #headerLogo {
	width: 247px;
	max-width: 80%;
	margin-bottom: 15px;
}

#mobilenavlink {
    display: none;
	margin: 6px;
	z-index: 999;
}
#mobilenavlink a {
    color: #b9c5b7;
    font-size: 1.8em;
    margin: 0;
    padding: 2px 0;
    text-decoration: none;
	outline: 0;
}
#mobilenavlink a:hover {
    color: #9cb0c8;
}

.ie.mobile .icon-align-justify:before {
    content: "";
	}
.ie.mobile #mobilenavlink a {
	height: 25px;
}
.ie.mobile #mobilenavlink a {
	line-height: 0;
	margin: 0;
	display: block;
	width: 25px;
	padding: 2px 15px;
	font-size: 0;
}
.ie.mobile .icon-align-justify:after {
	content: "";
	display: block;
	height: 3px;
	border-radius: 2px;
	background: #b9c5b7;
	box-shadow: 0 7px #b9c5b7, 0 14px #b9c5b7;
}

	#kontaktdaten table {
		float: left;
	}

@media (max-width: 925px)
{
	body {
	  margin: 20px 0;
	}
	#wrapper {
		margin:0;
		width:auto;
		max-width: 900px;
	}
	#header .inside {
	}
	#topnav {
	  padding: 10px;
	}
	#topnav ul {
		float: left;
		left: 50%;
		position: relative;
	}
	#topnav .level_1 li {
		position: relative;
		right: 50%;
	  margin-right: 10px;
	}
	#main .inside {
	  padding: 10px;
	}
	#header .mod_changelanguage {
	  left: 10px;
	}
	#header #headerLogo {
	  right: 10px;
	}
	#footer .inside,
	#left .inside {
	  padding: 10px;
	}
	#main .inside .ce_image.right {
		float: none;
	}
	#main .inside .ce_image.right .image_container {
		margin-left: 0 !important;
	}
	h4.label,
	#kontaktformular .ce_form,
	#so-finden-sie-uns .ce_image, #main #so-finden-sie-uns .ce_text, #so-finden-sie-uns .ce_hyperlink, #main #oeffnungszeiten .ce_text {
		float: none;
	}
	h4.label {
		margin-bottom: 10px;
	}
	#newsblock-startseite h2 {
		padding: 0;
	}
	#left .layout_short {
		padding: 9px 0;
	}


}

@media screen and (max-width: 767px) {
	#mobilenavlink {
		display: block;
	}
	#topnav {
		display: none;
	}
	#footerlogo {
	  float: none;
	}
	#subnav {
		display: none;
	}
	#left .mod_articleList {
		display: none;
		}

}





.post-it-container{
	width:200px;
	height:200px;
	margin: 20px;
	
	/* Drehung */
	
	-moz-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

.post-it {
	width: 180px;   
	min-height:180px;
	max-height:180px;
	box-sizing:border-box;
	padding:25px 10px 10px 10px;
	position:relative;   
	border:1px solid #E8E8E8;  
	border-bottom-right-radius: 60px 15px;
	display:inline-block;

	font-family:'Oswald', sans-serif;;    
	font-size:18px;
	line-height: 1.1;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;

/* Farbverlauf */

	background: #B7C8B9; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #B7C8B9 81%, #B7C8B9 82%, #B7C8B9 82%, #D5DBD6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(81%,#B7C8B9), color-stop(82%,#B7C8B9), color-stop(82%,#B7C8B9), color-stop(100%,#D5DBD6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #B7C8B9 81%,#B7C8B9 82%,#B7C8B9 82%,#D5DBD6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #B7C8B9 81%,#B7C8B9 82%,#B7C8B9 82%,#D5DBD6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #B7C8B9 81%,#B7C8B9 82%,#B7C8B9 82%,#D5DBD6 100%); /* IE10+ */
	background: linear-gradient(135deg, #B7C8B9 81%,#B7C8B9 82%,#B7C8B9 82%,#D5DBD6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B7C8B9', endColorstr='#D5DBD6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}


/* Schatten */

.post-it:after {     
	content: "";
	position:absolute;
	z-index:-1;
	right:-0px;
	bottom:20px;
	width:160px;
	height: 25px;
	background: rgba(0, 0, 0, 0.2);
	box-shadow:3px 15px 6px rgba(0, 0, 0, 0.40);
	-moz-transform: matrix(-1, -0.1, 0, 1, 0, 0);
	-webkit-transform: matrix(-1, -0.1, 0, 1, 0, 0);
	-o-transform: matrix(-1, -0.1, 0, 1, 0, 0);
	-ms-transform: matrix(-1, -0.1, 0, 1, 0, 0);
	transform: matrix(-1, -0.1, 0, 1, 0, 0);
}


/* Text */

#neu{
	font-size:22px;
	margin:0px;
	color:#35648D;
	padding-bottom:10px;
}

#termine{
	line-height:1.3em;
	color:white;
	letter-spacing:0.05em;
	margin:0px;
	font-size:17px;
}

#termine:hover{
	color:#35648D;
}


/* Linie */

#neu:after{
	content:"";
	display:block;
	height:1px;
	margin:10px 55px 0px 55px;
	border-bottom:white solid 2px;
}

/* Icon */

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top:5px;
}

.fa-arrow-right:before {
  content: "\f061";
}



.infobox {
	background-color: #c4d4ce;
	padding: 20px;
}
.infobox h2 {
	color: #000000;
}
#main .ce_text.infobox {
    max-width: none;
}


#header .ce_text {
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
}

#headertext {
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	padding: 15px 0 10px;
}


#headertext .image_container {
	width: 50%;
	margin: 0 30px 0 0;
}

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

	#headertext {
		padding: 15px 10px 10px;
	}

	#headertext .image_container {
		width: 100%;
		margin: 0;
	}

}
/**
 * @license
 * MyFonts Webfont Build ID 3079906, 2015-08-24T08:07:59-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: TradeGothicLT-Light by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/trade-gothic/light-63882/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted (c) 1989, 1992, 2003 Linotype Library GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype Library GmbH, and 
 * Licensed pageviews: 250,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&amp;buildid=3079906
 * 
 * Â© 2015 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2efee2");

  
@font-face {font-family: 'TradeGothicLT-Light';src: url('../../tl_files/webfonts/2EFEE2_0_0.eot');src: url('../../tl_files/webfonts/2EFEE2_0_0.eot?#iefix') format('embedded-opentype'),url('../../tl_files/webfonts/2EFEE2_0_0.woff2') format('woff2'),url('../../tl_files/webfonts/2EFEE2_0_0.woff') format('woff'),url('../../tl_files/webfonts/2EFEE2_0_0.ttf') format('truetype');}
 
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../../tl_files/webfonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../tl_files/webfonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../tl_files/webfonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../tl_files/webfonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../tl_files/webfonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../tl_files/webfonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../../tl_files/webfonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../tl_files/webfonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../tl_files/webfonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../tl_files/webfonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../tl_files/webfonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../tl_files/webfonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../../tl_files/webfonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../tl_files/webfonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../tl_files/webfonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../tl_files/webfonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../../tl_files/webfonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../tl_files/webfonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../../tl_files/webfonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../tl_files/webfonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../tl_files/webfonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../tl_files/webfonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../tl_files/webfonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../tl_files/webfonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}



.webkit * {
	-webkit-font-smoothing: antialiased;
}


h1 {
	font-family: 'TradeGothicLT-Light', Arial,Helvetica,sans-serif;
}
h2,
h3,
h3 a {
	font-family: 'TradeGothicLT-Light', Arial,Helvetica,sans-serif;
}
.mod_navigation a,
.mod_navigation li,
.mod_navigation span,
.mod_articleList a,
.mod_articleList li,
.mod_articleList span {
	font-family: 'TradeGothicLT-Light', Arial,Helvetica,sans-serif;
}
#footernav a,
#footernav li,
#footernav span {
	font-family: 'TradeGothicLT-Light', Arial,Helvetica,sans-serif;
}
#footertext {
	font-family: 'TradeGothicLT-Light', Arial,Helvetica,sans-serif;
}



@font-face {
  font-family: 'fontello';
  src: url('../../tl_files/webfonts/fontello.eot?36165738');
  src: url('../../tl_files/webfonts/fontello.eot?36165738#iefix') format('embedded-opentype'),
       url('../../tl_files/webfonts/fontello.woff?36165738') format('woff'),
       url('../../tl_files/webfonts/fontello.ttf?36165738') format('truetype'),
       url('../../tl_files/webfonts/fontello.svg?36165738#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../../webfonts/fontello.svg?36165738#fontello') format('svg');
  }
}
*/

@font-face {
  font-family: 'FontAwesome';
  src: url('../../tl_files/webfonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../../tl_files/webfonts/fontawesome-webfont.eot?#iefix&amp;v=4.6.3') format('embedded-opentype'),
  	   url('../../tl_files/webfonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), 
	   url('../../tl_files/webfonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), 
	   url('../../tl_files/webfonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), 
	   url('../../tl_files/webfonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

 
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
 
.icon-mail:before { content: '\e800'; } 
.icon-mail-alt:before { content: '\e801'; } 
.icon-align-justify:before { content: '\e802'; } 
.icon-phone:before { content: '\e803'; } 
.icon-location:before { content: '\e804'; } 
.icon-twitter:before { content: '\e805'; }
.icon-gplus:before { content: '\e806'; } 
.icon-facebook:before { content: '\e807'; } 



</pre></body></html>