/* 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}
/*
	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 counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%; }
  em.mm-counter + a.mm-subopen {
    padding-left: 40px; }
    em.mm-counter + a.mm-subopen + a,
    em.mm-counter + a.mm-subopen + span {
      margin-right: 80px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-nosubresults > em.mm-counter {
  display: none; }

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

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

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

@font-face {
	font-family: 'NexaFreeBoldwebfont';
	src: url("../../files/css/./NexaFreeBoldwebfont/NexaFreeBoldwebfont.eot");
	src: local('NexaFreeBoldwebfont'), url("../../files/css/./NexaFreeBoldwebfont/NexaFreeBoldwebfont.woff") format('woff'), url("../../files/css/./NexaFreeBoldwebfont/NexaFreeBoldwebfont.ttf") format('truetype');
}
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url("../../files/fonts/lato-v14-latin-300.eot"); /* IE9 Compat Modes */
  src: local('Lato Light'), local('Lato-Light'),
       url("../../files/fonts/lato-v14-latin-300.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
       url("../../files/fonts/lato-v14-latin-300.woff2") format('woff2'), /* Super Modern Browsers */
       url("../../files/fonts/lato-v14-latin-300.woff") format('woff'), /* Modern Browsers */
       url("../../files/fonts/lato-v14-latin-300.ttf") format('truetype'), /* Safari, Android, iOS */
       url("../../files/fonts/lato-v14-latin-300.svg#Lato") format('svg'); /* Legacy iOS */
}
/* lato-300italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url("../../files/fonts/lato-v14-latin-300italic.eot"); /* IE9 Compat Modes */
  src: local('Lato Light Italic'), local('Lato-LightItalic'),
       url("../../files/fonts/lato-v14-latin-300italic.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
       url("../../files/fonts/lato-v14-latin-300italic.woff2") format('woff2'), /* Super Modern Browsers */
       url("../../files/fonts/lato-v14-latin-300italic.woff") format('woff'), /* Modern Browsers */
       url("../../files/fonts/lato-v14-latin-300italic.ttf") format('truetype'), /* Safari, Android, iOS */
       url("../../files/fonts/lato-v14-latin-300italic.svg#Lato") format('svg'); /* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url("../../files/fonts/lato-v14-latin-italic.eot"); /* IE9 Compat Modes */
  src: local('Lato Italic'), local('Lato-Italic'),
       url("../../files/fonts/lato-v14-latin-italic.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
       url("../../files/fonts/lato-v14-latin-italic.woff2") format('woff2'), /* Super Modern Browsers */
       url("../../files/fonts/lato-v14-latin-italic.woff") format('woff'), /* Modern Browsers */
       url("../../files/fonts/lato-v14-latin-italic.ttf") format('truetype'), /* Safari, Android, iOS */
       url("../../files/fonts/lato-v14-latin-italic.svg#Lato") format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url("../../files/fonts/lato-v14-latin-regular.eot"); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url("../../files/fonts/lato-v14-latin-regular.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
       url("../../files/fonts/lato-v14-latin-regular.woff2") format('woff2'), /* Super Modern Browsers */
       url("../../files/fonts/lato-v14-latin-regular.woff") format('woff'), /* Modern Browsers */
       url("../../files/fonts/lato-v14-latin-regular.ttf") format('truetype'), /* Safari, Android, iOS */
       url("../../files/fonts/lato-v14-latin-regular.svg#Lato") format('svg'); /* Legacy iOS */
}
/* lato-700italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url("../../files/fonts/lato-v14-latin-700italic.eot"); /* IE9 Compat Modes */
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'),
       url("../../files/fonts/lato-v14-latin-700italic.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
       url("../../files/fonts/lato-v14-latin-700italic.woff2") format('woff2'), /* Super Modern Browsers */
       url("../../files/fonts/lato-v14-latin-700italic.woff") format('woff'), /* Modern Browsers */
       url("../../files/fonts/lato-v14-latin-700italic.ttf") format('truetype'), /* Safari, Android, iOS */
       url("../../files/fonts/lato-v14-latin-700italic.svg#Lato") format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url("../../files/fonts/lato-v14-latin-700.eot"); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
       url("../../files/fonts/lato-v14-latin-700.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
       url("../../files/fonts/lato-v14-latin-700.woff2") format('woff2'), /* Super Modern Browsers */
       url("../../files/fonts/lato-v14-latin-700.woff") format('woff'), /* Modern Browsers */
       url("../../files/fonts/lato-v14-latin-700.ttf") format('truetype'), /* Safari, Android, iOS */
       url("../../files/fonts/lato-v14-latin-700.svg#Lato") format('svg'); /* Legacy iOS */
   }

@font-face {
    font-family: 'Droid Serif';
    src: url("../../files/css/DroidSerif-Bold-webfont.eot");
    src: url("../../files/css/DroidSerif-Bold-webfont.eot?#iefix") format('embedded-opentype'),
         url("../../files/css/DroidSerif-Bold-webfont.woff2") format('woff2'),
         url("../../files/css/DroidSerif-Bold-webfont.woff") format('woff'),
         url("../../files/css/DroidSerif-Bold-webfont.ttf") format('truetype'),
         url("../../files/css/DroidSerif-Bold-webfont.svg#droid_serifbold") format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Droid Serif';
    src: url("../../files/css/DroidSerif-BoldItalic-webfont.eot");
    src: url("../../files/css/DroidSerif-BoldItalic-webfont.eot?#iefix") format('embedded-opentype'),
         url("../../files/css/DroidSerif-BoldItalic-webfont.woff2") format('woff2'),
         url("../../files/css/DroidSerif-BoldItalic-webfont.woff") format('woff'),
         url("../../files/css/DroidSerif-BoldItalic-webfont.ttf") format('truetype'),
         url("../../files/css/DroidSerif-BoldItalic-webfont.svg#droid_serifbold_italic") format('svg');
    font-weight: bold;
    font-style: italic;

}
@font-face {
    font-family: 'Droid Serif';
    src: url("../../files/css/DroidSerif-Italic-webfont.eot");
    src: url("../../files/css/DroidSerif-Italic-webfont.eot?#iefix") format('embedded-opentype'),
         url("../../files/css/DroidSerif-Italic-webfont.woff2") format('woff2'),
         url("../../files/css/DroidSerif-Italic-webfont.woff") format('woff'),
         url("../../files/css/DroidSerif-Italic-webfont.ttf") format('truetype'),
         url("../../files/css/DroidSerif-Italic-webfont.svg#droid_serifitalic") format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'Droid Serif';
    src: url("../../files/css/DroidSerif-Regular-webfont.eot");
    src: url("../../files/css/DroidSerif-Regular-webfont.eot?#iefix") format('embedded-opentype'),
         url("../../files/css/DroidSerif-Regular-webfont.woff2") format('woff2'),
         url("../../files/css/DroidSerif-Regular-webfont.woff") format('woff'),
         url("../../files/css/DroidSerif-Regular-webfont.ttf") format('truetype'),
         url("../../files/css/DroidSerif-Regular-webfont.svg#droid_serifregular") format('svg');
    font-weight: normal;
    font-style: normal;

}




   

html,body {
	position:relative;
	height:100%;
	background:#000;
}

html { -webkit-text-size-adjust: none; }

body {
	position:relative;
	color: #fff;
	font-family: 'Lato', sans-serif;
	height:100%;
	background:url("../../files/images/backgrounds/startbild3.jpg") no-repeat top left fixed;
	background-size:cover;
	background-color: #000;
	font-size:14px;
}

body.buchungen {
	background:url("../../files/images/backgrounds/profil.jpg") no-repeat  fixed;
	background-size:1000px;
	background-color: #000;
	 background-position: 450px -100px;
}

body.nocheflamenca {
	/*
	background:url("../../files/images/backgrounds/kurse-neu.jpg") no-repeat  fixed;
	background-size:1000px; 
	background-color: #000;
	background-position: 780px -120px;
	*/
}

body.termine {
	background:url("../../files/images/backgrounds/Shows---Termine.jpg") no-repeat  fixed;
	background-size:1000px; 
	background-color: #000;
	background-position: 380px -120px;

}

body.biographie {
	background:url("../../files/images/backgrounds/biographie.jpg") no-repeat  fixed;
	background-size:2800px; 
	background-color: #000;
	background-position: -650px -100px;
}

body.shows-galerie {
	background:url("../../files/images/backgrounds/Shows---Galerie.jpg") no-repeat  fixed;
	background-size:2000px; 
	background-color: #000;
	background-position: 0px -180px;

}

body.profil {
	background:url("../../files/images/backgrounds/Shows---Buchungen.jpg") no-repeat  fixed;
	background-size:2400px; 
	background-color: #000;
	background-position:-150px -150px;
}

body.philosophie {
	background:url("../../files/images/backgrounds/Schule---Philosophie.jpg") no-repeat  fixed;
	background-size:2400px; 
	background-color: #000;
	background-position:-50px -140px;

}

body.kurse {
	background:url("../../files/images/backgrounds/Schule---Team.jpg") no-repeat  fixed;
	background-size:830px; 
	background-color: #000;
	background-position:880px 0px
}

body.team {
	background:url("../../files/images/backgrounds/Schule---Kurse.jpg") no-repeat  fixed;
	background-size:1400px; 
	background-color: #000;
	background-position:550px -120px;
}

body.workshops {
	background:url("../../files/images/backgrounds/Schule---Workshops.jpg") no-repeat  fixed;
	background-size:2400px; 
	background-color: #000;
	background-position:-200px -80px;
}

body.schule-galerie {
	background:url("../../files/images/backgrounds/Schule---Galerie.jpg") no-repeat  fixed;
	background-size:2400px; 
	background-color: #000;
	background-position:-170px -180px;
}

body.faq {
	background:url("../../files/images/backgrounds/Schule---FAQ.jpg") no-repeat  fixed;
	background-size:1750px; 
	background-position-x:380px;
	background-position-y:50px;
	background-color: #000;
	background-position:380px 50px;
}

.nocheflamenca .programm strong {
	font-weight: 700;
}

.nocheflamenca .programm ul,
.nocheflamenca .programm li
{
	padding-left: 0px;
	margin-left: 0px;
	list-style: none;	
}

.nocheflamenca .programm li {
	padding-bottom: 5px;
}


.mobile {
		display:none;
	}

.clear {
	clear:both;
	float:none;
}

#container, #main, .mod_article {
	height:100%;
	position:relative;
}



a {
	text-decoration: none;
	color: #ffffff;
}

.red {
	*color:#bc0334;
	color:#dc0834
}

.grau {
	color:#2e2e2e
}

#header_small {
	position:fixed;
	top:0;
	left:0;
	height: 130px;
	width:100%;
	*background:rgba(45,45,45,0.97);
	background:rgba(0,0,0,0.85);
	z-index:9;
	display:none;
	
}

#flamenco {
	font-family: 'NexaFreeBoldwebfont', sans-serif !important;
	position: absolute;
	font-size:110px;
	top:230px;
	left:400px;
	font-weight:700;
	line-height:100px;
	letter-spacing: 15px;
	z-index:12;
}

