@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
  /* overflow: hidden !important; */
  font-family: 'Roboto', sans-serif;
  background-color: #f7f7f7;
  margin: 0;
}
.fixed_header {
  position: fixed;
  width: 100%;
  height: 14vh;
  background-color: #e3d29b;
  opacity: .8;
  z-index: 100;
}
.slider {
  position: absolute;
  right: 3vw;
  bottom: 2vh;
}
.hero-image {
  width: 15em;
}

.who_we_are_page_banner .first-bar-animated {
  animation-delay: .2s;
  animation-duration: .8s;
  background-color: transparent;
}

.who_we_are_page_banner .second-bar-animated {
  animation-delay: .4s;
  animation-duration: .8s;
  background-color: transparent;
}

.who_we_are_page_banner .third-bar-animated {
  animation-delay: .6s;
  animation-duration: .8s;
  background-color: transparent;
}

.ingredients {
  width: 27vw;
}
/* .slider img {
  width: 400px;
} */
.slider > .carousel {
  width: 8em;
  height: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  position: absolute;
  bottom: 20%;
}

.slider > .carousel > .dot {
  width: .8em;
  height: .8em;
  position: relative;
  border: 1px solid #fbf9e1;
  border-radius: 50px;
}
.slider > .carousel > .active_dot {
  background-color: #fbf9e1;
}

a.logo_wrapper {
  left: 4vh;
  top: 4vh;
  position: fixed;
  z-index: 100;
}
.logo-sticker {
  position: relative;
  width: 5em;
}

.logo-hero-section {
  position: fixed;
  width: 30vw;
  left: 10vw;
  top: 24vh;
}

.hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url('../../images/bgdaty2.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
  height: 100vh;
  width: 100%;
  position: relative;
  float:right;
}

.overlay {
  position: fixed;
  background: #e3d29b;
  top: 0;
  right: 0;
  width: 25%;
  height:25%;
  visibility: hidden;
  overflow: hidden;
}

.overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100vh;
  width:100%;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation-timing-function: linear;
  -webkit-animation: menu-animation 0.2s; /* Safari 4.0 - 8.0 */
  animation: menu-animation 0.2s;
}
@keyframes menu-animation {
    0%   {width:0%;
          height:0%;}
    35%  {border-radius: 0 0 0 60%;
        height:35%;
        width:35%;}
    50%  {border-radius: 0 0 0 60%;
      height:50%;
      width:50%;}
    75%  {border-radius: 0 0 0 60%;
      height:75%;
      width:75%;}
    100% {
      height:100%;
      width:100%;}
}

.submenu {
  /* list-style-type: none;
  -webkit-transition: height .5s linear 0s;
  -moz-transition: height .5s linear 0s;
  -ms-transition: height .5s linear 0s;
  -o-transition: height .5s linear 0s;
  transition: height .5s linear 0s;
  height: 0px;
  overflow:hidden; */
}
.contains-submenu:hover .submenu {
  /* height: 3.6em;
  -webkit-transition: height .5s linear 0s;
  -moz-transition: height .5s linear 0s;
  -ms-transition: height .5s linear 0s;
  -o-transition: height .5s linear 0s;
  transition: height .5s linear 0s; */
}


.submenu li {
  color: #682f00;
  text-decoration: none;
  cursor: pointer;
  font-size: .6em;
}
.popover {
  max-width : 400px;
z-index   : 1060;

}

