/* Contao Open Source CMS, (c) 2005-2014 Leo Feyer, LGPL license */
body,form{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}@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}}#main .inside{min-height:1px}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.ce_gallery ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery li{float:left}.ce_gallery li.col_first{clear:left}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{width:0;height:0;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/*
	jQuery.mmenu CSS
*/
html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
html.mm-opened .mm-fixed-top,
html.mm-opened .mm-fixed-bottom,
html.mm-opened .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, border;
  -moz-transition-property: top, right, bottom, left, border;
  -ms-transition-property: top, right, bottom, left, border;
  -o-transition-property: top, right, bottom, left, border;
  transition-property: top, right, bottom, left, border; }
html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
  left: 0%;
  top: 0;
  margin: 0;
  border: 0px solid rgba(0, 0, 0, 0); }
html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker {
  border: 0px solid rgba(100, 100, 100, 0); }

.mm-menu .mm-hidden {
  display: none; }

.mm-fixed-top,
.mm-fixed-bottom {
  position: fixed;
  left: 0; }

.mm-fixed-top {
  top: 0; }

.mm-fixed-bottom {
  bottom: 0; }

html.mm-opened .mm-page,
.mm-menu > .mm-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html.mm-opened,
html.mm-opened body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }

html.mm-opened .mm-page {
  height: 100%;
  overflow: hidden;
  position: absolute; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: #fff;
  opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-current {
  display: block; }

.mm-menu {
  background: inherit;
  display: none;
  overflow: hidden;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0; }
    .mm-menu > .mm-panel.mm-opened {
      left: 0%; }
    .mm-menu > .mm-panel.mm-subopened {
      left: -40%; }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
    .mm-menu > .mm-panel.mm-hidden {
      display: block;
      visibility: hidden; }

.mm-menu .mm-list {
  padding: 20px 0; }
.mm-menu > .mm-list {
  padding: 20px 0 40px 0; }

.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-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-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    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: block;
    width: 7px;
    height: 7px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .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.mm-opened > a.mm-subopen {
  height: 40px; }
  .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);
    top: 16px;
    right: 16px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-ismenu {
  background: #333333; }

.mm-menu {
  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); }

html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker,
html.mm-opened.mm-opening .mm-fixed-top,
html.mm-opened.mm-opening .mm-fixed-bottom {
  left: 80%; }

.mm-menu {
  width: 100%; }

@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px; }

  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu {
    width: 440px;
     }

  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 440px;
     } }
html.mm-nooverflowscrolling.mm-opened {
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll; }
  html.mm-nooverflowscrolling.mm-opened body {
    overflow: auto; }
  html.mm-nooverflowscrolling.mm-opened .mm-page {
    min-height: 1000px;
    position: fixed; }
  html.mm-nooverflowscrolling.mm-opened .mm-menu {
    height: auto;
    min-height: 1000px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    left: auto;
    top: auto; }
  html.mm-nooverflowscrolling.mm-opened > .mm-panel {
    position: relative;
    height: auto;
    display: none;
    left: 0; }
    html.mm-nooverflowscrolling.mm-opened > .mm-panel.mm-current {
      display: block; }




/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top {
  width: 100%; }

html.mm-top.mm-opened .mm-page,
html.mm-top.mm-opened #mm-blocker {
  top: 0%; }

html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top,
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  left: 0; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

html.mm-right.mm-opened .mm-page,
html.mm-right.mm-opened #mm-blocker,
html.mm-right.mm-opened .mm-fixed-top,
html.mm-right.mm-opened .mm-fixed-bottom {
  left: auto;
  right: 0%; }

html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  left: auto; }

.mm-menu.mm-bottom {
  width: 100%;
  top: auto;
  bottom: 0; }

html.mm-bottom.mm-opened .mm-page,
html.mm-bottom.mm-opened #mm-blocker {
  bottom: 0%;
  top: auto; }

html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  top: auto;
  left: 0; }

.mm-menu.mm-top {
  height: 80%; }

html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top {
  top: 80%; }
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-top {
    height: 140px; }

  html.mm-top.mm-opened.mm-opening .mm-page,
  html.mm-top.mm-opened.mm-opening #mm-blocker,
  html.mm-top.mm-opened.mm-opening .mm-fixed-top {
    top: 140px; }
  html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-top {
    height: 880px; }

  html.mm-top.mm-opened.mm-opening .mm-page,
  html.mm-top.mm-opened.mm-opening #mm-blocker,
  html.mm-top.mm-opened.mm-opening .mm-fixed-top {
    top: 880px; }
  html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: -880px; } }
.mm-menu.mm-right {
  width: 80%; }

html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  right: 80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-right {
    width: 140px; }

  html.mm-right.mm-opened.mm-opening .mm-page,
  html.mm-right.mm-opened.mm-opening #mm-blocker,
  html.mm-right.mm-opened.mm-opening .mm-fixed-top,
  html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    right: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-right {
    width: 440px; }

  html.mm-right.mm-opened.mm-opening .mm-page,
  html.mm-right.mm-opened.mm-opening #mm-blocker,
  html.mm-right.mm-opened.mm-opening .mm-fixed-top,
  html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    right: 440px; } }
.mm-menu.mm-bottom {
  height: 80%; }

html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  bottom: 80%; }
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
  top: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom {
    height: 140px; }

  html.mm-bottom.mm-opened.mm-opening .mm-page,
  html.mm-bottom.mm-opened.mm-opening #mm-blocker,
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: 140px; }
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
    top: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom {
    height: 880px; }

  html.mm-bottom.mm-opened.mm-opening .mm-page,
  html.mm-bottom.mm-opened.mm-opening #mm-blocker,
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: 880px; }
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
    top: -880px; } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front.mm-opened .mm-page {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important; }

.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, -webkit-transform;
  -moz-transition-property: top, right, bottom, left, -moz-transform;
  -ms-transition-property: top, right, bottom, left, -o-transform;
  -o-transition-property: top, right, bottom, left, -o-transform;
  transition-property: top, right, bottom, left, transform; }

html.mm-front .mm-page,
html.mm-front #mm-blocker {
  z-index: 0; }

.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; }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  left: 0%; }

.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  left: 0; }

html.mm-opening .mm-menu.mm-top.mm-front, html.mm-opening .mm-menu.mm-top.mm-next {
  left: 0;
  top: 0%; }

.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  left: auto; }

html.mm-opening .mm-menu.mm-right.mm-front, html.mm-opening .mm-menu.mm-right.mm-next {
  left: auto;
  right: 0%; }

.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  top: auto;
  left: 0; }

html.mm-opening .mm-menu.mm-bottom.mm-front, html.mm-opening .mm-menu.mm-bottom.mm-next {
  left: 0;
  bottom: 0%; }