#logo {
	position:absolute;
	left:80px;
	top:80px;
	width:250px;
	height:103px;
	background:url("../../files/assets/MARIA_GARCIA_LOGO.png");
	background-size: 100%;
	z-index:10;
}

.logo_fixed {
	position:fixed !important;
	top:10px !important;
}

.mod_changelanguage {
	position:fixed;
	right:20px;	
	top:25px;
	text-transform: uppercase;
	font-weight: 400;
	z-index:12;
	font-size: 14px;
}

.mod_changelanguage .active {
	color:#dc0834;
}

.mod_changelanguage li:after {
	content: "|";
	color:#fff;
	padding-left:10px;
	padding-right:10px;
}

.mod_changelanguage li.last:after {
	content:""
}


nav ul {
	margin:0;
	padding:0;
}

nav li {
	display:inline;
	list-style: none;
}

nav.mod_customnav.nav_ebene1 {
	font-family: 'NexaFreeBoldwebfont', sans-serif !important;
	position:absolute;
	left:400px;	
	top:162px;
	text-transform: uppercase;
	font-weight: 400;
	z-index:11;
	font-size:16px;
	padding-top:3px;
	letter-spacing: 1px;
}

.nav_ebene1_fixed{
	position:fixed !important;
	top:45px !important;
}


