/*Schrift*/
@font-face {
  font-family: "AvenirNextLTW02-Condens 724398";
  src: url("Fonts/724398/8f3c8dd-7d06-4904-89f6-c5bc40b27fde.eot?#iefix");
  src: url("Fonts/724398/8f3da8dd-7d06-4904-89f6-c5bc40b27fde.eot?#iefix")
      format("eot"),
    url("Fonts/724398/05b4d603-a34e-410b-8b5a-04827924884b.woff")
      format("woff"),
    url("Fonts/724398/d130a260-44b5-4cf5-8d84-fb22e0819f3c.ttf")
      format("truetype"),
    url("Fonts/724398/93ab1907-c135-48b9-81f1-88c052c16b34.svg#93ab1907-c135-48b9-81f1-88c052c16b34")
      format("svg");
}
@font-face {
  font-family: "AvenirNextLTW02-DemiCn";
  src: url("Fonts/724404/4e64a596-e6f3-4505-99a2-7b420fd4bb6e.eot?#iefix");
  src: url("Fonts/724404/4e64a596-e6f3-4505-99a2-7b420fd4bb6e.eot?#iefix")
      format("eot"),
    url("Fonts/724404/0f53cf18-d64f-473f-a83b-5e288b577243.woff")
      format("woff"),
    url("Fonts/724404/7db12efd-4757-4214-bead-13225550e76a.ttf")
      format("truetype"),
    url("Fonts/724404/78c1a4b3-4f3c-4a9f-9204-78b90c3b6ce0.svg#78c1a4b3-4f3c-4a9f-9204-78b90c3b6ce0")
      format("svg");
}

@font-face {
  font-family: "PT Sans";
  src: url("Fonts/PTSans-Regular.woff") format("woff");
}

body {
  font-family: "PT Sans", Arial, Geneva, sans-serif; /*"Segoe UI"font-family: Segoe UI,*/
  overflow-x: hidden;
  font-size: 1.1em;
}
p {
  line-height: 1.4;
}
a {
  color: #007529;
}
img {
  border: none;
  width: 100%;
}
.inhalt {
  min-height: 89vh;
  height: auto;
  margin-top: 14vh;
}

.top {
  position: fixed;
  z-index: 2;
  background: #fff;
  top: 0;
  left: 0;
}
.logo {
  height: 5vh;
  min-height: 30px;
  width: 25%;
}
.logo img {
  width: auto;
  height: 100%;
}
.top_nav {
  height: 5vh;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: #007529 1px solid;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  background: #fff;
}
.top_nav ul {
  padding: 0;
  width: 75%;
  justify-content: space-around;
  list-style: none;
}
.top_nav a {
  font-weight: 700;
}
.top_nav ul span {
  font-weight: 400;
  font-style: italic;
}
.aktive {
  opacity: 0.5;
}
.top_nav .sprache {
  margin: 0 5vw 0 0;
  list-style: none;
  width: 30px !important;
}
.sprache li {
  width: 30px;
  height: 30px;
  border: #007529 1px solid;
  border-radius: 15px;
  padding: 3px 0 0 4.5px;
}
.fr li {
  padding: 3px 0 0 8px;
}
.sprache li a {
  color: #007529;
}