.mm-menu.mm-front, .mm-menu.mm-next {
  left: -80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -440px; } }
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  top: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -880px; } }
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  right: -80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -440px; } }
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -880px; } }
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto; }
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-top {
  top: 0; }
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0; }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  transform: translateX(-40%); }
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(40%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  -o-transform: translateX(40%);
  transform: translateX(40%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -o-transform: translateY(40%);
  transform: translateY(40%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-40%);
  -moz-transform: scale(0.7, 0.7) translateX(-40%);
  -ms-transform: scale(0.7, 0.7) translateX(-40%);
  -o-transform: scale(0.7, 0.7) translateX(-40%);
  transform: scale(0.7, 0.7) translateX(-40%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(40%);
  -moz-transform: scale(0.7, 0.7) translateX(40%);
  -ms-transform: scale(0.7, 0.7) translateX(40%);
  -o-transform: scale(0.7, 0.7) translateX(40%);
  transform: scale(0.7, 0.7) translateX(40%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-40%);
  -moz-transform: scale(0.7, 0.7) translateY(-40%);
  -ms-transform: scale(0.7, 0.7) translateY(-40%);
  -o-transform: scale(0.7, 0.7) translateY(-40%);
  transform: scale(0.7, 0.7) translateY(-40%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(40%);
  -moz-transform: scale(0.7, 0.7) translateY(40%);
  -ms-transform: scale(0.7, 0.7) translateY(40%);
  -o-transform: scale(0.7, 0.7) translateY(40%);
  transform: scale(0.7, 0.7) translateY(40%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

html.mm-zoom-page.mm-opened .mm-page {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-page.mm-opening .mm-page {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5); }
html.mm-zoom-page.mm-right.mm-opened .mm-page {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-page.mm-top.mm-opened .mm-page {
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-page.mm-bottom.mm-opened .mm-page {
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }

html.mm-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
  html.mm-zoom-panels .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
    html.mm-zoom-panels .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7);
      -moz-transform: scale(0.7, 0.7);
      -ms-transform: scale(0.7, 0.7);
      -o-transform: scale(0.7, 0.7);
      transform: scale(0.7, 0.7); }

.rsts-main,.rsts-main *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.rsts-header,.rsts-footer{overflow:hidden}.rsts-view{position:relative}.rsts-crop{position:relative;overflow:hidden}.rsts-slides,.rsts-slide{position:absolute;left:0;top:0}.rsts-slide{overflow:hidden}.rsts-slide img{display:block}.rsts-video-iframe{position:absolute;top:0;left:0;width:100%;height:100%}.rsts-type-slide .rsts-view{cursor:url("../../system/modules/rocksolid-slider/assets/img/openhand.cur"),default;cursor:-webkit-grab;cursor:-moz-grab;cursor:-ms-grab;cursor:-o-grab;cursor:grab}.rsts-type-slide.rsts-dragging .rsts-view{cursor:url("../../system/modules/rocksolid-slider/assets/img/closedhand.cur"),default;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-ms-grabbing;cursor:-o-grabbing;cursor:grabbing}

/* Copyright MADE/YOUR/DAY OG <mail@madeyourday.net>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
/* ===========================================
 * rounded Skin
 * ======================================== */
.rsts-skin-rounded.rsts-main {
  position: relative;
}
.rsts-skin-rounded.rsts-type-fade .rsts-slide {
  background: white;
}
.rsts-skin-rounded .rsts-slide img {
  width: 100%;
  height: auto;
}
.rsts-skin-rounded .rsts-caption {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: white;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  background: #cccccc;
  background: rgba(255, 255, 255, 0.1);
  background-image: -webkit-radial-gradient(rgba(255, 255, 255, 0), rgba(208, 224, 229, 0.2) 60%);
  background-image: -moz-radial-gradient(rgba(255, 255, 255, 0), rgba(208, 224, 229, 0.2) 60%);
  background-image: -o-radial-gradient(rgba(255, 255, 255, 0), rgba(208, 224, 229, 0.2) 60%);
  background-image: radial-gradient(rgba(255, 255, 255, 0), rgba(208, 224, 229, 0.2) 60%);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), inset 0 2px 0 -1px rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), inset 0 2px 0 -1px rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), inset 0 2px 0 -1px rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  -o-transition: opacity 0.5s, -o-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.rsts-skin-rounded .rsts-active .rsts-caption {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.rsts-skin-rounded .rsts-prev, .rsts-skin-rounded .rsts-next, .rsts-skin-rounded .rsts-video-stop, .rsts-skin-rounded .rsts-nav-numbers a, .rsts-skin-rounded .rsts-nav-tabs a {
  position: absolute;
  right: 55px;
  bottom: 15px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  outline: none;
  line-height: 0;
  text-align: center;
  text-decoration: none;
  text-indent: -9999px;
  background-position: 50% 50%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3) {
  .rsts-skin-rounded .rsts-prev, .rsts-skin-rounded .rsts-next, .rsts-skin-rounded .rsts-video-stop, .rsts-skin-rounded .rsts-nav-numbers a, .rsts-skin-rounded .rsts-nav-tabs a {
    background-image: url("data:"image/png";base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAACylBMVEXp6ekXIyghMzk0TlYmOD+Kjo9Jbntpm6smOT9nkp9ve39QbXZlb3JvgIVrmKZrdnlbb3ZOYmmRnaFcdX17hYhsdnpUanFmb3I4SlB8iY1edX1lbnIwQ0pwm6qZucN2hIh1n61xfIFTcHppjZplcHRfaW1md32fw8+IwtRfaWxgaW05TFJncXRyfYGawM1RZm5feYFQZGuLmJ1Yb3aoydMeLzRNVVkwSFBXYGREZnI1UFlaZGhdh5VOc387Vl9cZmpUd4JAWmJeaGxkbnEzRkxkbnJGYGk7T1ZMZW1vj5pihI87UFgxRUtDVVtzf4NKX2ZqdHdxlqJkh5RRcHprdHhIY2xIW2F7prSKr7xphY6FqLRWbHRRc39ff4k1R01KXWNKYWlGXmZ7oq9skp9wmKV7o7CPs793lJ5mf4hSaXF1gINeaGxBVFpriJKMtMBpgoqApbJ9mqOAuMmEqLOOrrmbvsmBssKXvsuGpa6fwMqZvceHustIYmxbe4UyREtbcnqEsb+Vt8KZucSw0tyOxNZjbXErPkVZe4dCW2NkgYtdZ2t3k5xwipOEoqx7l6GTtcGly9ilxtJ7r7+SvMqhydeTx9iRwdCcxtSnzdlxmKaVtsGhxdGLuMdWd4Ku0dsuQUg+WGCLvc3X6/FslaKYxNOGtcSrz9qYytqo0uCgzt2k0N7W6vCs1OG12eSu1eKy1+O73Oe32uW93efV6fDC3+m52+bF4erA3ujT6O/E4OrV6fDI4uvG4urM5ezL5OzK4+zT6O/R5+7R5+7p6enp6enx8vL9/f34+fnW1tbf39/j4+Ta2trc3Nz8/f3t7e7e39/e3t7X19fY2Njb29vs7Ozi4uLl5eXf4ODz8/P4+Pjh4eHj4+Pg4OHd3d3u7u7v7+/y8vL8/Pzw8PDx8fHr6+vq6uro6Ojk5OTt7e3m5ub09PT19fX39/f29vaQMsdaAAAAw3RSTlP+SjYnNIwcFjQZSiVVNhhSLTBFJ09WLVk3RylYMxkfRBpJJB1PUzQbE1ZXNlRNGiwmL0MrHjpdKlUeJlIZHSZSHidTVzRQJzEqHx8uMjRKLVAdHiJRJjEZGyMcKh8iNjIrKhscGxscISYpS1UyIhknGyMUHB4dFhkhHhwVJiE1KhkeHx4UVjMfKSJUIyUgIh0aHRUYGRUXGBsbHhwYIB00KBYwGhcXHBYYFhcvGRwaGx8dIC4iHiQhLCMtJiUpKCcrKSotMv7UAAAE7klEQVR42pXX93tTVRgH8Ovee++990YUERFx4cS9994ThSJFaZHVgW1TQgohhdu0aW2VqIjapo97sFrooo1J2qyb/8F33XNyn9vkeXx/Sp72c7/vOffmnHMNv7+5ufkrrA1Q30J1qopEIvoL/gn/hf63GcrvN2wrkoy75CrslTbQMtWya5ziCwgXbSiLVOAPWD/aRd/IM9faQEuxQm32ky77EuCFizbYairu+/yiK6CndK0NZYUy3EgVDoc3ctEFhGtt4HjFEiUYhvrOLvxCnrnSiMVCrFB2X+viKwgXzRibVpYowm+oOjo6+ANcgDiFa21QMFmIZcrsS7vgM3ngEC4aGgfMtostU4Lr8wouAB7SMZw652jA2DT3HIaGgSJshwph4Qf0zEVLtIHBOM9oMRYpuTastVA+n29+O3HUNG6JNjiYLcUCRdmKVbfivXn19aWzKn0QrzRi0IydFijKFqiKC99dsmjx4rc+nFe5NkThoiXa6HRgsJCK0jSDtR+889rFF116yWVvLK1fQRqyFY4Axql2WIhFGQwGqt9c+NKrF1jRl5+Yu4i0I1qwBLPFWKBNTQHv0489ed75Vn9/fOaMY5cuU9qFOdi2QNfVeD1znnr8XKvfsqz4Xfe/uOSjujbQHC2DJuwIZru60bOyvOQcy8pBWfE7HnlhWV1rG0Vz3zjfht01jjjfrllZ3vAK21w2F73zoecrWu1o6ltj7JqCtV0lNpuNxuK/HrDw4eUtFC19C5YhY9cUTPbRVQ2fgwU6khgby+x78y0PIg5h325sd23bBWKH070DsWnT97v79VqT+uZBa8zzZXddgz1rO7Q5dcONN936XHWt2dIKWG6WjWm+CGPXAa+njHsGPDI2sCk1uWFKmacxEDR50DJjDoxDJvzAPbNvP4NttCc9MHzNguuuX/P+6nVNQTemh5Mnm4bsffbe206XeY71jP08YfeJk/ap+vgLxqGiOPDJM/edlEMKFR/JXXnFVVdfW/X2pxp3wL0iHBkHnza7O9OXyWQAZ1J77LLrbnvuVXU2YbMoluRjYonRRGokms3mfvk/ySaN+aDRwcH06HBfNmf9O2HviZMOLDhmfav0bO+f3jSUTMSyOdA42ye4Z7vIff5s+84d23v6SE8+fkrZyV7XfS74hIFO7hxKpzKkCz9h+tlez892vh7Okp42/VR4tnHI7fKDLvKrcmWfUvhXBYPWq1BQ6alJGHciloH0v8+k33NIfs+0GBRfSUqmJv/6vTfdDbc8Pv5K0kkzJn1rXdPomVNectwff27bvGMg+Q+tYWj1GhYRLOsQjxo1cF49jxrcumXrtu4Cq6dgHa10oBrW7aOP6P1tS3rmjLl63XYu+nrhVhp5sJZ2jMMH00V2DPdexdw0l8NeddiRhx5yMOxVlW4LWHZJiLa1cKiKs2SXLK30kXUGEwbt3NtpZ1f784mlsy537c8R3p85WjRmQ7g6GsjBYD5vzq6TgfNMgp0jh3hdKCmWrApGTNG25nD2UijlOKOsOg1BtEMjBw8FiBxIptKzHaxPgKKZo9cF/TJ12g1y9hQtHDyU8+gJlFrOP3sCdmp17MVLMHOeervYKqw1cExHrwthofO2aOGuoz45lIoqK+8Y+kWBPda4rxgSyxaw0sjFc4kq9nYDWnP2BV+rhIp1vNERxyr4QidUrP8/qk/S6o9a9v4AAAAASUVORK5CYII=");
    background-size: 30px, 30px;
  }
}
.rsts-skin-rounded .rsts-prev:hover, .rsts-skin-rounded .rsts-prev.active, .rsts-skin-rounded .rsts-next:hover, .rsts-skin-rounded .rsts-next.active, .rsts-skin-rounded .rsts-video-stop:hover, .rsts-skin-rounded .rsts-video-stop.active, .rsts-skin-rounded .rsts-nav-numbers a:hover, .rsts-skin-rounded .rsts-nav-numbers a.active, .rsts-skin-rounded .rsts-nav-tabs a:hover, .rsts-skin-rounded .rsts-nav-tabs a.active {

}
.rsts-skin-rounded.rsts-no-touch:hover .rsts-nav-numbers a.active, .rsts-skin-rounded.rsts-no-touch:hover .rsts-nav-tabs a.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.rsts-skin-rounded .rsts-next {
  right: 15px;
  top: 50%;
  margin-top: -17px;
  background: url("../../system/modules/rocksolid-slider/assets/img/rounded/rounded-spriteset.png") 30px 0px;
}

.rsts-skin-rounded .rsts-next:hover {
  right: 15px;
  top: 50%;
  margin-top: -17px;
  background: url("../../system/modules/rocksolid-slider/assets/img/rounded/rounded-spriteset.png") 30px 30px;
}


.rsts-skin-rounded .rsts-prev {
  left: 15px;
  top: 50%;
  margin-top: -17px;
  background: url("../../system/modules/rocksolid-slider/assets/img/rounded/rounded-spriteset.png") 0px 0px;
}

.rsts-skin-rounded .rsts-prev:hover {
  left: 15px;
  top: 50%;
  margin-top: -17px;
  background: url("../../system/modules/rocksolid-slider/assets/img/rounded/rounded-spriteset.png") 0px 30px;
  }


.rsts-skin-rounded .rsts-nav {
  margin: 0 auto;
  line-height: 1;
  text-align: center;
  
  /* ALIGN RIGHT */
    position: absolute;
    right: 95px;
    bottom: 12px;
    left: 10px;
    margin-right:-70px;
    text-align: right;
  
  
  
  
}
.rsts-skin-rounded .rsts-nav ul {
  /* Forcing margin/padding, since '#content ul' is quite common */
  margin: 0 !important;
  padding: 0 !important;
  
  
}
.rsts-skin-rounded .rsts-nav li {
  display: inline;
}
.rsts-skin-rounded.rsts-video-playing .rsts-nav, .rsts-skin-rounded.rsts-video-playing .rsts-prev, .rsts-skin-rounded.rsts-video-playing .rsts-next {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.rsts-skin-rounded.rsts-video-playing .rsts-nav {
  bottom: 47px;
}
.rsts-skin-rounded.rsts-video-playing .rsts-prev, .rsts-skin-rounded.rsts-video-playing .rsts-next {
  bottom: 50px;
}
.rsts-skin-rounded.rsts-video-playing:hover .rsts-nav, .rsts-skin-rounded.rsts-video-playing:hover .rsts-prev, .rsts-skin-rounded.rsts-video-playing:hover .rsts-next {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.rsts-skin-rounded.rsts-touch.rsts-video-playing .rsts-prev, .rsts-skin-rounded.rsts-touch.rsts-video-playing .rsts-next, .rsts-skin-rounded.rsts-touch.rsts-video-playing .rsts-nav {
  display: none;
}
.rsts-skin-rounded.rsts-touch .rsts-nav-numbers, .rsts-skin-rounded.rsts-touch .rsts-nav-tabs {
  display: none;
}
.rsts-skin-rounded .rsts-nav-numbers a, .rsts-skin-rounded .rsts-nav-tabs a {
  position: static;
  display: inline-block;
  min-width: 20px;
  margin: 0 2px;
  padding-top: 15px;
  font-size: 0.75em;
  color: white;
  text-indent: 0;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  background: #cccccc;
  background: rgba(255, 255, 255, 0.1);
  background-image: -webkit-radial-gradient(rgba(255, 255, 255, 0), rgba(208, 224, 229, 0.2) 60%);
  background-image: -moz-radial-gradient(rgba(255, 255, 255, 0), rgba(208, 224, 229, 0.2) 60%);
  background-image: -o-radial-gradient(rgba(255, 255, 255, 0), rgba(208, 224, 229, 0.2) 60%);
  background-image: radial-gradient(rgba(255, 255, 255, 0), rgba(208, 224, 229, 0.2) 60%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.rsts-skin-rounded .rsts-nav-numbers a.active, .rsts-skin-rounded .rsts-nav-tabs a.active {
  color: white;
}
.rsts-skin-rounded .rsts-nav-tabs a {
  width: auto;
  padding: 15px 10px;
}
.rsts-skin-rounded.rsts-no-touch:hover .rsts-nav-numbers a, .rsts-skin-rounded.rsts-no-touch:hover .rsts-nav-tabs a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.rsts-skin-rounded .rsts-nav-bullets {
  line-height: 0;
}
.rsts-skin-rounded .rsts-nav-bullets a {
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  margin: 12px 4px;
  border: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  outline: none;
  text-align: left;
  text-indent: -999px;
  background-color: rgb(136, 136, 136);
	}
.rsts-skin-rounded .rsts-nav-bullets a:hover, .rsts-skin-rounded .rsts-nav-bullets a.active {
  background-color: rgb(241, 156, 3);
}
.rsts-skin-rounded .rsts-nav .rsts-nav-prev, .rsts-skin-rounded .rsts-nav .rsts-nav-next {
  display: none;
}
.rsts-skin-rounded .rsts-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  overflow: hidden;
  margin: -32px 0 0 -32px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  text-indent: -999px;
  text-decoration: none;
  background-image: url("data:image/png;base64,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");
  background-position: 50% 50%;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2), inset 0 3px 0 -1px rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2), inset 0 3px 0 -1px rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2), inset 0 3px 0 -1px rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px rgba(255, 255, 255, 0.9);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3) {
  .rsts-skin-rounded .rsts-video-play {
    background-image: url("data:"image/png";base64,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");
    background-size: 70px, 70px;
  }
}
.rsts-skin-rounded .rsts-video-play:hover, .rsts-skin-rounded .rsts-video-play:focus {
  background-color: #cccccc;
  background-color: rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.rsts-skin-rounded .rsts-video-play:active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.rsts-skin-rounded .rsts-video-stop {
  top: 20px;
  right: 20px;
  left: auto;
  background-image: url("data:image/png;base64,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");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3) {
  .rsts-skin-rounded .rsts-video-stop {
    background-image: url("data:"image/png";base64,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");
    background-size: 30px, 30px;
  }
}
.rsts-skin-rounded .rsts-video-youtube > .rsts-video-stop {
  top: 25px;
}
.rsts-skin-rounded .rsts-video-vimeo > .rsts-video-stop {
  top: 10px;
  right: auto;
  left: 10px;
}
.rsts-skin-rounded .rsts-video-ipad > .rsts-video-iframe {
  padding-top: 34px;
  background-color: black;
}
.rsts-skin-rounded .rsts-video-ipad > .rsts-video-stop {
  top: 1px;
  right: 1px;
  left: auto;
}
.rsts-skin-rounded .rsts-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #51a5c0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.rsts-skin-rounded .rsts-progress div {
  height: 100%;
  background-color: white;
}
.rsts-skin-rounded .rsts-progress.rsts-progress-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

/* Contao Open Source CMS, (c) 2005-2014 Leo Feyer, LGPL license */
table.sortable thead th { background-image:url("../../assets/jquery/tablesorter/2.0.5/images/default.gif"); background-repeat:no-repeat; background-position:center right; }
table.sortable thead th.headerSortDown { background-image:url("../../assets/jquery/tablesorter/2.0.5/images/asc.gif"); }
table.sortable thead th.headerSortUp { background-image:url("../../assets/jquery/tablesorter/2.0.5/images/desc.gif"); }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


.rs-columns {
    clear: both;
    display: inline-block;
    width: 100%;
}
.rs-column {
    float: left;
    margin-right: 6.25%;
    margin-top: 6.25%;
    width: 100%;
}
.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.875%;
}
.rs-column.-large-col-2-2 {
    width: 100%;
}
.rs-column.-large-col-3-1 {
    width: 29.1667%;
}
.rs-column.-large-col-3-2 {
    width: 64.5833%;
}
.rs-column.-large-col-3-3 {
    width: 100%;
}
.rs-column.-large-col-4-1 {
    width: 22.8125%;
    width: 23.8125%;
}
.rs-column.-large-col-4-2 {
    width: 46.875%;
}
.rs-column.-large-col-4-3 {
    width: 73.4375%;
}
.rs-column.-large-col-4-4 {
    width: 100%;
}
.rs-column.-large-col-5-1 {
    width: 15%;
}
.rs-column.-large-col-5-2 {
    width: 36.25%;
}
.rs-column.-large-col-5-3 {
    width: 57.5%;
}
.rs-column.-large-col-5-4 {
    width: 78.75%;
}
.rs-column.-large-col-5-5 {
    width: 100%;
}
.rs-column.-large-col-6-1 {
    width: 11.4583%;
}
.rs-column.-large-col-6-2 {
    width: 29.1667%;
}
.rs-column.-large-col-6-3 {
    width: 46.875%;
}
.rs-column.-large-col-6-4 {
    width: 64.5833%;
}
.rs-column.-large-col-6-5 {
    width: 82.2917%;
}
.rs-column.-large-col-6-6 {
    width: 100%;
}



@media screen and (max-width: 900px) {
.rs-column, .opensauce-fullwidth .rs-column {
    margin-right: 6.25%;
    margin-top: 6.25%;
}
.rs-column.-large-first, .opensauce-fullwidth .rs-column.-large-first {
    clear: none;
}
.rs-column.-large-last, .opensauce-fullwidth .rs-column.-large-last {
    margin-right: 6.25%;
}
.rs-column.-large-first-row, .opensauce-fullwidth .rs-column.-large-first-row {
    margin-top: 2.25%;
}
.rs-column.-medium-first, .opensauce-fullwidth .rs-column.-medium-first {
    clear: left;
}
.rs-column.-medium-last, .opensauce-fullwidth .rs-column.-medium-last {
    margin-right: -5px;
}
.rs-column.-medium-first-row, .opensauce-fullwidth .rs-column.-medium-first-row {
    margin-top: 0;
}
.rs-column.-medium-col-1-1, .opensauce-fullwidth .rs-column.-medium-col-1-1 {
    width: 100%;
}
.rs-column.-medium-col-2-1, .opensauce-fullwidth .rs-column.-medium-col-2-1 {
    width: 49.4%;
}
.rs-column.-medium-col-2-2, .opensauce-fullwidth .rs-column.-medium-col-2-2 {
    width: 100%;
}
.rs-column.-medium-col-3-1, .opensauce-fullwidth .rs-column.-medium-col-3-1 {
    width: 29.1667%;
}
.rs-column.-medium-col-3-2, .opensauce-fullwidth .rs-column.-medium-col-3-2 {
    width: 64.5833%;
}
.rs-column.-medium-col-3-3, .opensauce-fullwidth .rs-column.-medium-col-3-3 {
    width: 100%;
}
.rs-column.-medium-col-4-1, .opensauce-fullwidth .rs-column.-medium-col-4-1 {
    width: 20.3125%;
}
.rs-column.-medium-col-4-2, .opensauce-fullwidth .rs-column.-medium-col-4-2 {
    width: 46.875%;
}
.rs-column.-medium-col-4-3, .opensauce-fullwidth .rs-column.-medium-col-4-3 {
    width: 73.4375%;
}
.rs-column.-medium-col-4-4, .opensauce-fullwidth .rs-column.-medium-col-4-4 {
    width: 100%;
}
.rs-column.-medium-col-5-1, .opensauce-fullwidth .rs-column.-medium-col-5-1 {
    width: 15%;
}
.rs-column.-medium-col-5-2, .opensauce-fullwidth .rs-column.-medium-col-5-2 {
    width: 36.25%;
}
.rs-column.-medium-col-5-3, .opensauce-fullwidth .rs-column.-medium-col-5-3 {
    width: 57.5%;
}
.rs-column.-medium-col-5-4, .opensauce-fullwidth .rs-column.-medium-col-5-4 {
    width: 78.75%;
}
.rs-column.-medium-col-5-5, .opensauce-fullwidth .rs-column.-medium-col-5-5 {
    width: 100%;
}
.rs-column.-medium-col-6-1, .opensauce-fullwidth .rs-column.-medium-col-6-1 {
    width: 11.4583%;
}
.rs-column.-medium-col-6-2, .opensauce-fullwidth .rs-column.-medium-col-6-2 {
    width: 29.1667%;
}
.rs-column.-medium-col-6-3, .opensauce-fullwidth .rs-column.-medium-col-6-3 {
    width: 46.875%;
}
.rs-column.-medium-col-6-4, .opensauce-fullwidth .rs-column.-medium-col-6-4 {
    width: 64.5833%;
}
.rs-column.-medium-col-6-5, .opensauce-fullwidth .rs-column.-medium-col-6-5 {
    width: 82.2917%;
}
.rs-column.-medium-col-6-6, .opensauce-fullwidth .rs-column.-medium-col-6-6 {
    width: 100%;
}
}

@media screen and (max-width: 599px) {
.rs-column, .opensauce-fullwidth .rs-column {
    margin-right: 6.25%;
}
.rs-column.-medium-first, .opensauce-fullwidth .rs-column.-medium-first {
    clear: none;
}
.rs-column.-medium-last, .opensauce-fullwidth .rs-column.-medium-last {
    margin-right: 6.25%;
}
.rs-column.-medium-first-row, .opensauce-fullwidth .rs-column.-medium-first-row {
    margin-top: 6.25%;
}
.rs-column.-small-first, .opensauce-fullwidth .rs-column.-small-first {
    clear: left;
}
.rs-column.-small-last, .opensauce-fullwidth .rs-column.-small-last {
    margin-right: -5px;
}
.rs-column.-small-first-row, .opensauce-fullwidth .rs-column.-small-first-row {
    margin-top: 0;
}
.rs-column.-small-col-1-1, .opensauce-fullwidth .rs-column.-small-col-1-1 {
    width: 100%;
}
.rs-column.-small-col-2-1, .opensauce-fullwidth .rs-column.-small-col-2-1 {
    width: 46.875%;
}
.rs-column.-small-col-2-2, .opensauce-fullwidth .rs-column.-small-col-2-2 {
    width: 100%;
}
.rs-column.-small-col-3-1, .opensauce-fullwidth .rs-column.-small-col-3-1 {
    width: 29.1667%;
}
.rs-column.-small-col-3-2, .opensauce-fullwidth .rs-column.-small-col-3-2 {
    width: 64.5833%;
}
.rs-column.-small-col-3-3, .opensauce-fullwidth .rs-column.-small-col-3-3 {
    width: 100%;
}
.rs-column.-small-col-4-1, .opensauce-fullwidth .rs-column.-small-col-4-1 {
    width: 20.3125%;
}
.rs-column.-small-col-4-2, .opensauce-fullwidth .rs-column.-small-col-4-2 {
    width: 46.875%;
}
.rs-column.-small-col-4-3, .opensauce-fullwidth .rs-column.-small-col-4-3 {
    width: 73.4375%;
}
.rs-column.-small-col-4-4, .opensauce-fullwidth .rs-column.-small-col-4-4 {
    width: 100%;
}
.rs-column.-small-col-5-1, .opensauce-fullwidth .rs-column.-small-col-5-1 {
    width: 15%;
}
.rs-column.-small-col-5-2, .opensauce-fullwidth .rs-column.-small-col-5-2 {
    width: 36.25%;
}
.rs-column.-small-col-5-3, .opensauce-fullwidth .rs-column.-small-col-5-3 {
    width: 57.5%;
}
.rs-column.-small-col-5-4, .opensauce-fullwidth .rs-column.-small-col-5-4 {
    width: 78.75%;
}
.rs-column.-small-col-5-5, .opensauce-fullwidth .rs-column.-small-col-5-5 {
    width: 100%;
}
.rs-column.-small-col-6-1, .opensauce-fullwidth .rs-column.-small-col-6-1 {
    width: 11.4583%;
}
.rs-column.-small-col-6-2, .opensauce-fullwidth .rs-column.-small-col-6-2 {
    width: 29.1667%;
}
.rs-column.-small-col-6-3, .opensauce-fullwidth .rs-column.-small-col-6-3 {
    width: 46.875%;
}
.rs-column.-small-col-6-4, .opensauce-fullwidth .rs-column.-small-col-6-4 {
    width: 64.5833%;
}
.rs-column.-small-col-6-5, .opensauce-fullwidth .rs-column.-small-col-6-5 {
    width: 82.2917%;
}
.rs-column.-small-col-6-6, .opensauce-fullwidth .rs-column.-small-col-6-6 {
    width: 100%;
}
}


/*
 * Reponsive One - Main Stylesheet 
 */
@font-face {
  font-family: "Uni-Custom-Regular";
  src: url("http://www.wp10921885.server-he.de/files/fonts/Uni-Sans-Regular.eot#") format("eot");
  src: url("http://www.wp10921885.server-he.de/files/fonts/Uni-Sans-Regular.otf") format("truetype");
  src: url("http://www.wp10921885.server-he.de/files/fonts/Uni-Sans-Regular.woff") format("woff");
}
@font-face {
  font-family: "Uni-Custom-Light";
  src: url("http://www.wp10921885.server-he.de/files/fonts/Uni-Sans-Light.eot#") format("eot");
  src: url("http://www.wp10921885.server-he.de/files/fonts/Uni-Sans-Light.otf") format("truetype");
  src: url("http://www.wp10921885.server-he.de/files/fonts/Uni-Sans-Light.woff") format("woff");
}
@font-face {
  font-family: 'icon-file';
  src: url("http://www.wp10921885.server-he.de/files/fonts/custom-icon-font.eot#") format("eot");
  src: url("http://www.wp10921885.server-he.de/files/fonts/custom-icon-font.otf") format("truetype");
  src: url("http://www.wp10921885.server-he.de/files/fonts/custom-icon-font.woff") format("woff");
}
.icon-file {
  font-family: icon-file;
  font-size: 40px;
}
.main-navigation {
  margin: 0 auto;
  text-align: center;
  background-color: none;
  margin-bottom: 20px;
}
#header .inside {
  background-color: none;
}
#header {
  background-color: #000000;
  width: 100%;
}
.blackbar {
  height: 5px;
  background-color: #000000;
  margin-left: 10px;
  margin-right: 10px;
  margin: 0px;
  margin: 10px;
  margin-top: 0px;
}
body {
  background-color: #e7e8ea;
  margin: 0px;
  font-family: Source Sans Pro;
}
a {
  color: #000000;
  text-decoration: none;
  font-weight: 300;
}
.ce_rsce_responsiveone_logo {
  padding: 0px;
  margin: 0 auto;
  background-color: none;
}
#main .ce_text {
  margin-left: 5px;
}
#main .inside p {
  line-height: 1.3em;
  color: #444444;
}
.werke {
  margin-left: 0px;
}
.werke .item {
  height: 360px;
  background-color: #fbfbfb;
  background-color: #FFFFFF;
}
.werke .lupe {
  position: absolute;
  bottom: 15px;
  right: 25px;
}
#main h1 {
  color: #ef932c;
  margin-top: 10px;
  padding-top: 0px;
}
#main h1.startseite {
  color: #888888;
  margin-top: 10px;
  padding-top: 0px;
  font-weight: 300;
  text-align: center;
}
#main h2 {
  margin-top: 10px;
  padding-top: 0px;
  font-size: 1.2em;
  font-weight: 300;
  color: #bbbbbb;
}
#footer {
  font-family: Source Sans Pro;
  letter-spacing: 0.5px;
  line-height: auto;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}
