/*
dunkelbraun: #893f1d
hellbraun: #d8ab9b
headline: #c49f8e
gelb: #feeabd
dunkelblau: #514fa1
*/

/*DESKTOP imac*/

* {
  margin: 0;
  padding: 0;
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1rem;
}

.headerImg {
  width: 10%;
  margin-top: 1rem;
}

.welcome {
  display: flex;
  background-color: #d8ab9b;
  height: fit-content;
  border-bottom: #893f1d solid 15px;
  border-top: #893f1d solid 15px;
}

.welcomeText {
  flex-direction: column;
  width: 50%;
}

.welcomeTo {
  text-transform: uppercase;
  color: #514fa1;
  font-size: 81px;
  margin-top: 2rem;
  font-weight: 900;
  margin-left: 7rem;
}

.welcome h1 {
  font-size: 120px;
  color: white;
  text-transform: uppercase;
  font-weight: 200;
  margin-left: 7rem;
}

.bgContainer {
  background-color: white;
  height: 296px;
}

.welcomeP {
  background-color: white;
  font-size: 24px;
  margin-left: 7rem;
  padding: 59px 50px 0px 11px;
  width: 60rem;
}

.heroImg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcome img {
  width: auto;
  max-height: 602px;
}


p {
  color: #514fa1;
}

.vision,
.story {
  display: flex;
  flex-direction: column;
  margin-top: 7rem;
  position: relative;
  border-bottom: #893f1d solid 15px;
}

.visionHeadline {
  display: flex !important;
  width: 100% !important;
 
}
.visionHleft {
  width: 50% !important;
  background-color: #c49f8e !important;

}

.visionHright {
  width: 50% !important;
}

.vision h2 {
  display: flex;
  justify-content: flex-start !important;
  color: white;
  background-color: #c49f8e;
  font-size: 35px;
  padding-left: 0 !important;
}

.visionContent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.visionImg,
.storyImg {
  background-color: rgba(216, 172, 156, 0.5);
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 530px; */
}


.vision img {
  height: 500px;
  width: auto;
}

.visionText,
.storyText {
  width: 50%;
  padding: 70px 70px 0px 70px;
  font-size: 24px;
}

.vision p {
  padding-bottom: 30px;
  width: 45%;
}

.story {
  margin-top: 8rem;
}

.story h2 {
  display: flex;
  justify-content: flex-start;
  color: white;
  background-color: #c49f8e;
  font-size: 35px;
  padding: 25px 25px 25px 455px;
}

.storyContent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.story img {
  width: 50%;
  /* margin-right: 25%; */
  height: 532px;
}

.story p {
  padding-bottom: 30px;
  width: 45%;
  margin-left: 25rem;
}

.moreSoon {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 30rem;
  background-color: #feeabd;
  text-align: center;
  text-transform: uppercase;
  color: #514fa1;
  position: relative;
}

.moreSoon h3 {
  font-size: 60px;
  line-height: 69px;
}

.moreSoon p {
  margin-top: 2rem;
  font-weight: 700;
  font-size: 30px;
}

.moreSoon::after {
  position: absolute;
  content: url(./img/snouts_friends_bildmarke.svg);
  display: inline-block;
  width: 100px;
  transform: rotate(-30deg);
  right: 37%;
  bottom: 115px;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-top: 15px solid #893f1d;
}

footer p {
padding-top: 15px;
  font-size: 24px;
}

footer a {
  color: #514fa1;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
 font-size: 24px;
}


.footerlogo {
  height: 150px;
  width: 10%;
  padding-top: 35px;
}

.footerText {
  display: flex;
  flex-direction: row;
}




/*MEDIAQUERRY*/