nav.mod_customnav.nav_ebene1 li {
	margin-right:30px;
	
}
nav.mod_customnav.nav_ebene1 a, nav.mod_customnav.nav_ebene1 li.active {
	padding-left:3px;
	padding-right:3px;
}

nav.mod_customnav.nav_ebene1 a:hover, nav.mod_customnav.nav_ebene1 .active, nav.mod_customnav.nav_ebene1 .trail {
	color:#dc0834;
	background:#fff;
	padding-top:3px;
}

#submenu {
	font-family: 'Droid Serif', serif;
	z-index:102;
	position: absolute;
	top:193px;
	left:405px;
	font-style: italic;
	font-size: 15px;
}

.submenu_fixed {
	position:fixed !important;
	top:73px !important;
}

#submenu li {
	padding-right: 20px;
}

#submenu a:hover, #submenu .active, #submenu .trail, #submenu2 a:hover, #submenu2 .active, #submenu2 .trail{
	color:#dc0834;
}

#submenu2 {
	font-family: 'Droid Serif', serif;
	z-index:103;
	position: absolute;
	top:275px;
	left:160px;
	font-style: italic;
	font-size: 15px;
}

.submenu2_fixed {
	position: fixed !important;
	top:195px !important;
}

#submenu2 li, #submenu3 li {
	display:block;
	line-height: 25px;
}

