/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
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}
/*
	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 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; }

/* -- dk_mmenu theme 'lighter' -- */
.mm-menu.mm-light
{
	background: #ececec;
}
/* dk_caroufredsel global styles */
.caroufredsel_skin .image_container img, .caroufredsel_thumbnails_skin .image_container img {
	vertical-align: bottom;
}
.caroufredsel > div, .caroufredsel > section, .caroufredsel_thumbnails > div {
	float: left;
}
.caroufredsel .clearfix {
	float: none;
	clear: both;
}
.caroufredsel_thumbnails_skin {
	position: relative;
}
/* 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}
/* 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}
/* layout.css */
html{font-size:62.5%;overflow-y:scroll; box-sizing: border-box}*,*:before,*:after{box-sizing:inherit}body{margin-right:auto;margin-left:auto;background-color:#fafafa;font:10px "Lato",Helvetica,sans-serif;color:#333;font-size: 1rem}html{-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-moz-text-size-adjust: 100%}#header .inside,#container,#footer .inside{max-width:117em;margin-right:auto;margin-left:auto}#main .inside{padding-right:1.25em;padding-left:1.25em}#Sidebar .inside{padding-right:1em}.clear_both{clear:both}.with_sidebar #main >.inside{width:80%;float:right}.custom{width:20%}.filterlink,.sb-toplink{display:none}#footer{background-color:#fff;border-top:1px solid #eee}#footer{-webkit-box-shadow:0 -7px 4px -4px rgba(68,68,68,.4);box-shadow:0 -7px 4px -4px rgba(68,68,68,.4);behavior:url("assets/css3pie/1.0.0/PIE.htc")}img{height:auto;max-width:100%}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
@media screen{
/* header.css */
#header{background-color:#fff;-webkit-box-shadow:0 7px 4px -4px rgba(68,68,68,.4);box-shadow:0 7px 4px -4px rgba(68,68,68,.4);behavior:url("assets/css3pie/1.0.0/PIE.htc");z-index: 2000}hgroup{width:20%;float:left;margin-top:1em;margin-right:0;margin-bottom:2em;padding-right:2%;padding-bottom:.5%;text-align:left;background-color:#fff;padding-left: 0.9em}#header .logo{width:12em;height:auto}#header .subtitle{margin:0;padding:0 0 0 1.1em;font:15px/1.3 "Oleo Script",cursive;font-size: 1.5rem}hgroup a{text-decoration:none;color:#333}hgroup a:hover{text-decoration:underline;color:#333}.meta-header{float:right;margin-bottom:.5em}#suchlink{bottom:.5em;position:absolute;font-size:22px;text-decoration:none;color:#888;right: 3%}#suchlink:hover{color:#000}.meta-header{width:auto;right:0;top:0;position:absolute;margin-top:0;margin-right:1.25em;padding-right:1.25em;padding-left:.5em;text-align:right;background-color:#e1ebe1;border-bottom-right-radius:.5em;border-bottom-left-radius:.5em;font-size:16px;behavior:url("assets/css3pie/1.0.0/PIE.htc");font-size: 1.6rem}#warenkorblink{display:inline-block;padding:.375em;text-decoration:none}#warenkorblink:hover,#warenkorblink:focus{color:#333}.wk-text{display:none}span.icon-shopping_cart{font-size:22px;font-size: 2.2rem}#warenkorblink span.items,#warenkorblink span.currency,span.wk-text{font-size:14px;font-size: 1.4rem}
}
@media screen{
/* navigation.css */
#header .mod_navigation{width:80%;background-color:#fff;font-size:16px;font-size: 1.6rem; text-transform: uppercase}#header ul{width:95%;margin:3em 0 0;padding:0 5% 0 0;list-style-type:none}#header li{width:20%;float:left;margin:0;padding:0;text-align:center;border-right:1px solid #ddd}#header .mod_navigation a,#header .mod_navigation span{display:block;border-bottom:2px solid #fff;line-height:2.75;text-decoration:none;color:#666}#header .mod_navigation a:hover,#header .mod_navigation a:focus{text-decoration:underline;color:#000}#header .mod_navigation .active,#header .mod_navigation .trail{border-bottom:2px solid #ff8800;color:#333}#navmobile{display:none}.mod_breadcrumb ul{margin-top:1em;font-size:13px;list-style-type:none;text-size: 1.3 rem; text-transform: uppercase}.mod_breadcrumb{margin-bottom:0;padding-bottom:1em;padding-left:1em;background-color:#e1ebe1;border-bottom:1px solid #ddd}.mod_breadcrumb li{float:left;margin-left:0}.mod_breadcrumb a{text-decoration:none}.mod_breadcrumb a:after{color:#000;content: ' > '}.mod_breadcrumb li.active{margin-left:.25em}#Sidebar ul{margin:0;padding:0;list-style-type:none}#Sidebar li{margin:0;padding:0}.submenue{margin-top:1em;margin-bottom:2em}#Sidebar h2{padding:.25em;border-bottom:2px solid #669966;font-size:18px;color:#2B4C2B;font-size: 1.8rem; text-transform: uppercase}#Sidebar .mod_navigation a,#Sidebar .mod_navigation span{display:block;margin:0 0 1em;padding:0;font-size:18px;text-decoration:none;color:#444;outline: 0; font-size: 1.8rem}#Sidebar .mod_navigation a:hover,#Sidebar .mod_navigation a:focus{text-decoration:underline;color:#141414}#Sidebar span.active,#Sidebar .trail{font-weight:bold;color:#000}#Sidebar .level_2 a,#Sidebar .level_2 span{margin-left:1em;font-size:16px;font-weight:normal;font-size: 1.6rem}#Sidebar .level_2 a:hover,#Sidebar .level_2 a:focus{text-decoration:underline;color:#141414}#Sidebar .level_2 span.active{font-weight:bold}.inhalt li{margin-left:0;list-style-type:none}.inhalt{border-top:1px solid #ddd;font-size:16px;font-size: 1.6rem}.inhalt a,.inhalt span{display:block;border-bottom:1px solid #ddd;line-height:2;text-decoration:none;color:#444}.inhalt a:hover,.inhalt a:focus{text-decoration:underline}#footer li{width:19%;float:left;margin:0;padding:1em 0;text-align:center;line-height:2;list-style-type:none}#footer ul{width:100%;margin:0;padding:0;font-size:15px;font-size: 1.5rem}#footer a,#footer span{display:block;text-decoration:none;color:#777}#footer a:hover,#footer a:focus{text-decoration:underline;color:#000}#footer span.active{color:#000}
}
/* inhalte.css */
h1{margin-bottom:1em;font:38px "Oleo Script",cursive;color:#555;font-size: 3.8rem; text-shadow: 3px 3px 0px rgba(0,0,0,0.1)}h2{font-size:22px;font-size: 2.2rem}h3{font-size:18px;font-size: 1.8rem; font-weight: 700}h4{font-size:16px;font-size: 1.6rem; font-weight: 700}ul{margin-bottom:2em;list-style-type:disc}ol{margin-bottom:2em;list-style-type:decimal}li{margin-left:2em}a{color:#558855}a:hover,a:focus{text-decoration:underline;color:#479947}#main,#Sidebar{font-size:16px;line-height:1.4;font-size: 1.6rem}p.error{margin-bottom:.25em;padding:.5em 1em;background-color:#fff4db;border:1px solid #ff8800}.mod_article.last{margin-bottom:3em}input[type="submit"]{padding:.4em .7em;background-color:#4c2b3c;border-radius:.4em;color:#fff;behavior:url("assets/css3pie/1.0.0/PIE.htc");border: none}input[type="submit"]:hover,input[type="submit"]:focus{background-color:#000;-webkit-transition: background-color 0.8s ease-in-out;transition: background-color 0.8s ease-in-out}.pdf_link{float:right;margin-top:3em;margin-left:2em}.pdf_link a{margin-left:1em}.ce_table table{margin-bottom:2em;background-color:#ececec;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;border-collapse:collapse;font-size:12px;font-size: 1.2rem}.ce_table thead{background-color:#669966;color:#fff}.ce_table tr.even{background-color:#fff;color:#444}.ce_table td,.ce_table th{padding:.5em 5em .5em 2em}.ce_toplink{clear:both;margin-top:2em;margin-bottom:2em;text-align:center;font-size:14px;color:#aaa;font-size: 1.4rem}.ce_toplink a{text-decoration:none;color:#aaa}.ce_toplink a:hover{color:#333}.ce_toplink .icon-chevron-thin-up{padding-right:1em;padding-left:1em;font-size:14px;text-decoration:none;font-size: 1.4rem}#agb h1{padding-left:2.6em;text-align:center}#agb,.shippingaddress{max-height:1000000px}.h1-subtitle{margin-bottom:1em;text-align:center;font-size:18px;color:#669966;font-size: 1.8rem}#anbieter h2{margin-top:0}.icon-mail,.icon-info_outline,.icon-phone{font-size:18px;font-size: 1.8rem}.ce_caroufredsel_start{clear:both}.abwesend{margin-bottom:1em;padding:.5em .5em 0;background-color:#fff4db;border:2px solid #ff8800;font-size:14px;font-size: 1.4rem}.mod_sitemap{margin-top:2em}.mod_sitemap ul{color:#888;list-style-type:disc}.resp-iframe{width:100%}
@media screen{
/* sticky_footer.css */
html,body{height:100%;margin:0;padding:0}#wrapper{min-height:100%;position:relative}#footer{width:100%;height:6em;bottom:0;position:absolute;clear:both;margin:0;padding:0}#container{padding:0 0 6em}
}
/* Kategorielinks.css */
.categories{width:100%;clear:both}.categories li{width:32%;position:relative;float:left;margin-right:2%;margin-bottom:2%;margin-left:0;padding-bottom:23%;list-style-type:none}.categories li.last{margin-right:0}.categories li a{width:100%;height:100%;bottom:0;left:0;right:0;top:0;position:absolute;display:block;text-align:center;text-decoration:none;color:#fff}
/* startseite.css */
#einfuehrung{width:47%;float:left;margin-top:1%;margin-right:3%;padding-top:0;padding-bottom:3.5%;text-align:center;background-image:url("../../files/rmb/content/grafiken/Trenner-Blume-transparent.svg");background-position:center bottom;background-repeat:no-repeat}#startseite .box{margin-top:2em;margin-bottom:0;padding-top:.5em;padding-bottom:.1em;background-image:url("../../files/rmb/content/grafiken/grunge_wall.png");background-position:left top;background-repeat:repeat}#startseite h1{margin-top:1em;margin-bottom:.4em;padding-bottom:1.5em;text-align:center;background-image:url("../../files/rmb/content/grafiken/Trenner-Blume-transparent.svg");background-position:center bottom;background-repeat:no-repeat;font-size:45px;font-size: 4.5rem}#einfuehrung h3{margin-top:.25em;font-size:20px;font-weight:normal;color:#585;font-size: 2rem}.ce_sliderStart{width:48%;margin-top:1%;margin-right:2%;margin-bottom:2%}.ce_sliderStart a{display:none}.ce_sliderStart .ce_image{padding:.75%;background-color:#3d2d23;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4);border-left:2px solid rgba(256,256,256,.3);border-top:2px solid rgba(256,256,256,.3)}.ce_sliderStart .greenBorder{background-color:#2f4026}.ce_sliderStart .grayBorder{background-color:#333}.ce_sliderStart .image_container{position:relative;padding:8%;background-color:#d6d3d2;-webkit-box-shadow: hsla(36, 4%, 25%, 0.8) 3px 5px 5px inset;box-shadow: hsla(36, 4%, 25%, 0.8) 3px 5px 5px inset}.greenBorder .image_container{background-color:#e6e8e3}.grayBorder .image_container{background-color:#eee}.ce_sliderStart img{border-top:2px solid #ccc;border-left:2px solid #ccc;border-right: 2px solid #fff;border-bottom: 2px solid #fff}.ce_sliderStart .caption{display:none}.ce_sliderStart:hover .caption{width:100%;bottom:0;left:0;right:0;top:0;position:absolute;display:block;padding-top:25%;text-align:center;background-color:rgba(255,255,255,.6);font-size:18px;font-size: 1.8rem}#startseite h2{color:#444}#startseite .categories h2{margin-top:0;text-align:center;background-color:#fff;border-bottom:2px solid #ddd;border-left:2px solid #ddd;font:30px "Oleo Script",cursive;color:rgba(85,136,85,.9);font-size: 3rem}#startseite .categories .last h2{border-right:2px solid #ddd}#startseite li{width:33.33333%;margin-right:0;padding-bottom:4em}#startseite .categories #shop h2{color:rgba(76,43,60,.9)}#startseite .categories a:hover h2,#startseite #shop:hover h2{color:#000;transition: all 1s ease}#startseite .slider-text{font-size:14px;color:#666;font-size: 1.4rem}.portrait img{width:auto;max-height:200px;margin-right:2%;margin-left:2%}.ce_caroufredsel img{width:auto;height:180px;margin-right:.5em;margin-left:.5em}.ce_caroufredsel{margin-bottom:1em;padding-top:.5em;padding-bottom:.5em;border:10px solid #e1ebe1}.ce_caroufredsel:hover{border-color:rgba(102,153,102,.5);transition: 0.5s ease-out}.caroufredsel_skin{position:relative}.ce_caroufredsel .ce_image{text-align:center}.caroufredsel_controls{width:100%;top:35%;position:absolute}.caroufredsel_navi{position:relative}.caroufredsel_next{right:0;top:0;position:absolute;border-top-left-radius:.25em;border-bottom-left-radius:.25em;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.caroufredsel_prev{left:0;top:0;position:absolute;border-top-right-radius:.25em;border-bottom-right-radius:.25em;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.ce_caroufredsel .caption{font-size:14px;color:#555;font-size: 1.4rem}.caroufredsel_navi a{padding:.25em;background-color:rgba(225,235,225,.8);font-size:40px;line-height:1;text-decoration:none;color:rgba(255,255,255,1);font-size: 4rem; text-shadow: 0 -1px 1px #FFFFFF, 0 1px 1px #666666}.caroufredsel_navi a:hover{background-color:rgba(102,153,102,.5);transition: 0.5s ease-out}.caroufredsel_navi a span{display:none}
@media only screen and (max-width: 63em){
/* kleiner996.css */
#kontaktformular textarea{width:100%}#startseite h1{font-size:3.8rem;background-size: 35% auto}#einfuehrung{background-size: 35% auto}#einfuehrung h3{font-size:1.8rem}#startseite .categories .last{margin-bottom:4rem}
}
@media only screen and (max-width: 47em){
/* kleiner750.css */
#navmobile{clear:right;display:block;padding:5rem 2rem .1rem;text-align:right}#navmobile a{position:relative;font-size:1.6rem;text-decoration:none;color:#669966}#navmobile a:hover,#navmobile:active{color:#000}.icon-menu2{font-size:4rem;font-weight:normal}nav.mod_navigation{display:none}#header{width:100%;height:9.3rem;top:0;position:fixed}#container{padding-top:9.3rem}hgroup{width:30%;margin-bottom:0}#suchlink{right:7rem;top:5.7rem;font-size:2.7rem;color:#669966}.clear749{clear:both}.meta-header{right:1.7rem;top:0;position:absolute;margin-right:0;padding-right:0;background-color:#fff}.categories h2{font-size:1.9rem}.masonry-col-width{width:24%}.masonry_gallery{width:24%}.personal-data,.form-message{width:100%;float:none}#agb h1{padding-left:0}#nachrichten-menue{float:none;margin:0 0 2em;border-bottom:2px solid #ddd}#nachrichten-menue h1{display:block}#aktuelles h1{display:none}#portraet{width:22%;margin-top:8em}#ueber-mich-einleitung{width:75%}
}
@media only screen and (max-width: 47em){
/* startseite750.css */
#einfuehrung{width:100%;float:none;margin-top:0;margin-bottom:2%;padding-top:0;background: none}#einfuehrung h1{margin-top:.25em;margin-bottom:0;padding-bottom:0;background: none}#einfuehrung .dash:after{content: " — "}#einfuehrung h3{display:inline-block;margin-bottom:1.6rem}.ce_sliderStart{width:75%;margin-right:auto;margin-left:auto}#startseite .categories h2{font-size:2.6rem}
}
@media only screen and (max-width: 34em){
/* kleiner540.css */
h1{font-size:3.2rem}hgroup{width:70%;margin-top:0;padding-top:1rem}#header .logo{width:10em}#header .subtitle{font-size:1.2rem}#header{height:7.7em}#container{margin-top:0;padding-top:7.7em}#suchlink{top:4.2rem}#navmobile{padding-top:3.5rem}#footer{height:9em}#container{padding-bottom:9em}.categories li,.categories li.last{width:49%;margin-right:2%;margin-bottom:2%;padding-bottom:35.2%}.categories li:nth-of-type(2n){margin-right:0}#kontaktformular input[type="text"],#kontaktformular input[type="email"]{width:100%}.mod_newsarchive .image_container{margin-right:0}
}
@media only screen and (max-width: 34em){
/* startseite540.css */
#startseite .categories .last{width:100%}#startseite .categories li{width:50%;padding-bottom:3em}#startseite .categories #shop h2{border-right:2px solid #ddd}#startseite .categories .last h2{border-top:2px solid #ddd}#einfuehrung{padding-right:1rem;padding-left:1rem}#einfuehrung h3.first{display:block;margin-bottom:0}.ce_sliderStart{width:90%}
}
@media only screen and (max-width: 30em){
/* kleiner470.css */
#startseite h1{font-size:3.2rem}#startseite h3{font-size:1.6rem}#startseite .categories h2{font-size:2.4rem}.gerahmt,#beispielbild{width:100%;margin-right:0;margin-left:0}.mod_newsarchive .image_container{float:none}.mod_newsreader .ce_image,.mod_newsreader .image_container{max-width:100%;margin-left:0}.mod_newsreader .right,.mod_newsreader .left{float:none;margin-right:0;margin-left:0}#portraet{width:100%;float:none;margin-top:1em;margin-bottom:1em}#portraet .image_container{position:relative}#portraet img{width:35%;margin-left:65%}#portraet .caption{bottom:3%;right:37%;position:absolute;text-align:right}#ueber-mich-einleitung{width:100%;float:none}
}
@media only screen and (max-width: 24em){
/* kleiner383.css */
#footer .mod_customnav li{width:100%;float:none;border-bottom:1px solid #ddd}.categories li,.categories li.last{width:100%;padding-bottom:71.8%}#startseite .categories li{width:100%;padding-bottom:15%}#startseite .categories h2{border-top:2px solid #ddd;border-right:2px solid #ddd}#container{padding-bottom:24.5rem}#footer{height:24.5rem}.masonry-col-width{width:49%}.masonry_gallery{width:49%}
}
@media print{
/* print.css */
body,#wrapper{background-color:#fff;font:6.25pt "Times New Roman"}.inhalt,.custom,#footer,.filterlink,.ce_toplink,.mod_navigation,.mod_customnav,#suchlink,.meta-header,.submit,.back,#bestellung-abgeschlossen h1,#bestellung-abgeschlossen .ce_text,.pdf_link,.ce_sliderStart,#navmobile{display:none}.block{overflow:visible}p,ul,ol,.ce_form{font-size:10pt}h1{margin-top:-0.5em;font:22pt "Times New Roman";page-break-after: avoid; text-shadow: none}h2,.h1-subtitle{font-size:14pt;page-break-before: auto}h3{font-size:12pt}#container::after,.custom::after{display:block}.with_sidebar #main>.inside,#einfuehrung{width:100%}hgroup{float:right;margin-bottom:0;padding-top:0}#header .logo{width:69pt;height:auto}#header .subtitle{margin:0;padding:0 0 0 1.1em;font:8pt "Times New Roman";font-weight:bold;font-style:italic;color:#666}body a:link,body a:visited{font-weight:bold;text-decoration:none}.rs-columns{display:block}.rs-column{margin-top:0;margin-right:0}.rs-column.-large-col-4-3,.rs-column.-large-col-2-1{width:100%;margin-right:0}#agb h1,.with_sidebar h1{padding-left:0;text-align:left;font-size:22pt}#kategorie-links h1{text-align:center;font-size:22pt}.shop-header{margin-top:0;padding-top:0}#shop .categories h2{border:1px solid #666}#startseite .categories h2{border-top:2px solid #ddd;font:16pt "Times New Roman"}.box{border-top:2px solid #ddd;border-right:2px solid #ddd;border-left:2px solid #ddd}#einfuehrung h1{font-size:26pt}#einfuehrung h3{font-size:14pt}#kontakt .ce_form{border: none}
}
