@charset "utf-8";
@font-face {
  font-family: 'breuerfont';
  src: url('/fonts/Facto-MediumItalic.woff2') format('woff2'), url('/fonts/Facto-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'breuerfont';
  src: url('/fonts/Facto-Light.woff2') format('woff2'), url('/fonts/Facto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'breuerfont';
  src: url('/fonts/Facto-Bold.woff2') format('woff2'), url('/fonts/Facto-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'breuerfont';
  src: url('/fonts/Facto-LightItalic.woff2') format('woff2'), url('/fonts/Facto-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'breuerfont';
  src: url('/fonts/Facto-Regular.woff2') format('woff2'), url('/fonts/Facto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100%;
}
*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
body {
  font-family: "breuerfont", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #494949;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: white;
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  color: #9d9a88;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
}
h1 {
  font-size: calc(1.5vw + 1.5vh + 0.75vmin);
}
h2 {
  font-size: calc(1vw + 1vh + 0.5vmin);
}
h3 {
  font-size: calc(1vw + 1vh + 0.5vmin);
  font-weight: bold;
  margin-top: 1.5em;
  padding-bottom: 0;
}
h4 {
  font-size: 1em;
  font-weight: bold;
  margin-top: 1.5em;
  padding-bottom: 0;
}
h5 {
  font-size: 1em;
  font-weight: bold;
  margin-top: 1.5em;
  padding-bottom: 0;
}
h6 {
  font-size: 1em;
  font-weight: bold;
  margin-top: 1.5em;
  padding-bottom: 0;
}
p {
  line-height: 1.5em;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin-top: 0;
  margin-bottom: 1em;
}
article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
article a {
  color: inherit;
  text-decoration: none;
}
figure {
  margin: 0;
  padding: 0;
}
figcaption {
  font-size: .8em;
  margin-bottom: 1em;
}
.fontsize_nav {
  font-size: calc(0.5vw + 0.5vh + 0.25vmin);
}
.fontsize_nav {
  font-size: 1em;
}
.fontsize_m {
  font-size: calc(1vw + 1vh + 0.5vmin);
}
.fontsize_xl {
  font-size: calc(1.5vw + 1.5vh + 0.75vmin);
}
.fontsize_xxl {
  font-size: calc(2vw + 2vh + 1vmin);
}
.fontsize_xxxl {
  font-size: calc(3vw + 3vh + 1.5vmin);
}
.mobile {
  display: none !important;
}
.mobileillu {
  display: none;
}
#mobilenav {
  display: none;
}
.versalien {
  text-transform: uppercase;
}
.txtcolored {
  color: #9d9a88;
}
.txtwhite {
  color: white;
}
.ulasnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ulasnav ul li {
  display: inline-block;
}
.designwidth {
  width: 1200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.ulauflistungen ul {
  list-style: outside url('/img/arrow-right-s.png');
  margin-left: 13px;
  padding-left: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.ulauflistungen ul li {
  padding-bottom: 1em;
}
.spacerblock {
  height: 10vh;
}
.spacerblock.underlined {
  border-bottom: 1px solid #9d9a88;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: -1em;
}
.introtext {
  font-size: 1.6em;
  color: #9d9a88;
}
figure img {
  max-width: 100%;
  height: auto;
}
.themenblock {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.themenblock .innercontent > h1 {
  display: block;
  margin-bottom: 10vh;
  border-left: 12px solid #9d9a88;
  padding-bottom: 0;
  padding-left: 38px;
  padding-right: 50px;
  line-height: 1em;
}
.themenblock .innercontent > p {
  padding-left: 50px;
  padding-right: 50px;
}
.themenblock .innercontent .columncontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
}
.themenblock .innercontent .columncontent .drittel {
  width: 30%;
}
.themenblock .innercontent .columncontent .zweidrittel {
  width: 60%;
}
.themenblock .innercontent .columncontent .halb {
  width: 48%;
}
.themenblock .innercontent .columncontent .halb p.betitelt {
  display: table-row;
}
.themenblock .innercontent .columncontent .halb p.betitelt span {
  display: table-cell;
  width: 50%;
  padding-bottom: 1em;
}
.themenblock .innercontent .columncontent .zweihalbe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.themenblock .innercontent .columncontent .zeilentitel {
  font-weight: bold;
  color: #9d9a88;
  padding-right: 10px;
}
.bgbeigelight {
  background-color: #f0f0ed;
}
#navline {
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f0f0ed;
  border-bottom: 1px solid white;
  display: none;
}
#navline.scrolled {
  display: block;
}
#navline #navcontainer #burger-nav {
  display: none;
}
#navline #navcontainer #burger-nav img {
  width: 30px;
  height: auto;
}
#navline #navcontainer #menu-main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#navline #navcontainer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#navline #navcontainer ul li {
  display: inline-block;
}
#navline #navcontainer a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}
#header {
  position: relative;
  min-height: 200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f0f0ed;
}
#header #titlecontainer {
  width: 1200px;
  min-height: 200px;
  background-image: url(/img/hands.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header #titlecontainer h1 {
  font-size: calc(1.5vw + 1.5vh + 0.75vmin);
  line-height: 1em;
  padding: 0;
  margin: 0;
}
#formelles {
  background-color: #9d9a88;
  color: white;
}
#formelles > div {
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#formelles ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#formelles ul li {
  display: inline-block;
}
#formelles a {
  color: inherit;
  text-decoration: none;
}
#formelles p {
  margin: 0;
  line-height: 1.8em;
}
#impressum,
#datenschutz {
  height: 0;
  overflow: hidden;
  background-color: white;
  padding-top: 0;
  padding-bottom: 0;
}
#impressum h2,
#datenschutz h2 {
  padding-left: 0;
}
#impressum:target,
#datenschutz:target {
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
}
#mobilemenue {
  display: none;
}
#mobilemenue:target {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  background-color: rgba(157, 154, 136, 0.7);
  color: white;
  font-size: 1.5em;
  overflow-y: auto;
}
#mobilemenue:target a {
  color: inherit;
  text-decoration: none;
}
#mobilemenue .navcloser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1240px) {
  #header #titlecontainer,
  .designwidth {
    width: 90vw;
  }
}
@media screen and (max-width: 960px) {
  .themenblock .innercontent .columncontent .halb {
    width: 100%;
  }
  #formelles div.footer-deko {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #header,
  #header #titlecontainer {
    min-height: 120px;
    max-height: 120px;
  }
  #navline #navcontainer #burger-nav {
    display: block;
  }
  #navline #navcontainer #menu-main {
    display: none;
  }
  .themenblock .innercontent .columncontent,
  .themenblock .innercontent > p {
    padding-left: 0;
    padding-right: 0;
  }
  .themenblock .innercontent > h1 {
    padding-left: 10px;
    padding-right: 0;
  }
  .spacerblock.underlined {
    margin-left: 0;
    margin-right: 0;
  }
  #formelles p {
    margin-bottom: 10px;
  }
}