#submenu3 {
	*font-family: 'Droid Serif', serif;
	z-index:103;
	*font-style: italic;
	font-weight: 700;
	font-size: 15px;
	padding:2px;
}

#submenu3 li a {
	*background:#dc0834;
	color:#fff;
	padding: 2px 6px 2px 6px;
	font-family: 'Droid Serif';
	font-style: italic;	
	font-weight: 400;
}

#submenu3 li a:before {
	content: "»";
	padding-right:5px;
}


h1,h2,h3,h4 {
	font-family: 'NexaFreeBoldwebfont', sans-serif !important;
	color:#dc0834; 
	font-style:normal;
}

h1 {
	font-size: 55px;
	text-transform: uppercase;
	font-style: normal;
	line-height: 50px;
}

h3 {
	text-transform: none;
}

.mod_article a {
	color:#db0131;
}
.mod_article {
	position:relative;
	top:120px;
	margin-left:400px;
}

.ce_headline {
	position:relative;
	top:-20px;
	*margin-left:400px;
}

/* weiche Kante
#copytext_background {
	position:absolute;
	background:rgba(0,0,0,0.5);
	width:850px;
	top:215px;
	-webkit-box-shadow: 13px -1px 56px 19px rgba(0,0,0,0.56);
	-moz-box-shadow: 13px -1px 56px 19px rgba(0,0,0,0.56);
	box-shadow: 13px -1px 56px 19px rgba(0,0,0,0.56);
}

#copytext_background {
	position:absolute;
	background:rgba(0,0,0,0.5);
	width:850px;
	top:215px;
}
*/

/*
.wochenplan #copytext_background, .kurse #copytext_background, #copytext_background  {
	position:absolute;
	background:rgba(0,0,0,0.5);
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	width:100% !important;
	*position: fixed;
	top:215px;
	
}
*/

.wochenplan #copytext_background, .kurse #copytext_background, #copytext_background  {
		position:absolute;
	background:rgba(0,0,0,0.5);
	width:850px;
	top:215px;
	
	-webkit-box-shadow: 13px -1px 56px 19px rgba(0,0,0,0.56);
	-moz-box-shadow: 13px -1px 56px 19px rgba(0,0,0,0.56);
	box-shadow: 13px -1px 56px 19px rgba(0,0,0,0.56);
}

/*
.shows #copytext_background {
	position:absolute;
	background:rgba(0,0,0,0.5);
	width:850px !important;
	top:-100px !important;
		-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
*/

.noback #copytext_background  {
	position:absolute;
	background: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}



.start .mod_article {
	position:relative;
	top:320px;
}


.start .copytext {
	position:relative;
	margin-top:10px;
	max-width:650px;
	margin-left:200px;
	font-style: italic;
	font-family: 'Droid Serif', serif;
	line-height:20px;
	padding-right:30px;
	padding-top:0;
}

.start #copytext_background {
	position:absolute;
	background:rgba(0,0,0,0.5);
	width:100% !important;
	top:320px;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}


.ce_text {
	position:relative;
	margin-top:10px;
	max-width:400px;
	*margin-left:400px;
	*font-style: italic;
	line-height:20px;
	padding-right:30px;
	padding-top:0px;
}

.team .ce_text, .faq .ce_text {
	max-width:550px;
}



.team #copytext_background, .faq #copytext_background  {
	width:950px;
}

.team .image_container {
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}


/*********************************************************** Wochenplan */

