/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url(../onts/Lato-italic.ttf) format("truetype");
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url(../fonts/Lora-VariableFont_wght.ttf);
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url(../fonts/Lora-Italic-VariableFont_wght.ttf);
  font-style: italic;
  font-display: swap;
}

*,
*::before,
*::after,
div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

body {
  margin: 0;
  font-family: "Lato";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #454745;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
}

.active {
  color: #0cb022;
}

.grid-1211 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
}
.grid-2211 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 4;
  grid-area: 1 / 2 / 2 / 6;
}

/* Hauptmenü */

.hauptmenue {
  position: fixed;
  -webkit-box-shadow: 5px 5px 10px #5d625d;
  box-shadow: 5px 5px 10px #5d625d;
  z-index: 1001;
  top: 0px;
}

.parent-hauptm {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 4fr 0px 2fr;
  grid-template-columns: 1fr 4fr 2fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  position: fixed;
  -webkit-box-shadow: 5px 5px 10px #5d625d;
  box-shadow: 5px 5px 10px #5d625d;
  background-color: white;
  width: 100%;
  height: 7rem;
}

.parent-hauptm > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.parent-hauptm > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.parent-hauptm > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.haupt-div1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  -ms-grid-row-align: center;
  align-self: center;
}

.haupt-div1 img {
  margin-left: 8rem;
}

.haupt-div2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 2 / 3;
  text-align: center;
  padding-left: 12rem;
}
.haupt-div3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1 / 3 / 2 / 4;
  position: relative;
  -ms-grid-column-align: center;
  justify-self: center;
  padding-top: 1rem;
}

.haupt-div1 {
  padding-left: 2rem;
}

.haupt-div1 img {
  max-width: 15rem;
}

.haupt-div2 a {
  font-size: 3rem;
  text-decoration: none;
}
.haupt-div2 p {
  font-size: 3rem;
  margin-top: 1rem;
}

.haupt-div2 a:hover {
  -webkit-text-decoration: underline 5px #0cb022;
  text-decoration: underline 5px #0cb022;
}

.magic:hover,
.haupt-div3 a:hover,
.footer-div3 a:hover {
  color: #0cb022 !important;
}

.haupt-div3 a,
.footer-div3 a {
  text-decoration: none;
}

.haupt-div1 a,
.haupt-div3 a,
.haupt-div2 a,
.footer-div3 a,
.haupt-div2 a:visited,
.haupt-div3 a:visited,
.footer-div3 a:visited,
.haupt-mob a:visited {
  color: #454745;
}
.first {
  color: #0cb022;
  font-weight: bold;
}

.haupt-div3 p {
  font-size: 1.5rem;
}

.haupt-div3 img {
  position: absolute;
  right: 110px;
}

.img-startseite-div {
  width: auto;
  height: 10%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-startseite-div img {
  width: 100%;
}
main {
  margin-top: 1rem;
  padding: 0 5rem 0 5rem;
}

@media (max-width: 1500px) {
  .haupt-div2 {
    padding-left: 0rem;
    text-align: right;
  }
}

@media (max-width: 1300px) {
  .haupt-div2 p,
  .haupt-div2 a {
    font-size: 2rem;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1200px) {
  main {
    margin-top: 7rem;
  }
}

@media (max-width: 1024px) {
  .parent-hauptm,
  .hauptmenue,
  .haupt-div1 {
    display: none;
  }
  main {
    margin-top: 5rem;
  }
}

@media (max-width: 425px) {
  main {
    padding: 0 1rem 0 1rem;
  }
}

/* MOB Nav */

.mob-hauptmenue {
  position: fixed;
  -webkit-box-shadow: 5px 5px 10px #5d625d;
  box-shadow: 5px 5px 10px #5d625d;
  z-index: 1001;
  display: none;
  top: 0;
}

.parent-hauptm-mob {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 1fr;
  grid-template-columns: repeat(2, 1fr);

  -ms-grid-rows: 1fr;

  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  position: fixed;
  -webkit-box-shadow: 5px 5px 10px #5d625d;
  box-shadow: 5px 5px 10px #5d625d;
  background-color: white;
  width: 100%;
  height: 5rem;
}

.parent-hauptm-mob > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.parent-hauptm-mob > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.haupt-div1-mob {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  position: relative;
}

.haupt-div1-mob img {
  height: 3rem;
  position: fixed;
  width: auto;
  top: 1rem;
  left: 10%;
}

.haupt-div2-mob {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 2 / 3;
}

.mob-icon {
  margin-top: 1rem;
  margin-bottom: 1rem;
  left: 70%;
  position: relative;
  width: 50px;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 1rem 0 1rem;
  border: solid green 2px;
}

.menue-mob {
  position: absolute;
  text-align: center;
  top: 10%;
  background-color: #fff;
  width: 20rem;
  font-size: 2rem;
  -webkit-box-shadow: 5px 5px 10px #5d625d;
  box-shadow: 5px 5px 10px #5d625d;
  right: 10px;
  margin-right: auto;
  display: none;
  padding: 1.2rem;
  border-radius: 3px;
  height: 25rem;
}

.mob-icon:hover .menue-mob {
  display: inline;
}

.menue-mob a {
  text-decoration: none;
  color: #454745;
}

@media (max-width: 1024px) {
  .mob-hauptmenue {
    display: inline-block;
  }
}

@media (max-width: 425px) {
  .mob-icon {
    left: 50%;
  }
  .menue-mob {
    font-size: 1.8rem;
    height: 22rem;
    width: 17rem;
  }
}

/* Footer */
.footer-parent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 5rem;
  text-align: center;
  -webkit-box-shadow: 5px -5px 20px #5d625d;
  box-shadow: 5px -5px 20px #5d625d;
  height: 10rem;
}
.footer-parent > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.footer-parent > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.footer-parent > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.footer-div1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.footer-div2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 2 / 3;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.footer-div3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1 / 3 / 2 / 4;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.footer-div3 ul {
  padding: 0;
}

.footer-div3 li {
  list-style-type: none;
}

@media (max-width: 768px) {
  .footer-parent {
    display: block;
    height: 20rem;
    padding-top: 1rem;
  }
}

@media (max-width: 1024px) {
  .footer-parent {
    margin-top: 3rem;
  }
}

/* Startseite */

#startseite {
  margin-top: 7rem;
}

