/* ------------------------------ 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;
}

img.cover {
  width: 20%;
  }

img.dummy {
  display: none;
  }

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;
}


/* ------------------------------ NAVIGATION ------------------------------- */


nav,
nav ul,
nav ul li,
nav ul li a {
  display: none;
  width: 0;
}


/* ------------------------------ ARTICLE ------------------------------ */


main {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
}

article {
  background-color: white;
  margin: 2em 0;
  padding: 0;
}

    article:last-child {
      margin-bottom: -8em;
    }

.container {
  display: inline-block;
}

p.dark2 {
  display: none;
}

article h1 {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .1em;
  padding: 2em 1% 1em 3%;
  color: rgb(0, 100, 0);
}

h2 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 1em 3%;
  padding-bottom: .1em;
  color: rgb(60, 70, 80);
}

h2 span {
  font-size: 0;
}

h2.abstract {
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 1em 3%;
  text-shadow: none;
  color: rgb(0, 100, 0);
}

h2.text {
  font-size: .9em;
  padding-bottom: .3em;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

h3 {
  font-size: .9em;
  line-height: 1em;
  font-weight: bold;
  margin: 1em 0 1em 3%;
  color: rgb(60, 70, 80);
  underline: none;
}

p {
  font-size: .9em;
  line-height: 1.5em;
  padding: 0 0 1em 3%;
}

p.quote {
  display: none;
}

p.adress {
  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@flassbeck-therapie.de";
}

a {
  font-size: 1em;
}

a.text {
  display: none;
}

img.right,
img.left,
img.landscape,
img.portrait
 {
  float: right;
  width: 20%;
  margin: 0 0 1.5em 2em;
}

/* Versspalten */
    .column {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      width: 100%;
      margin: 0 0 0 3%;
      padding: 0;
    }

    .column-flex {
      flex: 1;
      margin: 0;
      padding: 0;
      margin-top: 5em;
    }

    .column-flex:first-child {
      margin-top: 0;
    }

    .img-flex {
      display: inline-block;
      width: 100%;
    }

    img.flex {
      float: right;
      width: 20%;
      margin: -6em 0 2em 0;
      border-radius: .3em;
    }


/* ------------------------------ FOOTER ------------------------------- */


footer {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

    footer img.eye {
      width: 10%;
    } 

footer p {
  float: left;
  font-size: .8em;
  margin-top: 0;
  color: rgb(140, 40, 70);
}

footer ul li a {
  display: none;
}