.wochenplan table, .wochenplan tr, .wochenplan td {
    border-spacing: 0px;
    border-collapse: separate;
	padding:0;
	margin:0;
}
.wochenplan tr, .wochenplan td {
	overflow: hidden;
	padding-bottom:2px;
}

.wochenplan .ce_text {
	max-width:100%;
	font-size:12px;
}
.wochenplan td {
	padding-right:2px;
}

.link_anmeldung {
	position:relative;
	background:#fff;
	padding:2px 5px 4px 5px;
	font-weight:700;
	font-size:12px;
	font-style: italic;
	border-radius: 0px;
}

.startdate {
	background:#dc0834;
	padding:2px 5px 4px 5px;
	font-weight:700;
	font-size:12px;
	border-radius: 0px;
}
.title, .theme {
	background:#dc0834;
	padding:2px 5px 4px 5px;
	border-radius: 0px;
	font-size:12px;
	font-weight:700;
}

.teacher {
	background:#dc0834;
	padding:2px 5px 4px 5px;
	border-radius: 0px;
	font-size:12px;
	font-weight:700;
}

 .time {
	background:#fff;
	padding:2px 5px 4px 5px;
	border-radius: 0px;
	font-size:12px;
	font-weight:700;
	color:#000;
}

.day {
	background:#dc0834;
	padding:2px 5px 5px 5px;
	width:auto;
	margin-bottom: 0;
	border-radius: 0px;
}

/*********************************************************** Liste */
.invisible {
	display:none;
}
.event h2 {
	float:left;
	margin-top:0;
}
.event h2.title a, .event h2.title {
	*background:#db0131;
	padding:2px 5px 5px 0px;
	width:auto;
	margin-bottom: 10px;
	*border-radius: 2px;
	*color:#fff !important;
	font-size:22px;
	font-style: 400;
}

.event .link_anmeldung {
	font-size:18px;
	font-weight: 700;
	margin-top:20px;
}

.event .title {
	background:none;
	padding:0;
}
.event .day {
	font-size:12px;
	font-weight:700;
	margin-right:3px;
	height:22px !important;
}

.event .theme {
	margin-left:0px;
}

.event .ce_text {
	max-width:100%;
	font-size:14px;
	font-style: normal;
	padding-bottom:10px;
}

.event .time {
	margin-right:3px;
}

.event .startdate {
	font-style: normal;
	width:auto;
}

.event a {
	height:22px;
}

.event .info_block1 {
	position:relative;
	height:28px;
	margin-bottom:3px;
}



/*********************************************************** ANMELDEFORMULAR */

.mod_eventreader {
	margin-bottom:120px;
}

.anmeldeformular {
	padding-top:40px;
}

.anmeldeformular, .kursliste {
	max-width:550px;
}

.ce_form p.error {
	*background:#fff;
	*color:#dc0834;
	*padding:2px 0px 2px 5px;
	color:#ff0000;
	font-weight:bold
	
}

.ce_form {
	margin-top:0px;
	*font-size:16px;
	margin-padding:100px;
	max-width:550px;
}

/*
.ce_from label {
	max-width: 130px;
}

.ce_form div.widget {
	height:50px;
}

.ce_form .widget-checkbox {
	min-height:80px !important;
}

.ce_form .widget-checkbox label {
	padding-left:20px;
}
.ce_form .explanation {
	margin-bottom:30px;
	height:auto !important;
}
.ce_form input, .ce_form select {
	position: absolute;
	width:150px;
	left:150px;
}

.ce_form input[type="checkbox"] {
	left:10px;
}	

.ce_form .widget-select label {
	float:none;
	clear: both;
}
.ce_form select {
	float:none;
	clear: both;
}


.bt_senden {
	
}

*/





.ce_form span.mandatory {
	color:#FFF;
	font-size:18px;
}
.ce_form label {
	margin-bottom:18px;
}

.ce_form .widget-radio label {
}

.ce_form #lbl_1_0 {
	margin-right:50px;
}

.ce_form .widget-radio fieldset {
	position:relative;
	margin-left:130px;
	margin-top:-25px;
}

.ce_form .radio_container {
	border:none;
}

.ce_form .widget {
	margin-top:15px;
}

.ce_form input[type="text"], .ce_form input[type="email"], .ce_form input[type="tel"], .ce_form textarea {
	width:100%;	
	margin-top:5px;
	line-height:30px;
	margin-left: 0px;
	padding-left: 10px;
	border: 1px solid #000;
}


