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}
@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}
.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}
/*
	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; }

/*=====================================================================*/
/*==                Bildschirm - CSS   La Naef			              ==*/
/*==-----------------------------------------------------------------==*/
/*==    Copyright:  Janine Iten, CH-5200 Brugg                       ==*/
/*==    Author:     Janine Iten                                      ==*/
/*=====================================================================*/

/*----------------------------------------------------------------*/
/*--                       Gillt für Alles                      --*/
/*----------------------------------------------------------------*/


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

  
@font-face {font-family: 'NewsGothicMTStd';src: url('../../files/naef/css/webfonts/30D4EC_0_0.eot');src: url('../../files/naef/css/webfonts/30D4EC_0_0.eot?#iefix') format('embedded-opentype'),url('../../files/naef/css/webfonts/30D4EC_0_0.woff2') format('woff2'),url('../../files/naef/css/webfonts/30D4EC_0_0.woff') format('woff'),url('../../files/naef/css/webfonts/30D4EC_0_0.ttf') format('truetype');}

* {
    margin:0;     
    padding:0;
}

/*----------------------------------------------------------------*/
/*--                      Grund-Definitionen                    --*/
/*----------------------------------------------------------------*/

html, body {
  height: 100%;
}

body {

   color:black;
   font-family:  'NewsGothicMTStd', Arial, Verdana, sans-serif;
   font-weight:normal;
   font-size:16px;
   line-height:24px;
   letter-spacing:0.5px;
   background-color:#faf9f9;
   text-align:center;
}


.left {
	float:left;
}

.right {
	float:right;
}

.clear_float{
  clear:both;
}



/*----------------------------------------------------------------*/
/*--                      ELEMENTE	                 		    --*/
/*----------------------------------------------------------------*/



#logo {
	float:left;

}

#logo a {
	background: url(../../files/naef/designelemente/logo_naef.png) 0px center no-repeat;
	background-size: 230px auto;
	width:230px;
	height:30px;
	display:block;
}

#header {
	height:70px;
	background:white;
	box-shadow:2px 2px 2px #e3e2e2;
	position:relative;
	z-index:2;
}

.mobile {
	display:none;
}


#footer .inside,
#header .inside,
.mod_article .inside {
	width:1100px;
	margin:0 auto;
}

#footer {
	text-align:left;
	box-shadow:-1px -2px 0px #e3e2e2;
	position:relative;
	z-index:2;
   color:#5a5857;
}

.inside_padding {
	padding:20px;
}

.mod_article.weiss {
	background-color:white;
}

.mod_article.grau .inside {
	width:50%;
	text-align:left;
}


.mod_article .inside_padding {
	padding-top:70px;
	padding-bottom:60px;
}

#header .inside_padding,
#footer .inside_padding {
	padding-top:30px;
	padding-bottom:20px;
}

.mod_customcatalogreader .beschreibung {
	width:50%;
	margin:0 auto;
	text-align:center;
	padding-bottom:20px;
}

.mod_article.grau .beschreibung {
	width:100%;
	text-align:center;
	padding-bottom:20px;
	margin: 0 auto;
}

.mod_article .linie {
	width:50%;
	margin:0 auto;
}

.mod_article#projektdetail .linie {
	padding-bottom:40px;
}





/*----------------------------------------------------------------*/
/*--                      Slider		               		    --*/
/*----------------------------------------------------------------*/

#slider p {
	font-size:40px;
	line-height:50px;
}

.slider-control .slider-next,
.slider-control .slider-prev {
	display:none;
}

.slider-control .slider-menu b,
.nivo-control b {
	font-size:10px;
	color:#666666;
	margin-right:16px;
	line-height:40px;
	vertical-align:middle;
}

.slider-control .slider-menu b.active,
.nivo-control.active b {
	font-size:40px;
	line-height:40px;
	vertical-align:middle;
}

.nivo-nextNav {
    background: url(../../files/naef/designelemente/to-right-2x.png) 0px center no-repeat;
    background-size: 66px auto;
    width:66px;
    height: 66px;
    margin-right: 20px;
}

.nivo-prevNav {
    background: url(../../files/naef/designelemente/to-left-2x.png) 0px center no-repeat;
    background-size: 66px auto;
    width:66px;
    height: 66px;
    margin-left: 20px;
}