/*Startseite*/
.wechsel {
  position: absolute;
  bottom: 19vh;
  text-align: center;
  width: 100%;
}
.wechsel p {
  color: #bc6d87;
  font-size: 1.5vw;
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
}
.text1 {
  animation: einblenden1 10s linear 1s infinite;
}
@keyframes einblenden1 {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  29% {
    opacity: 1;
  }
  32% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.text2 {
  animation: einblenden2 10s linear 1s infinite;
}
@keyframes einblenden2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  38% {
    opacity: 1;
  }
  64% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.text3 {
  animation: einblenden3 10s linear 1s infinite;
}
@keyframes einblenden3 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  71% {
    opacity: 1;
  }
  97% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.video_an {
  position: absolute;
  right: 10vw;
  top: 12vh;
  animation: drehen 4s ease-in;
  /*    animation: einblend 5s ease-in  ;*/
}
@keyframes drehen {
  0% {
    transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    transform: rotate(1080deg);
    opacity: 1;
  }
}
@keyframes einblend {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.video_an img {
  width: 150px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.video_an p {
  font-size: 0.9em;
  margin: 10px 0 0 0;
}
.inhalt {
  background: url("../images/stoff-hintergrund-2000.jpg") 0%
    bottom / 50% auto no-repeat;
  background-attachment: fixed;
  /*    background-position: 0 center , 0% bottom;*/
  background-color: transparent;
}
.start .inhalt,
.kontakt .inhalt {
  background: url("../images/ruhende-1000-4.png") 10% center /
      50% auto no-repeat,
    url("../images/stoff-hintergrund-2000.jpg") 0% bottom /
      50% auto no-repeat;
  background-attachment: fixed;
  /*    background-position: 0 center , 0% bottom;*/
  background-color: transparent;
  margin-top: 5vh;
}
.start_inhalt {
  width: 100%;
  text-align: center;
}
.start_inhalt h1 {
  font-family: "AvenirNextLTW02-Condens 724398";
  color: #007529;
  font-size: 2em;
  font-weight: lighter;
  padding: 30px 0;
  margin: 0;
  background: rgba(172, 209, 185, 0.5);
}
.start_inhalt img {
  width: 30%;
  min-width: 300px;
}
.leonardo {
  position: absolute;
  right: 8vw;
  bottom: 8vh;
  width: 18vw;
}
.leonardo img {
  width: 40%;
  opacity: 0.5;
  align-self: center;
}
.bezug .leonardo img {
  opacity: 1;
}
#kontakt {
  position: absolute;
  right: 10vw;
  top: 20vh;
}
#kontakt p,
#kontakt a {
  font-size: 25px;
  font-weight: lighter;
  color: #007529;
  margin: 0;
}
.impr .inhalt {
  margin-top: 10vh;
  padding-bottom: 10vh;
}
.mitteilung {
  position: absolute;
  bottom: 5vh;
  width: 100%;
  text-align: center;
}
.mitteilung p {
  width: 100%;
}
/*Startseite*/
header h1 {
  text-align: center;
  font-family: "AvenirNextLTW02-Condens 724398";
  color: #007529;
  font-size: 2em;
  font-weight: lighter;
  padding: 10px 0;
  margin: 0;
  background: rgba(172, 209, 185, 1);
  position: fixed;
  width: 100%;
  top: 5vh;
  z-index: 2;
}
section {
  min-height: 60vh;
  position: relative;
}
.bezug section > div > .col_75 {
  padding-left: 25%;
}
.punkte {
  width: 7%;
  margin: 3vh auto;
  display: block;
  min-width: 100px;
}
.haken {
  text-align: left;
  font-weight: 400;
  font-size: 35px;
  margin-bottom: 3vh;
}
.haken img {
  width: 55px;
  margin: 0 20px -15px 0;
}
.haken_aside {
  text-align: left;
  font-weight: 400;
  font-size: 1.5em;
  margin-bottom: 2vh;
}
.haken_aside img {
  width: 40px !important;
}
.haken_1 {
  padding-left: 10%;
}
.haken_2 {
  padding-left: 20%;
}
.haken_3 {
  padding-left: 30%;
}
.section_headline {
  color: #006e91;
  font-family: "AvenirNextLTW02-Condens 724398";
  font-size: 3.5em;
  text-align: center;
  font-weight: lighter;
  margin: 10vh 0 8vh 0;
}
.bezug .section_2 .section_headline {
  color: #bc6d87;
}
.bezug .section_3 .section_headline {
  color: #a9bad1;
}
.system .section_headline {
  /*    color: #575756;*/
  font-size: 2.5em;
}
.textblock {
  width: 70%;
  margin: 0 auto;
  color: #646363;
}
.ueber {
  font-weight: 700;
  font-size: 1.6em;
}
aside.col_25 img {
  width: 80%;
}
.aside_block {
  color: #9d9d9c;
}
.system .aside_block {
  color: #000;
  width: 100%;
}
.aside_block ul {
  width: 80%;
  margin: 0 auto;
}
.aside_ueber {
  font-weight: 700;
}
.nur_leonardo {
  position: absolute;
  bottom: -10vh;
  right: 10vw;
  width: 6vw;
}
.silber {
  width: 45% !important;
}
.bezug .section_1 {
  background: url("../images/streckende-1000-trans.png") 5%
    center / 70vh auto no-repeat;
}
.bezug .section_2 {
  background: url("../images/schlafende-1250-trans.png") -15%
    center / 90vh auto no-repeat;
}
.bezug .section_3 {
  background: url("../images/ruhende-1000-4.png") 5% center /
    70vh auto no-repeat;
  padding-bottom: 10vh;
}
.gruen {
  color: #007529;
  font-size: 1.5em;
}
.bett {
  width: 70%;
}
.bett_ueber {
  margin: 0;
}
.material {
  font-size: 2em;
  font-weight: lighter;
  margin: 0;
}
.system .section_1 .material {
  color: #006e91;
}
.system .section_2 .material {
  color: #bc6d87;
}
.system .section_3 .material {
  color: #a9bad1;
}
.system .section_3 {
  padding-bottom: 30vh;
}
.system .section_3 .nur_leonardo {
  bottom: 8vh;
}
.video {
  position: absolute;
  top: 5vh;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 89vh;
  z-index: 5;
  display: none;
}
.video_container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#video {
  width: 600px;
}
.schliessen {
  position: absolute;
  right: 5vw;
  top: 5vw;
  color: #fff;
}
/*Footer*/
footer {
  background: #acd1b9;
  height: 6vh;
  position: fixed;
  bottom: 0;
}
footer p {
  color: #007529;
  margin: 0;
  font-size: 0.8em;
}
footer img {
  position: absolute;
  top: 1vh;
  right: 40px;
  height: 4vh;
  width: auto;
}
.rechts {
  width: 5%;
  background: #007529;
  border-right: 1px solid #fff;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1150px) {
  .logo {
    width: 30%;
  }
  .top_nav ul {
    width: 55%;
    z-index: 2;
  }
  .bezug section > div > .col_75 {
    padding-left: 10%;
  }
  .haken {
    font-size: 25px;
  }
  .aside_block .haken_1 {
    padding-left: 0%;
  }
  .aside_block .haken_2 {
    padding-left: 7.5%;
  }
  .aside_block .haken_3 {
    padding-left: 15%;
  }
}
.haken_aside {
  font-size: 1em;
}

