/* ------------------------------ GLOBAL DEFINITIONS ------------------------------ */
* {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

html {
  background-color: white;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
}

p {
  color: #222222;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

a {
  text-decoration: none;
  color: rgb(100, 135, 60);
}

img {
  float: right;
  width: 25%;
  margin: 0;
}

/* ------------------------------ HEADER ------------------------------ */
header {
  position: relative;
  height: 4em;
  background-color: white;
}

header h1 {
  position: absolute;
  width: 50%;
  font-size: 1.6em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 -1em 3%;
  color: rgb(140, 40, 70);
  letter-spacing: .15em;
}

header h1 span {
  font-style: italic;
  font-weight: normal;
}

header h2 {
  position: absolute;
  width: 50%;
  font-size: 1em;
  font-weight: normal;
  text-transform: none;
  margin-top: 2.3em;
  letter-spacing: 0;
  color: rgb(160, 160, 160);
}

header p {
  float: right;
  font-size: .8em;
  line-height: 1.2em;
  font-style: italic;
  color: rgb(140, 40, 70);
  padding: 0;
}

img.header1,
img.header2,
img.empty1,
img.empty2 {
  display: none;
}

/* ------------------------------ ARTICLE ------------------------------ */
main {
  position: relative;
  width: 100%;
  background-color: white;
}

article {
  display: block;
  background-color: white;
  margin: 0;
  padding: 0;
}

article h1 {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .1em;
  color: #222222;
  padding: 2em 1% 1em 3%;
}

h2 {
  font-size: 1.1em;
  font-weight: bold;
  color: #222222;
  margin: 2em 0 1em 3%;
  padding-bottom: .1em;
}

h2 span {
  font-size: 0;
}

h3 {
  font-size: .9em;
  font-weight: normal;
  line-height: 1.5em;
  text-decoration: underline;
  padding: 1em 0 1em 3%;
}

p {
  font-size: .9em;
  line-height: 1.5em;
  padding: 0 0 1em 3%;
}

p.quote {
  display: none;
}

p.address {
  display: inline-block;
  padding-left: 1em;
}

p span.spam {
  display: none;
}

p span.address1::before {
  content: "Jahnplatz 10";
}

p span.address2::before {
  content: "33602 Bielefeld";
}

p span.address3::before {
  content: "0521 5202700";
}

p span.address4::before {
  content: "praxis";
}

p span.address4::after {
  content: "flassbeck-therapie.de";
}

p span.address5::before {
content: "Sabine, eks-selbsthilfe";
}
p span.address5::after {
  content: "outlook.de";
}

p span.address6::before {
  content: "Liane, eks-owl-vernetzt";
}

p span.address6::after {
  content: "posteo.de";
}

a {
  font-size: 1em;
}

a.text {
  display: none;
}

img.address {
  float: left;
  width: 3em;
  padding: 0;
  margin-left: 3%;
}

img.portrait {
  float: right;
  width: 15em;
  padding-left: 1em;
  padding-bottom: 1em;
}

img.book {
  float: right;
  width: 15em;
  padding-bottom: 1em;
  padding-left: 1em;
}

img.logo {
  float: right;
  width: 8em;
  padding-left: 1em;
  padding-bottom: 1em;
}

.toggleBox1,
.toggleBox2,
.toggleBox3,
.toggleBox4,
.toggleBox5,
.toggleBox6,
.toggleBox7,
.toggleBox8,
.toggleBox9 {
  position: relative;
}

.toggleBox1 input,
.toggleBox2 input,
.toggleBox3 input,
.toggleBox4 input,
.toggleBox5 input,
.toggleBox6 input,
.toggleBox7 input,
.toggleBox8 input,
.toggleBox9 input {
  position: absolute;
  left: -9999px;
}

.toggleBox1 label,
.toggleBox2 label,
.toggleBox3 label,
.toggleBox4 label,
.toggleBox5 label,
.toggleBox6 label,
.toggleBox7 label,
.toggleBox8 label,
.toggleBox9 label {
  font-size: 1em;
}

label.close {
  display: none;
}

.toggleBox1 input:not(:checked)~.close,
.toggleBox1 input:checked~.open,
.toggleBox2 input:not(:checked)~.close,
.toggleBox2 input:checked~.open,
.toggleBox3 input:not(:checked)~.close,
.toggleBox3 input:checked~.open,
.toggleBox4 input:not(:checked)~.close,
.toggleBox4 input:checked~.open,
.toggleBox5 input:not(:checked)~.close,
.toggleBox5 input:checked~.open,
.toggleBox6 input:not(:checked)~.close,
.toggleBox6 input:checked~.open,
.toggleBox7 input:not(:checked)~.close,
.toggleBox7 input:checked~.open,
.toggleBox8 input:not(:checked)~.close,
.toggleBox8 input:checked~.open,
.toggleBox9 input:not(:checked)~.close,
.toggleBox9 input:checked~.open {
  display: block;
}

/* Lightbox */
ul {
  padding: 0 4% 0 3%;
  list-style: none
}

ul.lightbox li {
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  opacity: 0;
}

ul.lightbox li:target {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 1;
  background: rgba(20, 20, 20, .9);
  -moz-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  -webkit-transition: opacity 1.5s;
}

ul.lightbox li a img {
  max-width: 0;
  max-height: 0%;
}

/* ------------------------------ NAVIGATION ------------------------------- */
nav,
nav ul,
nav ul li,
nav ul li a {
  display: none;
  width: 0;
}

/* ------------------------------ FOOTER ------------------------------- */
footer {
  position: relative;
  float: left;
  width: 100%;
}

img.favicon,
img.logo {
  display: none;
  width: 0;
}

footer p {
  float: left;
  font-size: .8em;
  margin-top: 2em;
  color: rgb(140, 40, 70);
}

footer ul li a {
  display: none;
}
