body {
  font-family: 'Arial';
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}

h1, h2, h3, h4 {
  font-family: 'Ruddy-Bold';
}

h2 {
  font-size: 86px;
  text-shadow: 0 3px 0 #eb5b9c;
  line-height: 80px;
  margin: 25px 0;
}

h4 {
  font-size: 32px;
  line-height: 36px;
  margin: 0 0 15px;
}

.clr::after {
  content: "";
  clear: both;
  display: table;
}

.header {
  position: fixed;
  width: calc(100% - 160px);
  margin: 0 80px;
  z-index: 99999;
}

.header__logo {
  width: 200px;
  float: left;
  cursor: pointer;
}

.navigation {
  width: calc(100% - 200px);
  float: right;
  text-align: right;
  margin-top: 35px;
}

.navigation__link {
  display: inline-block;
  cursor: pointer;
}

.navigation__link img {
  height: 50px;
  width: auto;
}

.main {
  width: 100%;
}

.section {
  width: 100%;
  min-height: 300px;
  position: relative;
}

.section--background {
  background: repeat center url(../Assets/Images/Background/Hintergrund.jpg);

}

.section--pink {
  background: #eb5b9c;
}

.divider {
  position: absolute;
  bottom: -14px;
  left: -5%;
  right: 0;
  width: 110%;
  height: auto;
}

.divider--rotated {
  transform: rotate(180deg);
  top: -14px;
  bottom: unset;
}

.section__flowers {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: no-repeat bottom url("../Assets/Images/Background/Blumen_muster2.png");
  background-size: 150%;
  pointer-events: none;
  opacity: 0.4;
  z-index: 1
}

.section--1 {
  height: 800px;
}

.heroImage {
  position: absolute;
  width: 1100px;
  left: 100px;
  top: -1000px;
  z-index: 999;
}

.heroText {
  position: absolute;
  top: 230px;
  right: 10%;
  width: 50%;
  z-index: 88888;
}

.heroText__frieda {
  position: absolute;
  top: -120px;
  right: -110px;
  width: 170px;
  transform: scaleX(-1);
  z-index: 90000;
}

.heroText__innerWrap {
  position: absolute;
  background: #ffffff;
  padding: 15px;
  width: 500px;
  top: 130px;
  right: -40px;
  z-index: 88888;
}

.heroText__content {
  border: 3px dashed #000000;
  padding: 20px;
}

.heroText__headline {
  font-family: "Ruddy-Bold";
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 10px;
}

.heroText__bodytext {
  font-size: 18px;
  line-height: 22px;
}

.section--2 {
  padding: 400px 0;
}

.section__content {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

.section__navImage {
  width: 400px;
}

.story__frieda {
  position: absolute;
  right: 0;
  top: 500px;
  width: 23%;
}

.story__imageWrap {
  margin-top: 100px;
}

.story__image {
  width: 70%;
}

.story__image--mobile {
  display: none;
}

.story__imageTextBelow {
  width: 40%;
  margin: 75px 0 125px 100px;
  font-size: 18px;
  line-height: 22px;
}

.accordion {
  background: #ffffff;
  margin: 10px 0;
}

.accordion__header {
  background: #eb5b9c;
  padding: 15px;
  cursor: pointer;
  position: relative;
}

.accordion__header::marker {
  display: none;
  content: "";
}

.accordion__headline {
  width: 100%;
  border: 3px dashed #000000;
  padding: 5px 65px 5px 15px;
  font-family: 'Ruddy-Bold';
  font-size: 30px;
  box-sizing: border-box;
}

.accordion__arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}

.accordion[open] .accordion__arrow {
  transform: rotate(180deg) translateY(50%);
}

.accordion__arrow img {
  width: 50px;
  height: 50px;
}

.accordion__content {
  padding: 50px;
  font-size: 18px;
  line-height: 22px;
}

.section--3 {
  padding: 300px 0 400px;
}

.section--3 h2 {
  width: calc(100% - 200px);
}

.slider {
  position: relative;
  margin: 70px 0;
  z-index: 100;
}

.slider__innerWrap {
  width: 100%;
  position: absolute;
  top: 110px;
}

