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}
@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}
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* dk_caroufredsel global styles */
.caroufredsel_skin .image_container img, .caroufredsel_thumbnails_skin .image_container img {
	vertical-align: bottom;
}
.caroufredsel > div, .caroufredsel > section, .caroufredsel_thumbnails > div {
	float: left;
}
.caroufredsel .clearfix {
	float: none;
	clear: both;
}
.caroufredsel_thumbnails_skin {
	position: relative;
}

/* Zu überschreibende Default settings aus dem Contao Framework hier einfügen
----------------------------------------------------------------*/
html, body {position:relative; height:100%;}
body {font-family: 'Open Sans', sans-serif; font-weight:normal; color:#fff; font-style:normal; font-size:1em; letter-spacing:0.01em;}
a:active, a:focus {outline: none;} /* lässt die gepunktete Linie verschwinden */


/* Farben
----------------------------------------------------------------*/
.braun {color:#960;}


/* Container
----------------------------------------------------------------*/
#wrapper {}
#header { }
#container {}

.footerspace {width:100%; height:45px; background-color:rgba(0,0,0,.5); position:fixed; bottom:0px; text-align:right;}
.footerspace p {margin-right:20px; margin-top: 10px; font-weight:300;}


/* Buttons
----------------------------------------------------------------*/
a.button_small {position:fixed; top:20px; right:20px; font-size:1.1875em; width:80px; height:80px; border-radius: 40px; border:#FFF solid 2px; display:flex; align-items: center; justify-content: center; line-height:0;	background-color:rgba(255,255,255,.2); transition: 700ms linear; z-index:10;}
a:hover.button_small {background-color: rgba(180, 0,185,.65);}	

a.button_small_portrait {position:fixed; top:20px; right:125px; width:80px; height:80px; border-radius: 40px; border:#FFF solid 2px; background:url("../../files/images/portrait_navi.jpg") no-repeat center; background-size: 80px 80px; text-indent:-10000px; transition: 400ms linear;opacity:.9;;z-index:10;}
a:hover.button_small_portrait {background:url("../../files/images/portrait_navi.jpg") no-repeat center; background-size: 100px 100px;}
.portrait a.button_small_portrait {display:none;}

a.button_close {position:fixed; top:20px; right:125px; font-size:1.1875em; width:80px; height:80px; border-radius: 40px; border:#fff solid 2px; display:flex; align-items: center; justify-content: center; line-height:0; background-color:#000; background-size: 80px 80px; transition: 400ms linear;opacity:.9; z-index:11;}
a:hover.button_close {background-color:#fff;}


ul.button_index {margin-left:65px;}

ul.button_index li a {float:left; background: none; padding:0px; font-size:1.1875em; width:160px; height:160px; border-radius: 80px; border:#FFF solid 2px;display: flex; align-items: center; justify-content: center; line-height:1.25; transition: 700ms linear; text-align:center; margin-right:20px; margin-top:20px;background-color:rgba(255, 255, 255,.4);}
ul.button_index li a:hover.naturheilkunde {background-color:rgba(219, 227, 1,.9);}
ul.button_index li a:hover.homoeopathie {background-color:rgba(147,225, 223,.9);}
ul.button_index li a:hover.hds {background-color:rgba(255, 255, 255,1); color:#999;}
ul.button_index li a:hover.genschluessel {background-color:rgba(255, 147, 0,.9);}



/* Index masonry
----------------------------------------------------------------



/* Grundlegende Textformatierungen
----------------------------------------------------------------*/
h1,h2,h3,h4,h5,p,li,label {margin:0; padding:0;}
h1 {font-size:3em; font-weight:300; padding:.8em 0 0.1em 0;}
.innere_alchemie h1, .naturheilkunde h1, .homoeopathie h1, .hds h1, .genschluessel h1,  .kurse h1 {opacity:.5;}
h1 a {text-decoration:none;}
h2 {font-size:3em; font-weight:300; padding:0 0 1.5em 0; line-height:1;}
h3 {font-size:1.5em; font-weight:300; padding:0 0 2em 0; line-height:1.2;}

p, li, td {font-size:1em; line-height:1.4; margin-bottom:0.5em; font-weight:300;}
p.index_lead {font-size:1.125em;}

.caption {font-size:0.75em; margin-top:-0.5em;}

a:link, a:visited {color:#fff; text-decoration:none;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;}
a:hover {color:#fff; text-decoration:none;}

ul.big_link {margin:10px 0 0 0; font-size:3em; font-weight:300;}
ul.big_link li a:link {padding-left:60px; color:#fff; text-decoration:none; background:url("../../files/images_system/arrow.svg") no-repeat; background-size:50px; background-position:0 16px;}
ul.big_link li a:hover {padding-left:60px; color:rgba(255, 255, 0,1); text-decoration:none; background:url("../../files/images_system/arrow_over.svg") no-repeat; background-size:50px; background-position:0 16px; color:}



/* Listen
----------------------------------------------------------------
.ce_text ul li, .mod_nl_list ul li  {background:url("../../files/images_system/alinea.png") no-repeat; padding:0 0 0 40px; margin-bottom:0;}
.ce_text ul.arrow li {background:url("../../files/images_system/arrow.png") no-repeat; padding:0 0 0 40px;}

.home ul li {padding:0; background:none;}
.programm ul li {border-bottom:#000 dotted 1px; padding:0 0 10px 0; background:none; margin-bottom:.75em;}
.programm ul li h3 {padding:5px 0 5px 0; line-height:1.2;}*/


/* Tabellen
----------------------------------------------------------------*/
table.vita {border:none;}
td:first-child {width:100px; padding-right:0.5em;}

/* Startseite Specials
----------------------------------------------------------------*/


/* Artikel
----------------------------------------------------------------*/
.mod_article {border-bottom:none; margin-bottom:3em;}
.noborder {border-bottom:none;}


/* Module
----------------------------------------------------------------*/


/* Inhaltselemente
----------------------------------------------------------------*/
.ce_text {margin-left:70px; max-width:700px;}
.ce_text figure img {border-radius:150px; margin:0 0px; display:block; }


/* Navigation
----------------------------------------------------------------*/
/*main Navi, Type mobile*/

img.navi_button {z-index:4; position:fixed; top:30px; right:15px;}
img.logo {z-index:3; position: absolute; top:-148px; left:280px; width:80px;}

/*mobile Navi*/
nav.mod_mmenu ul {font-size:1.3125em; font-weight:300;}
nav.mod_mmenu ul li a {text-decoration:none; color:#FFF;}
nav.mod_mmenu ul li a:hover {background: rgba(0, 0, 0, 0.1);}

.mm-menu {background: rgba(104,248, 220,.9);/*background-image: linear-gradient(#96c2ea, #f1e6a8); color:#fff;*/	}

.mm-list, .mm-list > li {padding: 0;}
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu .mm-list > li.mm-selected > span {color: #FFF;}
.mm-list > li > a, .mm-list > li > span {text-overflow:ellipsis; white-space:nowrap; overflow hidden; color:inherit; line-height:20px; display:block; padding:11px 10px 11px 20px;  margin: 0;} /*Höhe der Listenelemente*/
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {width:auto; margin-left:0px; position:relative; left:auto;}
.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-menu .mm-list > li:after {border-color: rgba(255, 255, 255, 1);}


/* Google Map
---------------------------------------------------------------*/


/* Accordion
----------------------------------------------------------------*/

.ce_accordion {background-color:rgba(0,0,0,.5);}
.portrait_vita_kontakt .ce_accordion {background-color:rgba(0,0,0,0);}
.ce_accordion .ce_text {padding:10px 0 20px 0; max-width:700px; margin-right:20px; display:block;}
.ce_accordion .ce_text.bild {max-width:1000px;}
.ce_accordion .ce_text.bild p {padding-right: 320px;}

.ce_accordion.first { }
.ce_accordion .toggler {background:url("../../files/images_system/arrow.svg") no-repeat left bottom; background-position:70px 15px; background-size:25px auto; font-size:1.25em; line-height:1.2; padding:.5em 0 .5em 104px; cursor:pointer; outline: none; color:#fff; font-weight:300; border-top:#FFF dotted 1px; -webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;}
.ce_accordion .toggler.hover { }
.ce_accordion .toggler.active { }


/* Galerie (Contao Core) 
----------------------------------------------------------------


/* Formular
----------------------------------------------------------------


/* Formular ohne Tabelle
----------------------------------------------------------------*


/* visibility
----------------------------------------------------------------*/


/* Resposnsiv
----------------------------------------------------------------*/

@media only screen and (max-width:800px) 
{
.ce_text {margin-left:20px; margin-right:20px;}
ul.button_index {margin-left:18px;}
.ce_accordion .toggler {background-position:20px 15px; padding:.5em 0 .5em 54px;}

}

@media only screen and (max-width:620px) 
{
h1 {font-size:3em; font-weight:300; padding:2.5em 0 0.1em 0;}
figure.float_right {float:none; margin-bottom:1em;}
.ce_accordion .ce_text.bild p {padding-right: 0px;}



}

@media only screen and (max-width:414px) 
{
	
a.button_small {font-size:.9375em; width:60px; height:60px; border-radius: 60px;}
a.button_small_portrait {right:102px; width:60px; height:60px; border-radius: 30px; background-size: 60px 60px; }
a:hover.button_small_portrait {background-size: 80px 80px;}
a.button_close {right:102px; font-size:.9375em; width:60px; height:60px; border-radius: 30px;}

ul.button_index {margin-top:-1em;}
ul.button_index li a {float:left; font-size:.9375em; width:120px; height:120px; border-radius: 60px;}
	
h1 {font-size:2.5em; font-weight:300; padding:2.5em 0 0.1em 0;}
h2 {font-size:2.5em;  padding:0 0 1em 0; }

p, td {font-size:0.875em; line-height:1.4; margin-bottom:0.5em;}

ul.big_link {font-size:2.5em;}
ul.big_link li a:link {padding-left:50px; background-size:40px; background-position:0 12px;}
ul.big_link li a:hover {padding-left:50px; background-size:40px; background-position:0 12px;}

td:first-child {width:90px; padding-right:0.5em;}


}