.nivo-directionNav {

	   opacity: 0;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.nivoSlider:hover > .nivo-directionNav {

	  opacity: 1;
}





/*----------------------------------------------------------------*/
/*--                      Text		                 		    --*/
/*----------------------------------------------------------------*/


a {
  color:#e63025;
  text-decoration:none;
}

a.nolink {
	color:black!important;
	border-top:0px!important;
}

a.nolink:hover {
	text-decoration:none;
}

a:hover {
  color:#e63025;
}

h1 {
  font-size:16px;
  font-weight:300;
  padding-bottom:24px;
  line-height:22px;
}


h2 {
  font-size:16px;
  font-weight:300;
  padding-bottom:0px;
  line-height:22px;
}


.gross {
   font-size:20px;
   line-height:28px;
   padding-bottom:30px;
}


.ce_text ul{
  list-style-type: disc;
  padding-right:22px;
  padding-left:14px;
} 

.ce_text li{
  text-align:left;
  padding-bottom:18px;
  line-height:20px;
} 

p{
	padding-bottom:22px;
}

ul {
	padding-bottom:24px;
}

.linie {
	border-top:1px solid #5a5857;
	border-bottom:1px solid #5a5857;
	padding-top:20px;
	text-align:center;
	padding-top:40px;
	padding-bottom:20px;
}

.linie + .linie {
	border-top:0px;
}


.to-top a {
	background: url(../../files/naef/designelemente/to-top.png) 0px center no-repeat;
	background-size: 66px auto;
	width:66px;
	height:66px;
	display:block;
	margin:0 auto;
	margin-top:60px;
}

p.back {
	background: url(../../files/naef/designelemente/arrow-left-2x.png) left 8px no-repeat;
	background-size: 23px 9px;
	text-align:left;
	padding-left:35px;	
}

/*----------------------------------------------------------------*/
/*--                      Navigation                 		    --*/
/*----------------------------------------------------------------*/


.mod_navigation {
	float:right;
}


/* ************ LEVEL 1 ****************** */

ul.level_1 {
  list-style: none;
  padding-bottom:0px;
}

ul.level_1 li{
    float:left;
    position:relative;
}

ul.level_1 li a {
    display: block;
    color:#5a5857;
    height:40px;
    font-weight:400;
    padding:0px 32px 0px 32px;
    cursor: pointer;
    list-style: circle;
    -webkit-transition: background-color .3s linear;  
    -moz-transition: background-color .3s linear;  
    -o-transition: background-color .3s linear;  
    -ms-transition: background-color .3s linear;  
    transition: background-color .3s linear; 
    text-decoration:none;
}

ul.level_1 li.active {
    padding:0px 32px 0px 32px;	
}

ul.level_1 li.active,
ul.level_1 a.submenu.trail,
ul.level_1 li a:hover  {
	text-decoration:underline;
	color:#5a5857;
}




/*----------------------------------------------------------------*/
/*--                      Accordion		            		    --*/
/*----------------------------------------------------------------*/

.ce_accordionSingle {
  padding-bottom:0px;
}

.toggler{
    border-bottom:1px rgba(255,255,255,0.2) solid;
    cursor:pointer;
    cursor:hand;
    padding:5px;
    padding-left:24px;
}

.ui-state-default {
    background: url(../../files/dr-wehr/designelemente/accordeon_closed.png) 0px center no-repeat!important;
    background-size:9px 15px;
    margin-bottom:0px;
}

.ui-accordion-header-active{
    background: url(../../files/dr-wehr/designelemente/accordeon_open.png) 0px center no-repeat!important;
    margin-bottom:18px;
    background-size:16px 9px;
}

/* Panel einrücken*/ 
.ui-accordion-content-active {
	margin-left:24px;
}

.ui-accordion-content-active figure.image_container img {
	width:100%;
}

.ui-accordion-content-active ul{
    padding-left:36px;
}
/*----------------------------------------------------------------*/
/*--                      Specials		            		    --*/
/*----------------------------------------------------------------*/

/*TEXTLINKS*/
.ce_hyperlink a {
	display:inline-block;
	border-bottom:1px solid white;
	padding:10px 0px 10px 20px;
	text-decoration:none;
	margin-bottom:0px;
	background: url(../../files/dr-wehr/designelemente/accordeon_closed.png) 0px 15px no-repeat;
}

/*BUTTONS*/
.primary.ce_hyperlink a {
	display:inline-block;
	border:1px solid white;
	padding:10px 15px;
	text-decoration:none;
	margin-bottom:12px;
	background:none;
	font-family:'HelveticaNeueLTStd-Roman';
}

.primary.ce_hyperlink a:hover,
input.submit:hover {
	background-color: rgba(152,132,105,0.8);
	border:1px solid #BAAC9A;
}

/*----------------------------------------------------------------*/
/*--                      Maps		                 		    --*/
/*----------------------------------------------------------------*/

.ce_dlh_googlemaps {
	padding-bottom:40px;
}


.ce_dlh_googlemaps,
.dlh_googlemap {
	width:700px!important;
	height:480px;
	margin:0 auto;
}

/*----------------------------------------------------------------*/
/*--                      FORM			            		    --*/
/*----------------------------------------------------------------*/


input.text,
textarea {
	 -webkit-appearance: none;
    border-radius: 0;
}

fieldset,
.trennlinie {
	padding-bottom:24px;
	border-bottom:1px solid #BAAC9A;
	margin-bottom:24px;
}

fieldset.radio_container {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 12px;
}

label {
	display:none;
}

legend {
	padding-bottom:12px;
}

.checkbox_container span,
.radio_container span {
	display:block;
	clear:both;
}

.checkbox_container label,
.radio_container label {
	display:block;
}

input.checkbox,
input.radio {
	float:left;
	margin-right:12px;
	margin-top:4px;
}

div.label label {
	display:block;
	float:right;
	width:calc(100% - 25px - 16px - 12px - 2px);
	text-align:left;
	padding-top:10px;
}

div.label input.text {
	width:25px;
	margin-right:12px;
	text-align:center;
	letter-spacing:1.5px;
}


input.text,
textarea {
    border: 0 none;
    color: #fff;
    padding: 10px 8px;
    width: calc(100% - 16px - 2px);
    margin-bottom:10px;
    font-family:inherit;
    background-color:rgba(255,255,255,0.2);
    border:1px solid transparent;
    letter-spacing:1.2px;
}

.upload {
	padding-bottom:12px;
}

.submit_container {
	text-align:left;
	margin-bottom:24px;
}


input.submit {
    cursor: pointer;
	background: none repeat scroll 0 0 transparent;
	display:inline-block;
	border:1px solid white;
	padding:10px 15px;
	text-decoration:none;
	color:#fff;
    font-family:'HelveticaNeueLTStd-Roman';
    letter-spacing:inherit;
    -webkit-border-radius:0;
    -webkit-appearance: none;
}


/*----------------------------------------------------------------*/
/*--                      BILD / GALERIE		       		    --*/
/*----------------------------------------------------------------*/

#cboxClose {
    background: url("../../files/dr-wehr/designelemente/controls.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 24px;
}

.image_container {
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.ce_gallery {
	width:690px;
	height:auto;
	margin:0 auto;
	margin-bottom:20px;
}

/*----------------------------------------------------------------*/
/*--                      RETINA BILDER                		    --*/
/*----------------------------------------------------------------*/




/* ================= Mobile (Portrait) < 1000px ================= */
@media only screen and (max-width: 1100px)
{


	#footer .inside,
	#header .inside,
	.mod_article .inside {
		width:100%;
	}
	
	#header .inside_padding, 
	#footer .inside_padding {
    padding-bottom: 10px;
    padding-top: 10px;
    }
	
	#logo,
	#logo a{
		width:190px;
		background-size:190px auto;
	}
	
	#logo {
		padding-top:10px;
	}
	
	.mobile {
		display:block;
	}

	.desktop {
		display:none;
	}
	
	.offcanvas {
    display: block;
    float: right;
    height: 50px;
    width: 50px;
    }
	

    .offcanvas a {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../../files/naef/designelemente/menu.png);
    background-position: right 0px center;
    background-repeat: no-repeat;
    background-size: 20px 14px;
    border: 0 none;
    display: block;
    height: 50px;
    position: absolute;
    width: 50px;
    z-index: 4;
    }
    
    ul.level_1 li {
    float: none;
    position: relative;
    }
    
    ul.level_1 li a,
    ul.level_1 span,
    ul.level_1 li.mm-selected strong {
	    line-height:40px;
	    font-size:16px;
    }
    
     ul.level_1 li.mm-selected strong { 
	    text-decoration:underline;
    }
    
    .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults)::after {
	    border-bottom-width:0px;
    }
    
    .mod_article.weiss .linie,
    .beschreibung,
    .mod_article.grau .inside {
    	width: 90%;
     }
     
     #slider p {
    font-size: 23px;
    line-height: 28px;
    }
    
    .ce_dlh_googlemaps,
	.dlh_googlemap {
	width:100%!important;
	height:auto;
	}
	
	.ce_gallery {
		width:100%;
	}



}






