 <style>
.Block .is-piecemeal {
    overflow-x: hidden;
    width: 100vw;
    margin-left: -20px;
}
 .Block {
  line-height: 1.5;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
    margin: auto calc(50% - 50vw)
}

 .Block-media {
  height: 100%;
  left: 0;
  max-height: 100vh;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; 
}

.Block-media.is-fixed {
  clip: rect(0, auto, auto, 0);
  max-height: none; 
}

.Block-media > * {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.Block-content-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    z-index: 1;
    top: 0;
    padding-bottom: 400px;
      opacity: 0.96;
    filter: alpha(opacity=90);
}
@media screen and (max-width:500px) {
    .Block-content-1 img {
            transform: scale(2.9);
    }
}
.Media video,
.Media img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  vertical-align: top;
  width: 100%;
}
.Block-content-2 h1 {
  color: #980341;
  font-family: barlow, roboto;
  font-size: 4rem;
  letter-spacing: 2px;
  margin-top:0;
  font-weight: 900;
}
.Block-content-2 h2 {
    color: #980341;
     font-family: barlow, roboto;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 1.5rem;
}
.Block-content-2 p {
    max-width: 600px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    color: #980341;
  font-family: barlow, roboto;
    font-weight: 500;
}
.Block-content-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 60rem;
    min-height: 46vh;
    position: relative;
    text-align: center;
    width: calc(100% - 1.875rem);
    z-index: 1;
    color: #980341;
}
.Block-content-3 {

}
.klima {
  width: 200px;
    text-align: center;
    margin: auto;
}
.klima img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    width: calc(20% - 1.875rem);
    z-index: 1;
    margin-top: 100px;
}
body>section.secondary {
display:none;

}
@media screen and (min-width:1000px) {
  .Block-content-2 h2 {
    font-size: 1.7rem;
  }
  .Block-content-2 h1 {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 600px) {
.Block-content-1  {
}
  .Block-media > * {
    height: 100vh;
  }
  .Block-content-2 h1 {
    font-size: 2.5rem;
}
  .Block-content-2 h2 {
    font-size: 1.2rem;
  }
  .Block-content-2 p {
   font-size: 0.99rem;
  }
  .klima {
    width:150px;
  }
}
@media screen and (min-width:601px) {
  .Block-content-2 p {
    font-size: 1.2rem;
  }    
}
/* SITAT STYLING*/
blockquote.text-left {
  color: #ff669b;
  font-weight: 600;
      padding: .5625rem 1.25rem 0 0rem;
}
div.quotebox {
  padding-left:0;
}
@media only screen and (min-width: 641px){
blockquote {
    font-size: 1.7rem;
  }
}
@media only and (max-width:640px) {
  .show-for-big {
    display:none;
}
  .show-for-small {
    display: inherit;
  }
}
@media screen and (min-width:641px) {
    .show-for-small {
    display: none;
}
  .show-for-big {
    display:inherit;
  }
}
</style>