/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
/**
 * Simple Columns Stylesheet with border-box model
 */

/* allgemeine Definition */
.sc
{
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	margin-left:0 !important;
	margin-right:0 !important;
	padding-left:0 !important;
	clear: none !important;
	padding-left: 15px !important;
	float: left;
}
.sc-first
{
	clear: both !important;
	padding-left: 0 !important;
}
.sc-last
{
}
.sc-clear
{
	clear: left !important;
}
.sc-border
{
	padding-right: 15px !important;
	border-right: 1px solid silver;
}

.sc-rowspan > *
{
	margin: 0!important;
	padding: 0!important;
}

/* 2-spaltig */
.sc2
{
	width: 50%;
}
.sc2-first
{
}
.sc2-last
{
}

/* 3-spaltig */
.sc3
{
	width: 33.3%;
}
.sc3-first
{
}
.sc3-last
{
}
.sc3-2
{
	width: 66.6%;
}
.sc3-2-first
{
}
.sc3-2-last
{
}

/* 4-spaltig */
.sc4
{
	width: 25%;
}
.sc4-first
{
}
.sc4-last
{
}
.sc4-2
{
	width: 50%;
}
.sc4-2-first
{
}
.sc4-2-last
{
}
.sc4-3
{
	width: 75%;
}
.sc4-3-first
{
}
.sc4-3-last
{
}

/* 5-spaltig */
.sc5
{
	width:20%;
}
.sc5-first
{
}
.sc5-last
{
}
.sc5-2
{
	width:40%;
}
.sc5-2-first
{
}
.sc5-2-last
{
}
.sc5-3
{
	width: 60%;
}
.sc5-3-first
{
}
.sc5-3-last
{
}
.sc5-4
{
	width: 80%;
}
.sc5-4-first
{
}
.sc5-4-last
{
}

/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

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

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

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

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

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

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

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

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

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

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

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

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%); }
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3; }
  .mm-menu.mm-light .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: #f3f3f3; }

.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header .mm-prev:before,
  .mm-menu.mm-light .mm-header .mm-next:after,
  .mm-menu.mm-light .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.06); }
  .mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white; }
  .mm-menu.mm-white .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: white; }

.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header .mm-prev:before,
  .mm-menu.mm-white .mm-header .mm-next:after,
  .mm-menu.mm-white .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black; }
  .mm-menu.mm-black .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: black; }

