/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*---------------------------------------
  FLEXBOX               
-----------------------------------------*/
.pgContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  /* background-color: #fff0c0; */
  

}

.pains {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 350px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 2rem;
}

.gains {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 350px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;

}

.researchContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  /* background-color: #ffe58e; */
  margin-bottom: 1rem;
  height: auto;



}

#researchCell {
  min-width: 350px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 3vw;
  /* background-color: #e5b003; */
  height: 13rem;


}



/*---------------------------------------
  Trivago Redesign              
-----------------------------------------*/

.ReImg {
  padding: 0;
  max-width: 1000px;
  margin: 0px auto;
  display: inline-block;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-top: 4em;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.ReImg2 {
  padding: 0;
  max-width: 950px;
  margin: 0px auto;
  display: inline-block;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 4px 4px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 4px 4px 0px;
  margin-top: 4em;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

#lb-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 130;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

#lb-back.show {
  visibility: visible;
  opacity: 1;
  overflow-x: scroll;
}

#lb-img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  text-align: center;
}

#lb-img img {
  height: auto;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  max-width: 50vw;
  margin-top: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#lb-backTwo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 130;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

#lb-backTwo.show {
  visibility: visible;
  opacity: 1;
  overflow-x: scroll;
}

#lb-imgTwo {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  text-align: center;
}

#lb-imgTwo img {
  height: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  max-width: 27%;
  margin-top: 10vh;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#resRed {
  list-style-type: none;
  text-align: left;
}

.headerMain {
  font-size: 2.77rem;
  font-weight: 700;
  margin-bottom: 1.9rem;
  line-height: 28px;
  font-family: 'gilroy';
  /*H1 44px */
}

.containerMainAudyt {
  display: block;
  background-color: rgb(255, 255, 255);
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10rem;
  margin-bottom: 6rem;
}





/*---------------------------------------
SIDEBAR
-----------------------------------------*/

.sidebar {
  position: fixed;
  top: 50%;
  left: 1%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 22;
}

.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar li {
  margin-bottom: 10px;
}

.sidebar a {
  display: block;
  padding: 8px;
  color: #363636;
  text-decoration: none;
  background-color: transparent;
  font-weight: 600;
  font-size: 0.9rem;
  mix-blend-mode: exclusion;
}

.sidebar-link.active {
  font-weight: bold;
  color: #b3ffbd;
}

.sidebar a:hover {
  font-weight: 800;
  color: #000000;
}

.section {
  padding: 50px;
  background-color: #fff;
  color: #333;
  font-size: 1.5em;
}

.section.active {
  background-color: #b3ffbd;
}


@media(max-width:1200px) {

  .sidebar {
    position: fixed;
    top: 50%;
    left: 1%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 22;
  }


}


@media (max-width: 890px) {
  .sidebar {
    visibility: hidden;
  }
}




/*---------------------------------------
ResearchImg
-----------------------------------------*/



.resImgCon {
  width: 100%;
  overflow: hidden;
  min-height: 200px;
  bottom: 0px;
  /* background-color: #00923d; */
}


.imgRes {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* Przycięcie zdjęcia w ramach diva */
  min-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  bottom: 0px;
  overflow: hidden;
}








.resFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  height: 150px;
  max-width: 100%;
  min-height: 190px;
}

.imgrRight {
  min-width: 350px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  margin-left: 0.5%;
  height: auto;
  width: 100%; /* Ustalamy szerokość na 100% */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.imgrLeft {
  min-width: 350px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  margin-left: 0.5%;
  height: auto;
  width: 100%; /* Ustalamy szerokość na 100% */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;


}

 



/*---------------------------------------
  TRIVAGO AUDIT              
-----------------------------------------*/

#audytCont {
  margin-left: 15rem;
  margin-right: 15rem;
}

.capTxt2 {
  margin-top: 1em;
  font-size: .9rem;
  font-weight: 300;
  color: #a3a3a3;
  /* text-align: center; */
  /* width: 90vh; */
  display: inline-block;
  /* margin:  auto; */
  word-break: break-word;
  direction: ltr;
  text-align: start;
  margin-left: 5%;
  margin-right: 5%;
  font-style: italic;

}

.conPort {
  /* margin: 3em; */
}

.zoom {
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  -o-transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}

.zoom:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

hr {
  border: 0;
  height: 0.5px;
  background-color: #c0c0c0;
  margin-top: 8em;
  margin-bottom: 9em;
}

#headBg {
  width: 94%;
  background-color: rgb(248, 248, 248), transparent;
  text-align: center;
  margin: 0 auto;
  text-align: center;
}

.main {
  padding-left: 1em;
  padding-right: 1em;
}

.trivago {
  margin-left: 2em;
  margin-right: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-bottom: 10em;
}

.isCon {
  margin-bottom: 6em;
}

.trivImg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 400px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.trivText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 50vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  margin-left: 2em;
  margin-right: 2em;
}

