body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>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}
/*
	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; }

.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 7.69231%;
  margin-right: 7.69231%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 46.15385%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 28.20513%;
}
.rs-column.-large-col-3-2 {
  width: 64.10256%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 19.23077%;
}
.rs-column.-large-col-4-2 {
  width: 46.15385%;
}
.rs-column.-large-col-4-3 {
  width: 73.07692%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 13.84615%;
}
.rs-column.-large-col-5-2 {
  width: 35.38462%;
}
.rs-column.-large-col-5-3 {
  width: 56.92308%;
}
.rs-column.-large-col-5-4 {
  width: 78.46154%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 10.25641%;
}
.rs-column.-large-col-6-2 {
  width: 28.20513%;
}
.rs-column.-large-col-6-3 {
  width: 46.15385%;
}
.rs-column.-large-col-6-4 {
  width: 64.10256%;
}
.rs-column.-large-col-6-5 {
  width: 82.05128%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-medium-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-medium-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-medium-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-medium-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-medium-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-small-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-small-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-small-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-small-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-small-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-small-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-small-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-small-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-small-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-small-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* 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}
/*
Colors:
Beige:          #726c62
Türkis:         #28abb9
Footer:         #312f30

Fonts:
'Gilda Display', 'Molengo'

Fontsize:
18px            100%
24px            133%
38px            211%
50px            278%
54px            300%
74px            411%
80px            444%
----------------------------- */
/* gilda-display-regular - latin */
@font-face {
	font-family: 'Gilda Display';
	font-style: normal;
	font-weight: 400;
	src: url('/files/theme/fonts/gilda-display-v8-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('/files/theme/fonts/gilda-display-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/files/theme/fonts/gilda-display-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('/files/theme/fonts/gilda-display-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('/files/theme/fonts/gilda-display-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/files/theme/fonts/gilda-display-v8-latin-regular.svg#GildaDisplay') format('svg'); /* Legacy iOS */
}

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



/* GENERAL */
a {text-decoration: none;color: #28abb9;outline: none;}
a:hover {opacity: .7;}
p {margin-bottom: 20px;}
.block {display: block;}
.clear, .cleaner {clear: both;}
.fll {float: left;}
.flr {float: right;}
.talr {text-align: right;}
.tall {text-align: left;}
.talc {text-align: center;}
img {max-width: 100%;height: auto;display: block}
.op50 {opacity: .5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter: alpha(opacity=50);}
#container ul {list-style-type: disc;list-style: disc;list-style-position: outside;padding-left: 20px;margin: 10px 0;}
strong {font-weight: normal;}
em {font-style: italic}
ol {list-style-type: decimal;list-style-position: outside;padding-left: 20px;margin: 10px 0;}
.invisible, .hidden {display: none;}
.fa {transform: none;-moz-osx-font-smoothing: auto;line-height: inherit;}
.pointer {cursor: pointer}
.mr {margin-right: 10px;}
.cookiebar {position: static}
.widget-explanation {margin-top: 20px}
.widget-checkbox label {display: inline}

/* page width */
.center, .mod_changelanguage ul, #header .mod_navigation, #footer .inside, .mod_article .content, #Headerphone {width: 1200px;padding: 0 15px;margin-left: auto;margin-right: auto;max-width: calc(100% - 30px)}
h1 {line-height: 62px;text-transform: uppercase;text-align: center;font-size: 278%;color: #000;font-family: 'Gilda Display';border-bottom: dotted #000 2px;margin-bottom: 80px}
h1 .alt {font-family: 'Molengo';color: #726c62;font-size: 108%}
h2 {font-family: 'Gilda Display';font-size: 211%;text-transform: uppercase;line-height: 1.4em}
h3 {font-size: 211%;line-height: 46px;color: #000;border-bottom: solid #000 1px;margin-bottom: 40px}

html, body {width: 100%;height: 100%;}
body {font-size: 18px;letter-spacing: .07em;font-family: 'Molengo', sans-serif;background-color: #fff;color: #726c62;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;line-height: 1.3em}
#header {background-color: #fff;position: fixed;left: 0px;top: 0px;width: 100%;height: 206px;z-index: 10}
#header.minimized {height: 119px}
body.noHeader #header {display: none}
body.noHeader #container {margin-top: 0}
#container {position: relative;margin-top: 206px;z-index: 9}
#container.minimized {margin-top: 119px;}

.mod_changelanguage a, .mod_changelanguage span {color: #fff}
.mod_changelanguage {background-color: #726c62;height: 50px;overflow: hidden;line-height: 50px}

/* Header Phone */
#Headerphone {font-size: 80%}
#Headerphone .fa {margin-right: 5px}
#Headerphone .spaceBefore {margin-left: 15px}
#Headerphone a {color: #726c62}

/* NAVI */
.mod_navigation ul.level_1 {margin-top: 87px;border-top: dotted #726c62 2px;width: 950px;margin-bottom: 0px}
#header.minimized .mod_navigation ul.level_1 {margin-top: 0px;border-top: none;}
.mod_navigation li {float: left;line-height: 67px;padding: 0 12px;background-image: url("../../files/theme/images/greendot.png");background-position: right center;background-size: 5px 5px;background-repeat: no-repeat}
.mod_navigation li.news {padding-left: 0px;}
.mod_navigation li.last {padding-right: 0px;background-image: none}
.mod_navigation li a, .mod_navigation span {color: #726c62;font-size: 133%;line-height: 67px;display: block;cursor: pointer}

.mod_navigation ul.level_2 {display: none;position: absolute;background-image: url("../../files/theme/images/white-90.png");z-index: 10;padding: 15px 30px;border-top: solid #28abb9 5px;margin-left: -30px;}
.mod_navigation ul.level_2 li {float: none;line-height: 45px;padding: 0 0 0 0 !important;display: block;background-image: none !important;border-bottom: solid #726c62 1px;min-width: 180px}
.mod_navigation ul.level_2 li.last {border: none}
.mod_navigation li.open a {background-image: url("../../files/theme/images/tuerkis.png");background-position: center bottom;background-size: 100% 10px;background-repeat: no-repeat}
.mod_navigation ul.level_2 a {background: none;line-height: 50px}
.mod_navigation li.open ul {display: block}
.mod_navigation a.active, .mod_navigation a.trail, .mod_navigation span.active, .mod_navigation span.trail {color: #28abb9}
.mod_navigation a:hover {opacity: 1;color: #28abb9}
.mod_navigation li.home {display: none}
#logo {position: absolute;left: 50%;top: 63px;margin-left: 475px}
#logo img {width: 125px;}
#header.minimized #logo {top: 10px}
#header.minimized #logo img {width: 100px}
#mobileMenuLink {position: absolute;top: 5px;right: 10px;width: 40px;height: 40px;background-image: url("../../files/theme/images/menu.png");background-size: 100% auto;background-position: center top;background-repeat: no-repeat}
#mobileMenuLink:hover {background-position: center bottom;}
#toplogo {position: absolute;top: 5px;right: 80px;width: 40px;height: 40px;background-image: url("../../files/theme/images/logo_weiss.png");background-size: 100% 100%;background-position: center center;background-repeat: no-repeat}
#mobileMenuLink, #toplogo {display: none}
#NavMobile a.submenu {}

/* CONTENT */
.mod_article {position: relative;background-color: #fff;background-image: url("../../files/theme/images/bg_holz.jpg");background-size: 100% auto;background-repeat: repeat-y;}
.mod_article.black {background-image: url("../../files/theme/images/bg_dunkel.jpg");color: #fff}
.mod_article.breit .content {width: 100%;max-width: none;padding-left: 0px;padding-right: 0px;}
.one-third {float: left;width: calc(33.3% - 20px);margin-right: 30px;}
.one-third.last {margin-right: 0px}
.two-third {width: calc(66.6% - 10px)}
.ce_text .image_container.float_left, .ce_text .image_container.float_right {max-width: 35%}
.ce_text .image_container.float_left {margin-right: 15px}
.ce_text .image_container.float_right {margin-left: 15px}
.ce_text p {margin-bottom: 40px}

/* 4 Bilder */
.overlay {display: none;position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;pointer-events: none;}
.ov-green .overlay {display: block;background-color: #28abb9;opacity: .4}
.ov-black .overlay {display: block;background-color: #726c62;opacity: .4}

.ce_image {position: relative}
.ce_image.breit img {width: 100%}
.mod_article.bild4 {background-image: none;position: relative;}
.mod_article.bild4 .ce_image.quad {width: 50%;float: left;position: relative;}
.mod_article.bild4 .ce_image.quad.left {clear: both}
.mod_article.bild4 .ce_image.quad img {width: 100%;height: auto}
.mod_article.bild4 .ce_image.quad .caption {display: none;position: absolute;color: #fff;top: 15%;left: 0px;width: 100%;text-align: center;font-size: 400%;pointer-events: none;}
    .mod_article.bild4 .ce_image.quad.bottom .caption {top: auto;bottom: 15%}
.mod_article.bild4 .ce_image a:hover {opacity: 1}
.mod_article.bild4 .ce_image.quad:hover .caption {display: block}
.mod_article.bild4 .ce_image:hover .overlay {display: none}
.mod_article.bild4 .ce_image.center-img {position: absolute;left: calc(50% - 189px);top: calc(50% - 189px);width: 377px;height: 377px;clear: both;pointer-events: none;}

.mod_article.bild4 video {width: 100%;border: none;outline: none;padding: 0;margin: 0;display: block;position: relative;z-index: 1}

/* SIDE-BUTTONS */
.side-buttons {position: absolute;right: 0px;top: calc(50% - 145px);box-sizing: border-box;z-index: 2}
.side-buttons li {margin-bottom: 10px}
.side-buttons li, .side-buttons p {display: block;color: #000;line-height: 40px;height: 40px;background-image: url("../../files/theme/images/white-90.png");padding: 0 30px 0 10px;}
#container .side-buttons ul, .pagination ul {list-style-type: none;list-style: none;padding-left: 0px;margin: 0 0 0 0;}
.side-buttons .fa {color: #28abb9;margin: 0 10px}
#container .side-buttons a {color: #000}
.side-buttons p {margin-bottom: 0px;cursor: pointer}
.side-buttons p strong:hover {opacity: .7}
.side-buttons img {display: none;margin-top: 4px;z-index: 15;position: fixed;opacity: .7}
#d21-quickbook {box-sizing: border-box;position: absolute !important;min-width: 270px;min-height: 235px;left: 0px;padding: 5px;top: calc(50% - 117px);background-image: url("../../files/theme/images/tuerkis-90.png");z-index: 2}
#d21-quickbook h2 {font-size: 170%;padding-top: 25px}
#d21-quickbook:after {display: block;content: "";position: absolute;width: 120px;height: 120px;top: -45px;right: -60px;background-image: url("../../files/theme/images/buttoon-bestpreis.png");background-size: cover}
.d21-input {font-size: 96%}

p.more a {color: #000;line-height: 50px;border: dotted #000 1px;display: inline-block;padding: 0 20px}
p.more .fa {color: #28abb9 !important;font-weight: bold}

/* Teaser */
.ce_Teaser {position: relative;margin-top: 144px;margin-bottom: 65px;overflow: visible}
.ce_Teaser h2 {border-bottom: dotted #28abb9 2px;text-align: center;line-height: 56px;margin: 10px 0 40px 0;}
a.more {color: #fff;line-height: 50px;border: dotted #28abb9 1px;display: inline-block;padding: 0 20px;font-family: "Gilda Display"}
a.more .fa {color: #28abb9 !important;font-weight: bold}
.ce_Teaser .teaser-logo {position: absolute;width: 170px;height: 170px;background-image: url("../../files/theme/images/logo_weiss_ohneUnterzeile.png");background-size: cover;opacity: .7;left: 50%;margin-left: -85px;margin-top: -85px}

/* Slide */
.ce_sliderStart {margin-bottom: -3px}
.ce_sliderStart .slider-control {position: absolute;top: 50%;width: 94%;margin-left: 3%;margin-top: -18px}
.ce_sliderStart .slider-control a {color: #3b4e63;font-size: 180%}
.slider-menu {display: none !important;}
.ce_Slide, .ce_Slide .image_container, .ce_sliderStart {position: relative}
.ce_Slide img {width: 100%}
.slidetext {position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;overflow: hidden}
.ce_Slide h1 {color: #fff;font-size: 444%;font-family: 'Molengo', sans-serif;border: none;margin: 70px 0 0 0;line-height: 1.2em}
.ce_Slide.noLink h1 {margin-top: 120px}
.ce_Slide h2 {color: #fff;font-size: 411%;font-family: 'Gilda Display';text-align: center;border: none;margin: 0 0 30px 0;line-height: 1.2em}
.ce_Slide p {color: #fff;text-align: center;font-size: 211%;line-height: 1.2em;width: 70%;margin-left: 15%;margin-bottom: 30px}
.ce_Slide a.more {font-family: 'Gilda Display';line-height: 1.4em;border-color: #fff;border-width: 2px}
.ce_Slide a.more .fa {color: #fff !important;}

/* Form */
label {display: block;font-size: 120%;margin: 25px 0 5px 0;}
input[type=text], input[type=email], textarea {min-width: 50%;padding: 5px}
input.submit {display: inline-block;margin: 20px 0 40px 0;line-height: 35px;padding: 0 20px;cursor: pointer}
input.submit:hover {border-color: #000}

/* News list, highlights */
.layout_short {border-bottom: solid #000 1px;margin-bottom: 35px;padding: 30px 0}
.layout_short h2 {color: #000;font-size: 211%;line-height: 1.3em;margin-top: 0px}
.layout_short p.more {margin-bottom: 0px}
.layout_short p.info {color: #000}
.pagination li {display: inline;margin-left: 10px}
.ce_Special a.more {color: #000;font-size: 120%;border-color: #000}
.ce_Special a.more .fa {color: #726c62 !important;}

/* AKKO */
.ce_accordion {margin-bottom: 25px;background-color: #fff}
.ce_accordion .toggler {background-color: #28abb9;color: #fff;line-height: 24px;padding: 8px 15px;padding-right: 60px;transition: all .4s;cursor: pointer;background-image: url("../../files/theme/images/angle-down.png");background-repeat: no-repeat;background-position: right center;background-size: auto 20px}
.ce_accordion .toggler.active {background-image: url("../../files/theme/images/angle-up.png");}
.ce_accordion .toggler:hover {color: #312f30}
.ui-accordion-content {padding: 0 15px;}

/* GALLERY */
.ce_gallery {width: 100%;overflow: hidden}
.ce_gallery ul {list-style-type: none !important;padding: 0 0 0 0 !important;width: 103%}
.ce_gallery .caption {font-size: 85%;line-height: 1.1em;margin-top: 6px}
.ce_gallery li {width: 30%;margin-right: 3.3%;margin-bottom: 25px}


/* FOOTER */
#footer {color: #fff;background-color: #312f30;line-height: 26px}
#footer img {display: inline;vertical-align: middle}
#footer a {color: #fff}
#footer h4 {text-alignfont-family: 'Gilda Display', serif;font-size: 24px;border-bottom: dotted #28abb9 2px;line-height: 45px;margin-bottom: 26px;margin-top: 30px}
#footer #bottom-line li {line-height: 23px;float: left;margin-right: 10px}
#footer #bottom-line {border-top: dotted #726c62 2px;font-size: 85%}
#footer ul {margin: 15px 0;}
#footer ul:after {content: '';display: block;clear: both;}
.footerLink {margin-top: 10px;opacity: .5;display: block}




/* MEDIA QUERY */
@media (max-width: 1239px)
{
    #logo {left: auto;top: 10px;right: 10px;margin-left: auto}
    #logo img {width: 90px;}
    .ce_Slide h1 {font-size: 380%;margin-top: 50px}
    .ce_Slide.noLink h1 {margin-top: 70px}
    .ce_Slide h2 {font-size: 320%;margin-bottom: 25px}
    .ce_Slide p {font-size: 150%;}
    #footer table {max-width: 100%}
}

@media (max-width: 1010px)
{
    #logo img, #header.minimized #logo img {width: 50px;}
    #logo {right: 55px;top: 0px !important;}
    #mobileMenuLink, #toplogo {display: block}
    .mod_navigation {display: none}
    #header {height: 50px !important;}
    #container {margin-top: 50px !important;}

    .mod_article.bild4 .ce_image.quad .caption {font-size: 200%}
    .mod_article.bild4 .ce_image.center-img {left: calc(50% - 100px);top: calc(50% - 100px);width: 200px;height: 200px}
    .ce_Teaser .teaser-logo {width: 120px;height: 120px;margin-left: -60px;margin-top: -60px}

    .ce_sliderStart .slider-control a {font-size: 100%}
    .ce_Slide h1 {font-size: 180%;margin-top: 20px}
    .ce_Slide.noLink h1 {margin-top: 30px}
    .ce_Slide h2 {font-size: 120%;margin-bottom: 20px}
    .ce_Slide p {font-size: 100%;width: 90%;margin-left: 5%}

    .layout_short .one-third, .layout_short .two-third {float: none;width: 100%}

}

@media (max-width: 600px)
{
    .breakMeMobile {display: block}
    .mod_article.bild4 .ce_image.quad .caption {font-size: 120%}
    .mod_article.bild4 .ce_image.center-img {left: calc(50% - 75px);top: calc(50% - 276px);width: 150px;height: 150px}

    .bild4, .mod_article.hasButtons {margin-bottom: 150px;overflow: visible}
    .side-buttons {position: static;display: block;left: 0px;width: 100%;top: auto;bottom: 0px;margin-bottom: -150px;background-image: url('../../files/theme/images/bg_holz.jpg')}
	#d21-quickbook {position: static !important;top: 150px;min-height: 180px !important;max-width: 100% !important;background-image: url("../../files/theme/images/tuerkis.png");}
	#d21-quickbook:after {display: none;}
	.d21-row .d21-col.d21-s12 {width: 100% !important;}


    .one-third {float: none;width: auto;margin-right: 0px;}
    .ce_Teaser .teaser-logo {width: 170px;height: 170px;margin-left: -85px;margin-top: -85px}

    h1 {line-height: 40px;font-size: 160%;margin-bottom: 50px}
    h2 {font-size: 130%}

    .ce_Slide h1 {font-size: 120%;margin-top: 20px}
    .ce_Slide.noLink h1 {margin-top: 20px}
    .ce_Slide h2 {font-size: 100%;margin-bottom: 15px}
    .ce_Slide p {font-size: 85%;}
    .ce_Slide .taText {display: none}

    input[type=text], input[type=email], textarea {min-width: auto;padding: 5px;width: calc(100% - 20px)}
    .ce_text .image_container.float_left, .ce_text .image_container.float_right {max-width: none;float: none;margin: 0 0 15px 0;}

    .ce_gallery .caption {display: none}

    /* added 2019-05-15 --> */
    #toplogo {display: none}
    #Headerphone {font-size: 60%}
    #Headerphone .spaceBefore {margin-left: 0px}
    /* added 2019-05-15 <-- */
}