/* ================= Mobile (Portrait) < 430px ================= */
@media only screen and (max-width: 430px)
{

	#footer .inside {
		text-align:center;
		padding-top:40px;
		padding-bottom:40px;
	}
	

    
    .mod_article.weiss .linie, 
    .mod_article .linie,
    .beschreibung, .mod_article.grau .inside {
    width: 95%;
	}
	
	.mod_article .inside_padding {
    padding-bottom: 40px;
    padding-top: 40px;
	}
	
	.nivo-directionNav {
	   opacity: 1;
	   }
	   
     .nivo-directionNav a {
		   top:35%;
	 }
	 
	 .mm-menu.mm-white .mm-list > li.mm-selected {
    background: rgba(0, 0, 0, 0.06);
	}
	
	


   
	   
}

/* =============================================================================
 * mod_portfoliolist
 * ========================================================================== */
 

.mod_portfoliolist .item {
	float: left;
	width: 30.6666666667%;
	margin-right: 4%;
	margin-bottom: 4%;
}

.mod_portfoliolist .item:nth-child(3n+0) {
	margin-right: 0;
}

.mod_portfoliolist .item a {
	color: #fff;
	height: 100%;
	display: block;
	line-height: 1.4rem;
}

.mod_portfoliolist .item .info {
	text-align: center;
	border: 0px solid #ddd;
	background: #fff;
	padding: 0px;
	text-align:left;
}