.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header .mm-prev:before,
  .mm-menu.mm-black .mm-header .mm-next:after,
  .mm-menu.mm-black .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/* Swipe 2.0, (C) Brad Birdsall 2012, MIT license */
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* basic.css */
a,body,div,em,input,label,legend,li,ol,p,select,span,strong,td,th,textarea,u,ul{color:#666;letter-spacing:0;font-family: 'Source Sans Pro', sans-serif}a,body,div,input,label,li,legend,ol,p,select,td,th,textarea,u,ul,span{font-size:16px;line-height:26px;color:#666}h1{width:100%;margin:20px 0 10px;padding:0;text-align:center;font:28px 'Source Sans Pro',bold;;color:#524741;text-transform:uppercase}#headline h1{margin-top:0;margin-bottom:0;padding-top:5px;padding-bottom:5px;border-bottom:0px;text-decoration:none;color:#fff}.modul1 h1{width:100%;margin:0;padding-top:8px;padding-bottom:8px;padding-left:0;text-align:center;background-color:#00583a;font:20px 'Source Sans Pro',bold;;color:#fff;text-transform:capitalize}.modul2 h1{width:100%;margin:0;padding:8px 0;text-align:center;background-color:#524741;font:20px 'Source Sans Pro',bold;;color:#fff;text-transform:capitalize}.modul3 h1{width:100%;margin:0;padding:8px 0;text-align:center;background-color:#988775;font:20px 'Source Sans Pro',bold;;color:#fff;text-transform:capitalize}h2{margin:0 0 6px;text-align:left;font:20px 'Source Sans Pro',bold;;color:#50463f}h3{margin:0 0 6px;font:28px 'Source Sans Pro',bold;;color:#50463f}h4{margin:0 0 6px;font-size:15px;font-weight:bold;color:#e21f75}a{text-decoration:underline;color:#666}a:hover{text-decoration:none;color:#666}img{vertical-align:middle;border:0px}p,pre,form,figure{margin:0;padding:0;font-weight:normal}table{border-spacing:0}:focus{outline:0}strong{font-weight:bold}ul{padding-left:20px;list-style-type:disc}.breadcrumb li,.navifooter li{padding-left:0;list-style-type:none}.toggler{width:100%;display:block;margin-bottom:5px;padding-left:5px;background-color:#c1b7ad;cursor:pointer}.toggler{margin:0 0 6px;text-align:left;font:20px 'Source Sans Pro',bold;;color:#fff}#f7 .submit_container{width:24px;height:25px;right:2px;position:relative;float:right;display:block;background-image:url("../../files/layout/btn_search.png");top:-16px}#ctrl_31{width:100px;height:25px;top:10px;position:relative;float:right;padding-right:25px;text-indent:3px}.kastenliteblue_eingabe{padding-right:.8em;padding-left:.8em;background-color:#e6ecf1;color:#456473}a.linkbutton,.mod_breadcrumb a,span.linkbutton,.navifooter a{text-decoration:none}#main img.unterschrift{border:0px solid}.layout_short h2 a{font-size:16px;font-weight:bold;text-decoration:none}ol{padding-left:30px;list-style-type:decimal}
/* screen.css */
.headermobile{display:none}.center{margin-right:auto;margin-left:auto;text-align:center}.center ul{max-width:350px;margin-right:auto;margin-left:auto;text-align:center}#kontakt h2{margin-top:20px;padding-top:20px}#ctrl_17{margin-top:20px}.formulare .radio{width:50px;margin-right:auto;text-align:left}.formulare input,.formulare select,.formulare textarea{margin-bottom:20px;background: none repeat scroll 0 0 #f1f1f1;    border: 1px solid #ededed;    box-sizing: border-box;    padding: 10px;    width: 100%}.formulare label{position:relative;float:left}.trenner{padding-top:10px;border-top:1px solid #c1b7ad}.meier{width:100%;display:block}.schnell{border-top:1px solid #c1b7ad}.schnell p{text-align:center}.schmal{max-width:1400px;margin-right:auto;margin-left:auto}#headline{background-color:#c1b7ad}.modul1{background-color:#00583a}.modul1 p,.modul2 p,.modul3 p{padding:10px;color:#fff}.modul2{background-color:#524741}.modul3{background-color:#988775}.link .image_container:hover img{opacity: 1;	-webkit-transition: .3s ease-in-out;	transition: .3s ease-in-out}.link .image_container img{opacity: .5}#footer .sc-count5{margin-left:auto;vertical-align:bottom;text-align:right}#footer .facebook{bottom:0;right:20px;position:absolute;margin-left:auto;text-align:right}#footer{margin-top:30px;padding:30px 10px;background-color:#c1b7ad}#footer .ym-g30{background-color:#c1b7ad}#footer ul,#footer li{margin-right:auto;margin-left:auto;list-style-type:none}#footer .mod_customnav li a{text-decoration:none;color:#fff;text-transform:uppercase;letter-spacing:2px}#footer .mod_customnav span.active{text-decoration:none;text-transform:uppercase;letter-spacing:2px}#footer .mod_customnav li a:hover{text-decoration:underline;color:#fff;text-transform:uppercase}.sc{padding-left: 0px !important}.zeile{margin-bottom:10px}.kasten1{padding:10px 10px 10px 15px;background-color:#ebe8e3}.kasten1 ul{padding-left:0}.kasten1 li{padding-left:30px;background-image:url("../../files/layout/arrow.png");background-position:left center;background-repeat:no-repeat;list-style-type:none}.kasten2{padding:10px 10px 10px 15px}.ym-g30{background-color:#d5d1ce}.nogrey .ym-g30{background-color:#fff}#header{margin-right:auto;margin-left:auto;padding-top:30px;padding-bottom:30px;text-align:center;border-top:15px solid #c1b7ad;border-bottom:1px solid #c1b7ad}#slider,#container{padding-right:1%;padding-left:1%}.flexslider{margin: 0 0 0px !important}.c20r,.c25r,.c33r,.c40r,.c38r,.c50r,.c60r,.c66r,.c62r,.c75r,.c80r,.c15r,.c16r,.c30r,.c45r,.c55r,.c70r,.c85r{margin-left: 0px !important}.col_1{width:29.5%}.col_2{width:69.5%;padding-left:.6%}
/* superfish.css */
.navi_top .noshow{display:none}ul.sf-menu{width:100%}.sf-menu li li.first{margin-left:0}.sf-menu{float:left;margin-bottom:1em}.sf-menu ul{box-shadow: 2px 2px 6px rgba(0,0,0,.2)}.sf-menu a,.sf-menu span.active{height:40px;margin-right:auto;margin-left:auto;text-align:center;border-top:0px solid #dFeEFF;font-family:'Source Sans Pro',sans-serif;;line-height:40px;text-decoration:none;color:#5b5b5b;text-transform:uppercase;/* fallback colour must use full shorthand */        border-top: 0px solid rgba(255,255,255,.5);zoom: 1;/* IE7 */}.sf-menu li li a,.sf-menu li li span.active{height:40px;margin-right:auto;padding-right:3.5em;padding-left:3.5em;text-align:left;border-top:0px solid #dFeEFF;font-family:OpenSansRegular;line-height:40px;text-decoration:none;color:#fff;text-transform:uppercase;/* fallback colour must use full shorthand */        border-top: 0px solid rgba(255,255,255,.5);zoom: 1;/* IE7 */}.sf-menu a,.sf-menu a:hover{font-size:16px;color:#5b5b5b}.sf-menu a:hover,.sf-menu li.active{font-size:16px;text-decoration:underline;color:#5b5b5b}.sf-menu li{width:14.2%;white-space:nowrap;/* no need for Supersubs plugin */        *white-space: normal;/* ...unless you support IE7 (let it wrap) */        -webkit-transition: background .2s;transition: background .2s}.sf-menu li li{width:100%;background-color:rgba(156,13,71,.9);/* no need for Supersubs plugin */        *white-space: normal;/* ...unless you support IE7 (let it wrap) */        -webkit-transition: background .2s;transition: background .2s}.sf-menu li.active span.active{display:block;font-size:16px}.sf-menu li:hover,.sf-menu li.sfHover,.sf-menu li.active{/* only transition out, not in */        -webkit-transition: none;transition: none}.sf-arrows .sf-with-ul{padding-right: 2.5em !important;*padding-right: 1em !important;/* no CSS arrows for IE7 (lack pseudo-elements) */}.sf-arrows .sf-with-ul:after{width:0;height:0;top:50%;position:absolute;margin-top:-3px;content: '';right: 1em;/* order of following 3 rules important for fallbacks to work */        border: 5px solid transparent;border-top-color: #dFeEFF;/* edit this to suit design (no rgba in IE8) */        border-top-color: rgba(255,255,255,.5)}.sf-arrows > li > .sf-with-ul:focus:after,.sf-arrows > li:hover > .sf-with-ul:after,.sf-arrows > .sfHover > .sf-with-ul:after{border-top-color: white;/* IE8 fallback colour */}.sf-arrows ul .sf-with-ul:after{margin-top:-5px;margin-right:-3px;border-color: transparent;border-left-color: #dFeEFF;/* edit this to suit design (no rgba in IE8) */        border-left-color: rgba(255,255,255,.5)}.sf-arrows ul li > .sf-with-ul:focus:after,.sf-arrows ul li:hover > .sf-with-ul:after,.sf-arrows ul .sfHover > .sf-with-ul:after{border-left-color: white}.sf-menu a.first,.sf-menu span.first,.sf-menu li li a,.sf-menu li li span,.sf-menu li li span.active{border-left:0px solid}
/* superfish-base_1.css */
.sf-menu,.sf-menu *{margin:0;padding:0;list-style: none}.sf-menu li{position:relative}.sf-menu > li{float:left}.sf-menu li:hover > ul,.sf-menu li.sfHover > ul{display:block}.sf-menu a{position:relative;display:block}.sf-menu ul ul{top:0;left:100%}
/* screen_unterseiten.css */
.abstand{margin-top:30px}#footer .inside{max-width:1400px;margin-right:auto;margin-left:auto}
/* 3_spaltig.css */
.sc-count0{width:33.1% !important;padding-right: 0.7% !important}.sc-count1{width:33.1% !important;padding-right: 0.35% !important;padding-left: 0.35% !important}.sc-count2{width:33.1% !important;padding-left: 0.7% !important}
@media (max-width:1200px){
/* screen_1200.css */

}
@media (max-width:1050px){
/* 2016_screen_1050.css */

}
@media (max-width:960px){
/* 2016_screen_960.css */
.navi_top{display:none}.segel{display:none}.mobile_navi a{height:30px;display:block;margin-right:auto;margin-left:auto;background-image:url("../../files/layout/mob_nav.jpg");background-position:center center;background-repeat:no-repeat}.mobile_navi{height:30px;margin-right:auto;margin-left:auto;text-align:center;line-height:30px;z-index:1000}.mm-list > li > a,.mm-list > li > span{text-transform:uppercase}.navi_footer{display:none}
}
@media (max-width:768px){
/* 2016_screen_768.css */
.headermobile{display:block}.headerseiten{display:none}.sc-border{border-right:0px}.mod_header_flagge{right:5px;position:absolute;top:-30px}.sc{padding-bottom:20px;float: none!important}#footer .sc3{text-align:center}.sc2,.sc3,.sc4,.sc3-2{float:none;margin-right:auto;margin-left:auto;text-align:left;width:100% !important}#bilder .ce_gallery li,#tagung .ce_gallery li{width:100%;margin-right:auto;margin-left:auto;text-align:center}#bilder .ce_gallery .image_container,#tagung .ce_gallery .image_container{width:100%;margin-right:auto;margin-left:auto;text-align:center}#tagung .ce_gallery .image_container{max-width:100% !important}table p,table span,table td{font-size:11px}h2{margin:30px auto 10px;padding:0;text-align:left;font:20px "Source Sans Pro",bold;color:#666}
}
@media (max-width:600px){
/* screen_600.css */
.sc{float: none!important}.sc3{float:none;margin-right:auto;margin-left:auto;text-align:center;width:100% !important}#bilder .ce_gallery li{width:100%;margin-right:auto;margin-left:auto;text-align:center}#bilder .ce_gallery .image_container{width:100%;margin-right:auto;margin-left:auto;text-align:center}table p,table span,table td{font-size:7px}
}
@media (max-width:800px){
/* yamlneu.css */
#footer ul{margin-bottom:0;padding-bottom:0;padding-left:0}#footer .facebook{right:0;position:relative;margin-right:auto;margin-left:auto;text-align:center}#footer .sc3-first{right:0;position:relative;margin-right:auto;margin-left:auto;padding-bottom:0;text-align:center}.bewertung{margin-right:auto;margin-left:auto;text-align:center}#start-slider{display:none}.linearize-level-1,.linearize-level-1 > [class*="colset"],.linearize-level-1 > [class*="col_"]  /*hinzugefügt*/{float:none;display:block;margin:0;padding:0;width: 100% !important}.linearize-level-1,.linearize-level-1 > [class*="colset"],.linearize-level-1 > [class*="col_"]  /*hinzugefügt*/{float:none;display:block;margin:0;padding:0;width: 100% !important}/* reset defined gutter values */
	  .linearize-level-1 > [class*="ym-g"] > [class*="ym-gbox"]{overflow:hidden;margin:0;/* optional for containing floats */	    padding: 0}/* linearization for column module */
  .linearize-level-1,.linearize-level-1 > [class*="ym-col"]{float:none;display:block;margin:0;padding:0;width: 100% !important}/* reset defined gutter values */
  .linearize-level-1 > [class*="ym-col"] > [class*="ym-cbox"]{overflow:hidden;margin:0;/* optional for containing floats */    padding: 0}.linearize-level-1 .col_1 .subcl{padding-right:0!important}.linearize-level-1 .col_2 .subcr{padding-left:0!important}.linearize-level-1 .col_2{margin-top:50px}
}