.ce_form select {
	width:100%;	
	margin-left: 0px;
	padding-left: 10px;
	border: 1px solid #000;
	margin-top:5px;
	background:#FFF;
	box-shadow: 0px 0px 0px #FFF !important;
}



.ce_form .submit_container {
	margin-top:40px;
	margin-right:1%;
	width:40%;
	
}

.ce_form input[type="submit"]{
	width:100%;
	height:30px;
}

 .checkbox_container {
	border:none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px !important;
}

 .checkbox_container input {
	float:left;
	margin-right:10px;
	margin-top:3px;
	margin-bottom: 50px;
}

 .checkbox_container label {
	display:block
}


.ce_form .newsletter, .ce_form .info {
	margin-top:40px;
	margin-left: 0px;
	padding-left: 0px;
}

.ce_form .blockabstand_bottom {
	margin-bottom:40px;
}

.blockabstand-20 {
	margin-top:0px !important;
}




.ce_gallery_creator_ce {
	max-width:750px
}

.ce_gallery_creator_ce .tstamp, .ce_gallery_creator_ce .visitors {
	display:none;
}

.ce_gallery_creator_ce  li {padding-bottom:20px}

.ce_gallery_creator_ce h2 {
	font-size:15px;
}


.ce_text.video a:before {
	content:"»";
	padding-right:5px;
	padding-left:10px;
}

.video h1 {
	line-height:30px;
	font-size:20px;
	margin-top:40px;
	margin-left:10px;
}



.backlink {
	margin-bottom:20px;
}



#footer {
	z-index:1001;
	position: fixed;
	width:100%;
	*background:#2e2e2e;
	background:#000;
	height:80px;
	bottom: 0px;
	left:0;
}

.start #footer {
	background:rgba(44,44,44,0.8);
	height:140px;
	bottom:40px;
}

#footer_logo img {
	*height:80px;
	*margin-top:30px;
	height:60px;
	padding-left:80px;
	
	margin-top:10px;
	padding-right:140px;
	border-right:1px solid #dc0834;
}

.start #footer_logo img {
	height:80px;
	margin-top:30px;
}

#footer .mod_customnav {
	position:absolute;
	top:0px;
	left:400px;
	*top:60px;
	top:30px;
}

.start #footer .mod_customnav {
	top:60px;
}


#footer .mod_customnav li {
	padding-right:60px;
}
#footer .mod_customnav li, #footer .mod_customnav a {
	font-family: 'NexaFreeBoldwebfont', sans-serif;
	color:#dc0834;
	font-size:12px;
	text-transform: uppercase;
}

#footer .mod_customnav .active {
	color:#FFF;	
}	

/* ****************************************************************** MOBILE */


.mobile-icon {
	display:none;
	position: fixed;
	background: url("../../files/assets/menu@2x.png");
	background-size: 35px 35px;
	width:35px;
	height:35px;
	top:20px;
	right:20px;
	z-index:999;
}

.mobile_menu {
	z-index:999;
}

.mobile_menu .inner {
	background:rgba(0,0,0,0.9);
	padding-top:30px;
}

.mobile-menu nav.mod_navigation {
	position: relative !important;
}
.mobile_menu li a, .mobile_menu li span, .mobile_menu li .trail, .mobile_menu li span.active {
	display: block;
	border:none !important;
	font-size:17px;	
	color:#fff !important;
	padding:0 4px 0 0px;
	line-height:25px;
	text-decoration: none;	
}

.mobile_menu li span.active {
	color:#000000 !important;
}

/* COMING FROM TOP*/
/*
.mobile_menu ul.level_1 {
	margin-left:-30px;
}

.mobile_menu #mainmenu ul.level_1 {
		margin-top:60px;
}
*/


/* COMING FROM LEFT*/


.mobile_menu .headline {
	padding-left: 25px;
	font-weight: 700;
	color:#FFF;
	padding-top:15px;
}

.mobile_menu .subtitle {
	color:#fff;
	font-weight:300 !important;
}

.mobile_menu #rest_main .subtitle {
	display:none;
}

.mobile_menu li a, .mobile_menu li span, .mobile_menu li .trail, .mobile_menu li span.active {
	line-height:20px;
	font-size:16px;
	text-transform:none;	
}

.mobile_menu li {
	*border-bottom:1px solid #fff !important;
	margin-right:0px;
	padding:5px 0 5px 0;
	list-style:none;	
	font-weight:700;
	
}