.trtxt {
  font-size: 1.1rem;
  line-height: 1.8em;
  /* text-align: justify; */
  text-justify: inter-word;
  width: 40vw;
  color: #041900;
  font-weight: 400;
}

.rlTxt {
  margin-left: 25%;
  margin-right: 25%;
  font-size: 1.4rem;
  line-height: 1.6em;
  text-align: center;
  text-align: left;
  color: #afafaf;
  font-style: italic;
  text-align: center;
}

#title {
  margin-top: 16em;
  margin-bottom: 5em;
}

.mainMob {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 0;
  width: auto;
}

.trivagoMob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.zoomMob {
  max-width: 15vw;
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  -o-transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.trivTextMob {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 8vw;
  max-width: 28vw;
  height: auto;
  /* padding-right: 3em; */
  margin-left: 1.5em;
}

.trtxtMob {
  margin-right: 1em;
  font-size: 1rem;
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.6em;
  font-weight: 400;
}

#issue {
  color: #e5b003;
  font-size: 1.8rem;
  font-weight: 700;
}

#solution {
  color: #00923d;
  font-size: 1.8rem;
  font-weight: 700;
}


/*---------------------------------------
MEDIA
-----------------------------------------*/

@media (max-width: 1100px) {
  .conPort {
    margin: 1em;
  }

  .trivago {
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 0em;
    padding-right: 0em;
  }

  .main {
    padding-left: 0em;
    padding-right: 0em;
    margin-left: 0em;
    margin-right: 0em;
  }

  .trivText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 98%;
  }

  .trtxt {
    font-size: 1rem;
    line-height: 1.7em;
    width: 96%;
    margin-left: 0em;
    margin-right: 0em;
    /* background-color: rgb(219, 254, 150); */
    display: inline-block;
    /* max-width: 90vw; */
    /* overflow:hidden; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 1em;
    overflow-wrap: anywhere;
    word-break: break-word;
    direction: ltr;
    text-align: start;
  }

  .rlTxt {
    text-align: left;
    margin-left: 15%;
    margin-right: 15%;
    font-size: 1rem;
    line-height: 2em;
  }

  .trivImg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 45vw;
  }

  .mainMob {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: 1em;
    width: auto;
  }

  .trivagoMob {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0.5em;
  }

  .trivTextMob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 65vw;
    -ms-flex-preferred-size: 550px;
    flex-basis: 550px;
    margin-bottom: 2em;
  }

  .zoomMob {
    max-width: 22vw;
    -webkit-transition: -webkit-transform ease-in-out 0.3s;
    transition: -webkit-transform ease-in-out 0.3s;
    -o-transition: transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 2em;
  }

  .trtxtMob {
    margin-left: 0.5em;
    margin-right: 1em;
    font-size: 0.8rem;
  }
}










@media (max-width: 860px) {

  @media (max-width: 1100px) {
    #heading1 {
      font-size: 3rem;
    }

    #heading {
      font-size: 2rem;
    }

    .ConRed {
      margin-left: 5vw;
      margin-right: 5vw;
    }
  }


  @media (max-width: 860px) {
    .capTxt {
      margin-left: 0;
      margin-right: 0;
    }

    #heading1 {
      font-size: 2.4rem;
    }

    #heading {
      font-size: 2rem;
    }

  }

  #audytCont {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .headerSmall {
    line-height: 2rem;
  }


  .headerMain {
    text-align: center;
  }

  .headerBig {
    text-align: center;
  }

  .headerMid {
    text-align: center;
  }

  hr {
    width: 90%;
  }

  .conPort {
    margin: 0em;
  }

  .trivago {
    margin-bottom: 5em;
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .trivImg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: 50vw;
    flex-basis: 50vw;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .main {
    padding-left: 0;
    margin-top: 0;
  }

  .trtxt {
    margin-left: 1em;
    margin-right: 1em;
    font-size: 0.9rem;
  }

  .rlTxt {
    margin-left: 1vw;
    margin-right: 1vw;
    font-size: 0.8rem;
    line-height: 1.9em;
    text-align: center;
    /* text-align: justify; */
    /* text-justify: inter-word; */
    display: table;
    text-justify: none;
    table-layout: fixed;
    min-width: 90%;
    /* text-overflow: ellipsis;  */
  }

  .mob {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }

  .mainMob {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: 0;
    width: auto;
  }

  .trivText {
    margin: 0;
  }

  .trivagoMob {
    margin-left: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0.5em;
  }

  .trivTextMob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 55vw;
    margin-bottom: 2em;
    padding-right: .5em;
  }

  .trtxtMob {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    font-size: 0.8rem;
  }

  .zoomMob {
    max-width: 35vw;
    -webkit-transition: -webkit-transform ease-in-out 0.3s;
    transition: -webkit-transform ease-in-out 0.3s;
    -o-transition: transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
    margin-bottom: 2em;
  }

  #artHead {
    text-align: center;
  }
}