.popover-submenu {
 list-style: none;
 padding: 6px;
}
.popover-submenu li {
  padding: 6px;
}
.popover-submenu li a {
    color: #682f00;
    cursor: pointer;
    text-decoration: none;
    font-size: .95em;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.popover-submenu li a:hover {
  color: #ce8f5c;
  cursor: pointer;
  text-decoration: none;
}
.overlay-menu > ul {
  list-style-type: none;
  font-size: 2em;
}

.overlay-menu > ul > li > a, .submenu > li > a  , .overlay-menu > ul > li > div {

  color: #682f00 !important;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}

.overlay-menu > ul > li > a:hover, .submenu > li > a:hover {
  text-decoration: none;
}
.popover-content, {
  background-color: beige !important;
}
.popover {
   opacity: 1;
}

.button_container {
  position: fixed;
  top: 2em;
  right: 2em;
  height: 2em;
  width: 2em;
  cursor: pointer;
  z-index: 200;
  transition: opacity 0.25s ease;
}

.button_container > span {
  background: #485244;
  border: none;
  height: .1em;
  width: 2em;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}

.bar-details .button_container > span {
  background: #fbf9e2;
}


.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #682f00;
}
.button_container.active .middle {
  opacity: 0;
  background: #682f00;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #682f00;
}

.button_container span:nth-of-type(2) {
  top: .7em;
}
.button_container span:nth-of-type(3) {
  top: 1.4em;
}
.button_container.active span:nth-of-type(3) {
  top: 1.6em;
}
.internal-section > .fp-tableCell {
  position: relative;
  height: 100%;
  display: flex;
}

.internal-section > .fp-tableCell > div {
  position: relative;
  width: 50%;
  height: 100%;
}

.internal-section > .fp-tableCell  div.text-desc {
  color: #682f00 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.internal-section > .fp-tableCell  div.text-desc a {
  color: #682f00;
}

.why-dates > .fp-tableCell  div.text-desc {
  width: 50%;
}



.internal-section > .fp-tableCell  div.text-desc > div.inner {
  width: 80%;
}

.internal-section > .fp-tableCell  div.text-desc > div.inner > div {
  display: flex;
  flex-direction: column;
}

.internal-section > .fp-tableCell > div.text-desc h1,
.internal-section > .fp-tableCell > div.text-desc h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 4vh;
}
.internal-section > .fp-tableCell > div.text-desc p {
  font-size: 20px;
}


.internal-section > .fp-tableCell  div.text-desc a {
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #673014;
  padding: 4px;
  float: right;
}

.internal-section > .fp-tableCell  div.text-desc a.our_product_nav {
  float: left;
  border: none;
  color: #682f00;
  transition: color .5s ease-out;
}

.internal-section > .fp-tableCell  div.text-desc a.our_product_nav h3{
  margin: 0;
  font-size: 18px;
}


.internal-section > .fp-tableCell  div.text-desc a.our_product_nav:hover {
  color: #e3d29b;
  transition: color .5s ease-out;
}

.who-we-are > .fp-tableCell > div.text-desc {
  background-color: #e3d29b;
}

