@font-face {
  font-family: 'primary';
  src: url('/fonts/Lato/lato-light-webfont.eot');
  src: url('/fonts/Lato/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Lato/lato-light-webfont.woff') format('woff'),
       url('/fonts/Lato/lato-light-webfont.ttf') format('truetype'),
       url('/fonts/Lato/lato-light-webfont.svg#lato-light') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'primary';
  src: url('/fonts/Lato/lato-regular-webfont.eot');
  src: url('/fonts/Lato/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Lato/lato-regular-webfont.woff') format('woff'),
       url('/fonts/Lato/lato-regular-webfont.ttf') format('truetype'),
       url('/fonts/Lato/lato-regular-webfont.svg#lato-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'primary';
  src: url('/fonts/Lato/lato-bold-webfont.eot');
  src: url('/fonts/Lato/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Lato/lato-bold-webfont.woff') format('woff'),
       url('/fonts/Lato/lato-bold-webfont.ttf') format('truetype'),
       url('/fonts/Lato/lato-bold-webfont.svg#lato-bold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'secondary';
  src: 
       url('/fonts/Cookie/cookie-regular-webfont.woff') format('woff'),
       url('/fonts/Cookie/cookie-regular-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

* {
  border: 0;
  margin: 0;
/*  outline: 1px dotted rgba( 255, 0, 0, .2 );*/
  padding: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}

html {
  background: #fff url(/img/ui/Browser-Hintergrund-Verlauf.png) repeat-x center top;
  background: #f7f2ea url(/img/ui/Browser-Hintergrund-Verlauf.png) repeat-x center top;
  color: #63434b;
  font: 18px/26px primary, Arial, sans-serif;
  font-weight: normal;
/*  height: 100%;*/
/*  min-height: 100%;*/
  
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

@media screen and ( max-width: 959px ) {
  html {
    font-size: 16px;
    line-height: 21px;
  }
}

body {
/*  height: 100%;*/
/*  min-height: 100%;*/
/*  outline: 1px dotted green;*/
}

a {
  color: #63434b;
  text-decoration: none;
}

img {
  -ms-interpolation-mode: bicubic;
}

a.logo {
  background: url(/img/ui/logo.svg) no-repeat center center;
  background-size: 109%;
  display: block;
  height: 114px;
/*  outline: 1px dotted green;*/
  width: 374px;
}

@media screen and ( max-width: 959px ) {
  a.logo {
    width: 337px;
  }
}

p.infoblock {
  color: #b1884f;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}

#wrapper {
  margin: 0 auto;
  max-width: 960px;
}


header {
/*  background-color: #f3eadd;*/
  height: 206px;
/*  outline: 1px dotted green;*/
  position: relative;
}

header #navtoggle {
  display: none;
}

@media screen and ( max-width: 619px ) {
  header #navtoggle {
    background: url(/img/ui/navtoggle.png) no-repeat right 0;
    cursor: pointer;
    display: block;
    height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 11;
  }
  body.nav-open header #navtoggle {
    background-position: right -36px;
    width: 32px;
  }
}

header nav {
  margin: 0 auto;
  max-width: 794px;
  max-width: 940px;
}

@media screen and ( max-width: 959px ) {
  header nav {
    padding: 0 10px;
  }
}

@media screen and ( max-width: 739px ) {
  header nav {
    font-size: 13px;
  }
}

header nav ul {
  display: flex;
  justify-content: space-between;
  padding: 172px 0 0 0;
}

header nav ul li {
  display: inline-block;
  text-transform: uppercase;
}

@media screen and ( min-width: 620px ) {
  header nav ul li.impressum,
  header nav ul li.datenschutz {
    display: none;
  }
}

header nav ul li a {
  color: #39312c;
  text-decoration: none;
}

header nav ul li a.selected,
header nav ul li a:active {
  color: #b28950;
}

@media screen and ( max-width: 619px ) {
  header {
    height: 140px;
    margin-top: 10px;
  }
  
  header nav {
    background-color: #000;
    background: url(/img/deco/goldkante.png) repeat-y center 0;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    padding: 0 10px;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 10;
  }
  body.nav-open {
    height: 0;
    overflow: hidden;
  }
  
  body.nav-open header nav {
    height: 100vh;
    height: auto;
  }
  
  header nav ul {
    display: block;
    padding: 0;
  }
  
  header nav ul li {
    display: block;
  }
  
  header nav ul li a {
    color: #fff;
    display: none;
  }
  
  header nav ul li a.selected,
  header nav ul li a:active {
    color: #b1884f;
  }
  
  body.nav-open header nav ul li a,
  header nav ul li a.selected,
  header nav ul li a:active {
    display: block;
  }
}

header a.logo {
  left: 286px;
  position: absolute;
  top: 22px;
}

@media screen and ( max-width: 959px ) {
  header a.logo {
    left: 29.8vw;
  }
}

@media screen and ( max-width: 767px ) {
  header a.logo {
    width: 259px;
  }
}

@media screen and ( max-width: 619px ) {
  header a.logo {
    background-size: 300px auto;
    left: 0;
    width: 100vw;
  }
}

header p.infoblock {
  position: absolute;
  right: 78px;
  top: 38px;
}

@media screen and ( max-width: 959px ) {
  header p.infoblock {
    font-size: 14px;
    line-height: 24px;
    right: 8.125vw;
  }
}

@media screen and ( max-width: 619px ) {
  header p.infoblock {
    display: none;
  }
}

article {}

/*
article > div {
  float: left;
  width: 100%;
}
*/

article ul {
  list-style-type: none;
  margin: 0 0 12px 0;
}

article p {
  margin: 0 0 12px 0;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  clear: left;
  margin: 0 0 20px 0;
}

article h2 {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
}

article a {
  color: #333;
  color: #63434b;
  color: #b6005f;
  color: #f28c00;
}

#intro {
  background: url(/img/deco/kv.jpg) no-repeat 0 0;
  color: #e9bc7d;
  color: #b6005f;
  display: block;
  font-size: 26px;
  font-weight: 300;
  height: 404px;
  line-height: 50px;
  /* margin-bottom: 13px; */ /* 230914 */
  padding: 66px 0 13px 485px;
  position: relative;
}

@media screen and ( max-width: 967px ) and ( min-width: 620px ) {
  #intro {
    background-size: cover;
    font-size: 2.7vw;
    height: 42vw;
    line-height: 5.2vw;
    padding-left: 50.5vw;
    padding-top: 6.9vw;
  }
}