#footer a:hover {
  color: #ef932c;
}
div.ce_text.copyrightzeile.block p a {
  color: #777777;
}
.offices-reader {
  font-family: Source Sans Pro;
  font-size: 1em;
  color: #b9b9b9;
}
.offices-reader h1 {
  font-size: 2em;
  font-weight: 300;
}
/* Set Slider Padding */
.rsts-skin-default.rsts-main {
  position: relative;
  padding: 0px;
  margin-top: 20px;
}
.slideset .textoverlay {
  position: absolute;
  width: 30%;
  bottom: 25px;
  left: 25px;
  opacity: 0.85;
  filter: alpha(opacity=85);
  /* For IE8 and earlier */
}
.slideset .textoverlay .inside {
  z-index: 100;
  padding: 20px;
}
.slideset .textoverlay .inside h2 {
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  color: #FFFFFF;
  line-height: 1em;
}
.slideset .textoverlay .inside p {
  padding: 0px;
  margin: 0px;
}
@media screen and (min-width: 0px) {
  .slideset .textoverlay {
    width: 70%;
    bottom: 15px;
    left: 45px;
    font-size: 0.5em;
  }
}
@media screen and (min-width: 500px) {
  .slideset .textoverlay {
    width: 50%;
    bottom: 25px;
    left: 55px;
    font-size: 1em;
  }
}
@media screen and (min-width: 900px) {
  .slideset .textoverlay {
    width: 40%;
    bottom: 25px;
    left: 25px;
  }
}
/* CE MODUL TEASER BOXEN STARTSEITE    */
.teaser-boxes,
.icon-boxes,
.news-boxes {
  margin: 2.22222em 0;
  overflow: hidden;
}
.teaser-boxes-item {
  color: #FFFFFF;
  font-size: 0.88889em;
}
.teaser-boxes-item h2 {
  color: #000000;
  font-size: 1.3125em;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
}
.teaser-boxes-item p {
  margin: 0em 0 0;
  margin-top: 0.5em;
  line-height: 1.2em;
}
.teaser-boxes-item-image {
  margin: 0 0 1em;
  position: relative;
}
.teaser-boxes a {
  text-decoration: none;
}
.teaser-boxes-item a {
  color: #30f165;
}
div#main .teaser-boxes a:hover.teaser-boxes-item p,
div#main .teaser-boxes a:hover.teaser-boxes-item h2 {
  color: #f59643;
}
.centermobile {
  text-align: center;
  margin: 0px;
}
.mobilemenubutton {
  background: url("../../files/theme/images/mobilebutton_large.png") no-repeat scroll center center rgba(0, 0, 0, 0);
  background-size: 40px 40px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  height: 25px;
}
#main .work-reader .classification {
  font-weight: 300;
  margin-bottom: 5px;
  margin-top: 5px;
}
#main .work-reader .job {
  font-weight: 300;
}
.work .workitem {
  float: left;
  padding-right: 1%;
  display: inline;
}
.work .workitem .zentrierer {
  margin: 0 auto;
  margin-top: 0x;
  text-align: center;
}
.work .workitem .headline {
  color: #000000;
  font-family: Merriweather;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  border-bottom: 1px solid #d1d1d1;
  display: inline;
  text-align: center;
  padding: 0px;
  padding-bottom: 1px;
}
.work .workitem .classification {
  margin: 0;
  padding: 0;
  margin-top: 6px;
  color: #000000;
  font-family: Merriweather;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 300;
  font-style: italic;
}
.work .workitem .job {
  padding-left: 5px;
  padding-right: 5px;
  font-family: Merriweather;
  letter-spacing: 0.5px;
  line-height: auto;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  padding-top: 0;
  margin-top: 9px;
  padding-bottom: 0px;
  margin-bottom: 10px;
  color: #777777;
}
.work .workitem .previewpic {
  margin-bottom: 10px;
}
.work .workitem .previewpic img {
  width: 100%;
}
.work .workitem .previewtext a {
  color: #FFFFFF;
  text-decoration: none;
}
.work .workitem .previewtext a:hover {
  color: #000000;
  text-decoration: none;
}
@media screen and (min-width: 0px) {
  .work .workitem {
    width: 100%;
  }
}
@media screen and (min-width: 500px) {
  .work .workitem {
    width: 49%;
    height: 720px;
  }
  .work .workitem.short {
    width: 49.0%;
    height: 600px;
  }
}
@media screen and (min-width: 900px) {
  .work .workitem {
    width: 24.0%;
    height: 560px;
  }
  .work .workitem.short {
    width: 19.0%;
    height: 400px;
  }
}
@media screen and (min-width: 1122px) {
  .work .workitem {
    width: 19.0%;
    height: 490px;
  }
  .work .workitem.short {
    width: 19.0%;
    height: 400px;
  }
}
.country_parent {
  text-align: left;
  font-size: 1.5em;
  line-height: .9em;
  width: 97%;
  margin: 0;
  padding-left: 15px;
}
.country_child {
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: normal;
  white-space: normal;
  text-align: normal;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
}
.notavailable {
  opacity: 0.5;
}
.country_child {
  *display: inline;
  *margin: 0 20px;
}
#main .country_list .zentrierer {
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
}
#main .country_list h2 {
  color: #000000;
  text-align: center;
  margin-bottom: -5px;
  padding-bottom: 0.15em;
  font-weight: 300;
  margin-top: 0.2em;
  width: auto;
  display: inline-block;
}
#main .country_list h3 {
  color: #000000;
  text-align: center;
  margin: 0;
  margin-top: 0.4em;
  padding: 0;
  font-weight: 300;
}
#main .country_list a:hover h2 {
  color: #ff8700;
  border-bottom: 1px solid #ff8700;
}
@media screen and (min-width: 0px) {
  .country_child {
    width: 46%;
  }
  #main .country_list h2 {
    font-size: 1.1em;
  }
  #main .country_list h3 {
    font-size: 0.6em;
  }
}
@media screen and (min-width: 500px) {
  .country_child {
    width: 48%;
  }
  #main .country_list h2 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 900px) {
  .country_child {
    width: 31.5%;
  }
  .country_list {
    margin: 0 auto;
    width: 1022px;
  }
}
@media screen and (min-width: 1122px) {
  .country_child {
    width: 23.5%;
  }
}
.vineyard_parent {
  text-align: left;
  font-size: 1.5em;
  line-height: .9em;
  width: 97%;
  margin: 0;
  padding-left: 15px;
}
.vineyard_child {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: normal;
  white-space: normal;
  text-align: normal;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
}
.vineyard_child {
  *display: inline;
  *margin: 0 20px;
}
#main .vineyard_list .zentrierer {
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
}
#main .vineyard_list .countrydivider {
  font-size: 1.2em;
  margin-left: -15px;
  color: #000000;
  text-align: center;
  margin-bottom: 5px;
  padding-bottom: 0.15em;
  font-weight: 300;
  margin-top: 0.2em;
  border-bottom: 1px solid #d1d1d1;
  width: auto;
  display: inline;
  text-transform: uppercase;
}
#main .vineyard_list h2 {
  color: #000000;
  text-align: center;
  margin-bottom: 5px;
  padding-bottom: 0.15em;
  font-weight: 400;
  margin-top: 0.2em;
  border-bottom: 1px solid #d1d1d1;
  width: auto;
  display: inline;
}
#main .vineyard_list h3 {
  color: #000000;
  text-align: center;
  margin: 0;
  margin-top: 0.4em;
  padding: 0;
  font-weight: 300;
}
#main .vineyard_list a:hover h2 {
  color: #ff8700;
  border-bottom: 1px solid #ff8700;
}
#main .vineyard_list a:hover .countrydivider {
  color: #ff8700;
  border-bottom: 1px solid #ff8700;
}
@media screen and (min-width: 0px) {
  .vineyard_child {
    width: 46%;
  }
  #main .vineyard_list h2 {
    font-size: 0.7em;
  }
  #main .vineyard_list h3 {
    font-size: 0.6em;
  }
}
@media screen and (min-width: 500px) {
  .vineyard_child {
    width: 48%;
  }
  #main .vineyard_list h2 {
    font-size: 0.8em;
  }
  #main .vineyard_list h3 {
    font-size: 0.7em;
  }
}
@media screen and (min-width: 900px) {
  .vineyard_child {
    width: 31.5%;
  }
  .vineyard_list {
    margin: 0 auto;
    width: 922px;
  }
}
@media screen and (min-width: 1122px) {
  .vineyard_child {
    width: 31.5%;
  }
}
#main .vineyard_details {
  padding-left: 10px;
  padding-right: 10px;
}
#main .vineyard_details .smallimage {
  padding-right: 20px;
  padding-bottom: 0px;
  padding-top: 8px;
}
#main .vineyard_details h1 {
  color: #000000;
  text-align: center;
  padding-bottom: 0.15em;
  font-weight: 300;
  margin-top: 0.8em;
  margin-bottom: 0.3em;
  border-bottom: 1px solid #d1d1d1;
  width: auto;
  display: block;
}
#main .vineyard_details h2 {
  color: #000000;
  text-align: center;
  padding-bottom: 0.15em;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0.8em;
  width: auto;
  display: block;
}
@media screen and (min-width: 0px) {
  .smallimage img {
    width: 100%;
  }
}
@media screen and (min-width: 500px) {
  .smallimage {
    float: left;
  }
  .smallimage img {
    width: auto;
  }
}
@media screen and (min-width: 900px) {
  .vineyard_details {
    margin: 0 auto;
    width: 922px;
  }
}
.wine_parent {
  text-align: left;
  font-size: 1.5em;
  line-height: .9em;
  width: 97%;
  margin: 0;
  padding-left: 15px;
}
.wine_child {
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: normal;
  white-space: normal;
  text-align: normal;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
}
.notavailable {
  opacity: 0.5;
}
.wine_child {
  *display: inline;
  *margin: 0 20px;
}
#main .wine_list .zentrierer {
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
}
#main .wine_list h2 {
  color: #000000;
  text-align: center;
  margin-bottom: -5px;
  padding-bottom: 0.15em;
  font-weight: 300;
  margin-top: 0.2em;
  border-bottom: 1px solid #d1d1d1;
  width: auto;
  display: inline-block;
}
#main .wine_list h3 {
  color: #000000;
  text-align: center;
  margin: 0;
  margin-top: 0.4em;
  padding: 0;
  font-weight: 300;
}
#main .wine_list a:hover .vineyard_header {
  color: #ff8700;
  border-bottom: 1px solid #ff8700;
}
#main .wine_list a:hover h2 {
  color: #ff8700;
  border-bottom: 1px solid #ff8700;
}
#main .wine_list .vineyard_header {
  font-size: 1.2em;
  color: #000000;
  text-align: center;
  margin-bottom: 5px;
  padding-bottom: 0.2em;
  line-height: 1.2em;
  font-weight: 300;
  margin-top: 0.2em;
  border-bottom: 1px solid #d1d1d1;
  width: auto;
  display: inline-block;
}
#main .wine_list .vineyard_description {
  font-size: 0.7em;
  color: #000000;
  text-align: center;
  margin-bottom: 5px;
  padding-bottom: 0.15em;
  font-weight: 400;
  margin-top: 0.2em;
  width: 95%;
}
#main .wine_list .comingsoon {
  color: #555555;
  font-size: 0.7em;
  font-weight: 400;
}
@media screen and (min-width: 0px) {
  .wine_child {
    width: 46%;
  }
  #main .wine_list h2 {
    font-size: 0.7em;
  }
  #main .wine_list h3 {
    font-size: 0.6em;
  }
}
@media screen and (min-width: 500px) {
  .wine_child {
    width: 48%;
  }
  #main .wine_list h2 {
    font-size: 0.8em;
  }
  #main .wine_list h3 {
    font-size: 0.7em;
  }
}
@media screen and (min-width: 900px) {
  .wine_child {
    width: 31.5%;
  }
  .wine_list {
    margin: 0 auto;
    width: 1072px;
  }
}
@media screen and (min-width: 1122px) {
  .wine_child {
    width: 23.5%;
  }
}
#main .wine_reader .zentrierer {
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  font-size: 22px;
}
#main .wine_reader h2 {
  color: #000000;
  margin-bottom: 5px;
  padding-bottom: 0.15em;
  font-weight: 300;
  margin-top: 0.2em;
  border-bottom: 1px solid #d1d1d1;
  width: auto;
  display: inline;
  text-align: center;
}
#main .wine_reader h3 {
  color: #000000;
  text-align: center;
  margin: 0;
  margin-top: 0.4em;
  padding: 0;
  font-weight: 300;
  margin-bottom: 40px;
}
#main .wine_reader .detailtext {
  color: #000000;
  text-align: left;
  margin: 0;
  margin-top: 0.4em;
  padding: 0;
  font-weight: 400;
  font-size: 1em;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 0px) {
  .wine_reader h2 {
    font-size: 1.2em;
  }
  .wine_reader h3 {
    font-size: 1em;
  }
  .bottle {
    width: 15%;
    float: none;
    margin-right: 50px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 500px) {
  .wine_reader h2 {
    font-size: 0.8em;
  }
  .wine_reader h3 {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 900px) {
  .wine_reader {
    margin: 0 auto;
    width: 922px;
  }
  .bottle {
    width: 15%;
    float: left;
    padding-right: 50px;
    margin: 0 auto;
  }
  .wine_reader h2 {
    font-size: 1.2em;
  }
  .wine_reader h3 {
    font-size: 0.9em;
  }
}
#main .events_reader .zentrierer {
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  font-size: 22px;
}
#main .events_reader h2 {
  color: #000000;
  margin-bottom: 5px;
  padding-bottom: 0.15em;
  font-weight: 300;
  margin-top: 0.2em;
  border-bottom: 1px solid #d1d1d1;
  width: auto;
  display: inline;
  text-align: center;
}
#main .events_reader h3 {
  color: #000000;
  text-align: center;
  margin: 0;
  margin-top: 0.4em;
  padding: 0;
  font-weight: 300;
}
#main .events_reader .detailtext {
  color: #000000;
  text-align: center;
  margin: 0;
  margin-top: 0.4em;
  padding: 0;
  font-weight: 400;
  font-size: 1em;
  padding-left: 10px;
  padding-right: 10px;
}
#main .events_reader .mygallery {
  margin-left: 25px;
}
@media screen and (min-width: 0px) {
  .events_reader h2 {
    font-size: 1.2em;
  }
  .events_reader h3 {
    font-size: 1em;
  }
  .picture {
    width: 96%;
  }
}
@media screen and (min-width: 500px) {
  .events_reader h2 {
    font-size: 0.8em;
  }
  .events_reader h3 {
    font-size: 0.8em;
  }
  .picture {
    width: 48.5%;
  }
}
@media screen and (min-width: 900px) {
  .events_reader {
    margin: 0 auto;
    width: 922px;
  }
  .picture {
    width: 23.5%;
  }
  .events_reader h2 {
    font-size: 1.2em;
  }
  .events_reader h3 {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 0px) {
  #wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #e7e8ea;
  }
  #main .introtext {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
  }
  #main .onecolumntext {
    width: 85%;
    margin: 0 auto;
    text-align: left;
    margin-top: 30px;
  }
  #main .onecolumntext .applylink {
    font-size: 1.2em;
    font-weight: 400;
  }
  #main .onecolumntext a.applylink:hover {
    color: #ef932c;
  }
  #main .onecolumntext p {
    color: #444444;
    font-weight: 400;
  }
  #main .onecolumntext ul {
    font-weight: 400;
    color: #444444;
  }
  #main .onecolumntext .zentrierer {
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
  }
  #main .onecolumntext h1 {
    color: #000000;
    text-align: center;
    margin-bottom: -5px;
    padding-bottom: 0.15em;
    font-weight: 300;
    margin-top: 0.2em;
    border-bottom: 1px solid #d1d1d1;
    display: block;
    width: auto;
    font-size: 1.7em;
    display: inline;
  }
  .teasercontent {
    width: 100%;
    position: absolute;
    top: 45%;
    z-index: 5000;
    font-family: Source Sans Pro;
    font-weight: 300;
    letter-spacing: 5px;
  }
  .teasercontent .inside {
    width: 50%;
    margin: 0 auto;
  }
  .teasercontent .inside .headline {
    text-align: center;
    color: white;
    font-size: 1em;
  }
  .teasercontent .inside .introtext {
    text-align: center;
    color: red;
    display: none;
  }
  .teasercontent .inside .readmore {
    text-align: center;
    color: red;
    display: none;
  }
  .headerpic .image {
    position: relative;
    width: 100%
	height:100%;
    text-align: center;
    margin: 0px;
    padding: 0px;
    display: block;
  }
  .headerpic .image img {
    display: block;
  }
  .headerpic .headline_container {
    text-align: center;
  }
  .headerpic .headline_container .headline {
    position: absolute;
    top: 50%;
    margin-top: -0.6em;
    width: 100%;
    color: #FFFFFF;
    font-size: 1.2em;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
  }
  .headerpic .headline_container .headline_vineyard {
    position: absolute;
    top: 45%;
    margin-top: -0.6em;
    width: 100%;
    color: #FFFFFF;
    font-size: 1.2em;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
  }
  .headerpic .headline_container .headline_vineyard .subheadline {
    text-transform: none;
    font-size: 0.8em;
  }
  .ce_rsce_responsiveone_logo {
    width: 100%;
    margin: 0 auto;
    background-color: none;
    text-align: center;
  }
  .ce_rsce_responsiveone_logo img {
    width: 150px;
    margin-top: 0px;
    margin-left: -20px;
  }
  .main-navigation,
  .subnavigation-left {
    display: none;
  }
  a.mobilemenubutton {
    width: 80px;
    height: 25px;
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
  }
  .werke .item {
    color: #999999;
    position: relative;
    width: 90%;
    padding: 20px 20px 20px 20px;
    margin: 7px;
    float: left;
  }
  .werke .item .headline {
    color: #BBBBBB;
    color: #FFFFFF;
  }
  .werke .item .infos {
    position: absolute;
    bottom: 0px;
    padding-bottom: 15px;
  }
  .werke .item .infos .sku {
    font-size: 0.8em;
  }
  .werke .item .infos .job {
    font-size: 0.8em;
  }
  .werke .item .infos .classification {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 500px) {
  .columns-left {
    width: 42%;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
  }
  .columns-right {
    width: 42%;
    float: left;
  }
  .rs-column {
    margin-right: 1.58%;
  }
  .main-navigation ul.level_1 li {
    letter-spacing: 0px;
  }
  #wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #e7e8ea;
  }
  .ce_rsce_responsiveone_logo {
    width: 100%;
    margin: 0 auto;
    background-color: none;
    text-align: center;
  }
  .ce_rsce_responsiveone_logo img {
    width: 200px;
    margin-top: 10px;
    margin-left: -30px;
  }
  .main-navigation,
  .subnavigation-left {
    display: none;
  }
  .werke .item {
    color: #999999;
    position: relative;
    width: 40%;
    padding: 20px 20px 20px 20px;
    margin: 7px;
    float: left;
  }
  .werke .item .infos {
    position: absolute;
    bottom: 0px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 900px) {
  .rs-column {
    margin-right: 1.58%;
  }
  .main-navigation ul {
    margin-right: 15px;
  }
  .main-navigation ul.level_1 li {
    letter-spacing: 3px;
  }
  #wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #e7e8ea;
  }
  .headerpic .image {
    position: relative;
    width: 100%
height:100%;
    text-align: center;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
  }
  .headerpic .image img {
    display: block;
  }
  .headerpic .headline_container {
    text-align: center;
  }
  .headerpic .headline_container .headline {
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    color: #FFFFFF;
    font-size: 2em;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  .headerpic .headline_container .headline_vineyard {
    position: absolute;
    top: 45%;
    margin-top: -0.6em;
    width: 100%;
    color: #FFFFFF;
    font-size: 2em;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
  }
  .headerpic .headline_container .headline_vineyard .subheadline {
    text-transform: none;
    font-size: 0.8em;
  }
  .teasercontent {
    width: 100%;
    position: absolute;
    top: 45%;
    z-index: 5000;
    font-family: Source Sans Pro;
    font-weight: 300;
    letter-spacing: 5px;
  }
  .teasercontent .inside {
    width: 50%;
    margin: 0 auto;
  }
  .teasercontent .inside .headline {
    text-align: center;
    color: white;
    font-size: 2em;
  }
  .teasercontent .inside .introtext {
    text-align: center;
    color: red;
    display: none;
  }
  .teasercontent .inside .readmore {
    text-align: center;
    color: red;
    display: none;
  }
  .ce_rsce_responsiveone_logo {
    width: 100px;
    margin: 0 auto;
    background-color: none;
    text-align: left;
    display: inline;
  }
  .naviwrapper {
    width: 972px;
    margin: 0 auto;
    padding-left: 30px;
  }
  .ce_rsce_responsiveone_logo img {
    margin-top: 20px;
    width: 150px;
  }
  .main-navigation {
    display: block;
  }
  .main-navigation-wrapper {
    float: right;
    margin-right: 20px;
    margin-top: 50px;
  }
  .subnavigation-left {
    display: block;
  }
  .mobilemenubutton {
    display: none;
  }
  .centermobile {
    text-align: left;
    margin: 0px;
  }
  a.mobilemenubutton {
    width: 80px;
    height: 25px;
    display: none;
    margin: 0 auto;
  }
  .werke .item {
    color: #999999;
    position: relative;
    width: 26%;
    padding: 20px 20px 20px 20px;
    margin: 7px;
    float: left;
  }
  .werke .item .infos {
    position: absolute;
    bottom: 0px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1122px) {
  .rs-column {
    margin-right: 1.58%;
  }
  .main-navigation ul.level_1 li {
    letter-spacing: 5px;
  }
  #main .inside {
    width: 1102px;
    max-width: 2400px;
    background-color: #e7e8ea;
    padding: 0px;
    margin: 0 auto;
  }
  #footer {
    margin: 0 auto;
    margin-top: 20px;
    width: 1102px;
  }
  .main-navigation-mobile {
    display: none;
  }
  .main-navigation {
    display: block;
    text-align: center;
  }
  .main-navigation-mobile {
    display: none;
  }
  .subnavigation-left {
    display: block;
  }
  .werke .item {
    color: #999999;
    position: relative;
    width: 20.8%;
    padding: 20px 20px 20px 20px;
    margin: 0px;
    margin-left: 4px;
    margin-bottom: 4px;
    float: left;
  }
  .werke .item .infos {
    position: absolute;
    bottom: 0px;
    padding-bottom: 15px;
  }
}
.workslider {
  margin-bottom: 20px;
}
.workslider .slideset .textoverlay {
  width: 70%;
}
#left {
  color: white;
}
#left a {
  color: white;
}
form input,
form textarea {
  border: 1px solid #c2c6cc;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
  color: black;
  line-height: normal;
  outline: medium none;
  padding: 0.5em 1em;
  transition: border 0.2s ease 0s;
  width: 50%;
  height: 20%;
}
form .upload {
  height: auto;
  width: auto;
}
.readmorebox h2 {
  color: #ef932c;
  font-family: 'Roboto Slab', serif;
}
#main div.readmorecontainer div.readmorebox h2 {
  font-family: 'Roboto Slab', serif;
  color: #ef932c;
}
#main .singlebox-text {
  padding-right: 10px;
}
#main .singlebox-text h2 {
  color: #ff8700;
  padding-bottom: 2px;
  font-family: Source Sans Pro;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #d1d1d1;
  display: inline;
  font-weight: 400;
}
#main .singlebox-text a:hover h2 {
  border-bottom: 1px solid #ff8700;
}
#main .singlebox-text a:hover h2.green {
  color: green;
  border-bottom: 1px solid green;
}
#main .singlebox-text .zentrierer {
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
}
#main .singlebox-text h3 {
  margin: 0;
  padding: 0;
  margin-top: 6px;
  color: #000000;
  font-family: Merriweather;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 400;
  font-style: italic;
}
#main .singlebox-text p {
  padding-left: 5px;
  padding-right: 5px;
  font-family: Source Sans Pro;
  letter-spacing: 0.5px;
  line-height: auto;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  text-align: left;
  padding-top: 0;
  margin-top: 9px;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
