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

html,
body {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #00375d;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

img {
  display: inline-block;
  vertical-align: middle;
}

p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 0.5em;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  line-height: 1.2125em;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:focus, a:active, a:visited {
  color: #00375d;
}

ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
}

blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #00375d;
  color: #00375d;
}
blockquote p {
  color: #00375d;
}
blockquote footer {
  font-style: italic;
}

select {
  width: 100%;
}

.wrapper {
  width: 100%;
  max-width: 68.75em;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.sidebar {
  width: 100%;
  padding: 0 0.9375em;
  position: relative;
}
@media only screen and (min-width: 700px) {
  .sidebar {
    width: 25%;
    flex-shrink: 0;
  }
}

.logo {
  height: 80px;
  background: url("../img/logo-mario-schatta.jpg") center 0 no-repeat;
  background-size: auto 100%;
  margin: 20px 0;
  position: relative;
}
.logo a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 700px) {
  .logo {
    height: auto;
    margin-top: 50px;
    min-height: 206px;
    background-size: 95%;
  }
}

.content-area {
  width: 100%;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 700px) {
  .content-area {
    width: 75%;
    background: url("../img/schmuckleiste-blau1.jpg") 0 0 no-repeat;
    background-size: auto 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-area {
    background: none;
  }
}

.mario {
  display: none;
}
@media only screen and (min-width: 700px) {
  .mario {
    display: block;
    position: absolute;
    width: 300px;
    right: 50%;
    margin-right: -150px;
    top: 0;
    z-index: 10;
  }
}
@media only screen and (min-width: 1200px) {
  .mario {
    right: 225px;
    margin-right: 0;
  }
}

.green-stripe {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .green-stripe {
    display: block;
    background: url("../img/schmuckleiste-gruen.jpg") 0 0 no-repeat;
    background-size: auto 18px;
    position: absolute;
    top: 18px;
    right: 450px;
    height: 18px;
    width: 230px;
  }
}

.content {
  background: #e4e8f1 url("../img/logo-mario-schatta-wasserzeichen.png") center 90% no-repeat;
  background-size: 50% auto;
  min-height: 800px;
  padding: 70px 40px 20px 40px;
  position: relative;
}
@media only screen and (min-width: 700px) {
  .content {
    margin-top: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  .content {
    padding-right: 230px;
  }
}

.content-image {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .content-image {
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 212px;
    right: -76px;
    width: 300px;
    height: 1000px;
  }
}

.bild1,
.bild2 {
  display: none;
}
@media only screen and (min-width: 700px) {
  .bild1,
  .bild2 {
    display: block;
    margin: 2em 0 2em -40px;
    height: 200px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 200px;
  }
}

@media only screen and (min-width: 1200px) {
  body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 18px;
    background: url("../img/schmuckleiste-blau2.jpg") 502px 0 no-repeat;
    background-size: auto 18px;
    pointer-events: none;
    z-index: 0;
  }
  .admin-bar::before {
    top: 32px;
  }
}
select.menu {
  display: block;
  margin: 0 0 20px;
}
@media only screen and (min-width: 700px) {
  select.menu {
    display: none;
  }
}

nav {
  display: none;
  margin-bottom: 30px;
  margin-left: 25%;
}
@media only screen and (min-width: 700px) {
  nav {
    display: block;
  }
}
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav ul li {
  position: relative;
}
nav ul li::before {
  display: block;
  position: relative;
  top: 0.8em;
  left: -10px;
  content: " ";
  width: 5px;
  height: 5px;
  background: #a9c938;
}
nav ul a {
  text-decoration: none;
  font-weight: bold;
  color: #00375d;
}
nav ul a:hover, nav ul a:visited, nav ul a:focus {
  color: #00375d;
}
nav.main-navigation ul, nav.secondary-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav ul li.current-menu-item > a,
nav ul li.current_page_item > a {
  color: #a9c938;
}

.content h1 {
  color: #a9c938;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0 0 1em;
}
.content h2 {
  color: #a9c938;
  font-size: 1.1em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.content h3 {
  color: #00375d;
  font-size: 1.1em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.content p {
  margin: 0 0 0.5em;
}
.content ul {
  margin: 0 0 0.5em 1em;
}
.content a {
  text-decoration: underline;
  color: #00375d;
}
.content a:link, .content a:hover, .content a:active, .content a:visited, .content a:focus {
  color: #00375d;
}
.content blockquote {
  padding-left: 1em;
  color: #00375d;
  border-left: 1px solid #00375d;
}
.content blockquote p {
  color: #00375d;
}
.content blockquote footer {
  font-style: italic;
}
.content img.karte {
  width: 90%;
  height: auto;
}

.peanuts,
.source {
  display: none;
}
@media only screen and (min-width: 700px) {
  .peanuts,
  .source {
    display: block;
  }
}

.peanuts {
  width: 100%;
  height: auto;
  margin: 1em 0;
}

.source {
  font-size: 0.9em;
  margin-top: -1em;
  font-style: italic;
}

img.cover {
  max-height: 350px;
  width: auto;
}

.page-methoden .content h3 {
  color: #00375d;
  font-size: 1.1em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  text-decoration: underline;
  cursor: pointer;
}
.page-methoden .content h3 + p {
  display: none;
  margin-bottom: 2em !important;
  margin-top: 0;
}
.page-methoden .content h3.active {
  text-decoration: none;
  font-size: 1.2em;
}
.page-methoden .content h3.active + p {
  display: block;
}
.page-methoden .author {
  display: block;
  font-style: italic;
  margin-top: 0.5em;
}

.page-referenzen .testamonials-next {
  display: block;
  cursor: pointer;
  color: #a9c938;
  font-weight: bold;
  margin-top: 1em;
}
.page-referenzen blockquote {
  display: none;
}
.page-referenzen blockquote.active {
  display: block;
}

@media only screen and (min-width: 700px) {
  .page-arbeitsfelder .bild1,
  .page-arbeitsfelder .bild2 {
    background-image: url("../img/textbilder/P1020945_be01_RGB.jpg");
  }
  .page-methoden .bild1,
  .page-methoden .bild2 {
    background-image: url("../img/textbilder/P1020965_be01_RGB.jpg");
  }
  .page-arbeitsweise .bild1,
  .page-arbeitsweise .bild2 {
    background-image: url("../img/textbilder/P1020951_be01_RGB_waagerecht.jpg");
  }
  .page-ziele .bild1,
  .page-ziele .bild2 {
    background-image: url("../img/textbilder/P1020953_be01_RGB.jpg");
  }
  .page-zielgruppen .bild1,
  .page-zielgruppen .bild2 {
    background-image: url("../img/textbilder/scann-11_be01_RGB_waagerecht.jpg");
  }
  .page-einstieg .bild1,
  .page-einstieg .bild2 {
    background-image: url("../img/textbilder/P1020965_be01_RGB.jpg");
  }
  .page-vita .bild1,
  .page-vita .bild2 {
    background-image: url("../img/textbilder/IMG_9018_be01_RGB.jpg");
  }
  .page-referenzen .bild1,
  .page-referenzen .bild2 {
    background-image: url("../img/textbilder/P1020944_be01_RGB_waagerecht.jpg");
  }
}
@media only screen and (min-width: 1200px) {
  .page-buch .content-image {
    background-image: url("../img/buch.png");
  }
  .page-arbeitsfelder .content-image {
    background-image: url("../img/textbilder/P1020941_be01_RGB.jpg");
  }
  .page-methoden .content-image {
    background-image: url("../img/textbilder/scann-11_be01_RGB.jpg");
  }
  .page-arbeitsweise .content-image {
    background-image: url("../img/textbilder/P1020971_be01_RGB.jpg");
  }
  .page-ziele .content-image {
    background-image: url("../img/textbilder/P1020943_be01_RGB.jpg");
  }
  .page-zielgruppen .content-image,
  .page-seminare .content-image {
    background-image: url("../img/textbilder/P1020968_be01_RGB.jpg");
  }
  .page-einstieg .content-image {
    background-image: url("../img/textbilder/P1020948_be01_RGB.jpg");
  }
  .page-kontakt .content-image {
    background-image: url("../img/textbilder/P1020964_be01_RGB.jpg");
  }
  .page-praktikum .content-image {
    background-image: url("../img/textbilder/P1020951_be01_RGB.jpg");
  }
  .page-vita .content-image,
  .page-impressum .content-image {
    background: none;
  }
}
.page-type-plain .mario {
  display: none;
}
.page-type-plain .content-image {
  display: none;
}
.page-type-plain .content {
  background-image: none;
  background-color: #e4e8f1;
}
@media only screen and (min-width: 1200px) {
  .page-type-plain .content {
    padding-right: 40px;
  }
}

/*# sourceMappingURL=main.css.map */
