@charset "UTF-8";
@font-face {
  font-family: 'GT Sectra';
  src: url("../webfonts/GT-Sectra-Regular.eot");
  src: url("../webfonts/GT-Sectra-Regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/GT-Sectra-Regular.woff") format("woff"), url("../webfonts/GT-Sectra-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'GT Sectra';
  src: url("../webfonts/GT-Sectra-Regular-Italic.eot");
  src: url("../webfonts/GT-Sectra-Regular-Italic.eot?#iefix") format("embedded-opentype"), url("../webfonts/GT-Sectra-Regular-Italic.woff") format("woff"), url("../webfonts/GT-Sectra-Regular-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal; }

@font-face {
  font-family: 'GT Sectra';
  src: url("../webfonts/GT-Sectra-Fine-Bold.eot");
  src: url("../webfonts/GT-Sectra-Fine-Bold.eot?#iefix") format("embedded-opentype"), url("../webfonts/GT-Sectra-Fine-Bold.woff2") format("woff2"), url("../webfonts/GT-Sectra-Fine-Bold.woff") format("woff"), url("../webfonts/GT-Sectra-Fine-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold; }

/* 	---------------------------------------------------
	VARIABLEN 
*/
/* BASICS */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  overflow-y: scroll;
  color: #222; }

/*  ---------------------------------------------------
	POSITIONIERUNG 
*/
body {
  font-family: "GT Sectra", serif;
  color: black;
  margin: 0;
  padding: 0;
  margin: 1rem auto;
  margin-bottom: 0;
  max-width: 1024px;
  font-size: 1.7rem; }

* {
  margin: 0;
  padding: 0;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal; }

header {
  padding-top: 1.0rem;
  width: 100%;
  max-width: 1024px;
  max-height: 8.6rem; }

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: fixed;
  top: 0;
  background-color: white;
  border-bottom: 1px solid black; }

.header h1 {
  margin: 0; }

h1.logo {
  float: left;
  width: 50%;
  font-size: 3.2rem; }
  h1.logo span {
    color: #979591; }

nav {
  width: 100%;
  margin-bottom: 1.8rem; }

nav ul {
  text-align: right; }

nav ul li {
  display: inline;
  padding-left: 2.0rem; }

/*
nav.menu {
	width: auto;
	flex: 0 1 auto;
}

nav.menu ul {
	text-align: right;
}
*/
nav.menu {
  float: right;
  width: 50%;
  margin-top: 26px; }

.kapitel-content, .kapitel-content-2 {
  margin-bottom: 2.0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .kapitel-content ul, .kapitel-content-2 ul {
    padding-left: 2.0rem; }

/*
.kapitel {
	padding-top: 50px;
	height: 100px;
}
*/
.kapitel-titel {
  height: auto;
  border-top: 1px solid black;
  width: 100%; }

.kapitel-titel h2 {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  margin-top: 1.0rem;
  margin-bottom: 1.8rem; }

.kapitel2-footer {
  /* 	width: 100%; */
  background-color: #dad9d8;
  padding: 2.0rem;
  padding-bottom: 3.0rem;
  margin-left: 0;
  margin-right: 0; }

.kapitel2-footer h2 {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  margin-bottom: 1.8rem; }

.spalte-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 2%;
  margin-bottom: 20px; }
  .spalte-1 p {
    margin-bottom: 2.0rem; }

.spalte-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 48%;
          flex: 1 0 48%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 2%;
  margin-bottom: 20px; }
  .spalte-2 p {
    margin-bottom: 2.0rem; }

.spalte-2-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 48%;
          flex: 1 0 48%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 2%;
  margin-bottom: 20px;
  background-position: -100vw 0;
  background-repeat: no-repeat; }
  .spalte-2-image p {
    margin-bottom: 2.0rem; }

/*
p.leadtext {
	text-align: left;
	margin-right: 0;
	margin-bottom: 2.0rem;
	flex: 0 1 auto;
}
*/
.bild {
  height: 40vh;
  margin-bottom: 2.0rem;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 2.0rem; }

img {
  width: 100%;
  height: auto;
  margin-bottom: 2.0rem; }

.portrait {
  height: 40vh;
  max-height: 420px;
  margin-bottom: 2.0rem;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 0; }

.zitate {
  margin-top: 3em; }
  .zitate p {
    color: #979591; }
  .zitate p em {
    color: #222;
    font-size: 1.04em; }

a {
  text-decoration: none;
  color: black;
  cursor: pointer; }

a:hover {
  text-decoration: underline;
  text-underline-position: under; }

.expand {
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  margin-top: 1.4em;
  width: 100%; }

.expand.hidden {
  display: none !important; }

.expandable {
  max-height: 72.0rem;
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out; }
  .expandable p + p + p + p + p {
    display: none; }
  .expandable.expanded {
    max-height: 720.0rem;
    overflow: hidden; }
  .expandable.expanded p {
    display: block !important; }

.kapitel2-footer {
  margin-bottom: 0; }

#google-map {
  min-height: 30.0rem;
  border: 1px solid #979591;
  margin-top: 1em; }

@media screen and (max-width: 1060px) and (min-width: 700px) {
  section {
    margin-right: 2vw;
    margin-left: 2vw; }
  header nav {
    padding-right: 2vw; }
  header h1 {
    padding-left: 2vw; } }

@media screen and (max-width: 700px) {
  header {
    margin: 0;
    padding: 0; }
  .header {
    margin: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  nav.menu {
    width: 100%;
    margin: 0.5rem; }
  nav ul {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  nav ul li {
    display: inline;
    padding-left: 1vw;
    padding-right: 1vw;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  p {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%; }
  p.leadtext {
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%; }
  h1.logo {
    font-size: 3.2rem;
    width: 100%;
    text-align: center; }
  section {
    margin-right: 5vw;
    margin-left: 5vw; }
  .kapitel-content, .kapitel-content-2 {
    margin-right: 0;
    margin-left: 0; }
  .kapitel-content-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .kapitel-titel {
    margin-left: 5vw;
    margin-right: 5vw;
    width: 90vw; }
  .bild {
    margin-top: 5.0rem;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat; }
  .spalte-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%; }
    .spalte-1 img {
      display: none; }
  .spalte-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%; }
  .spalte-2-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding-top: 90%; }
  .spalte-1 .kapitel-titel {
    margin: 0; }
  .spalte-2 .kapitel-titel {
    margin: 0; }
  .spalte-2-image {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    padding-top: 95vw; } }

/*	RESPONSIVE: Vergrössern */
@media screen and (min-width: 1200px) {
  html {
    font-size: 70%; } }

@media screen and (min-width: 1500px) {
  html {
    font-size: 76%; } }

/* PRINT-OPTIMIERUNG */
@media print {
  body {
    margin: 0 2em; }
  .header {
    position: static;
    margin-bottom: 3em;
    border-bottom: none !important; }
  nav {
    display: none; }
  .bild {
    display: none; }
  .new-page {
    page-break-inside: avoid; } }