.who-we-are > .fp-tableCell > div.image-desc {
  background-color: #ccebe6;
  background-image: url(../../images/aboutus.jpg);
  /* background-color: #e3d29b; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%; 
  transition: background-size .5s ease-in;
  -moz-transition: background-size .5s ease-in;
  -ms-transition: background-size .5s ease-in;
  -o-transition: background-size .5s ease-in;
  -webkit-transition: background-size .5s ease-in;
}

.who-we-are > .fp-tableCell > div.image-desc:hover {
  background-size: 110%;
  transition: background-size .5s ease-in;
  -moz-transition: background-size .5s ease-in;
  -ms-transition: background-size .5s ease-in;
  -o-transition: background-size .5s ease-in;
  -webkit-transition: background-size .5s ease-in;
}

.our-quality-policy > .fp-tableCell > div.text-desc {
  background-color: #53abaf;
}

.our-quality-policy > .fp-tableCell > div.image-desc {
  background-image: url(../../images/our_quality_policy_image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.missions-and-values > .fp-tableCell > div.text-desc {
  background-color: #d95216;
}

.missions-and-values > .fp-tableCell > div.image-desc {
  background-image: url(../../images/mission_and_values_image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.our-rd > .fp-tableCell > div.text-desc {
background-color: #d5aa32;
}

.our-rd > .fp-tableCell > div.image-desc {
  background-image: url(../../images/our_rd.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.our-product > .fp-tableCell > div.text-desc {
  background-color: #3aa163;
}
  
.our-product > .fp-tableCell > div.product-images-desc {
  display: flex;
  flex-direction: column;
  background-color: #dedede;
}

.our-product > .fp-tableCell > div.product-images-desc > div.product-images-desc-wrapper {
  display: flex;
  position: relative;
  height: 50%;
}
.our-product > .fp-tableCell > div.product-images-desc > div.product-images-desc-wrapper div.image_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.our-product > .fp-tableCell > div.product-images-desc > div.product-images-desc-wrapper div.image_wrapper a {
  text-align: center;
}

.our-product > .fp-tableCell > div.product-images-desc > div.second-part div.image_wrapper {
  width: 100%;
}

.orange {
  background-color:  #c34726 ;
}
.blue {
  background-color: #59aaac;
}

.yellow {
  background-color: #cf9921;
}

.our-product > .fp-tableCell > div.product-images-desc > div.product-images-desc-wrapper div img.img-part-one {
  position: relative;
  width: 40%;
  transition: width 1s ease;
}

.our-product > .fp-tableCell > div.product-images-desc > div.product-images-desc-wrapper div img.img-part-one:hover {
  width: 50%;
  transition: width 1s ease;
}
.our-product > .fp-tableCell > div.product-images-desc > div.second-part div img.img-part-two {
  width: 20%;
  transition: width 1s ease;
}

.our-product > .fp-tableCell > div.product-images-desc > div.second-part div img.img-part-two:hover {
  width: 24%;
  transition: width 1s ease;
}

.why-dates >.fp-tableCell {
  display: flex;
  flex-direction: column;
  background-color: #e3d29b;
}

.why-dates >.fp-tableCell > .upper-part {
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}
.down-part {
  display: flex;
  height: 36%;
  width: 100%;
  position: relative;
  background-color: #52aaae;
  color: #682f00;
}

.down-part .img_wrapper  {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.down-part img  {
  width: 11em;
  margin-left: 30px;
}

.down-part .text-desc h2 {
  font-size: 40px;
  width: 350px;
  text-transform: uppercase;
  margin-bottom: .3em !important;
}
.down-part .text-desc p {
  font-size: 28px;
  letter-spacing: -1px;
  width: 90%;
  margin-top: .3em;
}
.down-part .text-desc {
  width: 70%;
  padding: 36px;
}
.down-part .text-desc a {
  border: 1px solid #682f00;
  color: #682f00;
  padding: 13px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  float: right;
}
.down-part .text-desc a:hover { text-decoration: none; }

.mini-cards-section > .fp-tableCell {
  background-color: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}



.mini-cards-section > .fp-tableCell > .header {
  position: relative;
  width: 100%;
}
.mini-cards-section > .fp-tableCell > .content {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 85%;
}
.mini-cards-section > .fp-tableCell > .footer {
  position: relative;
  width: 100%;
  height: 15%;
  display: flex;
  justify-content: center;
}
.mini-cards-section > .fp-tableCell > .header, .contact-section > .fp-tableCell > .header{
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 15%;
}

.mini-cards-section > .fp-tableCell > .header > div, .contact-section > .fp-tableCell > .header > div  {
  position: relative;
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
}

.long_title {
  width: 37vh !important;
  height: 16vh !important;
}
.long_title > span {
padding-left: 6px !important;
font-size: 1em !important;
}
.mini-cards-section > .fp-tableCell > .header > div > div > span, .contact-section > .fp-tableCell > .header > div > div > span {

    font-weight: bold;
    font-size: 2em;
    text-transform: uppercase;
}

.mini-card {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mini-card-content {
  /* height: 80%; */
  width: 80%;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  align-items: center;
  padding: .5em;
}


.mission-and-values-card-content {
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  align-items: center;
}

.mission-and-values-card-content .banner {
  position: relative;
  width: 100%;
  background-image: url('./images/degletennour.jpg');
	background-position: center;
	background-repeat: no-repeat;
  background-size: cover;
  height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mission-and-values-card-content .body {
  padding: 2em;
  font-size: 1.2em;
}
.first-left  > div > p {
  color: rgba(0, 0, 0, 0.64);
  font-size: 1.3em;
  text-align: -webkit-left;
}

.who_we_are_page_content, .our_product_content {
  background-color:  #e3d29b;
  padding: 4em;
}

#why_the_choice_of_dates img {
  width: 400px;
  float: right;
  margin-left: 56px;
  margin-bottom: 21px;
}