@media screen and ( max-width: 619px ) {
  #intro {
    background-color: #5d404f;
    background-color: #f7f2ea;
    background-position: -40px 0;
    background-size: auto 264px;
/*    color: #e9bc7d;*/
    font-size: 18px;
    line-height: 32px;
    height: auto;
/*    outline: 1px dotted blue;*/
    padding: 276px 10px 10px 10px;
  }
}

/*
#intro:after {
  background: url(/img/deco/goldkante.png) repeat-y center 0;
  bottom: -13px;
  content: ' ';
  display: block;
  height: 13px;
  left: 0;
  position: absolute;
  width: 100%;
}
*/

#ratenzahlung {
  background: url(/img/deco/goldkante.png);
  color: #fff;
  font: 24px/32px secondary, Arial, sans-serif;
  font-weight: normal;
}

#ratenzahlung {
  margin: 0 auto;
  /* max-width: 832px; */
  /* outline: 1px dotted #fff; */
  /* padding: 10px 60px; */
  padding: 16px 94px 0 106px; 
}

@media screen and ( max-width: 967px ) and ( min-width: 620px ) {
  #ratenzahlung {
    padding-left: 6.4vw;
    padding-right: 5.2vw;
  }
}

@media screen and ( max-width: 619px ) {
  #ratenzahlung {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#ratenzahlung p {
  margin: 0 auto;
  padding: 0 0 0 42px;
  position: relative;
}

#ratenzahlung p:before {
  background: url(/img/deco/Stern.svg) no-repeat center center;
  background-size: 32px 32px;
  content: '';
  display: flex;
  height: 100%;
  left: 0px;
  /* outline: 1px dotted #fff; */
  position: absolute;
  top: 0;
  width: 32px;
}

