.analysieren-with-frames .bubble {
  padding: 50px 0 50px 50px;
  position: sticky;
  top: 75px;
  z-index: 9;
  display: inline-block;
}

.analysieren-with-frames .heading-wrapper {
  display: inline-block;
}

.analysieren-with-frames .heading-wrapper h2 {
  font-family: "Permanent Marker";
  font-size: 70px;
  font-weight: 400;
  text-align: center;
}

.analysieren-with-frames .heading-wrapper h2 > div {
  display: inline-block;
}

.analysieren-with-frames .frame-1 {
  background-color: #D1EBFB;
  height: 960px;
  position: relative;
  margin-top: -324px;
}

.analysieren-with-frames .frame-1 .bubble {
  position: absolute;
  left: 50px;
  top: 50px;
}

.analysieren-with-frames .frame-1 .item {
  position: absolute;
}

.analysieren-with-frames .frame-1 .item .wrapper > img {
  width: 292px;
  height: auto;
}

.analysieren-with-frames .frame-1 .item .arrow-wrapper div {
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
}

.analysieren-with-frames .frame-1 .item .audio-button {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  text-align: center;
  background-color: #85DAFF;
  border-radius: 50%;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
  cursor: pointer;
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  gap: 5px;
}

.analysieren-with-frames .frame-1 .item .audio-button span {
  font-weight: 500;
}

.analysieren-with-frames .frame-1 .item .audio-button .normal {
  display: block;
}

.analysieren-with-frames .frame-1 .item .audio-button .hover {
  display: none;
}

.analysieren-with-frames .frame-1 .item .audio-button:hover .normal {
  display: none;
}

.analysieren-with-frames .frame-1 .item .audio-button:hover .hover {
  display: block;
}

.analysieren-with-frames .frame-1 .item .audio-button:hover span {
 color: #fff; 
}

.analysieren-with-frames .frame-1 .item-1 {  
  left: 50%;
    transform: translateX(-50%);
    top: 250px;
    margin-left: -110px;
}

.analysieren-with-frames .frame-1 .item-1 .arrow-wrapper {
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  top: -50px;
  right: -260px;
}

.analysieren-with-frames .frame-1 .item-1 .arrow-wrapper img {
  margin-bottom: 20px;
  margin-right: 20px;
}

.analysieren-with-frames .frame-1 .item-2 {  
  left: 50%;
  transform: translateX(-50%);
  top: 450px;
  margin-left: 290px;
}

.analysieren-with-frames .frame-1 .item-2 .arrow-wrapper {
  display: flex;
  flex-direction: column-reverse;
  position: absolute;
  right: -120px;
  top: 230px;
}

.analysieren-with-frames .frame-1 .item-2 .arrow-wrapper img {
  margin-left: 130px;
  margin-bottom: 10px;
}

.analysieren-with-frames .frame-1 .item-3 {
  left: 50%;
  transform: translateX(-50%);
  top: 580px;
  margin-left: -310px;
}

.analysieren-with-frames .frame-1 .item-3 .arrow-wrapper {
  display: flex;
  flex-direction: column-reverse;
  position: absolute;
  left: -180px;
  top: 160px;
}

.analysieren-with-frames .frame-1 .item-3 .arrow-wrapper img {
  margin-left: 80px;
  margin-bottom: 10px;
}

.analysieren-with-frames .frame-2 {
  text-align: center;
  padding: 200px 0 500px 0;
  background-color: #D1EBFB;
  position: relative;
}

.analysieren-with-frames .frame-2 .heading-wrapper h2 {  
  transform: rotate(-1.25deg);
}

.analysieren-with-frames .frame-2 .heading-wrapper h2:nth-child(2) {
  margin-top: 10px;
}