.with_icon .text-description {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.our_products_page .with_icon .text-description > img {
  margin-right: 44px;
  width: 300px;
  height: auto;
}

.with_icon .text-description > img {
  margin-right: 44px;
  width: 150px;
}

.certifs_logos_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.single_certif_logo_wrapper {
  position: relative;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.single_certif_logo_wrapper img {
  position: relative;
  width: 50%;
}
.who_we_are_page_content .text-description{
  display: flex;
  align-items: flex-start
}
.who_we_are_page_content .text-description, .our_product_content .text-description {
  color: #693000;
  padding-bottom: 10vh;
}

.who_we_are_text {
  position: relative;
  width: 50%;
}
.who_we_are_image {
  position: relative;
  width: 50%;
  text-align: center;
}
.who_we_are_image img{
  position: relative;
  width: 80%;
}
.text-description .icon_wrapper {
  position: relative;
  width: 20%;
  height: 100%;
}

.text-description .icon_wrapper img {
  position: relative;
  width: 80%;
}
.text-description .text_wrapper {
  position: relative;
  width: 80%;
}

.who_we_are_page_content .content,
.our_product_content .content {
  padding-top: 14vh;
}
.who_we_are_page_content .content h2, .our_product_content .content h2 {
  color: #693000;
  font-size: 48px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.who_we_are_page_content p {
  line-height: 2em;
  font-size: 19px;
}

.our_product_content p {
  font-size: 19px;
  line-height: 2em;
}


.first-left > a, .first-right > a, .second-left > a, .second-right > a{
background-color: #bfbec1;
margin-top: 18px;
padding: 10px;
text-transform: uppercase;
font-weight: bold;
color: #495245;
cursor: pointer;
text-decoration: none;
}
.first-left > div > a:hover, .first-right > div > a:hover, .second-left > div > a:hover, .second-right > div > a:hover{
    background-image: url(../../images/hover_go.png);
    transition: background-image 0.5s ease;
}
.first-left:hover > div > h1,
.first-right:hover > div > h1,
 .second-left:hover > div > h1,
  .second-right:hover > div > h1 {
      background-image: url(../../images/corps_menu_icon_2.png);
  }
  .first-left:hover > a,
  .first-right:hover > a,
   .second-left:hover > a,
    .second-right:hover > a {
        background-color: #d54f13;
        color: white;
    }  
.first-left > img {
  position: absolute;
  width: 19em;
  top: 60%;
  right: 50%;
  z-index: 10;
}


.first-left > div > h1, .first-right > div > h1, .second-left > div > h1, .second-right > div > h1 {
  color: #ffffff;
  font-size: 1.8em;
  background-image: url(../../images/corps_menu_icon.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 2em;
width: 12em;
display: flex;
flex-direction: column;
justify-content: center;
}

.our_product_section .first-left > div > h1,  .our_product_section .first-right > div > h1, .our_product_section .second-left > div > h1, .second-right > div > h1 {
  height: 2.3em;
}


.first-right > div > p, .second-left > div > p, .second-right > div > p, .first-left > div > p {
  color: rgba(0, 0, 0, 0.64);
  font-size: 1em;
  text-align: -webkit-left;
}

/*firt child*/
.first-left > div:first-child,.first-right > div:first-child, .second-left > div:first-child, .second-right > div:first-child {
  position: relative;
  width: 100%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5em;
}

/*second child*/
.first-left > div:nth-child(2), .first-right > div:nth-child(2), .second-left > div:nth-child(2), .second-right > div:nth-child(2) {
  position: relative;
  width: 100%;
  height: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.first-left > div:nth-child(2) > span, .first-right > div:nth-child(2) > span, .second-left > div:nth-child(2) > span, .second-right > div:nth-child(2) > span {
  font-size: 1.2em;
}

/*third child*/
.first-left > div:last-child,.first-right > div:last-child, .second-left > div:last-child, .second-right > div:last-child {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: .5em;
}


.hero-section > .fp-tableCell{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.arraow-holder {
  position: absolute;
  bottom: 1em;
  cursor: pointer;
  right: 2em;
}


.arraow-holder > img {
  position: relative;
  width: 2em;
}

.contact-section > .fp-tableCell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #682f00;
  background-color: #e3d29b;
}

.contact-section > .fp-tableCell > .header {
  position: relative;
  width: 100%;
  height: 15%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.contact-section > .fp-tableCell > .header > span {
  color: white;
  font-weight: bold;
  font-size: 2em;
  padding: 1em;
}
.contact-section > .fp-tableCell > .up-section {
  position: relative;
  height: 90%;
  width: 100%;
  display: flex;
  color: #682f00;
}

.contact-section > .fp-tableCell > .up-section > .left-part > .image-holder {
  height: 15em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-section > .fp-tableCell > .up-section > .left-part > .image-holder > img {
  width: 80%;
}
.contact-section > .fp-tableCell > .up-section > .center-part {
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-section > .fp-tableCell > .up-section > .center-part > .find-us {
  height: 15em;
}
.contact-section > .fp-tableCell > .up-section > .center-part > .find-us > .title {
  font-size: 1.5em;
  font-weight: bold;
}
.contact-section > .fp-tableCell > .up-section > .center-part > .find-us > .content {
  padding-top: 6%;
  font-size: 1.1em;
}

.contact-section > .fp-tableCell > .up-section > .center-part > .find-us > .content > .adress > span,
.contact-section > .fp-tableCell > .up-section > .center-part > .find-us > .content > .phone > span
 {
  font-weight: bold;
}
.contact-section > .fp-tableCell > .up-section > .right-part {
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-section > .fp-tableCell > .up-section > .right-part > .form-container {
  width: 80%;
  text-align: center;
}
.form-container > form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-section > .fp-tableCell > .up-section > .right-part > .form-container > .message-us {
  font-size: 22px; font-weight: bold; text-transform: uppercase;
}

.contact-section > .fp-tableCell > .down-section, #who_we_are_page .down-section {
  position: relative;
  height: 6em;
  width: 100%;
  color: #bfbec1;
  background-color: #693000;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-section > .fp-tableCell > .down-section > .copyright,
#who_we_are_page .down-section > .copyright{
  font-size: 14px;
  padding: 20px;
}
.contact-section > .fp-tableCell > .down-section a,
 #who_we_are_page .down-section a {
  color: #bfbec1 !important;
  text-decoration: none !important;
}
/* FORM STYLE */
.form-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 66% !important;
}
.form-wrapper > input {
  padding: 1em;
  margin-top: 1em;
  font-size: 1em;
  color: #485244 !important;
  font-family: 'Roboto', sans-serif !important;
  background-color: #e3d29b;
  border: 1px solid #682f00;
  border-radius: 0;
}
.form-wrapper > input:focus {
  outline: none
}
.form-wrapper > textarea {
  padding: 1em;
  margin-top: 1em;
  height: 5em;
  border-radius: 5px;
  font-size: 1em;
  color: #485244 !important;
  font-family: 'Roboto', sans-serif !important;
  background-color: #e3d29b;
  border: 1px solid #682f00;
  border-radius: 0;
}
.form-wrapper > textarea:focus {
  outline: none
}
.form-wrapper ::placeholder {
  color: #c7b27f;
  opacity: 1;
  font-weight: bold;
}

.form-wrapper :-ms-input-placeholder {
 color: #c7b27f;
 font-weight: bold;
}

.form-wrapper ::-ms-input-placeholder {
 color: #c7b27f;
 font-weight: bold;
}
.form-wrapper > button {
  position: relative;
  margin-left: 8em;
  margin-top: 1em;
  border-radius: 5px;
  border: none;
  padding: .5em;
  font-size: 1em;
  cursor: pointer;
  color: #682d02;
  background-color: #e3d29b;
  border: 1px solid #682f00;
  border-radius: 0;
  text-transform: uppercase;
}

/**** Our products page ***/
.our_products_page_banner {
  background-image: url('../../images/pagesinternephoto.jpg');
  background-position: center;
	background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

.our_bars_wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  /* flex-direction: column; */
}

.our_bars_wrapper .image_wrapper {
  position: relative;
  width: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.our_bars_wrapper .image_wrapper a{
  text-align: center;
}

.our_bars_wrapper .image_wrapper img {
  width: 40%;
}




/**** Who we are page ****/
.who_we_are_page_banner {
  background-image: url('../../images/bginterne1.jpg');
	background-position: center;
	background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.who_we_are_page_banner .bars-wrapper {
  display: flex;
  justify-content: center;
  width: 90vw;
}
.who_we_are_page_banner .bars-wrapper .image_wrapper {
  position: relative;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.who_we_are_page_banner .bars-wrapper .image_wrapper img { width: 20vw; }
.who_we_are_page_description {
  background-color: #e3d29b;
  color: #682f00;
  padding: 10%;
}
.who_we_are_page_description h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: 2.4em;
}
.who_we_are_page_description p {
  line-height: 2em;
}

/** read more trigger **/
.read-more-state {
  display: none;
}
.read-more-target {
  height: 0;
  font-size: 0;
  -webkit-transition: .8s; 
  -moz-transition: .8s; 
  -ms-transition: .8s; 
  -o-transition: .8s; 
  transition: .8s; 
}

.read-more-trigger, .read-more-trigger-en, .read-more-trigger-de {
  border: 1px solid;
  padding: 11px;
  cursor: pointer;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Lire plus';
}

.read-more-state ~ .read-more-trigger-en:before {
  content: 'Read more';
}
.read-more-state ~ .read-more-trigger-de:before {
  content: 'Weiterlesen';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Lire moins';
}

.read-more-state:checked ~ .read-more-trigger-en:before {
  content: 'Read less';
}
.read-more-state:checked ~ .read-more-trigger-de:before {
  content: 'Lese weniger';
}

.read-more-state ~ .read-more-wrap .read-more-target br{
  display: none;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target br{
  display: block;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  max-height: 10em;
  font-size: inherit;
}

.with-read-more-section {
  max-height: 30vh;
  overflow: hidden;
  transition:all .5s ease;
}

.read-more-state:checked ~ .with-read-more-section {
  max-height: 300vh;
  transition:all 1s ease;
}

.who-we-are-text-with-read-more-section {
  max-height: 70vh;
  overflow: hidden;
  transition:all .5s ease;
}

.read-more-state:checked ~ .who-we-are-text-with-read-more-section {
  max-height: 300vh;
  transition:all 1s ease;
}

/****ANIMATIONS*****/
@keyframes float {
    0% {
				-webkit-transform: translateY(0em);
        transform: translateY(0em) ;
    }

    50% {
				-webkit-transform: translateY(2em) ;
				transform: translateY(1em) ;
    }

    100% {
				-webkit-transform: translateY(0em) ;
				transform: translateY(0em) ;
    }
}

/****RESPONSIVNESS*****/
@media only screen and (max-width: 1350px) {
  .first-left > div > h1, .first-right > div > h1, .second-left > div > h1, .second-right > div > h1 {
    font-size: 0.8em;
  }
  .first-left > a, .first-right > a, .second-left > a, .second-right > a {
    font-size: .7em;
    margin-top: 7px;
    padding: 5px;
  }

  .first-left > div:nth-child(2) > span, .first-right > div:nth-child(2) > span, .second-left > div:nth-child(2) > span, .second-right > div:nth-child(2) > span {
    font-size: .7em;
  }

  .mini-cards-section > .fp-tableCell > .header > div > div > span, .contact-section > .fp-tableCell > .header > div > div > span {
    font-size: 1.4em;
  }

}
@media only screen and (max-width: 1200px) {
  .overlay-menu {
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .overlay-menu > ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
  }
  .overlay-menu > ul > li {
    margin-top: .5em;
  }
  
}
@media only screen and (max-width: 1060px) {
  .who_we_are_page_banner {
    justify-content: center;
  }
 
  #why_the_choice_of_dates img{
    width: 300px;
  }

  .hero-image {
    width: 12em;
  }

  .single_certif_logo_wrapper {
    width: 50%;
    padding-bottom: 4vh;
}
}

@media only screen and (max-width: 900px) {


  .contact-section > .fp-tableCell > .up-section > .left-part > .image-holder > img {
    width: 60%;
  }
  .contact-section > .fp-tableCell > .up-section > .center-part > .find-us > .content {
    font-size: 1em;
  }
  .contact-section > .fp-tableCell > .up-section > .center-part > .find-us > .title,
  .contact-section > .fp-tableCell > .up-section > .right-part > .form-container > .message-us {
    font-size: 1.2em;
  }

  
}
@media only screen and (max-width: 850px) {
  .who_we_are_page_content p, .our_product_content p {
    font-size: 14px;
  }
  .who_we_are_page_content .content h2 {
    font-size: 40px;
  }
  .our_product_content .content h2 {
    font-size: 32px;
  }
  #who_we_are .text-description {
    flex-direction: column-reverse;
  }

  .who_we_are_page_content .text-description {
    flex-direction: column;
  }
  .text-description .icon_wrapper {
    width: 100%;
  }
  .text-description .icon_wrapper img {
    width: 10em;
  }
  .text-description .text_wrapper {
    width: 100%;
    margin-top: 4vh;
  }

  .who_we_are_page_content .text-description .who_we_are_text{
    width: 100%;
    margin-top: 4vh;
  }

  .who_we_are_page_content .text-description .who_we_are_image {
    width: 100%;
    text-align: left;
    margin-top: 4vh;
  }

  .who_we_are_image img {
    width: 40vw;
  }
  .hero-image {
    width: 10em;
  }
  
}
@media only screen and (max-width: 700px) {
  .contact-section > .fp-tableCell > .up-section > .center-part > .find-us > .content {
    font-size: .9em;
  }
  .contact-section > .fp-tableCell > .up-section > .center-part > .find-us > .title,
  .contact-section > .fp-tableCell > .up-section > .right-part > .form-container > .message-us {
    font-size: 1.1em;
  }

  .who_we_are_page_content p, .our_product_content p {
    font-size: 12px;
  }

  .our_products_page .with_icon .text-description > img {
    width: 220px;
  }
  .with_icon .text-description > img {
    width: 100px;
  }

  .with_icon .text-description {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 5vh;
  }
 
}
@media only screen and (max-width: 600px) {

  .down-part .text-desc h2 {
    width: auto;
    font-size: 30px;
  }
  .logo-sticker {
    width: 3.6em;
  }
  .first-left > div > a, .first-right > div > a, .second-left > div > a, .second-right > div > a {
    font-size: .8em;
  }

  .contact-section > .fp-tableCell > .up-section {
    flex-direction: column;
  }
  .contact-section > .fp-tableCell > .up-section > .center-part {
    width: 100%;
  }

    .contact-section > .fp-tableCell > .up-section > .right-part {
      width: 100%;
    }
  
    .contact-section > .fp-tableCell > .up-section > .right-part > .form-container > form > textarea {
      height: 5em;
      width: 12em;
      margin: .5em;
    }

      .contact-section > .fp-tableCell > .up-section > .center-part > .find-us,
      .contact-section > .fp-tableCell > .up-section > .right-part > .form-container {
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
      .hero-section > .fp-tableCell > .title {
        top: 7em;
        font-size: .8em;
      }
      
}



@media only screen and (max-width: 500px) {
  .our_bars_wrapper {
    width: 100%;
    flex-direction: column;
  }
  
  .our_bars_wrapper .image_wrapper {
    position: relative;
    width: 100%;
    height: 33.33%;
  }
  .who_we_are_image img {
    width: 100%;
  }
  .who_we_are_page_content .content h2, .our_product_content .content h2
  .down-part .text-desc h2 {
   font-size: 30px;
  }
 
  .with_icon .text-description {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider > .carousel {
    bottom: 30%;
  }
  .contact-section > .fp-tableCell > .header > span,
   .mini-cards-section > .fp-tableCell > .header > span {
    padding: .8em;
    font-size: 1.5em;
  }
  /* .form-wrapper > button {
    margin-left: 40%;
  } */

  .first-left > div:nth-child(2) > span,
  .first-right > div:nth-child(2) > span,
  .second-left > div:nth-child(2) > span,
  .second-right > div:nth-child(2) > span {
    font-size: .8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .arraow-holder {
    width: 2em;
    height: 2em;
  }
  .contact-section > .fp-tableCell > .up-section > .right-part > .form-container > form > input {
    width: 12em;
    margin: .5em;
  }


  /**************************/
  .our-product > .fp-tableCell {
    flex-direction: column-reverse !important;
  }
  .internal-section > .fp-tableCell {
    flex-direction: column;
  }
  .internal-section > .fp-tableCell > div {
    height: 50%;
    width: 100%;
  }

  /* .form-wrapper > button {
    font-size: .8em;
  } */

  .internal-section > .fp-tableCell > div.text-desc h1,
  .internal-section > .fp-tableCell  div.text-desc h2 {
    font-size: 20px;
  }

  .internal-section > .fp-tableCell  div.text-desc p,
  .internal-section > .fp-tableCell div.text-desc a {
    font-size: 16px;
  }

  .why-dates > .fp-tableCell  div.text-desc h2 {
    font-size: 18px;
  }

  .why-dates > .fp-tableCell  div.text-desc p {
    font-size: 14px;
  }
 
  .internal-section > .fp-tableCell  div.text-desc a.our_product_nav h3{
    margin: 0;
    font-size: 18px;
  }
  .our-product > .fp-tableCell > div.product-images-desc > div.product-images-desc-wrapper div img.img-part-one {
    width: 33%;
  }
  .our-product > .fp-tableCell > div.product-images-desc > div.product-images-desc-wrapper div img.img-part-one:hover {
    width: 36%;
  }
  .our-product > .fp-tableCell > div.product-images-desc > div.second-part div img.img-part-two {
    width: 16%;
  }
  .our-product > .fp-tableCell > div.product-images-desc > div.second-part div img.img-part-two:hover {
    width: 18%;
  }
  .our_product_content .content h2 {
    font-size: 23px;
    line-height: 1.3em;
  }
  #why_the_choice_of_dates img {
    margin-top: 20px;
    position: relative;
    width: 100%;
  }
  .overlay-menu > ul > li > a, .submenu > li > a, .overlay-menu > ul > li > div {
    font-size: 24px;
  }
  
  /**************************/


}
@media only screen and (max-width: 450px) {
  .down-part {
    flex-direction: column;
  }
  .down-part .img_wrapper {
    align-items: flex-start;
  }
  .down-part .text-desc {
    padding-top: 0;
    width: 100%;
  }

  .hero-image {
    width: 6em;
}
}
@media only screen and (max-width: 400px) {

  .who_we_are_page_content, .our_product_content {
    padding: 2em;
  }

  .contact-section > .fp-tableCell > .down-section > .arraow-holder {
    right: 1em;
  }
  .contact-section > .fp-tableCell > .up-section > .center-part > .find-us,
  .contact-section > .fp-tableCell > .up-section > .right-part > .form-container {
    font-size: .8em;
  }
  .contact-section > .fp-tableCell > .up-section > .center-part > .find-us > .content,
  .contact-section > .fp-tableCell > .up-section > .right-part > .form-container > form {
    padding-top: 0%;
  }
  .contact-section > .fp-tableCell > .up-section > .right-part {
    padding-top: .5em;
  }

  .contact-section > .fp-tableCell > .down-section
  {
    font-size: .8em;
  }

  .contact-section > .fp-tableCell > .down-section > div:first-child {
    width: 0%;
  }

  /* .contact-section > .fp-tableCell > .up-section > .center-part > .find-us,
  .contact-section > .fp-tableCell > .up-section > .right-part > .form-container {
    position: absolute;
    bottom: 0;
  } */
 

  .overlay-menu > ul > li > a, .submenu > li > a, .overlay-menu > ul > li > div {
    font-size: 19px;
  }
}




.button_container_products {
  position: fixed;
  top: 2em;
  right: 2em;
  height: 2em;
  width: 2em;
  cursor: pointer;
  z-index: 200;
  transition: opacity 0.25s ease;
}

.button_container_products > span {
  background: #ffffff;
  border: none;
  height: .1em;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}



.button_container_products.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}
.button_container_products.active .middle {
  opacity: 0;
  background: #fff;
}
.button_container_products.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff;
}

.button_container_products span:nth-of-type(2) {
  top: .7em;
}
.button_container_products span:nth-of-type(3) {
  top: 1.4em;
}
.overlay-menu > ul {
  list-style-type: none;
}
.overlay-menu > ul > li {
  float: left;
  text-align: center;
  padding: 0px 16px;
} 