/*
#ratenzahlung p:after {
  background: url(/img/deco/Stern.svg) no-repeat center center;
  background-size: 50px 50px;
  content: '';
  display: flex;
  height: 100%;
  right: 5px;
  position: absolute;
  top: 0;
  width: 50px;
}
*/

#bullets {
  background: #f9f1e6 url(/img/deco/bg-referenzen.jpg) no-repeat 0 bottom;
  border-bottom: 2px solid #c99c5e;
  min-height: 250px;
  padding: 16px 94px 0 106px;
}

@media screen and ( max-width: 967px ) and ( min-width: 620px ) {
  #bullets {
    font-size: 16px;
    line-height: 24px;
    padding-left: 6.4vw;
    padding-right: 5.2vw;
  }
}

@media screen and ( max-width: 619px ) {
  #bullets {
    font-size: 16px;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#bullets ul li {
  background: url(/img/deco/Lotus-weiss.svg) no-repeat 0 2px;
  background-size: 35px 19px;
  padding: 0 0 0 42px;
  margin: 0 0 12px 0;
}

.container {
  background-color: #fff;
  padding: 50px 56px 30px 56px;
}

@media screen and ( max-width: 619px ) {
  .container {
    padding: 20px 10px;
  }
}

article #meine-angebote div {
  display: flex;
  justify-content: space-between;
}

article #meine-angebote a {
  color: #fff;
  display: block;
  flex: 0 1 270px;
  margin: 0 0 0 10px;
/*  outline: 1px dotted blue;*/
  padding: 0;
  text-align: center;
  text-decoration: none;
}

article #meine-angebote a:first-child {
  margin: 0;
}

article #meine-angebote a span {
  display: block;
/*  outline: 1px dotted green;*/
  padding: 8px 0;
}


article #meine-angebote a img {
  width: 100%;
}

body#startseite a[href*="#spirituelle-heilung"],
body#startseite a[href*="#reiki-erweitertes-reiki"] {
  background-color: #b6005f;
}

body#startseite a[href*="#wirbelsaeulenbegradigung-geistige-aufrichtung"] {
  background-color: #f28c00;
}

body#startseite a[href*="#wohnungs-hausentstoerung"] {
  background-color: #c59757;
}

body#startseite a[href*="#wundervolle-spirituelle-specials"] {
  background-color: #fff;
}

#wunder-container {
  padding-top: 0;
}

#wunder-teaser {
  display: block;
  height: 33vw;
  max-height: 230px;
  overflow: hidden;
  position: relative;
}

#wunder-stage {
  bottom: 15px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
}

#wunder-stage h2 {
  background-color: #fff;
  color: #c59757;
  height: 48px;
  line-height: 48px;
  margin: 0;
  overflow: hidden;
  text-transform: none;
}

@media screen and ( max-width: 619px ) {
  #wunder-stage h2 {
    font-size: 18px;
    height: 28px;
    line-height: 28px;
  } 
}

#wunder-stage small {
  color: #fff;
}

@media screen and ( max-width: 767px ) {
  article #meine-angebote a {
    font-size: 15px;
    line-height: 17px;
  }
}

@media screen and ( max-width: 699px ) {
  article #meine-angebote a {
    font-size: 13px;
    line-height: 15px;
  }
}

@media screen and ( max-width: 619px ) {
  article #meine-angebote div {
    flex-wrap: wrap;
  }
  article #meine-angebote a:first-child,
  article #meine-angebote a {
    font-size: 15px;
    flex: 1 0 270px;
    line-height: 17px;
    margin: 0 0 10px 0;
  }
}

article #ueber-mich ul li {
  background: url(/img/deco/Lotus-beige.svg) no-repeat 0 2px;
  background-size: 35px 19px;
  padding: 0 0 0 42px;
  margin: 0 0 12px 0;
}

article #ueber-mich img {
  float: left;
  margin: 0 24px 40px 0;
}

@media screen and ( max-width: 619px ) {
  article #ueber-mich img {
    margin: 0 0 20px 0;
    width: 100%;
  }
}

article #ueber-mich a {
  color: #f28c00;
}

article #referenzen {
  background: #f3e8d5 url(/img/deco/bg-referenzen.jpg) no-repeat 0 bottom;
  border-top: 2px solid #c99c5e;
  min-height: 250px;
  position: relative;
}