.slider__background {
  width: auto;
  height: 600px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.swiper {
  width: 950px;
  margin: 0 auto;
  padding-bottom: 15px !important;
}

.swiper-pagination {
  bottom: 0;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 10px !important;
}

.swiper-pagination-bullet-active {
  background: #eb5b9c !important;
}

.swiper-button-prev {
  color: #000000 !important;
  left: 30px !important;
}

.swiper-button-next {
  color: #000000 !important;
  right: 30px !important;
}

.slider__image {
  width: 100%;
}

.slider__image--mobile {
  display: none;
}

.pflege__frieda {
  position: absolute;
  width: 15%;
  right: 5%;
  top: -60px;
}

.section--4 {
  padding: 300px 0 400px;
}

.partner__imageWrap {
  max-width: 1400px;
  margin: 100px auto -350px;
}

.partner__image {
  position: relative;
  width: 70%;
  margin: 0 auto;
  display: block;
}

.partner__image--2 {
  top: -35px;
}

.partner__image--3 {
  top: -40px;
}

.partner__image--4 {
  top: -270px;
}

.partner__image--5 {
  top: -310px;
}

.partner__image--6 {
  top: -360px;
}

.partner__imageWrap--mobile {
  display: none;
}

.partner__imageMobile--2 {
  top: -35px;
}

.partner__imageMobile--3 {
  top: -40px;
}

.partner__imageMobile--4 {
  top: -270px;
}

.partner__imageMobile--5 {
  top: -310px;
}

.partner__imageMobile--6 {
  top: -360px;
}

.partner__frieda {
  width: 30%;
  position: absolute;
  right: -25%;
  top: 25%;
  transform: rotate(-35deg);
}

.section--pinkContent {
  text-align: center;
  padding: 80px;
}

.buttonWrap {
  width: 100%;
  position: relative;
}

.button {
  position: relative;
  display: block;
  padding: 20px 40px;
  background: #000000;
  color: #ffffff;
  border: 3px solid #000000;
  cursor: pointer;
  transition: all 0.2s ease-in;
  font-family: "Ruddy-Bold";
  font-size: 54px;
  margin: 20px auto 10px;
  z-index: 88888;
}

.button:hover {
  background: #ffffff;
  color: #000000;
}

.button a {
  color: #ffffff;
  text-decoration: none;
}

.button:hover a {
  color: #000000;
}

.button__arrow {
  position: absolute;
  width: 50px;
  left: 50%;
  top: 0;
  transform: rotate(-90deg) scaleX(-1) translateY(-335%);
}

.button__arrow--right {
  right: 50%;
  left: unset;
  transform: rotate(90deg) translateY(-335%);
}

.button__arrowToTop {
  position: relative;
  width: 70px;
  top: -250px;
  transform: rotate(180deg);
}

.section--6 {
  padding: 200px 0 400px;
}

.familie__imageWrap {
  position: relative;
  margin-top: 35px;
}

.familie__image {
  width: 75%;
}

.familie__image--mobile {
  display: none;
}

.familie__frieda {
  position: absolute;
  width: 25%;
  right: 0;
  top: 0;
}

.angledBackground {
  width: 75%;
  height: auto;
  clip-path: polygon(0 0, 100% 0, 95% 95%, 9% 100%);
  background: #ffffff;
}

.angledBackground__content {
  padding: 50px 100px 50px 150px;
  font-size: 20px;
  line-height: 24px;
}

.angledBackground__content p {
  margin: 10px 0;
}

.section--7 .section--pinkContent {
  padding: 200px 0 50px;
}

.imprint-link {
  text-decoration:  none;
  color:  black;
  font-size: 50px;
}

a.imprint-link:hover {
  text-decoration:  underline;
}

.imprint-link-wrapper {
  text-align: center;
  padding-top: 140px;
}

@media only screen and (max-width: 1600px) {
  .heroImage {
    left: 0;
  }
}

@media only screen and (max-width: 1440px) {
  .heroImage {
    left: -40px;
  }

  .pflege__frieda {
    top: 0;
  }
}

@media only screen and (max-width: 1280px) {
  .heroImage {
    left: -100px;
  }

  .pflege__frieda {
    top: 100px;
  }

  .story__frieda {
    top: 600px;
  }

  .divider {
    bottom: -10px;
  }

  .slider__background {
    height: 450px;
  }

  .slider__innerWrap {
    top: 60px;
  }

  .swiper {
    width: 780px;
  }

  .section__flowers {
    background-size: 200%;
  }
}

@media only screen and (max-width: 1024px) {
  .header {
    width: calc(100% - 80px);
    margin: 0 40px;
  }

  .navigation {
    float: none;
    text-align: left;
  }

  .navigation__link {
    display: block;
  }

  .header__logo {
    display: none;
  }

  .heroText {
    width: calc(100% - 80px);
    margin: 0 auto;
    position: relative;
    right: unset;
    top: 150px;
  }

  .heroText__innerWrap {
    right: unset;
    position: relative;
    width: auto;
  }

  .heroText__frieda {
    right: -70px;
  }

  .heroText__headline {
    font-size: 24px;
    line-height: 28px;
  }

  .heroImage {
    width: 120%;
    left: -10%;
    top: -800px;
  }

  .section__flowers {
    background-size: 250%;
  }

  .section__content {
    width: calc(100% - 80px);
  }

  .story__frieda {
    display: none;
  }

  .story__image {
    width: 100%;
  }

  .story__image--mobile {
    display: block;
  }

  .story__image--desktop {
    display: none;
  }

  .story__imageTextBelow {
    width: 100%;
    margin: 20px 0 50px;
  }

  .section--2 {
    padding: 400px 0 150px;
  }

  .section--3 {
    padding: 150px 0;
  }

  .section--3 h2 {
    width: 100%;
  }

  .section--4 {
    padding: 150px 0;
  }

  .section--6 {
    padding: 150px 0;
  }

  .partner__imageWrap {
    margin-bottom: -250px;
  }

  .partner__image {
    width: 100%;
  }

  .partner__image--4 {
    top: -220px;
  }

  .partner__image--5 {
    top: -230px;
  }

  .partner__image--6 {
    top: -260px;
  }

  .partner__frieda {
    display: none;
  }

  .button {
    font-size: 30px;
  }

  .button__arrow {
    top: -20px;
    transform: rotate(-90deg) scaleX(-1) translateY(-240%);
  }

  .button__arrow--right {
    transform: rotate(90deg) translateY(-240%);
  }

  .familie__frieda {
    display: none;
  }

  .familie__image {
    width: 100%;
  }

  .angledBackground {
    background: transparent;
    width: 100%;
    clip-path: none;
  }

  .angledBackground__content {
    padding: 0;
  }

  .section--7 .section--pinkContent {
    padding: 100px 0 50px;
  }

  .button__arrowToTop {
    width: 30px;
    top: -140px;
  }

  .pflege__frieda {
    display: none;
  }

  .divider {
    width: 140%;
    left: -20%;
  }

  .divider--rotated {
    width: 140%;
    left: -20%;
  }

  .slider__background {
    height: 350px;
  }

  .slider__innerWrap {
    top: 50px;
  }

  .swiper {
    width: 600px;
  }
}

@media only screen and (max-width: 768px) {
  .heroImage {
    top: -600px;
    width: 140%;
    left: -20%;
  }

  h2 {
    font-size: 60px;
    line-height: 66px;
  }

  body {
    font-size: 18px;
    line-height: 24px;
  }

  .partner__imageWrap--desktop {
    display: none;
  }

  .partner__imageWrap--mobile {
    display: block;
  }

  .section__navImage {
    width: 300px;
  }

  .button {
    font-size: 24px;
    padding: 10px 20px;
  }

  .button__arrow {
    top: 0;
    width: 25px;
    transform: rotate(-90deg) scaleX(-1) translateY(-315%);
  }

  .button__arrow--right {
    transform: rotate(90deg) translateY(-315%);
  }

  .familie__image--mobile {
    display: block;
  }

  .familie__image--desktop {
    display: none;
  }

  .familie__image {
    width: 125vw;
    position: relative;
    left: -23vw;
  }

  .button__arrowToTop {
    width: 30px;
    top: -110px;
  }

  .slider {
    margin: 50px 0;
  }

  .slider__innerWrap {
    position: relative;
  }

  .swiper-pagination,
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }

  .slider__image--desktop {
    display: none;
  }

  .slider__image--mobile {
    display: block;
  }

  .slider__background {
    display: none;
  }

  .slider {
    margin: 0;
    padding: 50px 0;
    width: 100%;
    box-sizing: border-box;
    background: #eb5b9c;
  }

  .slider__innerWrap {
    padding: 60px 40px 30px;
    background: #ffffff;
    box-sizing: border-box;
  }

  .swiper {
    width: 100%;
  }

  .swiper-wrapper {
    height: auto !important;
  }

  .section--3 .section__content {
    margin-bottom: 50px;
  }

  .pinkFillerMobile {
    width: 100%;
    height: 100px;
    background: #eb5b9c;
	position: relative;
	z-index: 9999;
  }

  .divider--rotated {
    top: -8px;
  }

  .section__flowers {
    background-size: 300%;
  }

  .imprint-link {
    font-size: 30px;
  }
}

@media only screen and (max-width: 600px) {
  h2 {
    font-size: 48px;
    line-height: 54px;
  }

  body {
    font-size: 18px;
    line-height: 24px;
  }

  .navigation__link img {
    height: 45px;
  }
  .heroImage {
    top: -400px;
  }

  .accordion__headline {
    font-size: 24px;
  }

  .accordion__content {
    padding: 20px;
  }

  .partner__imageWrap {
    margin-bottom: -200px;
  }

  .partner__image--4 {
    top: -130px;
  }

  .partner__image--5 {
    top: -140px;
  }

  .partner__image--6 {
    top: -180px;
  }

  .divider {
    bottom: -5px;
  }

  .section__flowers {
    background-size: 400%;
  }
}

@media only screen and (max-width: 480px) {
  .section--5 .button {
    width: 140%;
    left: -20%;
  }
  .button__arrow {
    display: none;
  }

  .slider__innerWrap {
    padding: 60px 20px 30px;
  }

  .section__flowers {
    background-size: 500%;
  }
}

@media only screen and (max-width: 425px) {
  .heroImage {
    top: -200px;
  }

  .accordion__headline {
    font-size: 20px;
  }
}
