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

/* 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
 */