.mobile_menu ul.level_1 {
	margin-top:25px !important;
	margin-left:0px;
	padding-left: 25px;
}

.mobile_menu ul.level_2 {
	margin-top:15px !important;
	margin-left:-20px;
}

.mobile_menu #mainmenu ul.level_1 {
		margin-top:20px;
}

.mobile_menu .trenner {
		text-align:left;
		margin:0;
		padding:0;
		margin-left:22px !important;
		font-size:22px;
		*text-transform:uppercase;
		*border-bottom:1px solid #000;
		color:#fff;
		font-weight:bold;
	}
	
.mobile_menu #portfoliomenu ul.level_1 {
	margin-top:3px !important;
	margin-left:0px;
}	

#mm_close {
	display:none;
	text-transform:uppercase;
	margin-top:10px;
	margin-left:12px !important;
	margin-bottom;20px;
	}
	
	
	
	
	
	
	
	
	


/********************************************************************************************** 1024 */


@media screen and (max-width : 1366px) {

body {

}

body.buchungen {
	background:url("../../files/images/backgrounds/profil.jpg") no-repeat  fixed;
	background-size:800px;
	background-color: #000;
	background-position:250px 0px;
}

body.termine {
	background:url("../../files/images/backgrounds/Shows---Termine.jpg") no-repeat  fixed;
	background-size:1000px; 
	background-color: #000;
	background-position:190px -80px;

}

body.biographie {
	background:url("../../files/images/backgrounds/biographie.jpg") no-repeat  fixed;
	background-size:2000px; 
	background-color: #000;
	background-position:-450px 0px;
}

body.shows-galerie {
	background:url("../../files/images/backgrounds/Shows---Galerie.jpg") no-repeat  fixed;
	background-size:1600px; 
	background-color: #000;
	background-position:0px -50px;

}

body.profil {
	background:url("../../files/images/backgrounds/Shows---Buchungen.jpg") no-repeat  fixed;
	background-size:2150px; 
	background-color: #000;
	background-position:-380px -210px;

}

body.philosophie {
	background:url("../../files/images/backgrounds/Schule---Philosophie.jpg") no-repeat  fixed;
	background-size:2000px; 
	background-color: #000;
	background-position:-150px 0px;

}
body.kurse {
	background:url("../../files/images/backgrounds/Schule---Team.jpg") no-repeat  fixed;
	background-size:1030px; 
	background-color: #000;
	background-position:355px 0px;
}
body.team {
	background:url("../../files/images/backgrounds/Schule---Kurse.jpg") no-repeat  fixed;
	background-size:1000px; 
	background-position-x:390px;
	background-position-y:-100px;
	background-color: #000;
	background-position:390px -100px;
}

body.workshops {
	background:url("../../files/images/backgrounds/Schule---Workshops.jpg") no-repeat  fixed;
	background-size:2100px; 
	background-color: #000;
	background-position:-200px 0px;

}

body.schule-galerie {
	background:url("../../files/images/backgrounds/Schule---Galerie.jpg") no-repeat  fixed;
	background-size:2200px; 
	background-color: #000;
	background-position:-300px -120px;

}

body.nocheflamenca {
	/*
	background:url("../../files/images/backgrounds/kurse-neu.jpg") no-repeat  fixed;
	background-size:1000px; 
	background-color: #000;
	background-position: 380px -120px;
	*/
}




body.faq {
	background-position:180px 0px;
}
.wochenplan #copytext_background, .kurse #copytext_background, #copytext_background  {
	position:absolute;
	background:rgba(0,0,0,0.5);
	width:650px;
	top:215px;
	
	-webkit-box-shadow: 13px -1px 56px 19px rgba(0,0,0,0.56);
	-moz-box-shadow: 13px -1px 56px 19px rgba(0,0,0,0.56);
	box-shadow: 13px -1px 56px 19px rgba(0,0,0,0.56);
}

.team #copytext_background, .faq #copytext_background  {
	width:800px;
}

h1 {
	font-size:45px;
}

#header_small {
	position:fixed;
	top:0;
	left:0;
	height: 100px;
	width:100%;
	*background:rgba(45,45,45,0.97);
	background:rgba(0,0,0,0.85);
	z-index:9;
	display:block;	
}	

