.portfometall-scroll {
  position: relative;
  background: url('../metall/starter.jpg');
  height: 100vh;
  background-position: center;
  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(15, 15, 15, 0.7), rgba(255, 255, 255, 0));
  opacity: 0;
}

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

/*Headlineimage Defintion*/
.metallhead {
  /* 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: 95px;
  line-height: 1.1;
  /* opacity: 0; */
  text-align: center;
}

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

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

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

@media (max-width: 1140px) {
  .metallhead {
    /* width: 380px; */
    /* height: auto; */
    font-size: 60px;
  }
}

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

/*Headlinefarbe und Größe Defintion*/
.center-heading-20-margin {
  font-size: 4em !important;
  color: #333 !important;
  text-align: center;
  margin: 0 0 20px 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 20px 0 !important;
}

/*responsiveness*/
@media(max-width: 1200px) {
  .center-heading-20-margin {
    font-size: 64px !important;
    line-height: 1.0625;
    font-weight: 600;
    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;
  }
}




/*###### FARBEN METALL SB 2021#######*/
.farben-metall {
  width: 250px;
  height: auto;
  /* margin-left: -125px; */
}

.farbwrapper {
  /* width: 300px; */
  height: 600px;
  /* position: relative;
  margin: 60px auto; */
}


.parent {
  width: 100%;
  height: 100%;
  position: relative;
  /* background: black; */
}



.child {
position: absolute;
  width: 200px;
  height: 280px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.farben-text{
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  color: #333;
  font-size: 64px;
  font-weight: 600;
  opacity: 0;
}







/*###### 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;
}