article #referenzen:after {
  background: url(/img/deco/goldkante.png) repeat-y center 0;
  bottom: -13px;
  content: ' ';
  display: block;
  height: 13px;
  left: 0;
  position: absolute;
  width: 100%;
}

article #referenzen blockquote {
  margin-bottom: 24px;
}

article #referenzen blockquote p {
  font-weight: 300;
  margin: 0;
  padding: 0 12px;
  position: relative;
}

article #referenzen blockquote p:before {
/*  color: #f28c00;*/
  content: '« ';
  font-size: 36px;
  font-size: 32px;
  font-size: 18px;
  font-weight: bold;
  left: 0;
  position: absolute;
  top: -2px;
}

article #referenzen blockquote p:after {
/*  color: #f28c00;*/
  content: ' »';
  font-size: 36px;
  font-size: 32px;
  font-size: 18px;
  font-weight: bold;
  margin-left: 3px;
  position: absolute;
  bottom: 1px;
}

cite {
  color: #63434b;
  font-size: 12px;
  line-height: 12px;
}

body#preise article a {
  color: #f28c00;
}

article #kontakt {
  position: relative;
}

article #kontakt .logo {}

article #kontakt p.infoblock {
  position: relative;
  left: 2px;
  top: -12px;
}

article #kontakt p.addresses {
  font-size: 16px;
  padding-top: 32px;
  position: absolute;
  right: 0;
  top: 100px;
  width: 300px;
}

@media screen and ( max-width: 959px ) {
  
  article #kontakt p.addresses {
    font-size: 15px;
    right: 50px;
    width: 200px;
  }
}

@media screen and ( max-width: 719px ) {
  article #kontakt p.addresses {
    top: 174px;
  }
}

@media screen and ( max-width: 619px ) {
  
  article #kontakt {
    min-height: 400px;
  }
  
  article #kontakt a.logo {
    background-position: left 0;
    background-size: 320px auto;
    left: 0;
    margin-left: -10px;
    width: 100vw;
  }
    
  article #kontakt p.addresses {
    left: 10px;
    right: auto;
    top: 240px;
  }
}

article #kontakt p.addresses a {
  color: #f28c00;
}

#wrapper > footer {
  background: url(/img/deco/goldkante.png) repeat-y center 0;
  font-size: 15px;
  padding: 4px 50px 4px 62px;
}

#wrapper > footer a {
  color: #63434b;
  margin-left: 24px;
}

#wrapper > footer > ul {
  float: right;
  list-style: none inside;
  text-transform: uppercase;
}

#wrapper > footer > ul > li {
  display: inline-block;
}

@media screen and ( max-width: 729px ) {
  #wrapper > footer p a {
    display: block;
    margin-left: 0;
    white-space: nowrap;
  }
  #wrapper > footer > ul > li {
    display: block;
    text-align: right;
  }
}

@media screen and ( max-width: 619px ) {
  #wrapper > footer {
    padding: 4px 10px;
  }
  #wrapper > footer p a {
    margin-left: 0;
  }
  #wrapper > footer span {
    display: block;
  }
}

.chapter {
  
  padding: 290px 20px 0 62px;
}

.chapter h2 {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  margin: 0;
  padding: 10px 0;
}

#reiki-erweitertes-reiki {
  background: #b6005f url(/img/deco/Reiki.jpg) no-repeat center 0;
}

#wirbelsaeulenbegradigung-geistige-aufrichtung {
  background: #f28c00 url(/img/deco/Aufrichtung.jpg) no-repeat center 0;
}

#wohnungs-hausentstoerung {
  background: #c59757 url(/img/deco/Hausentstoerung.jpg) no-repeat center 0;
}

.container.wundervoll h3 {
  padding-left: 34px;
  position: relative;
}

.container.wundervoll h3:before {
  background: url(/img/ui/wunder-stern.svg) no-repeat center center;
  content: '';
  display: inline-block;
  height: 34px;
  left: 0;
  /* outline: 1px dotted green; */
  position: absolute;
  width: 24px;
}