.description-startseite {
  position: absolute;
  top: 60%;
  left: 5%;
  font-size: 200px;
}

.description-startseite {
  /* text-decoration: underline; */
  color: #5d625d;
}

.startseite-mob {
  width: 90%;
  display: none;
}

.startseite-mob img {
  width: 100%;
  margin-left: auto;
  margin: auto;
}

.description-startseite:hover {
  text-decoration: underline;
  text-decoration-color: #0cb022;
}

.description-startseite-mob {
  padding-bottom: 5rem;
  font-size: 200%;
  color: #454745;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .description-startseite {
    font-size: 100px;
    top: 70%;
  }
}

@media (max-width: 1024px) {
  .splide__slide a {
    display: none;
  }
  .startseite-mob {
    display: block;
  }
}

/* Slider */

.splide__slide img {
  width: 100%;
}

.splide__slide {
  opacity: 0.3;
}

.splide__slide.is-active {
  opacity: 1;
}
*/ .splide__slide img {
  height: 80vh;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

#main-slider {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#thumbnail-slider {
  height: 10rem;
}

@media (max-width: 1920px) {
  .splide__slide_4k {
    display: none;
  }
}

@media (min-width: 1921px) {
  .splide__slide_HD {
    display: none;
  }
}

@media (max-width: 1880px) {
  .splide__list_menschen {
    height: 66rem !important;
  }
}

@media (max-width: 1440px) {
  .splide__list_menschen {
    height: 48rem !important;
  }
}

@media (max-width: 1200px) {
  .splide__list_menschen {
    height: 37rem !important;
  }
}

@media (max-width: 1024px) {
  .splide-startseite {
    height: 0rem !important;
  }
  .splide__list_menschen {
    height: 30rem !important;
  }
}

@media (max-width: 768px) {
  .splide__list_menschen {
    height: 23rem !important;
  }
}

@media (max-width: 600px) {
  .splide__list_menschen {
    height: 16rem !important;
  }
}

@media (max-width: 425px) {
  .splide__list_menschen {
    height: 16rem !important;
  }
}

@media (max-width: 320px) {
  .splide__list_menschen {
    height: 12rem !important;
  }
}

/* KONTAKT */

#kontakt {
  height: 20rem;
  margin-top: 10rem;
}

/* Über mich */

#ueber-mich {
  margin-top: 10rem;
}

#container-uebermich {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

#container-uebermich > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#container-uebermich > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#container-uebermich > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

#container-uebermich > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

#container-uebermich > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.grid-1211 img {
  width: 60%;
}

@media (max-width: 1024px) {
  .grid-1211 img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .grid-1211 img {
    width: 100%;
    padding-right: 1rem;
  }
}

@media (max-width: 425px) {
  #container-uebermich {
    display: block;
  }
  .grid-1211 img {
    height: 40%;
    width: auto;
  }
}

.grid-2211 a:visited,
.grid-2211 a {
  text-decoration: none;
  color: #0cb022;
}

.grid-2211 a:hover {
  text-decoration: underline;
}