#main .singlebox-text .readmore {
  text-align: center;
}
@media screen and (max-width: 900px) {
  #main .singlebox-text .readmore {
    margin-bottom: 50px;
  }
}
#main .singlebox-text .readmore .inner {
  margin: 0 auto;
  font-family: Source Sans Pro;
  display: inline;
  border: 1px solid #000000;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 4px;
  padding-bottom: 1px;
  padding-top: 3px;
}
#main .singlebox-text .readmore a {
  color: #000000;
}
#customgallery.ce_gallery {
  padding: 0px;
}
#customgallery.ce_gallery p {
  line-height: 22px;
}
#customgallery.ce_gallery h2 {
  padding-bottom: 5px;
  color: #ef932c;
  border-bottom: 1px solid #d1d1d1;
  font-family: 'Roboto Slab', serif;
}
@media screen and (min-width: 0px) {
  #customgallery.ce_gallery.block img {
    margin-right: 1.4%;
    padding-right: 0;
    width: 23.5%;
  }
}
@media screen and (min-width: 500px) {
  #customgallery.ce_gallery.block img {
    width: 22%;
  }
}
@media screen and (min-width: 900px) {
  #customgallery.ce_gallery.block img {
    width: 21%;
  }
}
@media screen and (min-width: 1122px) {
  #customgallery.ce_gallery.block img {
    width: 22.7%;
  }
}
#customgallery.ce_gallery.block img.col_last {
  margin-right: 0px;
  padding-right: 0px;
}
#main .ce_text.teaserintro {
  padding: 0;
  margin: 0;
  margin-top: 35px;
  margin-bottom: 15px;
}
#main .teaserintro p {
  margin: 0px;
  padding: 0px;
  margin-top: 18px;
}
#main .teaserintro h2 {
  margin-left: 0px;
  padding-bottom: 5px;
  color: #ef932c;
  border-bottom: 1px solid #d1d1d1;
  font-family: 'Roboto Slab', serif;
}
#main h2.ce_headline.teaserintro {
  margin-top: 45px;
  margin-left: 0px;
  padding-bottom: 5px;
  color: #ef932c;
  border-bottom: 1px solid #d1d1d1;
  font-family: 'Roboto Slab', serif;
}
.extendednewsliststart .item {
  margin-bottom: 5px;
}
.extendednewsliststart .item .shortstarttext {
  display: block;
  height: 42px;
  padding-top: 3px;
  line-height: 1.2em;
}
.extendednewsliststart .item .datebox {
  width: 40px;
  height: 40px;
  background-color: #ef932c;
  margin-right: 10px;
  float: left;
}
.extendednewsliststart .item .datebox .day {
  margin-top: 2px;
  color: #FFFFFF;
  font-family: "Uni-Custom-Regular";
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
}
.extendednewsliststart .item .datebox .month {
  color: #FFFFFF;
  font-family: "Uni-Custom-Regular";
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
}
.extendednewsliststart .item .datebox .year {
  color: #FFFFFF;
  font-family: "Uni-Custom-Regular";
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
}
.extendednewsliststart .item a {
  color: #000000;
}
.footerset {
  background-color: #8e8671;
  background-color: #FFFFFF;
}
.flipbox {
  margin-top: 8px;
  position: relative;
}
@media screen and (min-width: 0px) {
  .flipbox {
    font-size: 23px;
  }
}
@media screen and (min-width: 500px) {
  .flipbox {
    font-size: 22px;
  }
}
@media screen and (min-width: 900px) {
  .flipbox {
    font-size: 19px;
  }
}
.flipbox .overlaytext {
  font-family: "Uni-Custom-Regular";
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1000;
  color: #e6e6e6;
  padding: 20px;
  font-size: 70%;
  text-transform: uppercase;
}
.flipbox .overlaytext a {
  color: #e6e6e6;
}
.flipbox .overlaytext p {
  padding: 5px;
  margin: 0px;
  text-align: left;
}
.flipbox .textset {
  color: #FFFFFF;
  top: 0px;
}
.flipbox .textset .head {
  position: absolute;
  top: 0;
  padding: 17px;
  padding-left: 20px;
  text-transform: uppercase;
}
.flipbox .textset .head .zeile1 {
  font-size: 100%;
  font-family: "Uni-Custom-Regular";
  letter-spacing: 0.02em;
}
.flipbox .textset .head .zeile2 {
  font-size: 65%;
  font-family: "Uni-Custom-Regular";
  letter-spacing: 0.05em;
  margin-top: 2%;
}
.flipbox .textset .bottom {
  font-size: 70%;
  font-family: "Uni-Custom-Regular";
  position: absolute;
  bottom: 0;
  padding: 20px;
  text-transform: uppercase;
  color: #ededed;
  color: #FFFFFF;
}
.flipbox .imageset .abdecker {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #8e8671;
  background-color: #534d3a;
  opacity: 0.7;
  filter: alpha(opacity=7);
  /* For IE8 and earlier */
  padding: 0px;
}
.flipbox .imageset .image_bottom {
  position: relative
		width:100%;
  vertical-align: bottom;
}
.flipbox .imageset .image_top {
  position: absolute;
  top: 0px;
  width: 100%;
}
.footerlogo {
  opacity: 0.6;
  filter: alpha(opacity=60);
  /* For IE8 and earlier */
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 0px;
  margin-top: 0px;
}
.introbox {
  position: absolute;
  margin: 0 auto;
  left: 0px;
  top: 48%;
  -webkit-transform: translateY(-48%);
  -ms-transform: translateY(-48%);
  transform: translateY(-48%);
  width: 100%;
}
.intro {
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
}
.intro .name {
  padding-bottom: 5px;
  font-size: 160%;
  letter-spacing: 0.8em;
  font-family: "Uni-Custom-Light";
  font-family: "Uni-Custom-Regular";
}
.intro .trennlinie {
  margin: 0 auto;
  border-bottom: 1px solid #888888;
  width: 70%;
}
.intro .tagline {
  font-family: "Uni-Custom-Regular";
  padding-top: 10px;
  font-size: 100%;
  letter-spacing: 30px;
}
.centralheadline {
  width: 100%;
  text-align: center;
}
#main h2.ce_headline.centralheadline {
  color: #000000;
  font-size: 25px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.copyrightzeile {
  font-family: Merriweather;
  letter-spacing: 0.5px;
  line-height: auto;
  font-size: 12px;
  font-weight: 300;
}
.hoverboard .normal {
  position: relative;
}
.hoverboard .normal .hover {
  top: 0px;
  position: absolute;
}
#main .newsitem {
  float: left;
}
@media screen and (min-width: 0px) {
  #main .newsitem {
    width: 100%;
    padding-right: 0.2%;
    margin-left: 0px;
  }
}
@media screen and (min-width: 500px) {
  #main .newsitem {
    height: 750px;
    width: 48%;
    padding-right: 1.8%;
    margin-left: 0px;
  }
}
@media screen and (min-width: 900px) {
  #main .newsitem {
    height: 560px;
    width: 23.2%;
    padding-right: 1.8%;
    margin-left: 0px;
  }
}
@media screen and (min-width: 1122px) {
  #main .newsitem {
    height: 560px;
    width: 23.2%;
    padding-right: 1.8%;
    margin-left: 0px;
  }
}
#main .newsitem h2 {
  color: #000000;
  padding-bottom: 2px;
  font-family: Merriweather;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #d1d1d1;
  display: inline;
}
#main .newsitem .zentrierer {
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
}
#main .newsitem h3 {
  margin: 0;
  padding: 0;
  margin-top: 6px;
  color: #000000;
  font-family: Merriweather;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 300;
  font-style: italic;
}
#main .newsitem p {
  padding-left: 5px;
  padding-right: 5px;
  font-family: Merriweather;
  letter-spacing: 0.5px;
  line-height: auto;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  padding-top: 0;
  margin-top: 9px;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
