


.portfogruen-scroll {
  position: relative;
  background: url('../gruen/Bienen-Extended.jpg');
  height: 100vh;
  background-position: 30%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  padding-top: 200px;
}

.scroll-img {
  position: absolute;
  width: 60%;
  opacity: 0;
}

.scene-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, rgba(50, 58, 19, 0.8), rgba(255, 255, 255, 0));
  opacity: 0;
}

/*
  mobile view fix
*/
@media(max-width: 576px) {
  .scroll-img {
    width: 90%;
  }
}

/*Headlineimage Defintion*/
.gruenhead {
  /* width: 480px; */
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  /* filter: drop-shadow(1px 1px 7px #222); */
  transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 90px;
  letter-spacing: -0.015em;
  line-height: 1.1;
  /* opacity: 0; */
  text-align: center;
}

@media screen and (max-width: 768px) {
  .portfogruen-scroll-wrapper{
    top: 140px;
    height: calc(100vh - 140px);
  }
}

.portfogruen-scroll-wrapper{
  position: absolute;
  top: 155px;
  left: 0;
  width: 100%;
  height: calc(100vh - 155px);
}

.gruenhead span{
  display: block;
  opacity: 0;
}

@media (max-width: 1140px) {
  .gruenhead {
    top: 40%;
    /* width: 380px; */
    /* height: auto; */
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .gruenhead {
    /* width: 300px; */
    /* height: auto; */
    font-size: 50px;
  }
}



/*Headlinefarbe und Größe Defintion*/
.center-heading-20-margin {
  font-size: 4em !important;
  /* color: #333 !important; */
  background: linear-gradient(50deg, #bf883b, #f3c45f, #bf883b );
  -webkit-background-clip: text; /* Webkit-based browsers */
  background-clip: text;
  color: transparent;
  text-align: center;
  padding-bottom: 25px;
  margin: 0 0 10px 0 !important;
}

h1.center-heading-20-margin {
  font-size: 80px !important;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -.015em;
  text-align: center;
  margin: 0 0 10px 0 !important;
}

/*responsiveness*/
@media(max-width: 1200px) {
  .center-heading-20-margin {
    font-size: 64px !important;
    line-height: 1.0625;
    font-weight: 600;
    padding-bottom: 10px;
    letter-spacing: -.009em;
  }

  h1.center-heading-20-margin {
    font-size: 64px !important;
    line-height: 1.0625;
    font-weight: 600;
    letter-spacing: -.009em;
    margin: 0 0 0px 0 !important;
  }
}

@media(max-width: 767px) {
  .center-heading-20-margin {
    font-size: 44px !important;
    line-height: 1.0625;
    font-weight: 600;
    letter-spacing: -.009em;
  }

  h1.center-heading-20-margin {
    font-size: 44px !important;
    line-height: 1.0625;
    font-weight: 600;
    letter-spacing: -.009em;
    margin: 0 0 0px 0 !important;
    text-align: left;
  }
}








/***************WRAPPER TEXT auf Bild*********************/
.gruenuebersicht {
  position: relative;
}


.gruencaptionuebersicht {
  position: absolute;
  margin: 0;
  top: 10%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 40;
}


.gruencaptionuebersicht h3 {
  color: #edf0d3;
  font-size: 60px;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -.015em;
  margin: 70px 0 3px;
}

.weiteregruenuebersicht {
  color: #fff;
  padding: 7px 0px;
  font-size: 25px !important;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.015em;
  margin: 3px 90px 0px;
}

.gruenuebersicht:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background:
    /* top, transparent red, faked with gradient */
    linear-gradient(to top, rgba(0, 0, 0, 0.02) 40%, rgba(35, 30, 35, 0.93));
  /* bottom, image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.8;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}




@media (max-width: 991px) {
  .gruencaptionuebersicht h3 {

    font-size: 45px;
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -.015em;
    margin: 70px 0 0px;
  }

  .weiteregruenuebersicht {

    padding: 7px 0px;
    font-size: 25px !important;
    line-height: 1.15;
    letter-spacing: -.015em;
    margin: 3px 20px 0px;
  }

}

@media (max-width: 762px) {


  .gruencaptionuebersicht h3 {

    font-size: 40px;
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -.015em;
    margin: 70px 0 0px;
  }


  .weiteregruenuebersicht {

    padding: 7px 0px;
    font-size: 20px !important;
    line-height: 1.2;
    letter-spacing: -.015em;
    margin: 3px 20px 0px;
  }


}





/* Zitate */


blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none
}


.quote blockquote {
    font-weight: 600;
    font-style: italic;
    font-size: 32px;
    line-height: 40px;
    margin-top: 16px;
    color: #000;
        border-left: 0px solid #eee;
        padding: 0;
}

.quote__author {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-top: 10px;
    width: 180px;
}

.quote blockquote:before {
    content: "\201E";
}
.quote blockquote:after {
    content: "\201C";
}

.quote__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

















/* ######
      IMAGE EFFECT STYLE ZOOM REIN mit CROP 2021 SB FLICKERT AUF IOS darum off
    ###### */
    .image-col{
      position: relative;
    }
    .image-container-outer{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      overflow: hidden;
      -webkit-backface-visibility: hidden;
      transition: height 0.2s linear, width 0.2s linear;
    }

    .image-container-inner{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
    }
    .image-container-inner img{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
    }




/*###### Revealer Scrollmagiceffect STYLE SB 2021#######*/
.revealer1sb {
  opacity: 0;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.revealer1sb.visible {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

/*###### FADEINUPSB Scrollmagiceffect STYLE SB 2021#######*/
.fader1sb {
  opacity: 0;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.fader1sb.visible {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}














.honigbgs {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1)), url('../gruen/beesback.png'); /* Replace with your image URL */
  background-size: 40%;
  background-position: top right; /* Position the image at the top right corner */
  background-repeat: no-repeat;
  position: absolute;
  top: -60px;
  left: 114px;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translateZ(0);
  /* filter: blur(3px);  */
}

/*responsiveness*/
@media(max-width: 1200px) {

  .honigbgs {
background-size: 50%;
    top: -60px;
    left: 4px;

  }
}

.containerhonig {
  position: relative;
  z-index: 1;
  padding-top: 0px; /* Adjust this value to vertically center the text */
}


.honig img {max-width: 450px}

/*responsiveness*/
@media(max-width: 1140px) {
.honig img {max-width: 350px}
}