#logo {
	position:fixed;
	left:20px;
	top:20px;
	*width:190px;
	*height:78px;
	width:146px;
	height:60px;
	background:url("../../files/assets/MARIA_GARCIA_LOGO.png");
	background-size: 100%;
	z-index:10;
}



nav.mod_customnav.nav_ebene1 {
	position: fixed;
	left:210px;	
	top:28px;
	background: #000;
}
	
#submenu {
	position: fixed;
	left:210px;
	top:65px;
}	

#submenu2 {
	position:fixed;
	left:35px;
	top: 220px;
}	

.mod_article {
	position:relative;
	top:00px;
	margin-left:210px;
}
	


.start #footer {
	z-index:1001;
	position: fixed;
	width:100%;
	*background:#2e2e2e;
	background:#000;
	height:30px;
	bottom: 0px;
	left:0;
}

#footer {
	height:30px;
}

#footer_logo img {
	display:none;
}


#footer .mod_customnav, .start #footer .mod_customnav {
	position:absolute;
	top:6px;
	left:210px;
}

#flamenco {
	left:210px;
	top:200px;
}

.start #copytext_background {
	position:absolute;
	background:rgba(0,0,0,0.5);
	width:100% !important;
	top:205px;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.start .mod_article {
	position:relative;
	top:280px;
}

.wochenplan .theme {
	display: none;
}

}




@media only screen and (max-width : 768px) {
	.desktop {
		display:none;
	}
	.mobile {
		display:block;
	}
	
	.mobile-icon {
		display: block;
	}
	
	.nav_ebene1, #submenu, #footer {
		display:none;
	}
	
	.mod_changelanguage {
		display:none;
	}
	
	.sprachwahl {
		position:absolute;
		z-index:1099;
	}
	.sprachwahl .mod_changelanguage {
		display:block !important;
		left:20px;
		top:20px;
		
	}
	
	.start #copytext_background {
		top: 0px;
	}
	
	.mm-menu ul.level_1, .mm-menu ul.level_2, .mm-menu ul.level_3 {
		top:50px;
	}
	
	.mod_article {
		top:20px;
		left:20px;
		margin-left:0px;
		width:100%;
		max-width:95%;
		padding-left:00px;
	}
	
	.team .ce_text,.ce_text {
		max-width:95%;
		padding-left:0;
		padding-right:0;
		margin-left:0;
		margin-right:0
	}
	
	#copytext_background {
		width:100%;
	}
	
	
	body {
		background:url("../../files/images/backgrounds/startbild3.jpg") no-repeat top left fixed;
		background-size:150%;
		background-color: #000;
		background-position:0px 100px;
		min-height:100%;
	}
	
	body.nocheflamenca {
		/*
		background:url("../../files/images/backgrounds/kurse-neu.jpg") no-repeat  fixed;
		background-size: 100%;
		background-color: #000;
		background-position: 35vw 35vh;
	*/
	}
	
	body.nocheflamenca #copytext_background {
		top: 0px;
	}


	body.shows-galerie, body.team, body.faq, body.kurse {
		background:#000;
	}
	
	body.newsletter {
		*background-position:0px 300px;	
	}
	
	
	.mod_article {
		max-width: 90%;
	}
	
	#copytext_background {
		top:100px;
		width:100%;
	}
	
	#submenu2 {
		display:none;
	}
	
	#flamenco {
		position: absolute;
		font-size: 70px;
		top: 230px;
		left: 25px;
		font-weight: 700;
		line-height: 65px;
		letter-spacing: 15px;
		z-index: 12;
	}
	
	.start .copytext {
		margin-top:50px;
		padding-right:25px;
		margin-left:5px;
		max-width:100%;
	}
	
	h1 {
		font-size:25px;
		line-height:35px;
	}
	
	.nocheflamenca h1 {
		font-size:45px;
		line-height:45px;
	}
	
	.ce_player {
		max-width:100%;
	}
	
	.mejs-container {
		max-width:100%;
	}
	
	.mejs-mediaelement video {
		max-width:100%;
	}
	
	.gallery_creator .list_albums .col_2 {
		margin-left:0;	
	}
	
	.wochenplan .teacher, .wochenplan .startdate {
		display:none;
	}
	
	.event .info_block1 {
		height:75px;
	}
	
	#mmenu {
		position:absolute;
		left:0p !important;
	}
	
	.wochenplan #copytext_background, .kurse #copytext_background, #copytext_background  {
		width:100%
	}
}	
	

