@charset "UTF-8";
/* Variabeln */
/* Basics */
* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

@font-face {
  font-family: 'Circular Pro';
  src: url("webfonts/lineto-circular-pro-book.woff") format("woff"); }
/* Positionierung */
body {
  width: 92vw;
  margin: 3vh 4vw;
  font-family: 'Circular Pro', sans-serif;
  font-weight: normal;
  color: #111; }

main {
  width: 92vw;
  margin: 0; }

.bilder_start {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5.0rem; }

.bilder_start span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
          align-self: auto;
  margin-bottom: 4.0rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 3vh 4vw;
  width: 92vw; }

body.info .kontakt {
  display: none; }

article {
  font-size: 2.0em; }

.titel a, titel a:hover {
  color: transparent !important; }

.titel a {
  background-image: url("logo_manetsch-meyer.svg");
  background-size: 27.6rem 6.95rem;
  background-position: 0 0.5rem;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%; }

/* .titel a:hover {
  background-image: url("logo_manetsch-meyer_gelb.svg"); } */

@media screen and (min-width: 960px) {
  .bilder_start span {
    width: 20vw;
    height: 20vw; }
  .bilder_start .quer {
    width: 20vw;
    height: auto; }
  .bilder_start .hoch {
    height: 20vw;
    width: auto; }

  header > *, footer > * {
    float: left; }

  .menu, .impressum {
    width: 41%; }

  .titel, .kontakt {
    width: 58%; } }
@media screen and (max-width: 960px) {
  body {
    margin-bottom: 6em; }

  main {
    padding-top: 5.0rem; }

  .bilder_start span {
    width: 42vw;
    height: 42vw; }
  .bilder_start .quer {
    width: 42vw;
    height: auto; }
  .bilder_start .hoch {
    height: 42vw;
    width: auto; }

  header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  .menu {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }

  .titel {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }

  .impressum {
    margin-bottom: 1em; } }
@media screen and (max-width: 640px) {
  main {
    padding-top: 2em; }

  .bilder_start {
    display: float; }

  .bilder_start span {
    width: 100%;
    height: auto; }
  .bilder_start .quer {
    width: 100%;
    height: auto; }
  .bilder_start .hoch {
    height: 88vw;
    width: auto; }

  footer {
    left: 4vw;
    margin: 0; }
    footer .kontakt {
      display: none; }

  .titel a, titel a:hover {
    letter-spacing: normal; }

  .titel a {
    background-size: 15.1648351648rem 3.8186813187rem;
    background-position: 0 0.4rem; } }
spac {
  position: fixed;
  width: 100%;
  z-index: 2;
  margin-top: 0.8rem; }

.header_bg {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  background-color: white;
  z-index: 1;
  height: 14.0rem; }

body.startseite_1 .header_bg {
  display: none; }

header h1 {
  font-family: 'Circular Pro', sans-serif;
  font-weight: normal;
  font-size: 3.8rem;
  line-height: 1.1em;
  letter-spacing: -0.028em;
  padding: 0;
  margin: 0; }

header .menu {
  font-family: 'Circular Pro', sans-serif;
  font-weight: normal;
  font-size: 3.8rem;
  line-height: 1.1em;
  letter-spacing: -0.028em;
  padding: 0;
  margin: 0; }

article h2, article h3 {
  font-size: 2.6rem;
  line-height: 1.1em;
  letter-spacing: -0.028em;
  margin-top: 2em; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.menu li {
  display: inline; }

.menu li + li {
  padding-left: 2vw;
  display: inline; }

.titel {
  float: left;
  width: 55%;
  /* background-color: green; */ }

.textblock p {
  font-family: 'Circular Pro', sans-serif;
  font-weight: normal;
  font-size: 1.9rem;
  line-height: 1.35em;
  padding: 0;
  margin: 0; }

footer p {
  font-family: 'Circular Pro', sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.3em;
  letter-spacing: -0.02em;
  padding: 0;
  margin: 0; }

.textblock {
  width: 18%;
  margin-top: 8.0rem;
  float: left;
  position: fixed;
  margin-left: 2.8rem; }

.bilder {
  float: left;
  width: 40%;
  margin-left: 28%;
  margin-top: 8.5rem; }

/* Erscheinung */
a {
  color: #111;
  text-decoration: none; }

a:hover {
  color: #fffd03; }

.titel a:hover {
  color: #111; }

h1, h2, h3, h4 {
  font-weight: normal; }

/* Responsive: */
@media screen and (max-width: 640px) {
  header h1, header .menu, h2, h3 {
    font-size: 2.0rem;
    line-height: 1.2em; }

  .bilder_start {
    margin-top: 2.0rem; }

  .bilder_start img {
    float: left;
    padding: 0;
    margin: 0; }

  footer {
    float: left;
    bottom: 0;
    margin-bottom: 3vh;
    padding: 0; }

  .impressum {
    width: 100%;
    margin-bottom: 2vh;
    bottom: 0;
    margin-left: 0;
    position: relative; }

  .kontakt {
    width: 100%;
    margin-left: 0; }

  .textblock {
    width: 100%;
    position: relative;
    margin-bottom: 3vh;
    margin-top: 2.0rem;
    margin-left: 0; }

  .textblock p {
    font-size: 1.5rem; }

  body.startseite_2 img {
    float: left;
    width: 40%; }

  .bilder {
    width: 100%;
    margin: 0; } }
/* Responsive: Vergrössern */
@media screen and (min-width: 1200px) {
  html {
    font-size: 71%; } }
@media screen and (min-width: 1500px) {
  html {
    font-size: 80%; } }