.mod_portfoliolist .item .info a {
    background: none;
    border-radius: 0px;
    color: #e63025;
    font-size: inherit;
    height: auto;
    left: auto;
    line-height: auto;
    margin-left: 0px;
    margin-top: 0px;
    position: static;
    text-align: left;
    top: auto;
    transition: none;
    width: auto;
    border-top:1px solid #e63025;
    padding-top:10px;
}

.mod_portfoliolist .item .info:hover a {
	top: 0px!important;
}

.mod_portfoliolist .item .info a:hover {
	background: none;
}

.mod_portfoliolist .info .title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mod_portfoliolist .item .kurzbeschreibung p {
 text-overflow: ellipsis;
 text-overflow-multiline:ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  height: 120px;
  line-height: 24px;
}

.mod_portfoliolist .item .kurzbeschreibung {
	margin-bottom:10px;
}



.mod_portfoliolist .item figure {
	/*background: rgba(0,0,0,1);*/
	background:transparent;
	overflow: hidden;
	
}

.mod_portfoliolist .item .image_container {
	margin-bottom: 0;
}

.mod_portfoliolist .item figure img {
	max-width: none;
	width: 100%;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	backface-visibility: hidden;
	opacity: 1;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.mod_portfoliolist .item:hover img {
	/*opacity: 0.3;*/
	transform: scale3d(1.1,1.1,1);
	-webkit-transform: scale3d(1.1,1.1,1);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.mod_portfoliolist .item figure .content {
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.mod_portfoliolist .item a {
	border-radius: 100%;
	background: rgba(255,255,255,0.15);
	color: #fff;
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 18px;
	line-height: 45px;
	position: absolute;
	top: 30%;
	margin-top: -42px;
	left: 40%;
	margin-left: -50px;
	transition: All 0.6s ease;
	-webkit-transition: All 0.6s ease;	
}

.mod_portfoliolist .item:hover a {
	top: 50%!important;
}

.mod_portfoliolist .item a:hover {
	/*background: rgba(152,152,152,1);*/
	background:transparent;
}

.mod_portfoliolist .item a.more {
	margin-left: 0;
	top: 25%;
	transition: All 0.8s ease;
	-webkit-transition: All 0.8s ease;	
}

.mod_portfoliolist .item figure h1,
.mod_portfoliolist .item figure h2,
.mod_portfoliolist .item figure h3,
.mod_portfoliolist .item figure h4,
.mod_portfoliolist .item figure h5,
.mod_portfoliolist .item figure h6 {
	position: relative;
	overflow: hidden;
	color: #fff;
	margin-bottom: 0;
	text-overflow: ellipsis;
}

.mod_portfoliolist .item figure p {
	padding: 1em 0;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-ransition: opacity 0.35s, transform 0.35s;
	transform: translate3d(100%,0,0);
	-webkit-transform: translate3d(100%,0,0);
}
.mod_portfoliolist .item:hover figure p {
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}

.mod_portfoliolist .item:hover .content {
	opacity: 1;
}

.mod_portfoliolist .item .featured {
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg); 
	-webkit-transform:rotate(45deg);
	background: rgba(168,202,40,1);
	font-weight: bold;
	font-size: 11px;
	position: absolute;
	right: -25px;
	top: 15px;
	text-align: center;
	min-width: 100px;
	color: #fff;
}

.mod_portfoliolist .item .new {
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg); 
	-webkit-transform:rotate(45deg);
	background: rgba(234,125,32,1);
	font-weight: bold;
	font-size: 11px;
	position: absolute;
	right: -25px;
	top: 15px;
	text-align: center;
	min-width: 100px;
	color: #fff;
}


.mod_portfoliolist .attribute {
	display:inline-block;
}

/* =============================================================================
 * filter
 * ========================================================================== */
 
.mod_customcatalogfilter {
	font-size: 12px;
}
 
.mod_customcatalogfilter input,
.mod_customcatalogfilter select {
	padding: 0;
	width: auto;
	border: 1px solid rgba(0,0,0,0.1);
	background: #fff;
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	line-height: 18px;
}

.mod_customcatalogfilter select {
	width: 100%;
	height: 35px;
	padding-left: 5px;
}

.mod_customcatalogfilter .filter_range,
.mod_customcatalogfilter .filter_range input {
	line-height: 32px;
}

.mod_customcatalogfilter .filter_range label {
	float: left;
	font-size: 12px;
}

.mod_customcatalogfilter .filter_range input {
	float: right;
	background: transparent;
	border: 0;
	height: 32px;
	text-align: right;
}

.mod_customcatalogfilter .filter_range .ui-slider-range {
	background: #2a9ac9;
}

.mod_customcatalogfilter .filter_range .ui-slider {
	clear: both;
	margin: 0 10px;
}

.mod_customcatalogfilter .checkbox_container input {
	width: 20px;
	float: left;
}

.mod_customcatalogfilter .checkbox_container label {
	position: relative;
	top: -5px;
}

.mod_customcatalogfilter .filter {
	margin: 0;
	padding: 0;
}

.mod_customcatalogfilter fieldset {
	border: 0;
	margin: 0;
}

.mod_customcatalogfilter legend {
	font-weight: bold;
	margin-bottom: 10px;
}

.mod_customcatalogfilter .meta-filter{
	text-align: right;
	float: right;
	width: auto;
}

.mod_customcatalogfilter .meta-filter select {
	width: auto;
	font-size: 12px;
	height: 30px;
	margin-bottom: 10px;
}

.mod_customcatalogfilter input.submit {
	background: #2a9ac9;
	color: #fff;
	padding: 10px 20px;
	border: 0;
	border-radius: 3px;
}

.mod_customcatalogfilter .range_container {
	margin-bottom: 10px;
}

.mod_customcatalogfilter.sortierung .submit {
	display: none;
}

.mod_customcatalogfilter .clearall input {
	padding: 0;
	background: none;
	color: #393939;
}

.widget.filter_tags .checkbox_container {
    display: inline-block;
    margin-right: 10px;
}





/* =============================================================================
 * phone
 * ========================================================================== */
 
@media only screen and (max-width: 767px) {


	.mod_portfoliolist.portfolio-col2 .item,
	.mod_portfoliolist.portfolio-col3 .item,
	.mod_portfoliolist.portfolio-col4 .item {
		width: 100%;

	}
	
	    
    .mod_portfoliolist .info .title {
		text-overflow: inherit;
		white-space: inherit;
		overflow: visible;
	}

	.mod_portfoliolist .item .kurzbeschreibung p {
		text-overflow: none;
		text-overflow-multiline:none;
		word-wrap: none;
		overflow: visible;
		height: auto;
		line-height: auto;
  }
	
	
	
	
	
}