@media screen and (max-width: 619px) {
  .container.wundervoll h3 {
    padding-left: 24px;
  }
  
  .container.wundervoll h3:before {
    height: 21px;
    background-size: 100%;
    width: 15px;
  }
}

#wundervolle-spirituelle-specials {
  background-color: #fff;
  padding-top: 0;
  position: relative;
}

#wundervolle-spirituelle-specials h2 {
  color: #c59757;
  text-transform: none;
}

.video-container {
  line-height: 0;
  max-height: 290px;
  overflow: hidden;
  height: 33vw;
}

video {
  width: 100%;
}

.wunder-line {
  background: url(/img/ui/wunder-linie.svg) no-repeat center center;
  /* background-size: 100%; */
  height: 5px;
  display: block;
}

@media screen and ( max-width: 959px ) {
  .chapter {
    background-size: 100vw auto !important;
    padding-top: 30vw;
  }
}

#wohnungs-hausentstoerung + .container {
  background: #f3e8d5 url(/img/deco/bg-referenzen.jpg) no-repeat 0 bottom;
}

#wohnungs-hausentstoerung + .container ul li {
  background: url(/img/deco/Lotus-weiss.svg) no-repeat 0 2px;
  background-size: 35px 19px;
  padding: 0 0 0 42px;
  margin: 0 0 12px 0;
}

body#meine-angebote .container h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
}

body#meine-angebote .container p + h3 {
  margin-top: 32px;
}

@media screen and ( max-width: 619px ) {
  .chapter {
    padding-left: 10px;
  }
  .chapter h2 {
    font-size: 18px;
    line-height: 18px;
  }
  body#meine-angebote .container h3 {
    font-size: 18px;
    line-height: 18px;
  }
}

body#haeufige-fragen .chapter {
  background: #c59757 url(/img/deco/Lotusbluete1.jpg) no-repeat center 0;
}

body#impressum .container h3,
body#datenschutz .container h3,
body#haeufige-fragen .container h3,
body#preise .container h3 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
  margin-top: 32px;
}

body#preise .container h3 span {
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
}

@media screen and ( max-width: 619px ) {
  body#haeufige-fragen .container h3,
  body#preise .container h3 {
    font-size: 21px;
    line-height: 26px;
  }
}

body#haeufige-fragen .container h3:first-child,
body#preise .container h3:first-child {
  margin-top: 0;
}


body#preise .chapter {
  background: #c59757 url(/img/deco/Lotusbluete2.jpg) no-repeat center 0;
}

body#preise article p {
  position: relative;
}

@media screen and ( min-width: 620px ) {
  span.preis {
    position: absolute;
    right: 100px;
  }

  span.additional {
    position: absolute;
    right: 0;
  }
}
@media screen and ( max-width: 619px ) {
  span.produkt {
    display: block;
  }
  span.preis {
    display: inline-block;
    margin-bottom: 8px;
  }

  span.additional {
    margin-left: 8px;
  }
}

sup {
  font-size: 15px;
  vertical-align: top;
}

body#meine-angebote h2 sup {
  font-size: 24px;
  position: relative;
  top: -5px;
}

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

}

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

}

@media screen and ( max-width: 619px ) {
  body#meine-angebote sup {
    font-size: 15px;
    top: -3px;
  }
}


hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0 30px;
}

.hide-link a {
  color: #63434b !important;
}

.accordeon {
  margin: 24px 0;
}

.accordeon h4 {
  background: url(../img/ui/acc-norm.png) no-repeat 0 0;
  color: #63434b;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
/*  margin: 0 0 8px 0;*/
  overflow: hidden;
  padding-left: 24px;
  position: relative;
}

.accordeon h4:before {
  color: #f28c00;
  content: '« ';
  font-size: 36px;
  font-size: 32px;
  font-weight: bold;
  left: -4px;
  position: absolute;
  top: -1px;
  transform: rotate(-90deg);
}

.accordeon h4.open:before {
  transform: rotate(90deg);
  left: 2px;
}

.accordeon h4:hover,
.accordeon h4.open {
  background-position: 0 -30px;
  color: #b1884f;
}

.accordeon blockquote,
.accordeon > p {
  display: none;
  margin: 0 0 0 24px;
}

.wundervoll strong {
  color: #b6005f;
}