@media (min-width: 1870px) and (max-width: 2000px) {
  .welcomeTo {
    margin-top: 3rem;
    font-size: 80px;
  }

  .welcome {
    /* height: 65.7rem; */
    border-bottom: #8a3f1e 20px solid;
  }

  .welcome h1 {
    font-size: 144px;
  }

  .welcomeP {
    width: 34rem;
    background-color: transparent;
  }

  .welcome img {
    /* height: 60.5rem; */
    height: 65.7rem;
  }

  .bgContainer {
    /* height: 387px; */
    height: fit-content;
  }

  .visionText {
    padding: 30px 35px 15px 15px;
  }

  .vision p {
    width: 45%;
    padding-left: 8.5rem;
    /* width: auto; */
  }

  /* .visionImg,
  .storyImg {
    height: 530px;
  } */

  .story {
    margin-top: 5rem;
  }

  .story h2 {
    padding: 0rem 0rem 0rem 21rem;
  }

  .storyText {
    padding: 30px 35px 15px 15px;
  }
/* 
  .story img {
    height: 450px;
  } */

  .story p {
    width: 45%;
    /* margin-left: 29.5rem; */
    margin-left: 20rem;
  }

  .moreSoon::after {
    right: 48%;
    top: 78%;
  }
}

@media (min-width: 1200px) and (max-width: 1870px) {


  header {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .headerImg {
    width: 10%;
  }

  .welcome {
    height: fit-content;
  }

  .welcomeTo {
    font-size: 38px;
    margin-top: 8rem;
    margin-left: 3rem;
  }

  .welcome h1 {
    margin-left: 3rem;
    font-size: 65px;
  }

  .welcomeText {
    width: 84%;
  }

  .welcomeP {
    width: 33rem;
    font-size: 20px;
    padding-top: 20px;
    margin-left: 3rem;
  }

  .welcome p {
    padding-bottom: 0;
  }

  .welcomeP p {
    padding-bottom: 15px;
  }

  .bgContainer {
    height: fit-content;
  }


  .welcome Img {
    height: auto;
    width: 100%;
  }

  .vision,
  .story {
    margin: 0;
  }


  .visionText,
  .storyText {
    font-size: 18px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    padding: 35px 0px 0px 0px;
  }

  .vision h2 {
    display: flex;
    justify-content: flex-end;
    color: white;
    background-color: #c49f8e;
    font-size: 35px;
    padding: 0rem 13rem 0rem 0rem;
  }

  .vision p {
    width: 80%;
  }

  .story h2 {
    padding: 0px 0px 0px 70px;
  }

  .story p {
    margin-left: 0px;
    width: 80%;
  }

  .vision img,
  .story img {
    /* height: fit-content; */
    height: auto;
    width: 100%;
    margin: 0;
  }

  .moreSoon {
    height: 12rem;
  }

  .moreSoon h3 {
    font-size: 36px;
    line-height: 41px;
  }

  .moreSoon::after {
    bottom: 3px;
    right: 35%;
    width: 80px;
  }

  footer {
    flex-direction: column;
    margin-bottom: 1rem;
  }

  .footerlogo {
    padding: 15px 0px 15px 0px;
    height: fit-content;
  }

  .footerText {
    display: flex;
  }

  footer p,
  footer a {
    padding: 0;
  }

  footer p {
    padding-right: 15px;
  }

}




@media (min-width: 1024px) and (max-width: 1200px) {

  header {
    margin-bottom: 1rem;
  }

  .header {
    margin-bottom: 1rem;
  }

  .headerImg {
    margin-top: 1rem;
    width: 15%;
  }

  .welcome {
    height: fit-content;
  }

  .welcomeTo {
    margin-top: 2rem;
    font-size: 32px;
    margin-left: 3rem;

  }

  .welcome p {
    padding-bottom: 0;
  }

  .welcome h1 {
    font-size: 56px;
    margin-left: 3rem;
  }

  .welcomeP {
    font-size: 16px;
    margin-left: 3rem;
    padding: 11px 0px 0px 0px;
    width: 23rem;
  }

  .welcomeP p {
    padding-bottom: 15px;
  }

  .welcome img {

    /* height: fit-content; */
    /* width: 80%; */
    width: 100%;
    height: auto;
  }

  .bgContainer {
    height: fit-content;
  }

  .vision,
  .story {
    margin-top: 0;
  }

  .visionText,
  .storyText {
    width: 50%;
    padding: 10px 0px 0px 10px;
    font-size: 16px;
  }

  .vision h2 {
    font-size: 25px;
    padding-left: 20rem;
  }

  .vision p,
  .story p {
    width: 72%;
    padding-bottom: 5px;
  }

  .vision img,
  .story img {
    margin: 0;
  }

  .story h2 {
    display: flex;
    justify-content: flex-start;
    font-size: 25px;
    padding: 0px 0px 0px 129px;
  }

  .story p {
    margin-left: 7.5rem;
  }

  .story img {
    /* height: fit-content; */
    height: auto;
    width: 100%;
  }

  .moreSoon {
    height: 10rem;
  }

  .moreSoon h3 {
    font-size: 35px;
    line-height: 42px;
    margin-top: 2rem;
  }

  .moreSoon p {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .moreSoon::after {
    width: 50px;
    right: 34%;
    bottom: 6px;
  }

  footer {
    flex-direction: column;
  }

  .footerlogo {
    width: 12%;
    padding: 15px 0px 15px 0px;
    height: fit-content;
  }

  .footerText {
    display: flex;
    margin-bottom: 1rem;
  }

  footer p,
  footer a {
    padding: 0;
  }

  footer p {
    padding-right: 15px;
  }

}




@media (min-width: 768px) and (max-width: 1024px) {

  header {
    margin: 0;
  }

  .headerImg {
    width: 16%;
    height: 30%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .welcome {
    height: fit-content;
  }

  .welcomeTo {
    font-size: 21px;
    margin-top: 1rem;
    margin-left: 1rem;
  }

  .welcome h1 {
    font-size: 37px;
    margin-left: 1rem;
  }

  .welcome p {
    padding-bottom: 10px;
  }

  .welcomeP {
    background-color: white;
    font-size: 14px;
    margin-left: 1rem;
    padding: 23px 0px 0px 0px;
    width: 20rem;
  }

  .bgContainer {
    background-color: white;
    height: fit-content;
    padding-bottom: 15px;

  }

  .welcome img {
    height: auto;
    width: 100%;
  }

  .vision,
  .story {
    margin-top: 3rem;
  }

  .vision img,
  .story img {
    margin: 0;
    padding: 33px;
    height: auto;
    width: 100%;
  }

  .vision h2 {
    font-size: 20px;
    padding-left: 266px;
  }

  .visionText,
  .storyText {
    width: 50%;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
  }

  .vision p,
  .story p {
    width: 88%;
    padding-bottom: 0;
    padding-left: 11px;
    padding-top: 11px;
  }

  .story h2 {
    font-size: 20px;
    padding: 0px 0px 0px 27px;
  }

  .story p {
    margin-left: 1rem;
  }

  .moreSoon {
    height: 8rem;
  }

  .moreSoon h3 {
    font-size: 25px;
    line-height: 29px;
  }

  .moreSoon p {
    margin-top: 15px;
    font-weight: 700;
    font-size: 14px;
  }

  .moreSoon::after {
    width: 45px;
    right: 32%;
    bottom: 8px;
  }

  footer {
    flex-direction: column;
  }

  .footerText {
    display: flex;
  }


  .footerlogo {
    align-items: center;
    height: fit-content;
    width: 20%;
    padding: 15px 0px 15px 0px;
  }

  footer p,
  footer a {
    padding: 0;
    font-size: 14px;
  }

  footer p {
    padding-right: 15px;
  }

}




@media (min-width: 687px) and (max-width: 768px) {
  header {
    margin-bottom: 0;
    border-bottom: #893f1d 15px solid;
  }

  .header {
    margin-bottom: 1rem;
    height: 10px;
  }

  .welcome {
    flex-direction: column-reverse;
    height: fit-content;
    margin-top: 0rem;
    border: none;
  }

  .welcomeTo {
    text-transform: uppercase;
    color: #514fa1;
    font-size: 50px;
    margin-top: 2rem;
    font-weight: 900;
    margin-left: 10rem;
    padding: 0px;
  }

  .welcome h1 {
    margin-left: 10rem;
    font-size: 83px;
  }

  .welcomeP {
    font-size: 16px;
    padding: 0px 0px 0px 0px;
    width: 75vh;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0;
  }

  .welcome p {
    margin-left: 10rem;
    padding-bottom: 0;
    margin-top: 2rem;
  }

  .welcomeText {
    width: 100%;
  }

  .welcome img {
    height: auto;
    width: 100%;
  }

  .heroImg {
    width: 100%;
  }

  .vision {
    margin-top: 3rem;
  }

  .story {
    margin-top: 0;
  }

  .visionContent,
  .storyContent {
    display: block;
  }

  .vision h2,
  .story h2 {
    padding: 0;
    font-size: 24px;
  }

  .vision h2 {
    border-top: #893f1d 15px solid;
  }

  .vision p,
  .story p {
    font-size: 16px;
  }


  .visionImg,
  .storyImg {
    width: 100%;
    height: auto;
    margin: 0;
  }


  .story h2 {
    margin: 0;
    justify-content: center;
  }

  .visionText,
  .storyText {
    width: 51vw;
    padding: 18px 0px 0px 177px;
    font-size: 16px;
    /* padding: 50px 70px 0px 70px; */
  }

  .vision p,
  .story p {
    font-size: 16px;
    width: 100%;
    margin: 0;
  }

  .moreSoon {
    height: 14rem;
  }

  .moreSoon h3 {
    font-size: 32px;
    line-height: 47px;
  }

  .moreSoon p {
    margin-top: 1rem;
  }

  .moreSoon::after {
    width: 66px;
    right: 23%;
    bottom: 25px;
  }

  .left,
  .right {
    display: flex;
    flex-direction: column;
    padding-left: 55px;
    padding-right: 55px;
    font-size: 12px;
  }

  .footerlogo {
    height: fit-content;
    width: 24%;
    padding-top: 0;
  }
}



@media (min-width: 390px) and (max-width: 687px) {

  header {
    margin-bottom: 1rem;
    margin-top: 1rem;
    width: 100%;
  }

  .headerImg {
    width: 120px;

  }

  .welcome {
    display: flex;
    height: fit-content;
    flex-direction: column;
    width: 100%;
  }

  .welcomeTo {
    font-size: 29px;
    margin-top: 1rem;
    margin-left: 2rem;
  }

  .welcome h1 {
    font-size: 30px;
    margin-left: 2rem;
  }

  .welcomeText {
    flex-direction: column;
    width: 100%;
  }

  .welcomeP {
    background-color: white;
    font-size: 16px;
    margin-left: 0rem;
    padding: 0;
    width: 100%;
  }

  .welcome p {
    padding-bottom: 0px;
  }

  .welcomeP p {
    padding: 15px 0px 15px 44px;
  }

  .bgContainer {
    background-color: white;
    height: fit-content;
    width: 100%;
  }

  .heroImg {
    width: 100%;
  }

  .welcome img {
    height: auto;
    width: 100%;
  }

  .vision,
  .story {
    margin-top: 0;
  }

.visionHright {
    width: 100% !important;
} 

.visionHleft {
  width: 25% ;
  background-color: #c49f8e !important;
}

  .vision h2,
  .story h2 {
    padding: 15px 0px 15px 0px;
    font-size: 24px;
  }

  .story h2 {
    padding: 15px 0px 15px 43px
  }

  .visionContent,
  .storyContent {
    display: block;
  }

  .visionText,
  .storyText {
    width: 100%;
    padding: 0;
    font-size: 16px;
    padding-left: 0;
    padding-top: 15px;
  }

  .visionImg,
  .storyImg {
    width: 100%;
    margin: 0;
  }

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

  .vision p {
    width: 80%;
    padding: 15px 0px 15px 44px;
  }

  .story p {
    width: 80%;
    padding: 15px 0px 15px 44px;
    margin-left: 0;
  }

  .story img {
    height: auto;
    width: 100%;
    margin-right: 0;
  }

  .moreSoon {
    position: relative;
    height: 10rem;
  }

  .moreSoon h3 {
    font-size: 25px;
    line-height: 30px;
    padding-top: 15px;
  }

  .moreSoon p {
    font-size: 14px;
    margin-top: 15px;
    font-weight: 700;
  }

  .moreSoon::after {
    width: 35px;
    right: 20%;
    bottom: 10px;
  }

  footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footerlogo {
    width: 25%;
    height: 100px;
    padding: 0;
  }

  .footerText {
    display: flex;
    justify-content: center;
    align-items: center;

  }

  footer a,
  footer p {
    padding: 0;
  }

  footer p {
    padding-right: 15px;
    font-size: 14px;
  }


}



@media (min-width: 150px) and (max-width: 390px) {

  header {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .headerImg {
    width: 120px;
    margin-top: 1rem;
  }

  .welcome {
    display: block;
    height: fit-content;
  }

  .welcomeText {
    flex-direction: column;
    width: 100%;
  }

  .welcomeTo {
    font-size: 20px;
    margin-top: 1rem;

  }

  .welcome h1 {
    font-size: 26px;
    /* font-size: 37px; */
    margin-left: 25px;
    margin-bottom: 1rem;
  }

  .welcome img {
    height: auto;
    width: 100%;
  }

  .welcome p {
    padding: 0;
    margin-left: 25px;
  }

  .welcomeP {
    font-size: 14px;
    margin-left: 0;
    padding: 0px 0px 0px 0px;
    width: 100%;
  }

  .welcomeP p {
    padding-bottom: 15px;
    width: 80%;
  }

  .heroImg {
    width: 100%;
  }

  .bgContainer {
    height: fit-content;
    padding-top: 1rem;
  }

  .vision,
  .story {
    margin-top: 0;
  }

  .vision {
    padding-bottom: 15px;
  }

  .visionContent,
  .storyContent {
    display: block;
  }

 .visionHleft {
    width: 0% !important;
  }

.visionHright {
  width: 100% !important;
}

  .vision h2,
  .story h2 {
    padding: 0;
    font-size: 24px;
    justify-content: center;
  }

  .visionText,
  .storyText {
    width: 100%;
    padding: 0px;
    font-size: 14px;
  }

  .vision p,
  .story p {
    width: 80%;
    padding: 15px 0px 0px 48px;
    margin-left: 0;
  }

  .vision img,
  .story img {
    width: 100%;
    margin: 0;
  }

  .visionImg,
  .storyImg {
    width: 100%;
  }

  .story img {
    height: auto;
    width: 100%;
    padding-top: 15px;
    background: white;
  }

  .moreSoon {
    position: relative;
    height: 8rem;
  }

  .moreSoon h3 {
    font-size: 18px;
    line-height: 23px;
  }

  .moreSoon p {
    margin-top: 5px;
    font-size: 12px;
  }

  .moreSoon::after {
    width: 40px;
    right: 16%;
    bottom: 10px;
  }

  footer {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 15px solid #893f1d;
    flex-direction: column;
    margin-bottom: 1rem;
  }

  .footerlogo {
    width: 35%;
    height: auto;
  }

  .footerText {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
  }

  footer p,
  footer a {
    font-size: 14px;
    padding: 0;
  }

  footer p {
    padding-right: 15px
  }

}