#main .newsitem .readmore {
  text-align: center;
}
@media screen and (max-width: 900px) {
  #main .newsitem .readmore {
    margin-bottom: 50px;
  }
}
#main .newsitem .readmore .inner {
  margin: 0 auto;
  display: inline;
  border: 1px solid #000000;
  font-size: 9px;
  text-transform: uppercase;
  padding: 4px;
  padding-bottom: 1px;
  padding-top: 3px;
}
#main .newsitem .readmore a {
  color: #000000;
}
#main .h1-center {
  color: #000000;
  text-align: center;
  font-weight: 300;
  margin-right: 20px;
}
@media screen and (min-width: 0px) {
  #main h1 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 900px) {
  #main h1 {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 1122px) {
  #main h1 {
    font-size: 1.5em;
  }
}
#main .freetext p {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000000;
  font-family: Source Sans Pro;
  font-weight: 300;
  line-height: 22px;
}
#main .detailtext-rechts p {
  margin-top: 0px;
  color: #000000;
  font-family: Source Sans Pro;
  font-weight: 300;
  line-height: 22px;
}
@media screen and (min-width: 900px) {
  #main .detailtext-rechts .left {
    width: 48%;
    float: left;
  }
}
@media screen and (min-width: 900px) {
  #main .detailtext-rechts .right {
    margin-left: 2.5%;
    width: 49%;
    float: left;
  }
}
.shoplogo {
  width: 25%;
  margin-bottom: 4%;
}
div#main div.inside h4 {
  margin: 0;
  padding: 0;
  margin-top: 6px;
  color: #000000;
  font-family: Merriweather;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 20px;
}
@media screen and (min-width: 0px) {
  #main .column-left-spacing {
    margin-left: 20px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 900px) {
  #main .column-left-spacing {
    margin-left: 80px;
    margin-top: 20px;
  }
}
div#wrapper header#header div.inside div.naviwrapper div.main-navigation-wrapper nav.mod_navigation.main-navigation.block ul.level_1 li a {
  font-weight: 400;
}
div#wrapper header#header div.inside div.naviwrapper div.main-navigation-wrapper nav.mod_navigation.main-navigation.block ul.level_1 li.active {
  font-weight: 400;
}
div#wrapper div.main-navigation-wrapper nav.mod_navigation.main-navigation.block ul.level_1 li.active.first span.active.first {
  font-weight: 400;
}

