/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
@media(max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

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

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

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

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

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

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

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

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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}
/* basic.css */
.cont_btns img{width:66px;height:66px;float:left;margin:0;padding:0}.cont_btns{width:66px;top:66px;position:absolute;float:none}.downline{width:100%;height:100%;top:0;position:absolute;display:table-caption;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+81,000000+100&amp;0+45,0.65+100 */background: -moz-linear-gradient(top,  rgba(0,0,0,0) 45%, rgba(0,0,0,0.43) 81%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 45%,rgba(0,0,0,0.43) 81%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  rgba(0,0,0,0) 45%,rgba(0,0,0,0.43) 81%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */}.breadcrumbs{display:none}.white .flex-control-nav{bottom:0}.white .flexslider{border:0px solid #fff;-webkit-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);-moz-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0)}#main .mod_article.introtext{padding-top:70px;padding-bottom:50px}#main .pagination li[class] + li a.link,#main .pagination li:first-child a.link,#main .pagination li[class] + li span,#main .pagination li:first-child span{padding-left:5px}#main .pagination li[class] + li a.link:before,#main .pagination li:first-child a.link:before,#main .pagination li[class] + li span:before,#main .pagination li:first-child span:before{display:none}#main .mod_search .pagination ul,#main .mod_search .pagination li{margin:0;padding:0;list-style-type:none}#main .mod_search .pagination li{float:left}#main .mod_search .pagination a,#main .mod_search .pagination span{display:block;padding:5px}#main .mod_search .pagination a.link,#main .mod_search .pagination span{position:relative;padding-left:10px}#main .mod_search .pagination a.link:before,#main .mod_search .pagination span:before{left:0;position:absolute;content: "·"; /* · */}.mmenubtn{display:none}#main .slides li{margin:0}input,textarea{margin-bottom:5px;padding:5px 10px;background-color:#fff;border-top:0px solid #ccc;border-right:0px solid #ccc;border-bottom:1px solid #ccc;border-left:0px solid #ccc}input:focus,textarea:focus{margin-bottom:5px;padding:5px 10px;background-color:#fff;border-top:0px solid #fcc304;border-right:0px solid #fcc304;border-bottom:1px solid #fcc304;border-left:0px solid #fcc304}input.submit{margin-top:20px;padding:5px 10px;background-color:#525151;border:0px;color:#fff;text-transform:uppercase}.headerimage img{width:100%;height:auto;margin-bottom:-6px}.headerimage .downline{bottom:0}.katalogcontainer img:hover{opacity:0.2}.katalogcontainer img{opacity:1.0;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;transition: all 0.7s ease-in-out}.katalogcontainer{background-image:url("../../files/layout/magnifier.png");background-position:center center;background-repeat:no-repeat}#dlh_googlemap_1{left:0;position:absolute}.gmap{height:0px;position:relative;overflow:hidden;padding-bottom:350px}.address{padding-top:30px;padding-bottom:30px}.lastline{padding-top:2px;padding-bottom:2px}#footer .mod_article .inbox{position:relative}.socialbtns2{right:0;top:3px;position:absolute}.breadcrumbs li{float:none;display:inline;margin-right:10px;padding-right:20px;background-image:url("../../files/layout/breadcrumb_arrow_right.png");background-position:right center;background-repeat:no-repeat;list-style-type:none}.breadcrumbs li.active{float:none;display:inline;background-image:none;list-style-type:none}.breadcrumbs ul{width:100%;margin:0 auto;padding-top:20px;padding-right:0;padding-left:0;text-align:center}#main .mod_article{padding-top:20px;padding-bottom:20px}#main .introtext_head{padding-top:55px;padding-bottom:20px;text-align:left}.content-slider,.content-slider img{width:100%;height:auto}.slider-control a,.slider-control .slider-menu{width:50px;height:100px;top:50%;display:block;margin-top:-50px}.slider-control .slider-prev{left:20px;background-image:url("../../files/layout/sliderbox_left.png");background-position:left top;background-repeat:no-repeat;font-size:0px}.slider-control .slider-next{right:20px;background-image:url("../../files/layout/sliderbox_right.png");background-position:right top;background-repeat:no-repeat;font-size:0px}.slider-control .slider-menu{display:none}.slider-control{height:0px;position:static;margin-bottom:-6px}.content-slider figcaption{bottom:60px;right:0;position:absolute}.verlinkung{width:100%;height:auto;max-width:1000px;position:relative;margin:0 auto}.content-slider .image_container{position:relative}.logo{right:0;top:0;position:absolute;display:block;margin:0;padding:0}#header .mod_navigation{left:0;top:0;position:absolute;display:block;margin:0;padding:0}.headericons{left:0;top:0;position:absolute;display:block}.headericons img{margin-right:2px}.header_suche{left:153px;top:0;position:absolute;display:block}.header_suche table{margin:-3px 0 0;padding:0}.header_suche input{height:33px;margin:0 0 0 2.5px;padding:2px 0 2px 15px;border:2px solid}body{padding-top:65px}.trenner{width:100%;clear:both}#header{width:100%;height:66px;top:0;position:fixed;display:block;margin:0;padding:0;z-index:3}#header .mod_navigation.block{overflow:visible}#header .inside{width:100%;height:111px;margin:0 auto;padding:0}.sf-menu,.sf-menu *{margin:0;padding:0;list-style: none}.sf-menu li{position:relative}.sf-menu ul.level_2 li.first{margin-top:0;padding-top:0}.sf-menu ul{top:100%;position:absolute;display:none;left: 0;z-index: 99999}.sf-menu > li{float:left}.sf-menu li:hover > ul,.sf-menu li.sfHover > ul{display:block}.sf-menu a,.sf-menu span{position:relative;display:block}.sf-menu ul ul{top:0;left:100%}#container{width:100%;margin:0;padding:0}.mod_article .inbox{width:100%;max-width:1000px;margin:0 auto}.half{width:48%;float:left;margin-top:0;margin-bottom:0;margin-left:0;padding:10px 0}.half.left{margin-right:4%}
/* fonts.css */
.sliderbox h2{right:70px;position:absolute;padding:6px 20px}#footer h2{font-size:27px;line-height:37px;font-weight:300}.introtext p{font-size:19px;line-height:29px;font-weight:300}#main ul li{margin-left:-25px;list-style-type:square}#main .mod_breadcrumb ul li{margin-left:0}#main a{text-decoration:none}p.tel{padding-left:40px;background-image:url("../../files/layout/phone.png");background-position:left center;background-repeat:no-repeat}p.mail{padding-left:40px;background-image:url("../../files/layout/mail.png");background-position:left center;background-repeat:no-repeat}p.poi{padding-left:40px;background-image:url("../../files/layout/poi.png");background-position:left center;background-repeat:no-repeat}.address p{margin-bottom:10px;font:15px/20px 'Roboto',sans-serif;;font-weight:400}.lastline p,.lastline p a{font-size:12px;line-height:20px;text-decoration:none;text-transform:uppercase;font-weight:700}.catalogue_pre .half.right p{padding-left:60px;background-image:url("../../files/layout/book.png");background-position:left center;background-repeat:no-repeat;font-size:19px}.catalogue_pre .half.right p a{text-decoration:none}h4{float:none;display:table;padding:0;font:17px/27px 'Roboto',sans-serif;;font-weight:300}.sf-menu a,.sf-menu span{font:14px 'Roboto',sans-serif;;font-weight:300}.header_suche input{font:15px 'Roboto',sans-serif;;font-style:italic;text-transform:uppercase}h1{margin:0;padding:0;font-size:40px;line-height:54px;font-weight:300}h1,h2,.lastline p,h3,ul li{font-family:'Roboto',sans-serif;}#main .ce_text ul li{font:17px/27px 'Roboto',sans-serif;;font-weight:300}h2{margin:0;padding:0 0 20px;font-size:22px;line-height:32px;text-transform:none;font-weight:400}h3{margin:20px 0 0;padding:0 0 20px;font-size:18px;line-height:20px;font-weight:300}p{margin:0;padding:0;font:17px/26px 'Roboto',sans-serif;;color:#000;font-weight:300}td,label{margin:0;padding:0;font:14px/22px 'Roboto',sans-serif;;font-weight:400}#header .mod_navigation ul li a,#header .mod_navigation ul li span,#header .mod_navigation ul li a.trail,#header .mod_navigation ul li a.current,#header .mod_navigation ul li span.current,#header .mod_navigation ul li span.trail{float:none;margin:0;padding:22px;font-size:18px;text-decoration:none;text-transform:none;font-weight:300}#header .mod_navigation ul ul li a,#header .mod_navigation ul ul li span,#header .mod_navigation ul ul li a.trail,#header .mod_navigation ul ul li a.current,#header .mod_navigation ul ul li span.current,#header .mod_navigation ul ul li span.trail{float:none;margin:0;padding:15px;font-size:15px;text-decoration:none;text-transform:none;font-weight:300}.breadcrumbs a,.breadcrumbs span,.breadcrumbs p,.breadcrumbs li{float:none;display:inline-block;padding-top:5px;padding-bottom:5px;font:13px 'Roboto',sans-serif;;text-decoration:none;text-transform:none;font-weight:400}.sliderbox h1 span{margin:0;padding:0;font-weight:700}.sliderbox h1{margin:0;padding:10px 20px;font-size:29px;line-height:38px;font-weight:300}.content-slider figcaption{display:block;margin:4px 0 0;padding:0 70px 0 10px;text-align:right;background-image:url("../../files/layout/btn_more2.png");background-position:right center;background-repeat:no-repeat;border:1px solid #fff;font-size:16px;text-transform:none;font-weight:300}
/* colors.css */
#usercentrics-button .uc-banner-content{background-color: #ffffff !important}#usercentrics-button .uc-btn-new.uc-btn-accept{background-color: #0d948f !important;color: #ffffff !important}#usercentrics-button .uc-btn-new.uc-btn-deny{background-color: #0d948f !important;color: #ffffff !important}.sliderbox h2{color:#fff}#footer h2{color:#fff}#main .introtext ul li a{color:#000}#main .grey a,#main .white a{color:#949695}.address p{color:#fff}.lastline p,.lastline p a{color:#9e9e9c}.catalogue_pre .half.right p,.catalogue_pre .half.right p a{color:#fff}.address{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,262626+100 */background: rgb(0,0,0); /* Old browsers */background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(38,38,38,1) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(38,38,38,1) 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(38,38,38,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#262626',GradientType=0 ); /* IE6-9 */}.catalogue_pre{background-color:#008f8a}.breadcrumbs li a{color:#000}.breadcrumbs li{color:#008f8a}h4{border-color:#fcc304;color:#525151}.header_suche input{border-color:#fdc300;color:#a0a09d}#header{background-color:rgba(255,255,255,1);-webkit-box-shadow: 0px -9px 36px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px -9px 36px 0px rgba(0,0,0,0.75);box-shadow: 0px -9px 36px 0px rgba(0,0,0,0.75)}#header .mod_navigation ul li a{color:#000}#header .mod_navigation ul li span,#header .mod_navigation ul li a.current,#header .mod_navigation ul li a:hover,#header .mod_navigation ul li.sfHover a{background-color:rgba(0,143,138,.95);color:#fff}#header .mod_navigation ul li span,#header .mod_navigation ul li a.current,#header .mod_navigation ul li a:hover,#header .mod_navigation ul li.sfHover a,#header .mod_navigation ul li a.trail{background-color:rgba(0,143,138,.95);color:#fff}#header .mod_navigation ul ul li a{background-color:#9e9e9c;color:#fff}#header .mod_navigation ul ul li span,#header .mod_navigation ul ul li a.current,#header .mod_navigation ul ul li a:hover{float:none;background-color:rgba(255,255,255,.95);color:#000}.breadcrumbs{background-color:#fff}.introtext_head h1{color:#008f8a}.introtext_head p{color:#008f8a}.introtext p{color:#000}.introtext_head{background-color:#fff}.introtext{background-color:#fff;-webkit-box-shadow: inset 0px 23px 21px -27px rgba(0,0,0,0.75);-moz-box-shadow: inset 0px 23px 21px -27px rgba(0,0,0,0.75);box-shadow: inset 0px 23px 21px -27px rgba(0,0,0,0.75)}.sliderbox h1{color:#fff}#footer .catalog_teaser{background-color:#aeaeac}.lastline{background-color:#fff}#footer{background-color:#9e9e9c}.white h1,.grey h1{color:#000}.white h3,.grey h3{color:#525151}h2{color:#525151}.introtext h2{color:#000}.white p,.grey p{color:#525151}.grey{background-color:#fff}
@media handheld,only screen and (min-width: 768px) and (max-width: 1023px){
/* mq_basic_minus1024.css */
#header .mod_navigation ul li a,#header .mod_navigation ul li span,#header .mod_navigation ul li a.trail,#header .mod_navigation ul li a.current,#header .mod_navigation ul li span.current,#header .mod_navigation ul li span.trail{padding:22px 13px}.cont_btns{width:132px;top:0}.content-slider figcaption{margin-right:100px;margin-left:100px}body{padding-top:150px}#header .mod_navigation{bottom:0;top:auto}#header .inside{height:190px}#header{height:190px}#main .mod_article,.address,.lastline{width:90%;padding-right:5%;padding-left:5%}
}
@media handheld,only screen and (max-width: 767px){
/* mq_basic_minus768.css */
.cont_btns{width:132px;left:66px;top:0;position:absolute}.gmap{padding-bottom:300px}body{padding-top:66px}.mmenubtn{width:67px;height:666px;left:0;top:0;position:absolute;display:block}.downline{display:none}.content-slider figcaption{bottom:10px;margin-right:100px;margin-left:100px}.sliderbox h2{font-size:15px}.sliderbox h1{font-size:22px;line-height:30px}.logo{width:170px;right:-5px;top:2px}.breadcrumbs{display:none}.headericons,.header_suche{display:none}#header .mod_navigation{bottom:0;top:auto;display:none}#header .inside{height:110px}#header{height:66px;background-color:rgba(255,255,255,1);-webkit-box-shadow: 0px -5px 25px 13px rgba(0,0,0,0.34);-moz-box-shadow: 0px -5px 25px 13px rgba(0,0,0,0.34);box-shadow: 0px -5px 25px 13px rgba(0,0,0,0.34)}.half,.half.left,.half.right{width:100%;margin:0;padding:0}p{font-size:18px;line-height:25px}h1{font-size:29px;line-height:35px}#main .mod_article,.address,.lastline{width:90%;padding-right:5%;padding-left:5%}
}
@media handheld,only screen and (max-width: 479px){
/* mq_basic_minus480.css */
#katalog-komplett-in-iframe{display:none}.gmap{padding-bottom:220px}.socialbtns2{display:none}.sliderbox h2{margin:0}.slider-control a,.slider-control .slider-menu{top:25%}.content-slider figcaption{width:100%;bottom:0;top:-5px;position:relative;margin-right:0;margin-left:0;background-color:#fff}.verlinkung a{bottom:0;position:relative;text-decoration:none}h1{font-size:23px;line-height:31px}
}
@media handheld,only screen and (max-width:380px){
/* mq_minus_380.css */
.logo{width:230px;right:-8px;top:0}.cont_btns{display:none}
}
