/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../../files/design/js/fonts/flexslider-icon.eot');
  src: url('../../files/design/js/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../../files/design/js/fonts/flexslider-icon.woff') format('woff'), url('../../files/design/js/fonts/flexslider-icon.ttf') format('truetype'), url('../../files/design/js/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* Basislayout */
html {font-size:16px;line-height:1.4;margin:0;border:0;padding:0;min-height:100.1%;background:#fff url('../../files/design/img/grafik-gewellte-flaeche.svg') no-repeat bottom center;background-size:101%;}
body {margin:0;border:0;padding:0;}

h1 {font-size:1.5em;text-transform:uppercase;color:#640e64;text-align:center;}
h2 {font-size:1.25em;margin:0;color:#a84b97;text-align:center;}
h3 {font-size:1em;color:#640e64;margin:2em 0 -1em 0;}
p {margin:1.4em 0 0 0;}
small {font-size:0.8em;}

li {color:#a84b97;}

a {text-decoration:none;color:#a84b97;transition:color 0.25s ease;}
a:hover {color:#eacd6e;}

figure {display:block;margin:0;}
img {display:block;margin:0;border:0;padding:0;width:auto;max-width:100%;height:auto;}

table {margin-top:1.4em;border:0;border-top:1px solid #a84b97;}
tr {border:0;}
td {border:0;border-bottom:1px solid #a84b97;}

iframe {display:block;margin:1em auto;width:90%;filter:grayscale(1);}


.invisible {display:block;position:absolute;top:-3000px;left:-3000px;width:1px;height:1px;text-indent:20px;overflow:hidden;}
.ce_headline.kurztext,
.ce_text.kurztext {margin-left:auto;margin-right:auto;padding:0;width:90%;max-width:512px;text-align:center;}

@media screen and (min-width:960px) {
	h1 {font-size:2em;text-align:left;}
	h2 {font-size:1.25em;text-align:left;}
}


/* // Animationen /////////////////////////////////////////////////////////// */
/* // Einblenden // */
@keyframes fadeIn {
    from {opacity:0;}
    to {opacity:1;}
}

/* // Header //////////////////////////////////////////////////////////////// */
header {padding:1.5em 0 0 0;width:100%;}
/*header > .inside {margin:0 auto;width:90%;max-width:1200px;}*/
.mod_logo {position:relative;z-index:2500;}
.mod_logo figure {margin:0 auto;width:180px;}

@media screen and (min-width:960px) {
	header {padding:3em 0 0 0;width:100%;}
	.mod_logo figure {margin:0 auto;width:220px;}	
}

/* // Hauptmenu // */
.mod_hauptmenu {position:relative;margin-top:2em;}
.mod_hauptmenu > ul {display:none;list-style:none;position:absolute;z-index:1000;top:0;left:0;margin:0;width:calc(100% - 6em);padding:3em;background:#640e64 url('../../files/design/img/grafik-violette-flaeche.svg') repeat-y top center;background-size:100%;}
.mod_hauptmenu ul li {display:block;padding:0.5em 0.5em 0.5em 0;border-top:1px solid #a84b97;}
.mod_hauptmenu ul.level_1 > li:last-child {border-bottom:1px solid #a84b97;}
.mod_hauptmenu ul li strong {font-size:17px;color:#eacd6e;}
.mod_hauptmenu ul li a {font-size:17px;color:#efe6ef;}
.mod_hauptmenu ul li a:hover {color:#eacd6e;}
.mod_hauptmenu ul li.submenu > a {display:block;padding-bottom:0.5em;}
.mod_hauptmenu ul.level_2 li {position:relative;border:0;}
.mod_hauptmenu ul.level_2 li::before {content:url('../../files/design/img/grafik-sternchen.svg');display:block;position:absolute;top:0.7em;left:-1.6em;width:1.25em;height:auto;}

#top:target .mod_navigation > ul {display:block;}

@media screen and (min-width:960px) {
	.mod_hauptmenu {position:relative;margin-top:3em;}
	.mod_navigation > ul {display:block;position:relative;top:0;padding:0;width:100%;background-size:115%;}
	/*.mod_navigation::before {content:' ';background:#fff url('../../files/design/img/grafik-gewellte-flaeche.svg') no-repeat top center;background-size:115%;position:absolute;top:-1em;left:0;width:100%;height:1em;}*/
	.mod_hauptmenu ul.level_1 {position:relative;text-align:center;}
	.mod_hauptmenu ul.level_1 li {display:inline-block;position:relative;padding:0.5em 0.5em;border:0;}
	.mod_hauptmenu ul.level_1 > li:last-child {border:0;padding-right:0;}
	.mod_hauptmenu ul.level_2 {display:none;position:absolute;top:39px;left:0;padding:0.5em 0;width:192px;}
	.mod_hauptmenu li:hover ul.level_2 {display:block;background:#640e64 url('../../files/design/img/grafik-violette-flaeche.svg') repeat-y top center;background-size:100%;}
	.mod_hauptmenu ul.level_2 li {display:block;text-align:left;padding-left:1em;}
	.mod_hauptmenu ul li.submenu > a {display:inline-block;padding-bottom:0;}
	.mod_hauptmenu ul.level_2 li::before {content:'';}
}
@media screen and (min-width:1152px) {
	.mod_hauptmenu ul.level_1 li {padding:0.5em 1em;}
}

main .ce_text img {border-radius:50%;max-width:256px;}

/* // Menubutton // */
.mod_menubutton {position:absolute;top:-0.75em;left:0;z-index:1500;margin:0 auto;padding:0.25em 0 0 0;width:100%;height:2em;background:#640e64 url('../../files/design/img/grafik-violette-flaeche.svg') repeat-y top center;background-size:100%;}
/*.mod_menubutton::before {content:' ';background:#fff url('../../files/design/img/grafik-gewellte-flaeche.svg') no-repeat top center;background-size:115%;position:absolute;top:-0.5em;left:0;width:100%;height:0.5em;}*/
.mod_menubutton > div {margin:0.25em auto 0 auto;width:1.75em;height:auto;}
.mod_menubutton .open {display:block;}
.mod_menubutton .close {display:none;}

@media screen and (max-width:960px) {
	#top:target .mod_menubutton .open {display:none;}
	#top:target .mod_menubutton .close {display:block;}
}
@media screen and (min-width:960px) {
	.mod_menubutton {display:none;}
}

/* // Main ////////////////////////////////////////////////////////////////// */
main {display:block;position:relative;padding:0;}

/* // Artikel // */
.home.angebote,
.mod_article.produkte {margin:0 auto;width:90%;max-width:1024px;}
.mod_article {margin-top:2em;}
.mod_article.first {background:#efe6ef;margin-top:0;padding-bottom:3em;}
.mod_article.home {margin-top:0;}
.mod_article.home.angebote {margin-top:2em;}
.mod_article.praxis {margin-top:3em;margin-left:auto;margin-right:auto;width:90%;max-width:1024px;}
.mod_article.praxis > div {background:url('../../files/design/img/praxisbild-energiestern-gesundheitspraxis.jpg') no-repeat top center;background-size:cover;}
.mod_article.praxis > div img {display:none;}
.mod_article.praxis > div,
.mod_article.praxis > iframe {display:block;vertical-align:top;margin:0;width:100%;height:256px;}
.mod_article.praxis > iframe {margin-top:1em;margin-left:0;}

@media screen and (min-width:604px) {
	.mod_article.praxis > div,
	.mod_article.praxis > iframe {display:inline-block;vertical-align:top;margin:0;width:calc(50% - 0.5em - 4px);height:344px;}
	.mod_article.praxis > iframe {margin-top:0;margin-left:1em;}
}
@media screen and (min-width:960px) {
	.mod_article {margin-top:4em;}
	.mod_article.first {background:#efe6ef;margin-top:0;padding-bottom:6em;}
	.mod_article.home.angebote {margin-top:0;}
	.mod_article.praxis {margin-top:6em;margin-left:auto;margin-right:auto;width:90%;max-width:1024px;}
	.mod_article.produkte {margin-top:6em;}
}

/* // Titelbild // */
.ce_titelbild {position:relative;}
.ce_titelbild figcaption {position:absolute;top:calc(50% - 36px);left:calc(50% - 110px);width:90%;max-width:220px;color:#eacd6e;font-size:16px;text-align:center;text-shadow:0px 0px 4px #000;opacity:0;animation:fadeIn 1.5s ease-in 0.5s 1 normal forwards running;}
.ce_titelbild figcaption span {display:block;font-size:12px;margin-top:0.5em;}

@media screen and (max-width:540px) {
	.ce_titelbild figcaption {left:5%;max-width:calc(100% - 5% - 2em - 128px);}
}
@media screen and (min-width:640px) {
	.ce_titelbild figcaption {top:calc(50% - 45px);left:calc(50% - 180px);max-width:360px;font-size:24px;}
	.ce_titelbild figcaption span {display:block;font-size:12px;margin-top:1.5em;}
}

/* // Ueberschriften // */
.ce_headline {margin:0 auto;width:90%;max-width:1024px;text-align:center;}
h1.ce_headline {padding-top:2.5em;}
.home h1.ce_headline {padding-top:2em;}
main .ce_text h2 {margin-top:2em;}
main h2.abstand {margin-top:2em;}
main .first .ce_text h2 {margin-top:0;}

@media screen and (min-width:960px) {
	.ce_headline {text-align:left;}
	h1.ce_headline,
	.home h1.ce_headline {padding-top:3em;}
	main .ce_text h2,
	main h2.abstand {margin-top:4em;}	
}

/* // Text // */
main .ce_text.bild_links {position:relative;margin:0 auto;width:90%;max-width:1024px;}
main .ce_text.bild_rechts {position:relative;margin:0 auto;width:90%;max-width:1024px;}
main .ce_text ul {list-style:none;padding-left:1em;margin:1.4em 0 0 0;}
main .ce_text ul li {position:relative;}
main .ce_text ul li::before {content:url('../../files/design/img/grafik-sternchen.svg');display:block;position:absolute;top:0;left:-1em;width:0.75em;height:auto;}
main .ce_text td {color:#640e64;padding:0.25em 0;}

main .ce_text strong {color:#640e64;}
main .ce_text.produkte ul {margin-top:0;}

@media screen and (min-width:960px) {
	main .ce_text.bild_links {padding-left:384px;width:calc(90% - 384px);max-width:calc(1024px - 384px);}
	main .ce_text.bild_rechts {padding-right:384px;width:calc(90% - 384px);max-width:calc(1024px - 384px);}
	main .ce_text.bild_links figure {position:absolute;top:calc(50% - 128px);left:0;}
	main .ce_text.bild_rechts figure {position:absolute;top:calc(50% - 128px);right:0;}
}

/* // Teaser // */
main .teaser {margin:1em auto 0 auto;padding:1em;width:calc(100% - 2em);background:#efe6ef;border-radius:1em;}
/*main .teaser:first-child {margin-top:2em;}*/
main .teaser figure {position:relative;top:auto;left:auto;border-radius:50%;display:inline-block;vertical-align:middle;margin:0 1em 0 0;max-width:128px;}
main .teaser .linktext {display:inline-block;vertical-align:middle;color:#640e64;text-align:left;max-width:calc(100% - 128px - 2em - 4px);height:auto;color:#640e64;}
main .teaser p {margin-top:0;}
main .teaser p:last-child {margin-top:0.4em;}
main .teaser p:last-child a {display:inline-block;font-size:0.8em;margin-top:0;padding:0.35em 1em 0.5em 1em;background:#a84b97;border-radius:0.25em;color:#fff;transition:background 0.25s ease;}
main .teaser p:last-child a:hover {background:#eacd6e;}
main .mod_article .teaser img {margin-top:0;}

@media screen and (min-width:960px) {
	main .teaser {display:inline-block;vertical-align:top;margin:6em 1em 2em 0;padding:2em 1em;width:calc(33.333% - 3em - 4px);max-width:calc(341px - 3em - 4px);background:#efe6ef;border-radius:1em;text-align:center;}
	main .teaser:last-child {margin-right:0;}
	main .teaser .linktext {display:block;margin-top:1em;max-width:100%;text-align:center;}
	main .teaser p:last-child {margin-top:1em;}
}

/* // Produkte // */
main .produkte .ce_text {margin:1em auto 0 auto;padding:0;width:calc(100% - 2em);}
main .produkte .ce_text figure {position:relative;top:auto;left:auto;border-radius:50%;display:inline-block;vertical-align:middle;margin:0 1em 0 0;}
main .produkte .ce_text .linktext {display:inline-block;vertical-align:middle;color:#640e64;text-align:left;max-width:calc(100% - 128px - 2em - 4px);height:auto;color:#640e64;}
main .produkte .ce_text p {margin-top:0;}
main .produkte .ce_text p:last-child {margin-top:0.4em;}
main .produkte .ce_text p:last-child a:hover {background:#eacd6e;}
main .produkte .ce_text img {margin-top:0;}

@media screen and (min-width:960px) {
	main .produkte .ce_text {display:inline-block;vertical-align:top;margin:0em 1em 2em 0;padding:2em 1em;width:calc(33.333% - 3em - 4px);max-width:calc(341px - 3em - 4px);text-align:center;}
	main .produkte .ce_text:last-child {margin-right:0;}
	main .produkte .ce_text .linktext {display:block;margin-top:1em;max-width:100%;text-align:center;}
	main .produkte .ce_text p:last-child {margin-top:1em;}
}

/* // Button // */
main p a.button {display:inline-block;padding:0.35em 1em 0.5em 1em;background:#a84b97;border-radius:0.25em;color:#fff;transition:background 0.25s ease;font-size:0.8em;}
main p a.button:hover {background:#eacd6e;}


/* // Bild // */
.ce_image {margin:2em auto;width:90%;}
.ce_image figure img {margin:0 auto;border-radius:50%;}
.ce_image:first-child {margin:0;width:100%;}
.ce_image:first-child figure img {margin:0;border-radius:0;}
.mod_article img {margin:1.4em auto 0 auto;}

@media screen and (min-width:960px) {
	.mod_article img {margin:0;}
}

/* // Galerie 6-spaltig // */
.mod_article.lay_sp6 {margin-left:auto;margin-right:auto;width:90%;max-width:1024px;}
.mod_article.lay_sp6 .ce_headline {width:100%;}
.mod_article.lay_sp6 > div {margin-left:-6px;width:calc(100% + 12px);}
.mod_article.lay_sp6 li {display:inline-block;vertical-align:top;margin:0 6px 0 6px;width:calc(25% - 4px - 12px);}
.mod_article.lay_sp6 figure {position:relative;}
.mod_article img {width:100%;border-radius:50%;}
.ce_gallery ul {list-style:none;padding-left:0;}
@media screen and (min-width:640px) {
	.mod_article.lay_sp6 > div {margin-left:-9px;width:calc(100% + 18px);}
	.mod_article.lay_sp6 li {margin:0 9px 0 9px;width:calc(15% - 4px - 18px);}
}
@media screen and (min-width:1024px) {
	.mod_article.lay_sp6 > div {margin-left:-6px;width:calc(100% + 12px);}
	.mod_article.lay_sp6 li {margin:16px 6px 0 6px;width:calc(12.5% - 4px - 12px);}
}

/* // Terminbuchbutton // */
.terminbuchbutton {position:absolute;top:0em;right:1em;z-index:2000;width:128px;height:128px;background:#eacd6e url('../../files/design/img/hintergrund-gold.jpg') no-repeat center center;background-size:cover;border-radius:50%;}
.terminbuchbutton p {font-size:0.8em;line-height:1.2;color:#640e64;text-align:center;padding:0.5em 1em 0 1.5em;}
.terminbuchbutton p a {display:inline-block;font-size:1em;margin-top:0.5em;padding:0.35em 1em 0.5em 1em;background:#a84b97;border-radius:0.25em;color:#fff;transition:background 0.25s ease;}
.terminbuchbutton p a:hover {background:#640e64;}

@media screen and (max-width:960px) {
	.terminbuchbutton {top:2.5em;}
}
@media screen and (min-width:960px) {
	.terminbuchbutton {position:absolute;top:3em;right:3em;z-index:2000;width:192px;height:192px;background:#eacd6e url('../../files/design/img/hintergrund-gold.jpg') no-repeat center center;background-size:cover;border-radius:50%;}
	.terminbuchbutton p {font-size:1em;line-height:1.3;color:#640e64;text-align:center;padding:1.5em 2em 0 2em;}
	.terminbuchbutton p a {display:inline-block;font-size:0.8em;margin-top:1em;padding:0.35em 1em 0.5em 1em;background:#a84b97;border-radius:0.25em;color:#fff;transition:background 0.25s ease;}
	.terminbuchbutton p a:hover {background:#640e64;}
}
@media screen and (min-width:1152px) {
	.terminbuchbutton {right:3em;}
}


/* // Footer //////////////////////////////////////////////////////////////// */
footer {position:relative;margin-top:3em;padding-top:0.5em;background:#640e64 url('../../files/design/img/grafik-violette-flaeche.svg') repeat-y top center;background-size:115%;}
footer::before {content:' ';background:#fff url('../../files/design/img/grafik-gewellte-flaeche.svg') no-repeat top center;background-size:115%;position:absolute;top:-0.5em;left:0;width:100%;height:0.5em;}
footer > .inside {margin:0 auto;padding:1.4em 0 2em 0;width:90%;text-align:center;}
footer .inside .ce_text {display:inline-block;vertical-align:top;width:calc(50% - 4px);max-width:272px;font-size:0.8em;color:#fff;text-align:left;}
footer h2 {font-size:1em;color:#efe6ef;text-align:left;}
footer p {margin-top:0.5em;}
footer p a {color:#efe6ef;}
footer p a:hover {color:#eacd6e;}
footer p a.button {display:inline-block;margin-top:1em;padding:0.35em 1em 0.5em 1em;background:#a84b97;border-radius:0.25em;color:#fff;transition:background 0.25s ease;}
footer p a.button:hover {background:#eacd6e;}
footer > .inside > a {position:absolute;left:5%;bottom:2.4em;font-size:0.8em;}
footer > .inside > a:hover {color:#eacd6e;}

@media screen and (min-width:604px) {
	footer > .inside {padding-top:2em;padding-bottom:3em;}
	footer > .inside > a {left:calc(50% - 272px);}
	footer > .inside > a {bottom:3.4em;}
}
@media screen and (min-width:960px) {
	footer {margin-top:9em;}
	footer::before {top:-1em;height:1em;}
	footer > .inside {margin:0 auto;padding:1.4em 0 2em 0;width:90%;max-width:1024px;text-align:left;}
	footer > .inside > a {left:auto;right:calc(50% - 512px);color:#efe6ef;}
	footer p {margin-top:1em;}
}
/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/

@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=aaeb0fb8-958d-4cac-8c3c-3f4a1682500b");
    @font-face{
        font-family:"Calligraphic421W01-Roma";
        src:url("../../files/design/fonts/812ddce5-1965-4387-ba09-0e2d40a46e38.woff2") format("woff2"),url("../../files/design/fonts/7d3775c3-28e3-4889-a48c-c7ac5ac5fa52.woff") format("woff");
    }
    @font-face{
        font-family:"Frutiger Neue LT W01 Light";
        src:url("../../files/design/fonts/b05d44ef-6a78-4aa4-9388-3f0e05252a48.woff2") format("woff2"),url("../../files/design/fonts/dd81d548-7e1c-447a-a362-6ce3bebb248d.woff") format("woff");
    }
    @font-face{
        font-family:"Frutiger Neue LT W01 Regular";
        src:url("../../files/design/fonts/c82f0bcd-3944-40c6-a52e-f8eb03077995.woff2") format("woff2"),url("../../files/design/fonts/d3d1084f-17cb-429f-99f5-df5075210d9d.woff") format("woff");
    }
    @font-face{
        font-family:"Frutiger Neue LT W01 Heavy";
        src:url("../../files/design/fonts/d8cf82d6-8e54-4441-9447-0a9a51a36237.woff2") format("woff2"),url("../../files/design/fonts/4f9027ea-6b31-47b1-a506-c8cca8210764.woff") format("woff");
    }

h1,
h2,
.ce_titelbild figcaption,
.mod_hauptmenu ul li a,
.mod_hauptmenu ul li strong {font-family:"Calligraphic421W01-Roma";font-weight:normal;font-style:normal;}

p,
td,
.teaser p,
footer p a,
li em {font-family:"Frutiger Neue LT W01 Light";font-weight:normal;font-style:normal;}

a,
li,
.ce_titelbild figcaption span,
footer > .inside > a,
footer p a.button {font-family:"Frutiger Neue LT W01 Regular";font-weight:normal;font-style:normal;}

h3,
strong,
footer h2,
.teaser strong {font-family:"Frutiger Neue LT W01 Heavy";font-weight:normal;font-style:normal;}
/* Titelei */
.titelei h1 {text-align:center;margin-bottom:0;}
.titelei h2 {text-align:center;margin-top:0.75em;padding-bottom:1.125em;}

/* Flexslider */
.flexslider {margin:0;width:100%;background:none;border:0;border-radius:0;box-shadow:0;}
.flex-direction-nav a:before {content:url('../../files/design/img/pfeil-prev.svg');display:block;width:15px;margin:0 0 0 auto;height:auto;}
.flex-direction-nav a.flex-next:before {content:url('../../files/design/img/pfeil-next.svg');margin:0 auto 0 0;}

@media screen and (max-width:960px) {
	.flex-direction-nav {display:none;}
}

/* Bildlegende */
figure {position:relative;}
.mod_article .ce_gallery figure img {border-radius:0;}
figcaption {font-family:montserrat-alternates,sans-serif;font-size:1em;line-height:1.2;font-weight:600;color:#fff;position:absolute;top:calc(50% - 24px);left:25%;width:50%;text-shadow:0px 0px 8px #000;text-align:center;}
@media screen and (min-width:480px) {
	figcaption {font-size:1.25em;}
}
@media screen and (min-width:640px) {
	figcaption {font-size:1.75em;}
}

