/* Contao Open Source CMS, (c) 2005-2016 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-2016 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}
@font-face {
	font-family: 'DINWeb';
		src: url("/files/fonts/din/regular/DINWeb.eot?#iefix");
        src: url("/files/fonts/din/regular/DINWeb.eot?#iefix") format("eot"),
        	 url("/files/fonts/fonts/din/regular/DINWeb.woff2") format("woff2"),
        	 url("/files/fonts/din/regular/DINWeb.woff") format("woff"),
			 url("/files/fonts/din/regular/DINWeb.ttf") format("truetype");
}

@font-face {
	font-family: 'DINWeb-Medium';
		src: url("/files/fonts/din/medium/DINWeb-Medium.eot?#iefix");
		src: url("/files/fonts/din/medium/DINWeb-Medium.eot?#iefix") format("eot"),
        	 url("/files/fonts/din/medium/DINWeb-Medium.woff2") format("woff2"),
        	 url("/files/fonts/din/medium/DINWeb-Medium.woff") format("woff"),
			 url("/files/fonts/din/medium/DINWeb-Medium.ttf") format("truetype");
}
/* basics.css */
#lastline .linkedinlink p a{padding-left:30px;background-image:url("../../files/layout/in.png");background-position:left center;background-repeat:no-repeat}.linkedinlink{right:0;top:0;position:absolute;float:right}#main .ce_text.full p a,#main .ce_text.full p a:hover{float:none;display:inline;padding:0;font:16px/23px 'Roboto Condensed',sans-serif;text-decoration:none;color:#707070;text-transform:uppercase;letter-spacing:.5px;background-color:transparent;background-image:none}.full h1{background-image:url("../../files/layout/h1_downline_dark_grey.png");background-position:left bottom;background-repeat:no-repeat;font-size:50px;line-height:60px;color:#706f6f;letter-spacing:2px}.full h2{color:#706f6f}.full p{color:#706f6f}.ce_text.full{width:100%;float:left;padding:10% 5% 5%}#smartsolutions .accordion img{margin:10px;-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.53);-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.53);box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.53)}#main #contact .ce_text p a{margin-right:10px;margin-bottom:10px;padding:10px 14px 10px 46px;background:#003e77 url("../../files/layout/phone_white.png") left center no-repeat;font:15px/23px 'DINWeb-Medium',Arial,sans-serif;font-weight:normal;text-decoration:none;color:#fff;text-transform:uppercase;-webkit-transition: all 0.5s ease-in-out;  -moz-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out}#main #contact .ce_text p a:hover{margin-right:10px;margin-bottom:10px;padding:10px 14px 10px 46px;background-color:#1a66ac;font:15px/23px 'DINWeb-Medium',Arial,sans-serif;font-weight:normal;text-decoration:none;color:#fff;text-transform:uppercase;-webkit-transition: all 0.5s ease-in-out;  -moz-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out}#main #applications .ce_text p a{float:left;display:table;margin-right:10px;margin-bottom:10px;padding:10px 14px;background-color:#003e77;background-image:none;font:15px/23px 'DINWeb-Medium',Arial,sans-serif;font-weight:normal;text-decoration:none;color:#fff;text-transform:uppercase;-webkit-transition: all 0.5s ease-in-out;  -moz-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out}#main #applications .ce_text p a:hover{float:left;display:table;background-color:#1a66ac;background-image:none}.accordion .ce_sliderStart figure{text-align:center}.accordion img{max-width:350px;margin:0 auto;padding-right:0;text-align:center}.accordion .slider-control{height:50px}.slider-control .slider-menu b{padding-bottom:30px;font-size:40px;line-height:40px}.accordion figcaption{padding-top:10px;text-align:center;font:25px 'DINWeb',Arial,sans-serif;color:#6b7177;text-transform:uppercase}.slider-control .slider-prev,.slider-control .slider-next{display:none}.accordion{}.accordion .ce_text ul{margin:10px 0;padding:0}#main .ce_accordion ul li{display:table;margin-bottom:5px;padding-left:26px;background-image:url("../../files/layout/ce_accordion_ul_li.png");background-position:left top;background-repeat:no-repeat;list-style-type:none}.btnup{top:102px;position:absolute;display:none;right:5%}.is-sticky .btnup{top:40px;position:absolute;display:block}.ce_accordion .ce_text{padding-right:5%;padding-left:0}.ce_accordion .ce_text.acc1{padding-right:5%;padding-left:5%}.mm-list > li > a,.mm-list > li > span{font:16px 'DINWeb',Arial,sans-serif;text-transform:uppercase}.mobilemenubtn{display:none}.is-sticky #youtubeclip{top:-200px;position:absolute}#header .mod_navigation ul{margin:0;padding:0}.is-sticky #header .mod_navigation ul li a,.is-sticky #header .mod_navigation ul li span,.is-sticky #header .mod_navigation ul li.first a,.is-sticky #header .mod_navigation ul li.first span{color:#fff}.is-sticky #header{background-color:#163f73}.is-sticky #logobox{display:none}#header .mod_navigation{left:270px;top:80px;position:absolute;-webkit-transition: all 0.5s ease-in-out;  -moz-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out}.is-sticky #header .mod_navigation{top:130;position:absolute;-webkit-transition: all 0.5s ease-in-out;  -moz-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;left:5%;-webkit-transition-delay: 0.6s; /* Safari */    transition-delay: 0.6s}#header .mod_navigation ul li{display:inline-block;list-style-type:none}#header .mod_navigation ul li a,#header .mod_navigation ul li span{padding:10px;font:15px/23px 'DINWeb-Medium',Arial,sans-serif;text-decoration:none;color:#003e77;-webkit-transition: all 0.5s ease-in-out;  -moz-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out}#header .mod_navigation ul li.first a,#header .mod_navigation ul li.first span{padding-left:0}#header .slogan h2,#header .slogan h3{color:#6b7177;text-transform:uppercase}#header .slogan h2 a,#header .slogan h3 a{text-decoration:none;color:#6b7177}#header .slogan h2{margin:20px 0 0;font-size:30px;line-height:35px;text-transform:uppercase}#header .slogan h3{margin:30px 0 0;font-size:23px;line-height:23px}#header .inside{width:100%;position:relative;overflow:visible}#headerline.block{overflow:visible}#header{width:100%;height:125px;overflow:visible;background-color:#fff;z-index:9999;  -webkit-transition: all 0.5s ease-in-out;  -moz-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out}#logobox img{width:250px}#youtubeclip{width:100%;max-width:420px;right:0;top:0;position:absolute;z-index:99999999;-webkit-transition: all 0.5s ease-in-out;  -moz-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out}.toggler{padding:5px 20px 5px 45px;background-image:url("../../files/layout/toggler_arrow_right.png");background-position:left center;background-repeat:no-repeat;font-size:16px;line-height:25px;color:#6b7177;cursor:pointer;  -webkit-transition: all 0.5s ease-in-out;  -moz-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out}.toggler.active{padding:5px 20px 5px 45px;background:#6b7177 url("../../files/layout/toggler_arrow_down.png") left center no-repeat;font-size:16px;line-height:25px;color:#fff;cursor:pointer}.ce_accordion.last{border-bottom:1px solid #6b7177}.ce_accordion{border-top:1px solid #6b7177;border-right:1px solid #6b7177;border-bottom:0px solid #6b7177;border-left:1px solid #6b7177}#smartsolutions .half.left{padding-top:3%;padding-bottom:3%;text-align:center}#benefits .ce_text.half{padding-top:3%;padding-bottom:3%}#benefits .ce_text.half.left{padding-top:10%;padding-bottom:9%}#benefits ul li{margin-top:10px;padding-left:45px;background-image:url("../../files/layout/benefits_check.png");background-position:left top;background-repeat:no-repeat;list-style-type:none}#benefits ul{margin:0;padding:20px;border:4px solid #fff;list-style-type:none}#headerimage img{min-width:100%;float:left}#headerimage .imagetext h1{margin:0;padding-top:0;padding-right:0;padding-bottom:0;font-size:40px;line-height:50px;color:#fff}#headerimage .imagetext{width:auto;left:0;top:5%;position:absolute;padding:24px 40px 40px 85px;background:#164073 url("../../files/layout/arrow1.png") left top no-repeat}#lastline{width:90%;position:relative;margin-top:1%;margin-bottom:1%;padding-right:5%;padding-left:5%}#lastline p,#lastline p a{margin:0;padding-top:3px;padding-bottom:3px;font:12px/20px 'DINWeb',Arial,sans-serif;font-weight:normal;text-decoration:none;color:#6b7177;text-transform:uppercase}#main .greytxt .ce_text p a{background-color:#003e77;background-position:left center;background-repeat:no-repeat;font:15px/23px 'DINWeb-Medium',Arial,sans-serif;font-weight:normal;text-decoration:none;color:#fff;text-transform:uppercase}#main .ce_text p a{float:left;display:table;margin-right:10px;margin-bottom:10px;padding:10px 14px 10px 50px;background:#003e77 url("../../files/layout/download_white.png") left center no-repeat;font:15px/23px 'DINWeb-Medium',Arial,sans-serif;font-weight:normal;text-decoration:none;color:#fff;text-transform:uppercase;-webkit-transition: all 0.5s ease-in-out;  -moz-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out}#main .ce_text p a:hover{float:left;display:table;margin-right:10px;margin-bottom:10px;padding:10px 14px 10px 50px;background-color:#1a66ac;font:15px/23px 'DINWeb-Medium',Arial,sans-serif;font-weight:normal;text-decoration:none;color:#fff;text-transform:uppercase}*,html{box-sizing:border-box;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}p,#main .ce_text ul li{font:16px/25px 'DINWeb',Arial,sans-serif;font-weight:normal}#lastline p{font:12px/25px 'DINWeb',Arial,sans-serif;font-weight:normal}p strong{font-weight:400}h1,.links a,#header ul li a,#header ul li span,#header .slogan h2,#header .slogan h3,.toggler{font-family:'DINWeb-Medium',Arial,sans-serif;font-weight:normal;text-transform:uppercase}.zitatbox p{text-align:justify;font-size:20px;line-height:25px;color:#6b7177}.zitatbox h3{width:100%;float:right;text-align:right;font:16px/25px 'DINWeb',Arial,sans-serif;font-weight:normal;color:#6b7177}h1{margin-bottom:35px;font-size:35px;line-height:40px}h2{margin-top:10px;margin-bottom:10px;font:30px/35px 'DINWeb-Medium',Arial,sans-serif;font-weight:normal}.whitetxt h1{font-size:35px;line-height:40px;color:#fff}.whitetxt h2{color:#fff}.whitetxt p,.whitetxt ul li{color:#fff}.greytxt h1{font-size:35px;line-height:40px;color:#6b7177}.greytxt h2{color:#6b7177}.greytxt p{color:#6b7177}
/* backgrounds.css */
#contact{background:#707070 url("../../files/hgs/hg_contact.png") left bottom no-repeat}#applications{background-image:url("../../files/hgs/hg_applications.jpg");-webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;background-attachment: fixed;    background-position: center;    background-repeat: no-repeat}#benefits{background-image:url("../../files/hgs/hg_benefits.jpg");background-position:center center;-webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;background-attachment: fixed;    background-position: center;    background-repeat: no-repeat}.zitatbox{background-image:url("../../files/hgs/hg_zitat.jpg");background-position:center center;-webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover}#media{background-image:url("../../files/hgs/hg_media.jpg");background-position:center center;-webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;background-attachment: fixed;    background-position: center;    background-repeat: no-repeat}#intro{background-image:url("../../files/hgs/hg_intro.jpg");background-position:center center;-webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover}
/* mq0.css */
.ce_accordion.last{margin-bottom:9%}.half{width:50%;float:left}.ce_text.half{width:50%;float:left;padding:10% 5%}.zitatinbox{width:80%;margin:10%}.zitatbox{width:100%;padding-left:53%}.zitatbox p::first-letter{font-size: 200%}
@media handheld,only screen and (max-width: 1250px){
/* mq1.css */
.whitetxt h1,.greytxt h1{font-size:35px;line-height:40px}#header .mod_navigation ul li a,#header .mod_navigation ul li span{padding-right:6px;padding-left:6px;font-size:15px}#youtubeclip{max-width:343px;right:0}
}
@media handheld,only screen and (max-width: 1023px){
/* mq2.css */
#header .mod_navigation ul li.first a,#header .mod_navigation ul li.first span{padding-right:4px;padding-left:4px;font-size:15px}#header .slogan h2{font-size:30px}#youtubeclip{display:none}
}
@media handheld,only screen and (max-width: 890px){
/* mq3.css */
#benefits{padding-bottom:30px}.ce_text.half{width:100%}#headerimage .imagetext{top:2%}#header .mod_navigation ul li a,#header .mod_navigation ul li span,#header .mod_navigation ul li.first a,#header .mod_navigation ul li.first span{padding-right:8px;padding-left:8px;font-size:15px}
}
@media handheld,only screen and (max-width: 700px){
/* mq4.css */
.linkedinlink{right:0;top:0;position:relative;float:left}#headerimage .imagetext{padding-top:24px;padding-bottom:20px}#headerimage .imagetext h1{font-size:30px}.is-sticky #logobox{display:block}.btnup,.is-sticky .btnup{display:none}.zitatbox{background-position:left}#applications{background-image:url("../../files/hgs/hg_applications.jpg");-webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;background-attachment: local;    background-position: center;    background-repeat: no-repeat}#benefits{background-image:url("../../files/hgs/hg_benefits.jpg");background-position:center center;-webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;background-attachment: local;    background-position: center;    background-repeat: no-repeat}#media{-webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;background-attachment: local;    background-position: center;    background-repeat: no-repeat}.accordion .float_left{float:none}.half{width:100%}.mobilemenubtn p{margin-top:0;margin-bottom:0}.mobilemenubtn{right:0;top:0;position:absolute;display:block}#header .slogan h2{margin-top:26px;padding-left:5%;font-size:20px;line-height:25px}#header .slogan h3{margin-top:14px;font-size:20px;line-height:25px}.zitatinbox{width:90%;margin:5%;padding:10%;background-color:rgba(255,255,255,.95)}.zitatbox{padding-left:0}#logobox{width:95%;left:5%}.whitetxt h1,.greytxt h1{margin-bottom:19px;padding-bottom:19px;font-size:35px;line-height:40px}#logobox img{display:none}#header-sticky-wrapper,#header{height:80px}#header,.is-sticky #header{position:fixed !important;top:0px !important;background-color: #fff !important;-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75)}#header .mod_navigation{display:none}
}
@media handheld,only screen and (max-width: 400px){
/* mq5.css */
#benefits ul li{padding-left:39px}#lastline{padding-top:3%;padding-bottom:4%}.nomobile{display:none}.ce_accordion img{width:100%;min-width:100%}.ce_accordion{border-right:0px solid #ccc;border-left:0px solid #ccc}.toggler,.toggler.active{padding:15px 30px 15px 10px}.toggler{background-image:url("../../files/layout/toggler_arrow_right.png");background-position:right center;background-repeat:no-repeat}.toggler.active{background-image:url("../../files/layout/toggler_arrow_down.png");background-position:right center;background-repeat:no-repeat}#smartsolutions{padding-bottom:30px}#main .ce_text p a{width:100%;margin-right:0;margin-left:0}.zitatinbox{padding:5%;text-align:left}#benefits ul{padding:2px 5px}#smartsolutions .ce_text.half .ce_text{padding:10% 5%}#smartsolutions .ce_text.half{padding:0}.toggler,.toggler.active{font-size:16px;letter-spacing:0px}#applications .ce_text.half{background-color:rgba(112,112,112,.4)}#headerimage .imagetext h1{margin-bottom:-15px;padding-top:20px;padding-left:0;font-size:22px;line-height:42px}#headerimage figure{top:0;position:relative}#headerimage .imagetext{top:0;position:static;background-image:url("../../files/layout/arrow2.png");background-position:left bottom}#header .slogan h2{font-size:16px;line-height:25px}#header .slogan h3{margin-top:20px;font-size:16px;line-height:25px}
}