.analysieren-with-frames .frame-2 .heading-wrapper .images {
  bottom: 170px;
  display: flex;
  flex-direction: row;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.analysieren-with-frames .frame-2 .heading-wrapper .images img:first-child {
  margin-bottom: -250px;
  margin-right: 35px;
}

.analysieren-with-frames .frame-3 .content-wrapper {
  position: relative;
}

.analysieren-with-frames .frame-3 .content-wrapper .image-wrapper {
  position: relative;
  width: 100%;
}

.analysieren-with-frames .frame-3 .content-wrapper .image-wrapper img {
  width: 100%; 
}

.analysieren-with-frames .frame-3 .quotes .quote {
  background-color: #fff;
  padding: 15px;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  position: absolute;
  z-index: 2;
}

.analysieren-with-frames .frame-3 .quotes .quote-1 {
  left: 665px;
  max-width: 460px;
  top: 570px;
  z-index: 9;
}

.analysieren-with-frames .frame-3 .quotes .quote-1 img {
  position: absolute;
  left: 0;
  top: -60px;
  z-index: -1;
  transform: scaleX(-1);
}

@media (min-width: 2560px) {
  .analysieren-with-frames .frame-3 .quotes .quote-1 {
    left: 1000px;
    max-width: 460px;
    top: 750px;
    z-index: 9;
  }
}

@media (max-width: 1439px ) and (min-width: 768px) {
  section.analysieren-with-frames .frame-1 .item-2 {
    margin-left: 190px;
  }
  
  section.analysieren-with-frames .frame-1 .item-3 {
    margin-left: -170px;
  }
  
  section.analysieren-with-frames .frame-3 .quotes .quote-1 {
    left: 285px;
    top: 350px;
  }
}

@media (max-width: 1023px) {
  .analysieren-with-frames {
    position: relative;
  }
  
  .analysieren-with-frames .frame-1 .item .wrapper > img {
    width: 250px;
    height: auto;
  }
  
  section.analysieren-with-frames .frame-1 .item-2 {
    margin-left: 130px;
  }
  
  .analysieren-with-frames .frame-1 .item-3 .arrow-wrapper {
    left: -60px;
    top: 250px;
  }
      
  .analysieren-with-frames > .bubble {
    left: 30px;
    top: 30px;
    padding: 0;
    position: absolute;
  }
  
  .analysieren-with-frames .heading-wrapper h2 {
    font-size: 40px;
  }
  
  .analysieren-with-frames .frame-1 {
    margin-top: 0;
  }
  
  .analysieren-with-frames .frame-2 {
    padding: 100px 0 0px 0;
  }
  
  .analysieren-with-frames .frame-2 .heading-wrapper .images img:first-child {
    width: 50px;
    margin-bottom: -150px;
  }
  
  .analysieren-with-frames .frame-2 .heading-wrapper .images img:last-child {
    width: 200px;
  }
  
  .analysieren-with-frames .frame-2 .heading-wrapper .images {
    bottom: 0;
    justify-content: center;
    left: unset;
    position: relative;
    transform: unset;,
    padding-bottom: 60px;
  }
  
  .analysieren-with-frames .frame-2 .heading-wrapper h2:nth-child(2) {
    margin-bottom: 50px;
  }
  
  section.analysieren-with-frames .frame-3 .quotes .quote-1 {
    left: 30px;
    top: 240px;
  }
  
  .analysieren-with-frames .frame-3 .quotes .quote-1 {
    left: 665px;
    max-width: 410px;
    top: 570px;
  }
  
  .analysieren-with-frames .frame-3 .quotes .quote {
    font-size: 18px;
    line-height: 1.4;
  }
  
  section.analysieren-with-frames .frame-3 .quotes .quote span {
    font-size: 18px !important;
    line-height: 1 !important;
  }
}

@media (max-width: 767px) {
  section.analysieren-with-frames .frame-1 {
    height: 1050px;
    margin-top: 0;
  }
  
  .analysieren-with-frames > .bubble {
    left: 15px;
    top: 15px;
    display: none;
  }
  
  section.analysieren-with-frames > .bubble img {
    width: 100px;
  }
  
  section.analysieren-with-frames .frame-1 .item-1 {    
    left: 50%;
    margin-left: -45px;
    top: 50px;
    transform: translateX(-50%);
  }
  
  section.analysieren-with-frames .frame-1 .item .wrapper > img {
    width: 240px;
  }
  
  section.analysieren-with-frames .frame-1 .item .audio-button {
    height: 70px;
    right: -50px;
    width: 70px;
  }
  
  section.analysieren-with-frames .frame-1 .item .audio-button span {
    font-size: 12px;
  }
  
  section.analysieren-with-frames .frame-1 .item .audio-button img {
    width: 20px;
  }
  
  section.analysieren-with-frames .frame-1 .item-1 .arrow-wrapper {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    right: 20px;
    top: 250px;
  }
  
  .analysieren-with-frames .frame-1 .item-1 .arrow-wrapper img {
    margin-bottom: 30px;
    margin-right: 0px;
  }
  
  section.analysieren-with-frames .frame-1 .item .arrow-wrapper div {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0px;
  }
  
  section.analysieren-with-frames .frame-1 .item-1 .arrow-wrapper img {
    width: 60px;
    transform: rotate(250deg);
  }
  
  section.analysieren-with-frames .frame-1 .item-2 {
    left: 50%;
    margin-left: -50px;
    top: 720px;
    transform: translateX(-50%);
  }
  
  section.analysieren-with-frames .frame-1 .item-2 .arrow-wrapper {
    top: 200px;
    left: 40px;
  }
  
  section.analysieren-with-frames .frame-1 .item-2 .arrow-wrapper img {
    margin-bottom: -10px;
    margin-left: -40px;
    width: 30px;
    transform: rotate(-175deg);
  }
  
  section.analysieren-with-frames .frame-1 .item-3 {
    left: 50%;
    right: unset;
    margin-left: -50px;
    margin-right: unset;
    top: 400px;
    transform: translateX(-50%);
  }
  
  section.analysieren-with-frames .frame-1 .item-3 .arrow-wrapper {
    left: unset;
    top: 190px;
    right: -30px;
  }
  
  section.analysieren-with-frames .frame-1 .item-3 .arrow-wrapper img {
    margin-left: 110px;
    width: 60px;
    margin-bottom: 0px;
    transform: rotate(155deg);
  }
  
  section.analysieren-with-frames .heading-wrapper {
    margin-bottom: 50px;
  }
  
  section.analysieren-with-frames .heading-wrapper h2 {
    font-size: 28px;
  }
  
  section.analysieren-with-frames .frame-2 {
    padding: 180px 15px 0;
  }
  
  section.analysieren-with-frames .frame-2 .heading-wrapper .images img:first-child {
    width: 30px;
    margin-bottom: -150px;
    margin-right: 0;
  }
  
  section.analysieren-with-frames .frame-2 .heading-wrapper .images img:last-child {
    width: 150px;
    top: -230px;
    position: absolute;
  } 
  
  section.analysieren-with-frames .frame-2 .heading-wrapper h2:nth-child(2) {
    margin-bottom: 0;
  }
  
  section.analysieren-with-frames .frame-3 {
    height: 400px;
  }
  
  .analysieren-with-frames .frame-3 .content-wrapper {
    height: 100%;
  }
  
  .analysieren-with-frames .frame-3 .content-wrapper .image-wrapper {
    height: 100%;
  }
  
  .analysieren-with-frames .frame-3 .content-wrapper .image-wrapper > img {
    height: 100% !important;
    object-fit: cover;
  }
  
  section.analysieren-with-frames .frame-3 .quotes .quote-1 {
    left: 30px;
    max-width: 240px;
    top: unset;
    z-index: 9;
    bottom: 50px;
  }
  
  section.analysieren-with-frames .frame-3 .quotes .quote {
    font-size: 12px;
    line-height: 1;
  }
  
  section.analysieren-with-frames .frame-3 .quotes .quote span {
    font-size: 12px !important;
    line-height: 1 !important;    
  }
  
  section.analysieren-with-frames .frame-3 .quotes .quote-1 img {
    left: 0;
    top: -36px;
    z-index: -1;
    transform: scaleX(-1);
  }
}