/*
 * Reponsive One - Main Stylesheet - Variables for Import
 */
.mod_navigation {
  overflow: visible;
}
.main-navigation {
  margin-top: 0px;
  margin-right: 6px;
}
.main-navigation ul {
  display: inline;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.main-navigation li {
  display: inline-block;
  margin-left: 0.73333em;
  margin-right: -1.06667em;
  position: relative;
  font-size: 15.5px;
}
.main-navigation > ul > li > a {
  color: #FFFFFF;
  display: block;
  padding: 0.57143em 1.14286em;
  position: relative;
  text-decoration: none;
  z-index: 3;
  font-size: 500;
}
/*.main-navigation ul.level_1 li.submenu ul.level_2 li.submenu a {
	padding: 0px;
}
*/
.main-navigation > ul > li > a:hover,
.main-navigation > ul > li > a:focus {
  color: #ef932c;
}
.main-navigation > ul > li.active > a,
.main-navigation > ul > li.trail > a {
  color: #ef932c;
}
.main-navigation > ul > li.submenu:before {
  background: none repeat scroll 0 0 #ef932c;
  bottom: 0;
  display: none;
  height: 3px;
  left: 1.06667em;
  position: absolute;
  right: 1.06667em;
  z-index: 2;
}
.main-navigation > ul > li > ul {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #c0c0c0;
  border-radius: 2px;
  left: 0;
  margin-top: -2px;
  max-height: 0;
  min-width: 100%;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}
.main-navigation > ul > li > ul li {
  display: inline;
  margin: 0;
}
.main-navigation > ul > li > ul a {
  border-top: 1px solid #c0c0c0;
  color: #5A5D63;
  display: block;
  padding: 5px 5px 5px 0;
  position: relative;
  text-decoration: none;
}
.main-navigation ul.level_1 li.active span.active {
  color: #ef932c;
  display: block;
  padding: 0.57143em 1.14286em;
  position: relative;
  text-decoration: none;
  z-index: 3;
}
nav.mod_navigation.main-navigation ul.level_3 {
  display: none;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  background: none repeat scroll 0 0 #FFFFFF;
  border-left: 1px solid #c0c0c0;
  border-radius: 2px;
}
nav.mod_navigation.main-navigation ul.level_2 {
  overflow: visible;
}
nav.mod_navigation.main-navigation ul.level_2 li.submenu {
  position: relative;
  overflow: visible;
  display: block;
}
nav.mod_navigation.main-navigation ul.level_2 li.submenu:hover ul.level_3 {
  display: block;
}
.main-navigation > ul > li > ul a:hover,
.main-navigation > ul > li > ul a:focus {
  color: #ef932c;
}
.main-navigation > ul > li > ul > li:first-child > a {
  border-top: 0 none;
  font-size: 500;
}
.main-navigation > ul > li > ul li.active > a,
.main-navigation > ul > li > ul li.trail > a {
  color: #ef932c;
}
.main-navigation > ul > li > ul ul a {
  border-top: 0 none;
  padding-left: 0.76923em;
  font-size: 500;
}
.main-navigation > ul > li > ul ul ul a {
  margin-left: 1.33333em;
  font-size: 500;
}
.main-navigation > ul > li:hover {
  z-index: 5;
}
.main-navigation > ul > li:hover > ul {
  max-height: 9999px;
  opacity: 1;
  transition: opacity 0.2s ease 0s;
}
.main-navigation > ul > li.submenu:hover:before {
  content: " ";
  display: block;
}
.main-navigation > ul > li:last-child > ul,
.main-navigation > ul > li.last > ul {
  left: auto;
  right: 0;
}
.main-navigation ul.level_1 li.home {
  display: none;
}
.main-navigation ul.level_1 li.submenu ul.level_2 li.submenu ul.level_3 li {
  border-top: 1px solid #c0c0c0;
  color: #5A5D63;
  padding: 0.28462em 3em 0.28462em 0;
  padding-left: 0px;
  position: relative;
  text-decoration: none;
  display: block;
  background-color: none;
}
.main-navigation ul.level_1 li.submenu ul.level_2 li.active span.active {
  border-top: 1px solid #c0c0c0;
  color: #5A5D63;
  display: block;
  padding: 0.28462em 3em 0.28462em 0;
  padding-left: 0px;
  position: relative;
  text-decoration: none;
}
.main-navigation ul.level_1 li.submenu ul.level_2 li.active span.active {
  border-top: 1px solid #c0c0c0;
  color: #5A5D63;
  display: block;
  padding: 0.28462em 3em 0.28462em 0;
  padding-left: 0px;
  position: relative;
  text-decoration: none;
}
.main-navigation ul.level_1 li.submenu ul.level_2 li.active span.active {
  color: #ef932c;
}
.main-navigation ul.level_1 li.submenu ul.level_2 li.active.first span.active {
  border-top: 0px;
}
.main-navigation ul.level_1 li.submenu ul.level_2 li.submenu ul.level_3 li.first {
  border-top: 0px;
}
.main-navigation ul.level_1 li.submenu ul.level_2 li.submenu a {
  padding-top: 5px;
}
.main-navigation ul.level_1 li.submenu ul.level_2 li.submenu ul.level_3 li {
  padding-top: 0em;
  padding-bottom: 0px;
}
.main-navigation ul.level_1 li.submenu ul.level_2 li.submenu ul.level_3 li.first {
  border-top: 1px solid #c0c0c0;
}
.main-navigation ul.level_1 li.submenu ul.level_2 li.active {
  color: #ef932c;
}
.main-navigation ul.level_1 li {
  letter-spacing: 1px;
}
.main-navigation ul.level_2 li a {
  letter-spacing: 1px;
  padding-left: 17px;
  padding-right: 17px;
}
.main-navigation ul.level_1 li.submenu.trail ul.level_2 li.active {
  padding: 0;
  display: block;
  text-indent: 17px;
}
/*.main-navigation ul.level_1 li.submenu ul.level_2 .finnaturally {
color:green;
}
*/

/*
 * Reponsive One - Main Stylesheet - Variables for Import
 */

