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,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{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}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
/*
	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; }

#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#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/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 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/colorbox/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/colorbox/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/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
.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}
/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('/files/layout/fonts/roboto/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('/files/layout/fonts/roboto/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('/files/layout/fonts/roboto/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
        url('/files/layout/fonts/roboto/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
        url('/files/layout/fonts/roboto/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
        url('/files/layout/fonts/roboto/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/files/layout/fonts/roboto/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('/files/layout/fonts/roboto/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('/files/layout/fonts/roboto/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('/files/layout/fonts/roboto/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('/files/layout/fonts/roboto/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('/files/layout/fonts/roboto/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('/files/layout/fonts/roboto/roboto-v30-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('/files/layout/fonts/roboto/roboto-v30-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('/files/layout/fonts/roboto/roboto-v30-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
        url('/files/layout/fonts/roboto/roboto-v30-latin-italic.woff') format('woff'), /* Modern Browsers */
        url('/files/layout/fonts/roboto/roboto-v30-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
        url('/files/layout/fonts/roboto/roboto-v30-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('/files/layout/fonts/roboto/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('/files/layout/fonts/roboto/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('/files/layout/fonts/roboto/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
        url('/files/layout/fonts/roboto/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
        url('/files/layout/fonts/roboto/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
        url('/files/layout/fonts/roboto/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url('/files/layout/fonts/roboto/roboto-v30-latin-500italic.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('/files/layout/fonts/roboto/roboto-v30-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('/files/layout/fonts/roboto/roboto-v30-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
        url('/files/layout/fonts/roboto/roboto-v30-latin-500italic.woff') format('woff'), /* Modern Browsers */
        url('/files/layout/fonts/roboto/roboto-v30-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
        url('/files/layout/fonts/roboto/roboto-v30-latin-500italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('/files/layout/fonts/roboto/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('/files/layout/fonts/roboto/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('/files/layout/fonts/roboto/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
        url('/files/layout/fonts/roboto/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
        url('/files/layout/fonts/roboto/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
        url('/files/layout/fonts/roboto/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

@charset "UTF-8";.image-circle-listing .hyperlink_txt,h4 a{display:inline-block;padding:10px 20px;background-color:#fcc304;border:1px solid #fcc304;font-size:16px;line-height:1.5;font-weight:500;color:#525151!important;text-transform:uppercase;font-style:italic}*,:after,:before{box-sizing:border-box}.embed-container{width:100%;height:auto;position:relative;overflow:hidden;padding-bottom:56.25%}.embed-container iframe{width:100%;height:100%;left:0;top:0;position:absolute}#main .pagination li:first-child a.link,#main .pagination li:first-child span,#main .pagination li[class]+li a.link,#main .pagination li[class]+li span{padding-left:5px}#main .pagination li:first-child a.link:before,#main .pagination li:first-child span:before,#main .pagination li[class]+li a.link:before,#main .pagination li[class]+li span:before{display:none}#main .mod_search .pagination li,#main .mod_search .pagination ul{margin:0;padding:0;list-style-type:none}#main .mod_search .pagination li{float:left}#main .mod_search .pagination a,
#main .mod_search .pagination span{display:block;padding:5px}#main .mod_search .pagination a.link,#main .mod_search .pagination span{position:relative;padding-left:10px}#main .mod_search .pagination a.link:before,#main .mod_search .pagination span:before{left:0;position:absolute;content:"·"}#main .slides li{margin:0}input,textarea{font:inherit;margin-bottom:5px;padding:5px 10px;background-color:#fff;border-top:0 solid #9e9e9c;border-right:0 solid #9e9e9c;border-bottom:1px solid #9e9e9c;border-left:0 solid #9e9e9c}input:focus,textarea:focus{margin-bottom:5px;padding:5px 10px;background-color:#fff;border-top:0 solid #fcc304;border-right:0 solid #fcc304;border-bottom:1px solid #fcc304;border-left:0 solid #fcc304}input.submit{margin-top:20px;padding:5px 10px;background-color:#525151;border:0;color:#fff;text-transform:uppercase}fieldset{margin:0 0 20px;padding:10px;border:2px solid #9e9e9c}.widget label{display:block}.widget-submit{margin-top:20px}.widget-submit .submit{padding:10px 20px;background-color:#525151;
border:0;color:#fff;text-transform:uppercase;cursor:pointer}.headerimage img{width:100%;height:auto;margin-bottom:-6px}.headerimage .downline{bottom:0}.katalogcontainer img:hover{opacity:.2}.katalogcontainer img{opacity:1;-webkit-transition:all .7s ease-in-out;-moz-transition:all .7s ease-in-out;-o-transition:all .7s ease-in-out;transition:all .7s ease-in-out}.katalogcontainer{background-image:url(../../files/layout/magnifier.png);background-position:center center;background-repeat:no-repeat}#dlh_googlemap_1{left:0;position:absolute}.socialbtns2{right:0;top:3px;position:absolute}#main .mod_article{padding-top:50px;padding-bottom:50px}#main .introtext_head{padding-top:30px;padding-bottom:20px}body{font-family:Roboto,sans-serif}.trenner{width:100%;clear:both}#container{width:100%;margin:0;padding:0}.mod_article .inbox{width:100%;max-width:1440px;margin:0 auto;}.half{width:48%;float:left;margin-top:0;margin-bottom:0;margin-left:0;padding:10px 0}.half.left{margin-right:4%}.half.right{float:right}.flexslider{border:0;border-radius
:0}.flexslider .slides li{position:relative}.flexslider .flex-caption{bottom:0;left:0;right:0;position:absolute;background-color:rgba(0,0,0,.4);color:#fff}.flexslider .caption_title_line{margin:15px 30px;text-align:right}.flexslider .flex-caption p{margin-top:0;margin-bottom:0;font-size:18px;line-height:1.5;color:#fff}#main ul li{margin-left:-25px;list-style-type:square}#main .mod_breadcrumb ul li{margin-left:0}#main a{text-decoration:none}p.home,p.mail,p.poi,p.tel{padding-left:40px;min-height:30px;background-position:left top;background-repeat:no-repeat}p.tel{background-image:url(../../files/layout/phone.png)}p.mail{background-image:url(../../files/layout/mail.png)}p.poi{background-image:url(../../files/layout/poi.png)}p.home{background-image:url(../../files/layout/home.png)}.catalogue_pre .half.right p{padding-left:60px;background-image:url(../../files/layout/book.png);background-position:left center;background-repeat:no-repeat;font-size:19px}.catalogue_pre .half.right p a{text-decoration:none}h4{font-size:16px;line-height:1.5;font-weight:500;color:#525151;margin:0 0 20px}.ce_text p+h4
{margin-top:50px}h1{margin:0;padding:0;font-size:40px;line-height:54px;font-weight:700; color:#3d3d3d;}h2{margin:0;padding:0 0 20px;font-size:40px;line-height:1.3;font-weight:700;color:#3d3d3d}h3{margin:0;padding:20px 0 10px;font-size:24px;line-height:1.3;font-weight:700;color:#3d3d3d}p{margin:0;padding:0;font-size:20px;line-height:1.4;color:#737373;font-weight:500}label,td{margin:0;padding:0;font-size:14px;line-height:1.4;font-weight:300}#main .introtext ul li a{color:#525151}#main .grey a,#main .white a{color:#9e9e9c}.catalogue_pre .half.right p,.catalogue_pre .half.right p a{color:#fff}.catalogue_pre{background-color:#aeaeac}.catalogue_pre .half.right{background-color:#fcc304}.introtext_head h1{color:#fff}.introtext_head p, .introtext_head > p > a {color:#fff !important;}.introtext p{color:#fff;font-weight:300}.introtext_head{background-color:#797979}.headericons img{background-color:#fcc304}.introtext{background-color:#b6b6b4}#footer .catalog_teaser{background-color:#aeaeac}.grey h1,.white h1{color:#9e9e9c}.introtext h2{color:#fff}.grey{background-color:#f7f7f6
}#footer .mod_article .inbox,#header,#main .mod_article .inbox{padding-right:50px;padding-left:50px}@media only screen and (max-width:1023px){#footer .mod_article .inbox,#header,#main .mod_article .inbox{padding-right:20px;padding-left:20px}}@media only screen and (max-width:767px){.half,.half.left,.half.right{width:100%;margin:0;padding:0}p{font-size:18px;line-height:25px}h1{font-size:29px;line-height:35px}}@media only screen and (max-width:479px){#katalog-komplett-in-iframe{display:none}.socialbtns2{display:none}h1{font-size:23px;line-height:31px}}.breadcrumbs li{float:none;display:inline;margin-right:10px;padding-right:20px;background-image:url(../../files/layout/breadcrumb_arrow_right.png);background-position:right center;background-repeat:no-repeat;list-style-type:none}.breadcrumbs li.active{float:none;display:inline;background-image:none;list-style-type:none}.breadcrumbs ul{width:100%;max-width:1440px;margin:0 auto;padding-right:20px;padding-left:20px;text-align:right}.breadcrumbs a,.breadcrumbs li,.breadcrumbs p,
.breadcrumbs span{float:none;display:inline-block;padding-top:5px;padding-bottom:5px;font-size:12px;text-decoration:none;text-transform:uppercase;font-weight:500}.breadcrumbs li a{color:#fcc304}.breadcrumbs li{color:#fff}.breadcrumbs{background-color:#949695}@media only screen and (max-width:767px){.breadcrumbs{display:none}}.cookiebar{background-color:#9e9e9c;font-size:12px}.cookiebar__button{background-color:#fcc304}.content-slider,.content-slider img{width:100%;height:auto}.content-slider img{vertical-align:bottom}.slider-control{height:0;position:static}.slider-control .slider-next,.slider-control .slider-prev{width:50px;height:100px;top:50%;display:block;margin-top:-50px}.slider-control .slider-prev{left:20px;background-image:url(../../files/layout/sliderbox_left.png);background-position:left top;background-repeat:no-repeat;font-size:0}.slider-control .slider-next{right:20px;background-image:url(../../files/layout/sliderbox_right.png);background-position:right top;background-repeat:no-repeat;font-size:0}.slider-control .slider-menu{
height:auto;width:auto;top:auto;bottom:48px;margin-left:0;transform:translateX(-50%);display:flex;flex-direction:row;gap:8px}.slider-control .slider-menu b{display:inline-block;width:12px;height:12px;border:1px solid #fff;background-color:#fff;cursor:pointer;text-indent:-9999px;overflow:hidden}.slider-control .slider-menu b.active{border-color:#fcc304;background-color:#fcc304}.downline{width:100%;height:10px;bottom:0;position:absolute;background-color:#F23C27}.downline:after,.downline:before{content:"";position:absolute;display:block;height:24px;bottom:10px;background-color:#F23C27}.downline:before{left:0;width:25%;transform-origin:right bottom;transform:skewX(45deg)}.downline:after{right:0;width:75%;transform-origin:left bottom;transform:skewX(-45deg)}.content-slider figcaption{position:absolute;top:0;right:0;background:rgba(252,195,4,.8);max-width:33.33333%;padding:24px;box-sizing:border-box}.verlinkung{width:100%;height:auto;max-width:1440px;margin:0 auto;position:absolute;top:0;left:
0;right:0}.verlinkung a{text-decoration:none}.content-slider .image_container{position:relative}.sliderbox h1{margin:0;font-size:26px;line-height:1.2;font-weight:400;color:#fff}.sliderbox h1 span{margin:0;padding:0;font-size:30px;font-weight:500}.sliderbox h2{float:left;display:block;margin:0;padding:12px 70px 12px 10px;text-align:right;background:url(../../files/layout/sliderbox_more.jpg) no-repeat right center #fff;background-size:contain;font-size:18px;line-height:1;font-style:italic;text-transform:uppercase;font-weight:500}.sliderbox h1+h2{margin-top:18px}@media only screen and (max-width:1023px){.content-slider figcaption{margin-right:100px;margin-left:100px;max-width:100%}}@media only screen and (max-width:767px){.downline,.slider-control .slider-menu{display:none}.sliderbox h1{font-size:22px}.sliderbox h2{font-size:15px}}@media only screen and (max-width:479px){.sliderbox h2{float:none}.slider-control .slider-menu,.slider-control a{top:25%}.verlinkung{position:relative}.content-slider figcaption{width:100%;position:
relative;margin-right:0;margin-left:0;background-color:#fcc304}}#footer{background-color:#797979;}#footer .mod_article .inbox{position:relative}.mod_article.address{padding-top:30px;padding-bottom:30px;background-color:#797979}.mod_article.address h2{color:#fff;font-size:24px}.mod_article.address p{margin-bottom:10px;font-size:18px;font-weight:400;color:#fff}.mod_article.googlemaps{background-color:#fff}.mod_article.googlemaps .ce_text{text-align:center;padding-top:70px;padding-bottom:30px}.gmap{height:0;position:relative;overflow:hidden;padding-bottom:500px}@media only screen and (max-width:767px){.gmap{padding-bottom:300px}}@media only screen and (max-width:479px){.gmap{padding-bottom:220px}}.mod_article.lastline{padding-top:15px;padding-bottom:15px;background-color:#797979;text-align:center;border-top:solid 5px #F23C27;}.mod_article.lastline p{font-size:14px;text-transform:uppercase;color:#fff;font-weight:400}.mod_article.lastline p a{text-decoration:none;color:inherit}.logo{height:80px;}#header .mod_navigation{margin:0;padding:0}.headericons{left:0;top:0;position:absolute;display:block}.headericons img{margin-right:2px}.header_suche{right:0;top:30px;position:absolute;display:block}.header_suche input{margin:0;padding:10px 47px 10px 15px;border:2px solid #fcc304;font-size:15px;font-style:italic;font-weight:500;color:#525151;background:url(../../files/layout/search-magnifier-icon.png) no-repeat right center #fff;background-size:contain}.header_suche input::placeholder{color:#9e9e9c;text-transform:uppercase}#header{width:100%;top:0;position:sticky;z-index:100;background-color:rgba(255,255,255,.95)}#header .mod_navigation.block{overflow:visible}#header .inside{width:100%;max-width:1440px;margin:0 auto;padding:0}#header,#header .inside{height:134px;border-bottom: 5px solid #797979;}#header .mod_navigation ul li a,#header .mod_navigation ul li a.current,#header .mod_navigation ul li a.trail,#header .mod_navigation ul li span,#header .mod_navigation ul li span.current,
#header .mod_navigation ul li span.trail{float:none;margin:0;padding:12px;font-size:15px;line-height:1;text-decoration:none;text-transform:uppercase;font-weight:500}#header .mod_navigation ul ul li a,#header .mod_navigation ul ul li a.current,#header .mod_navigation ul ul li a.trail,#header .mod_navigation ul ul li span,#header .mod_navigation ul ul li span.current,#header .mod_navigation ul ul li span.trail{float:none;margin:0;padding:7px 12px;font-size:14px;text-decoration:none;text-transform:uppercase;font-weight:400}#header .mod_navigation ul li a{color:#525151}#header .mod_navigation ul li a.current,#header .mod_navigation ul li a:hover,#header .mod_navigation ul li span,#header .mod_navigation ul li.sfHover a{background-color:#797979;color:#fff}#header .mod_navigation ul ul li a{background-color:#9e9e9c;color:#fff}#header .mod_navigation ul ul li a.current,#header .mod_navigation ul ul li a:hover,#header .mod_navigation ul ul li span{float:none;background-color:rgba(255,255,255,.95);color:
#9e9e9c;}
@media only screen and (max-width:1200px){.half{width:100%}.only-large{display:none;}}
@media only screen and (max-width:1023px){.header-container {width: 90%;padding-top:23px !important;}.logo{width:170px;right:15px;top:5px}.header_suche,.headericons{display:none}#header .mod_navigation{bottom:0;top:auto;display:none}#header{background-color:#fff;-webkit-box-shadow:0 -5px 25px 13px rgba(0,0,0,.34);-moz-box-shadow:0 -5px 25px 13px rgba(0,0,0,.34);box-shadow:0 -5px 25px 13px rgba(0,0,0,.34)}#header,#header .inside{height:90px}.footer-container {flex-wrap: wrap; gap: 25px 160px; margin: 0 7% !important;}}
@media only screen and (max-width: 700px){.header-container {width:84%;}}
@media only screen and (max-width: 467px){.header-container {width:78%;padding-top:30px !important;}.logo{width:115px;}/*runde Icons für jeweilige Sortimente*/.circle-teaser{width:33% !important;margin:0 0 10px 0 !important;}.no-arrow{padding-top:0 !important;font-size:13px !important;line-height:19px !important;}}
.image-circle-listing{padding-top:80px;padding-bottom:50px}#main .image-circle-listing{padding-top:100px;padding-bottom:100px}.image-circle-listing .ce_text{margin-bottom:50px}.image-circle-listing .ce_hyperlink{text-align:center}.image-circle-heading{text-align:center}.image-circle-entry{width:48%;float:left;position:relative;padding-left:170px;min-height:150px}.image-circle-entry:nth-child(2n+2){margin-right:4%}.image-circle-entry figure{display:block;position:absolute;left:0;top:50%;margin:0;margin-top:-75px;width:150px;height:150px;border-radius:50%;overflow:hidden}.image-circle-entry figure img{position:absolute;left:0
;top:0;width:100%;height:100%;object-fit:cover}.image-circle-entry p{font-size:16px;line-height:1.6}.image-circle-entry p:not(:last-child){margin-bottom:20px}@media only screen and (max-width:1023px){.image-circle-entry{width:auto;float:none}.image-circle-entry:nth-child(2n+2){margin-right:0}}@media only screen and (max-width:767px){.image-circle-entry{padding-left:0;padding-top:170px;min-height:0;text-align:center}.image-circle-entry figure{left:50%;top:0;margin-top:0;margin-left:-75px}}#main .image-teaser{position:relative;padding-top:150px}#main .image-teaser .ce_image{position:absolute;left:0;top:0;width:100%;height:100%;z-index:10}#main .image-teaser .ce_image img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}#main .image-teaser .ce_text{position:relative;z-index:20;text-align:center;margin:0 auto;max-width:50%}@media only screen and (max-width:767px){#main .image-teaser .ce_text{max-width:80%}}@media only screen and (max-width:479px){#main .image-teaser .ce_text{max-width:none}}
.ce_text.image-text-teaser{position:relative;padding-left:52%;padding-top:50px;padding-bottom:50px}.ce_text.image-text-teaser figure{display:block;position:absolute;left:0;top:0;width:48%;height:100%;margin:0}.ce_text.image-text-teaser figure img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.ce_text.image-text-teaser.image-right{padding-left:0;padding-right:52%}.ce_text.image-text-teaser.image-right figure{left:auto;right:0}@media only screen and (max-width:767px){.ce_text.image-text-teaser{padding-left:0;padding-top:0;padding-bottom:0;display:flex;flex-direction:column}.ce_text.image-text-teaser figure{display:block;position:static;left:auto;top:auto;width:auto;height:auto;margin:0 auto 20px;order:-1}.ce_text.image-text-teaser figure img{position:static;left:auto;top:auto;width:auto;height:auto;object-fit:unset;vertical-align:bottom}.ce_text.image-text-teaser.image-right{padding-right:0}.ce_text.image-text-teaser.image-right figure{right:auto}}.arrow-right{display:inline-block;
padding-top:10px;padding-bottom:10px;padding-right:30px;background:url(../../files/layout/icon-arrow-right.png) no-repeat right center transparent;background-size:auto 24px;color:#3d3d3d!important;font-weight:700;font-size:14px}.sf-menu,.sf-menu *{margin:0;padding:0;list-style:none}.sf-menu li{position:relative}.sf-menu li.last ul{left:auto;right:0}.sf-menu ul.level_2 li.first{margin-top:0;padding-top:0}.sf-menu ul{top:100%;position:absolute;display:none;left:0;z-index:99999}.sf-menu>li{float:left}.sf-menu li.sfHover>ul,.sf-menu li:hover>ul{display:block}.sf-menu a,.sf-menu span{position:relative;display:block;font-weight:500}.sf-menu ul ul{top:0;left:100%}.mmenubtn{display:none}.mm-list>li>strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:inherit;line-height:20px;display:block;padding:10px 10px 10px 20px;margin:0}.mm-list a.mm-subopen+strong{padding-right:5px;margin-right:40px}.mm-list>li.mm-selected>a.mm-fullsubopen+strong{padding-right:45px;margin-right:0}.mm-menu .mm-list>li.mm-selected>strong{
background:rgba(0,0,0,.1)}.mm-menu.mm-light .mm-list>li.mm-selected>strong{background:rgba(255,255,255,.6)}.mm-menu.mm-white .mm-list>li.mm-selected>strong{background:rgba(0,0,0,.06)}.mm-menu.mm-black .mm-list>li.mm-selected>strong{background:rgba(255,255,255,.25)}@media only screen and (max-width:1023px){.mmenubtn{position:absolute;height:90px;right:0;top:0;display:block;width:67px;border-left:1px solid #9e9e9c}}
.trendlist a {font-size: 1.5em;line-height: 2em;background-color: #FDC204;padding: 5px 10px;color: #3d3d3d !important;} .trendlist a:hover {color: #fff;text-decoration: underline;}
.third {width:32%;float:left;}@media only screen and (max-width:1200px){.third{width:49%;}}@media only screen and (max-width:767px){.third{width:100%;}}
ul {font-size: 20px;line-height: 1.4em;color: #737373;font-weight: 500;} li::marker {color:#737373}
/*Header-Umgestaltung*/ .header-container{display:flex;align-items:center;justify-content:space-between;padding-top:33px;overflow:visible;} .footer-container{display:flex;align-items:flex-start;justify-content:space-between;max-width:1440px;margin-left:auto;margin-right:auto;}  /* Footer-Umgestaltung */ .footer-item {width:inherit;} /* Produkt-Teaser */ .flex-container {display:flex; flex-direction: row; justify-content:space-between; flex-wrap: wrap; max-width: 1000px;margin-left: auto; margin-right: auto;} .circle-teaser {width:25%;margin:0 0 15px 0;} .circle-teaser > p > a > img {display: block;position: relative;margin-left: auto;margin-right: auto;width: 100px;height: 100px;border-radius: 50%;overflow: hidden;} .circle-teaser > p > a > img:hover {-webkit-transform: rotate(15deg);transform: rotate(15deg);-webkit-transition: .3s ease-in-out;transition: .3s ease-in-out;}
.no-arrow{display:inline-block;padding-top:10px;padding-bottom:10px;color:#3d3d3d!important;font-weight:700;font-size:14px}
.button{display: inline-block;padding: 10px 20px;background-color: #F23C27;border: 1px solid #F23C27;font-size: 16px;line-height: 1.5;font-weight: 500;color: #fff !important;text-transform: uppercase;font-style: italic;text-decoration:none !important;} .button:hover{background-color:#797979;}
.trennlinie {border-top: 3px solid #f23c27;margin-top: -12px;margin-bottom: -10px;width: 135px;margin-left: auto;margin-right: auto;}
.indented {max-width:1000px;margin-left:auto;margin-right:auto;}
.introtext_head > div > div > p > a {color: #fff !important;}
#article-35 {overflow: visible !important;}
.highlight {background-color:#F23C27;} .highlight > div > div > p {color:#fff !important;} .highlight > div > div > h2 {color:#fff !important;} .highlight > div > div > p > .button {border: 2px solid #fff;}
.header-container-2 {display:flex;align-items:flex-end;justify-content:flex-start;padding-top:10px;overflow:visible;} .category-menu {display: inline-block; background-color:#f23c27; border-radius: 25px; padding:4px 10px 6px; margin-right:5px;} .category-menu > p {font-size:12px; line-height:15px;} .category-menu > p > a {color:#fff; text-decoration: none;}
p {margin-bottom:1em;} .flow {position:relative;float:left;margin-right:25px;}
.team-grid > .inbox {display: flex; flex-wrap: wrap; justify-content: space-between;} .person {max-width:435px;}.person > .ce_text {margin-bottom: 50px;}
.widget label {display: block; font-size: 1.2em; font-weight: 500; color: #737373;} .formbody {width: 75%; margin-left: auto; margin-right: auto;} input, textarea {width:100%;}
/*
 * Contao Gallerie
 */
 
 .ce_gallery > ul li {
 	width: 31.33%;
	margin-bottom: 3%;
	margin-right: 3%;
	position: relative;
	overflow: hidden;
	min-width: 220px;
	max-width: 430px;
	max-height: 350px;
	height: 100%;
 }
 
 .ce_gallery > ul li * {
 	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
 }
 
 .ce_gallery > ul li.col_first {
 	clear: left;
	margin-right: 3%;
 }
 
 .ce_gallery > ul li.col_last {
 	marrgin-right: 0 !important;
 }
 
 .ce_gallery > ul li > img {
 	max-width: 100%;
	position: relative;
	opacity: 0.6;
 }
 
 /*
 .ce_gallery > ul li:before {
 	height: 130%;
	width: 130%;
	top: 0;
	left: 0;
	content: '';
	background: #cccccc;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in.out;
	-webkit-transform: rotate(110deg) translateY(-50%);
	-moz-transform: rotate(110deg) translateY(-50%);
	-ms-transform: rotate(110deg) translateY(-50%);
	-o-transform: rotate(110deg) translateY(-50%);
	transform: rotate(110deg) translateY(-50%);
	}
*/

.ce_gallery > ul li:hover img,
.ce_gallery > ul li.hover img {
	opacity: 1;
	-moz-transform:scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/*
.ce_gallery > ul li:hover:before,
.ce_gallery > ul li.hover:before {
	-moz-transform:rotate(110deg) translateY(-150%);
	-ms-transform: rotate(110deg) translateY(-150%);
	-o-transform: rotate(110deg) translateY(-150%);
	transform: rotate(110deg) translateY(-150%);
}
*/
