/*
    Created on : 05.05.2024, 16:12:46
    Author     : patrick
*/
* {
  font-family: "Inter", sans-serif;
}
body,
p,
a,
link,
li {
  font-family: "Inter", sans-serif;
  color: #626D79;
  line-height: 1.75em;
}
h1,
h2,
h3,
h4 {
  line-height: 1.25em;
  text-transform: uppercase;
  color: #38373F;
}
h1,
h2 {
  font-weight: 600;
}
h3,
h4 {
  font-weight: 500;
}
h1 {
  font-size: 3.25em;
  margin-bottom: 0px;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1em;
}
a {
  color: #566f95;
  font-weight: 600;
}
a:hover {
  color: #38373F;
}
#footer {
  padding: 66px 0px;
  width: 100%;
  background: #EBE9DD;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1px) and (max-width: 1023px) {
  #footer {
    padding: 30px 0px;
  }
}
#footer .footer-content {
  width: 100%;
  max-width: 1024px;
}
@media only screen and (min-width: 1px) and (max-width: 1023px) {
  #footer .footer-content {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding: 20px;
  }
}
#footer .footer-content .footer-left {
  padding-right: 2%;
}
#footer .footer-content .footer-right {
  padding-left: 2%;
}
#footer .footer-content .footer-right iframe {
  height: 250px;
}
#footer .footer-content .footer-right a,
#footer .footer-content .footer-right link {
  text-decoration: underline;
}
#footer .footer-content .footer-left,
#footer .footer-content .footer-right {
  clear: none;
  float: left;
  width: 48%;
}
@media only screen and (min-width: 1px) and (max-width: 1023px) {
  #footer .footer-content .footer-left,
  #footer .footer-content .footer-right {
    width: 100%;
    padding: 0;
  }
}
button {
  margin: 30px 0;
  background: #626D79;
  border: none;
  color: white;
  padding: 0px 16px 0px 16px;
  height: 44px;
  display: block;
  font-size: 1em;
  font-family: "inter";
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  cursor: pointer;
}
button:hover {
  text-decoration: none;
  color: #EBE9DD;
}
input,
textarea,
select {
  font-size: 1rem;
  padding: 5px !important;
  border: 1px solid #566f95;
  background-color: #FFF;
  color: #38373F;
  width: 90%;
  max-width: 500px;
}
textarea {
  height: 120px;
}
.div-form {
  width: 100%;
  clear: both;
  display: inline-block;
}
.div-form .div-form-label {
  font-size: 0.8em;
}
.div-form .div-form-input {
  width: 95%;
}
header {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  background: #ffffff;
  backdrop-filter: blur(16px);
  box-shadow: 4px 0px 24px rgba(0, 0, 0, 0.25);
  width: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 1023px) {
  header {
    height: 60px;
    width: 100vw;
  }
}
header .header-inner {
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 40px);
  max-width: 1024px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1px) and (max-width: 1023px) {
  header .header-inner {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
}
header .header-inner .header-inner-left img {
  width: 220px;
}
@media only screen and (min-width: 1px) and (max-width: 1023px) {
  header .header-inner .header-inner-left {
    padding: 15px 10px;
    width: calc(100% - 110px);
  }
}
header .header-inner .header-inner-right .ctas-mobile {
  display: none;
}
@media only screen and (min-width: 1px) and (max-width: 1023px) {
  header .header-inner .header-inner-right .ctas-mobile {
    display: block;
    text-align: right;
    width: 70px;
    padding: 10px;
  }
  header .header-inner .header-inner-right .ctas-mobile span {
    font-size: 2.8em;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1023px) {
  header .header-inner .header-inner-left,
  header .header-inner .header-inner-right {
    clear: none;
    float: left;
  }
}
#image {
  width: 100%;
  height: 100%;
  /*background-image: url(../images/laederach_kopf_wald.webp);
    background-repeat: no-repeat;
    background-position: bottom 0 right 15%;
    background-size:auto 80%;
    transition: 5s;
    animation-name: animate;
    animation-direction: alternate-reverse;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-duration: 15s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite; */
}
@keyframes animate {
  0% {
    background-image: url(../images/laederach_kopf_steinbock.webp);
  }
  50% {
    background-image: url(../images/laederach_kopf_tal.webp);
  }
  100% {
    background-image: url(../images/laederach_kopf_wald.webp);
  }
}
.icons {
  height: 44px;
  width: 44px;
}
nav {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media only screen and (min-width: 1px) and (max-width: 1023px) {
  nav {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 102;
    width: calc(100% - 2px);
    background-color: #FFF;
    display: none;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1023px) {
  nav .navpoints {
    display: none;
  }
}
nav .navpoints ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-transform: uppercase;
}
nav .navpoints ul li {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  color: #000;
  clear: none;
  float: left;
}
nav .navpoints ul li a,
nav .navpoints ul li link {
  color: #626D79;
  text-decoration: none;
}
nav .navpoints-mobile {
  display: none;
}
@media only screen and (min-width: 1px) and (max-width: 1023px) {
  nav .navpoints-mobile {
    width: 100%;
    padding: 0;
    display: inline-block;
  }
}
nav .navpoints-mobile ul {
  border: none;
  list-style-type: none;
  color: #000;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
nav .navpoints-mobile ul li {
  border-image: linear-gradient(to top, #566f95 0%, #38373F 50%);
  background: #f4f3ed;
  box-shadow: 16px 0px 24px rgba(0, 0, 0, 0.25);
  width: 100%;
  margin-top: 2px;
  padding: 0;
  text-transform: uppercase;
  display: inline-block;
}
nav .navpoints-mobile ul li a,
nav .navpoints-mobile ul li link {
  text-decoration: none;
  color: #626D79;
  padding: 15px 10px;
  display: inline-block;
}
@media only screen and (min-width: 1px) and (max-width: 1023px) {
  nav {
    clear: both;
    text-align: left;
  }
}
html,
body {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 1px) and (max-width: 1023px) {
  html,
  body {
    width: 100vw;
    height: 100vh;
  }
}
body {
  background: white;
  margin: 0;
  padding: 0;
}
/* scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #F5F5F5;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb {
  background: #566F95;
  border-radius: 8px;
}
main,
.teaser-content {
  width: 100%;
  max-width: 1024px;
  margin: auto;
}
@media only screen and (min-width: 1px) and (max-width: 1023px) {
  main,
  .teaser-content {
    display: inline-block;
    max-width: calc(100% - 40px);
    padding: 20px;
  }
}
main section,
.teaser-content section {
  display: inline-block;
  clear: both;
  margin: 40px 0;
  width: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 1023px) {
  main section,
  .teaser-content section {
    margin: 10px 0;
  }
}
main .leaderach,
.teaser-content .leaderach {
  width: 100%;
}
main .leaderach .laederach-left,
.teaser-content .leaderach .laederach-left {
  width: 50%;
}
main .leaderach .laederach-left img,
.teaser-content .leaderach .laederach-left img {
  width: 100%;
}
main .leaderach .laederach-right,
.teaser-content .leaderach .laederach-right {
  width: calc(50% - 40px);
  padding: 40px 0 0 40px;
}
main .leaderach .laederach-left,
.teaser-content .leaderach .laederach-left,
main .leaderach .laederach-right,
.teaser-content .leaderach .laederach-right {
  clear: none;
  float: left;
}
@media only screen and (min-width: 1px) and (max-width: 1023px) {
  main .leaderach .laederach-left,
  .teaser-content .leaderach .laederach-left,
  main .leaderach .laederach-right,
  .teaser-content .leaderach .laederach-right {
    width: calc(100% - 40px);
    padding: 0;
  }
}
main .timeline,
.teaser-content .timeline {
  margin-bottom: 32px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
}
main .timeline .timeline-point,
.teaser-content .timeline .timeline-point {
  width: 250px;
  flex-basis: 230px;
}
main .timeline .timeline-point .timeline-top,
.teaser-content .timeline .timeline-point .timeline-top {
  height: 50px;
  width: 100%;
}
main .timeline .timeline-point .timeline-top .line,
.teaser-content .timeline .timeline-point .timeline-top .line {
  height: 2px;
  width: 100%;
  background-color: #566f95;
  clear: both;
}
main .timeline .timeline-point .timeline-top .drop,
.teaser-content .timeline .timeline-point .timeline-top .drop {
  width: 100%;
  clear: both;
  display: block;
  text-align: center;
}
main .timeline .timeline-point .timeline-bottom,
.teaser-content .timeline .timeline-point .timeline-bottom {
  padding: 10px;
  width: 230px;
}
main .timeline .timeline-point .timeline-bottom .headline-timeline,
.teaser-content .timeline .timeline-point .timeline-bottom .headline-timeline {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.75em;
  color: #566f95;
}
main .methods,
.teaser-content .methods {
  width: 100%;
  padding: 0;
  padding-top: 10px;
  clear: both;
  margin-bottom: 20px;
  display: inline-block;
  border-top: 1.5px solid #F5F5F5;
}
@media only screen and (min-width: 1px) and (max-width: 1023px) {
  main .methods,
  .teaser-content .methods {
    margin-bottom: 0px;
  }
}
main .methods .methods-point,
.teaser-content .methods .methods-point {
  clear: none;
  float: left;
  width: calc(50% - 40px);
  margin: 0 20px 0 10px;
  padding: 10px 0;
}
main .methods .methods-point a,
.teaser-content .methods .methods-point a,
main .methods .methods-point link,
.teaser-content .methods .methods-point link {
  text-decoration: none;
}
@media only screen and (min-width: 1px) and (max-width: 1023px) {
  main .methods .methods-point,
  .teaser-content .methods .methods-point {
    width: 100%;
    clear: both;
    margin: 0;
    border-bottom: 1.5px solid #F5F5F5;
  }
}
main .methods .methods-point .methods-point-top,
.teaser-content .methods .methods-point .methods-point-top {
  display: flex;
  justify-content: stretch;
  align-content: center;
  align-items: center;
}
main .methods .methods-point .methods-point-top .methods-point-top-left,
.teaser-content .methods .methods-point .methods-point-top .methods-point-top-left {
  width: 70px;
}
main .methods .methods-point .methods-point-top .methods-point-top-center,
.teaser-content .methods .methods-point .methods-point-top .methods-point-top-center {
  width: calc(100% - 120px);
  font-weight: 600;
}
main .methods .methods-point .methods-point-top .methods-point-top-right,
.teaser-content .methods .methods-point .methods-point-top .methods-point-top-right {
  width: 50px;
}
main .methods .methods-point .methods-point-top .methods-point-top-left,
.teaser-content .methods .methods-point .methods-point-top .methods-point-top-left,
main .methods .methods-point .methods-point-top .methods-point-top-center,
.teaser-content .methods .methods-point .methods-point-top .methods-point-top-center,
main .methods .methods-point .methods-point-top .methods-point-top-right,
.teaser-content .methods .methods-point .methods-point-top .methods-point-top-right {
  clear: none;
  float: left;
}
main .methods .methods-point .methods-point-bottom,
.teaser-content .methods .methods-point .methods-point-bottom {
  margin-top: 20px;
  display: none;
}
main .methods img,
.teaser-content .methods img {
  width: 44px;
  height: 44px;
}
main .methods .dropdown,
.teaser-content .methods .dropdown {
  height: 80px;
  padding: 16px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid #F5F5F5 1.5px;
  border-top: solid #F5F5F5 1.5px;
  box-sizing: border-box;
  cursor: pointer;
}
main .methods-bottom,
.teaser-content .methods-bottom {
  border-bottom: 1.5px solid #F5F5F5;
}
@media only screen and (min-width: 1px) and (max-width: 1023px) {
  main .methods-bottom,
  .teaser-content .methods-bottom {
    border: none;
  }
}
.teaser {
  width: 100%;
  clear: both;
  margin: 40px 0;
  background: #add6bd;
  display: inline-block;
  position: relative;
  padding: 0;
}
.teaser .teaser-image {
  position: absolute;
  right: 50px;
  bottom: 0;
  z-index: 99;
}
@media only screen and (min-width: 1px) and (max-width: 1023px) {
  .teaser .teaser-image {
    position: relative;
    right: 0;
    display: inline-block;
    padding: 0;
  }
}
.teaser .teaser-image .teaserimage {
  display: none;
  width: 80%;
  float: right;
}
@media only screen and (min-width: 1px) and (max-width: 1023px) {
  .teaser .teaser-image .teaserimage {
    width: 100%;
  }
}
.teaser .teaser-content {
  height: 800px;
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 1023px) {
  .teaser .teaser-content {
    height: auto;
    padding-top: 30px;
  }
}
.teaser .teaser-content .teaser-title {
  position: absolute;
  top: 60px;
  left: 10px;
  z-index: 100;
}
@media only screen and (min-width: 1px) and (max-width: 1023px) {
  .teaser .teaser-content .teaser-title {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
  }
}
.dot {
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  border: solid 2px #566F95;
}
.quote {
  padding: 16px 64px;
  margin-top: 42px;
  margin-bottom: 42px;
  font-style: italic;
  background: #EBE9DD;
}
.quote-schrift {
  padding: 16px 64px 0px;
  font-size: 1.5em;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 2em;
  color: #566f95;
  text-align: center;
}
@media only screen and (min-width: 1px) and (max-width: 1023px) {
  .quote-schrift {
    padding: 0;
  }
}
.quote-autor {
  padding: 0px 64px;
  font-size: 1em;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 0px;
  color: #38373F;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width: 1px) and (max-width: 1023px) {
  .quote-autor {
    padding: 0;
    padding-bottom: 10px;
  }
}
#quote-vorne {
  margin-top: 16px;
  width: 100%;
  display: flex;
  justify-content: start;
}
#quote-hinten {
  margin-bottom: 16px;
  width: 100%;
  display: flex;
  justify-content: end;
}
#divMiddle {
  position: fixed;
  width: auto;
  max-width: 800px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  max-height: 80%;
  margin: auto;
  border: 1px solid #566f95;
  background-color: #FFF;
  display: none;
  z-index: 15000;
}
#divMiddle #divMiddleContent {
  max-height: 70%;
  width: calc(100% - 60px);
  padding: 0 30px 30px 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
#divMiddle .divMiddleClose {
  width: calc(100% - 40px);
  height: 50px;
  clear: both;
  position: relative;
  text-align: right;
  padding: 20px;
  font-size: 2em;
  color: #38373F;
}
#divMiddle .divMiddleClose a,
#divMiddle .divMiddleClose link {
  text-decoration: none;
}
.displaynone {
  display: none;
}
.error {
  background-color: rgba(255, 0, 0, 0.3);
  color: #000;
  padding: 20px;
}