@media only screen and (max-width: 820px) and (orientation: landscape) {
  .mitteilung p {
    font-size: 0.75em;
  }
}
@media only screen and (max-width: 980px) {
  .top_nav .sprache {
    position: relative;
    top: 0;
    right: -20vw;
  }
}
@media only screen and (max-width: 700px) {
}
@media only screen and (min-width: 1200px) and (max-width: 1370px) {
}

@media only screen and (max-width: 1025px) {
  .wechsel p {
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 736px) {
  .video_an {
    top: 2vh;
  }
  .video_an img {
    width: 90px;
  }
  #video {
    width: 60vw;
  }
  #kontakt {
    top: 8vh;
  }
  .mitteilung p {
    font-size: 0.75em;
  }
}

@media only screen and (max-width: 650px) and (orientation: landscape) {
  .start_inhalt h1 {
    padding: 20px 0;
  }
  #kontakt p,
  #kontakt a {
    font-size: 1em;
  }
}
@media only screen and (max-width: 450px) {
  .start .inhalt,
  .kontakt .inhalt {
    display: flex !important;
  }
  section {
    float: left;
  }
  .top_nav .sprache {
    position: absolute;
    top: 12vh;
    right: 0vw;
    z-index: 1;
  }
  .logo {
    position: relative;
    left: -50px;
  }
  .bezug section > div > .col_75 {
    padding-left: 0;
  }
  .textblock {
    width: 95%;
  }
  header h1 {
    font-size: 1.2em;
  }
  .haken,
  .haken_aside {
    font-size: 20px;
    padding: 0;
  }
  .section_headline {
    font-size: 1.8em !important;
  }
  /*    .start_inhalt{
        margin-top: 30vh;
    }*/
  .start_inhalt h1 {
    padding: 20px 0;
  }
  #kontakt {
    top: 20vh;
  }
  footer p {
    font-size: 0.6em;
    width: 90%;
    text-align: center;
  }
  .video_an {
    top: 5vh;
  }
  .wechsel p {
    font-size: 5vw;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
  screen and (min-resolution: 192dpi),
  screen and (min-resolution: 2dppx) {
}
