 
body {
    background: darkslategrey;
  background: white;
  /*margin-left: auto;
  margin-right: auto;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  margin-bottom: 0;
}


/* ******************************************************************************************************* */
/* > iPad Size -- start*/
/*@media (min-width: 1081px) {*/
@media (min-width: 500px) {

    h1{
      vertical-align:middle;
      text-decoration: none;
      /*font-weight: bold;*/
      font-family: 'Syncopate', sans-serif;
      color: white;
      text-shadow:  4px 4px 8px black;
      font-size: min(var(--varFontSizeH1),50px);
      z-index: 2;
     }

     h2{
      margin:auto;
      margin-bottom: 20px;
      vertical-align:middle;
      text-decoration: none;
      font-weight: bold;
      font-family: 'Roboto', sans-serif;
      color: #2f4f4f;
      text-transform: uppercase;
      font-size: var(--varFontSizeH2);
      font-weight:  100;
      z-index: 3;
     }

.contentWrapper{
  height: auto;
  background: #cfe2e2;
}
    

.flexRow{
  display: flex;
  flex-direction: row;
  margin-bottom: 2vh;

}

.flexColumn{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;


}



.text{
  display: flex;
  margin-left: 1vw;
    height: 60px;
  width: 200px;
  margin-top: auto;
  margin-bottom: auto;
}





.container{
  display: flex;
  flex-direction: row;
  align-items: top;
  justify-content: center;

}

.contentWrapper{
  margin-top: 0px;
}

.content1{
  width: 100%;
  height: 5vh;
  background-color: white;
  padding: 1px;
}


.content2{

  display: flex;
  flex-direction: row;
  align-items: top;
  justify-content: center;

  width: 100%;
  height: 35vh;
  background-color: #FFFFFF;
  margin-bottom: max(2vw,4vh);
}

.section1{
  width: 60%;
  height: 35vh;

}

.section1 h1{
  -webkit-font-smoothing;
  -moz-osx-font-smoothing;
    font-family: "Roboto", sans-serif;
    font-size: 3rem;
    color: #2f4f4f ;
    text-shadow:  none;
    font-weight: 400;
    margin-left: 2vw;
    margin-top: min(4vw,80px);

}

.section1 h2{
   -webkit-font-smoothing;
   -moz-osx-font-smoothing;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    color: #2f4f4f;
    text-shadow:  none;
    text-transform: none;
    margin-left: 2vw;

}

.section2{
  width: 40%;
  max-width: 600px;
  height: 35vh;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2rem;
  font-size: 1rem;
  font-weight: 200;
  /*background-image: url('../img/strommast.jpg');*/
  /*background-size: 100% 100%;*/
  /*padding-right: 2px;*/
  background: #FFFFFF;
}

#video-box{
  /*display: flex;*/
  width: 35vw;
  max-width: 600px;
  height: 35vh;
  overflow: hidden;
  background: #FFFFFF;
  z-index: 5;

}

video{
  width: 35vw;
  max-width: 300px;
  max-width: 700px;

  height: auto;

}

.section2 h3{
  position: absolute;
  top: 15vh;
  left: 18vw;

  font-size: min(3vw,50px);
  
  display: block;
  letter-spacing: -0.1vw;
  font-family: 'Syncopate', sans-serif;
  /*font-family: sans-serif, "Roboto";*/
  font-weight: bold;
  color: #FFFFFF;
  z-index: 6;

  animation:  fadeIn1;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay:  0s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn1 {
  0% {opacity: 0.0;}
  50% {bottom: -300px; opacity: 0.0;}
  100% {bottom:  0; opacity: 1.0;}
}

#cetBigLogo{
  font-size: 9rem;
  font-family: 'Syncopate', sans-serif;
  color: #FFFFFF;
  text-shadow: 8px 8px 12px black;
  font-weight: 600;
}

.newRowElement{
  display: flex;
  flex-direction: row;
  margin-bottom: max(2vw,4vh);

}

.content3{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 15vh;
  background-color: #2f4f4f;
 
}

#ourMission{
  width: 50%;
  height: 35vh;
  background-image: url('../img/trading2.jpg');
  background-size: 100% 100%;

}

.content4{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 35vh;
  background: #cfe2e2; /*linear-gradient(270deg, #3b6363, #2F4F4F);*/
  /*padding: 1px;*/
}

.content4 h2{
  color: #2F4F4F;
  font-size: 1.5rem;
  margin-left: 2vw;
  margin-right: 2vw;
  text-transform: none;

}

.content4 p{
  color: #2f4f4f;
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
}

.content5{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 25vh;
  background-color: #FFFFFF;
  padding: 1px;
}

.content5 h2{
  color: #2f4f4f;
  font-size: 2rem;
}

.content5 p{
  color: #2f4f4f;
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
}

.valueElements{
  
  flex: 1 1 0px;
  margin: auto;

}



#ourValuesTitle{
  font-family: sans-serif, "Roboto";
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: 100;
}

#ourMissionTitle{
  font-family: sans-serif, "Roboto";
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: bold;
}


.titleContent{
  margin-top: 40px;
  margin-right: 18vw;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;

 }

.innerContentWrapper{
  margin-top: 10vh;
  width: 900px;
}

.aboutContent1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  width: 600px;
  max-width: 600px;
  hight: auto;
  color: #2f4f4f;
  background-color: darkgrey;
  border-radius: 2px;
  background: #FFFFFF; /*rgba(47, 79, 79, 0.9);*/
  
  padding: 20px;
  z-index: 4;
  font-family: 
  "Roboto",sans-serif;
}

.aboutContent1 h2{
  margin-bottom: 0;
}

.aboutContent1 h3{
  margin-top: 0;
  float: right;
  font-size: 1rem;
  font-weight: 400;
}

.innerContentWrapper{
  height: auto;
  margin-top: 4vh;
  margin-bottom: 4vh;
}


.image {
  display: block;
  width: 100%;
  height: auto;
}

.contactContent2{
    position: relative;
  width: 50%;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 100%;
  max-width: 300px;
  height: auto;
  /*background: #a7aaad;*/
  background: rgba(0,0,0,0.3);
  vertical-align:middle;
  color: #f0f0f1;
  /*font-family: "Montserrat", sans-serif;
  
  line-height: 1.2rem;
  font-size: 1rem;
  font-weight: 200;*/
}


.contactContent2:hover .overlay {
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background: #2f4f4f;
  color: #2f4f4f;
  font-family: "Roboto", sans-serif;
  
  line-height: 1.2rem;
  font-size: 1rem;
  font-weight: 200;

}

.overlay h1{
  margin-top: 40px;
  font-size: 2rem;
  text-align: center;
}

.overlay h2{
    margin-top: 10px;
    text-align: center;
    vertical-align:middle;
    text-decoration: none;
    font-family: 'Syncopate', sans-serif;
    color: white;
    text-shadow:  1px 1px 2px black;
    font-size: 1.1rem;
    z-index: 2;
}

.overlay p{
  text-transform: none;
  padding: 10px;
  padding-top: 0;
  text-align: left;
  vertical-align:middle;
  text-decoration: none;
  font-family: 'Syncopate', sans-serif;
  color: white;
  font-size: 0.95rem;
  z-index: 2;
}

}
/* > iPad Size -- END*/

/* ******************************************************************************************************* */
/* iPad Size -- start*/
/*@media (min-width: 500px) and (max-width: 559px) {
 
   

}
/* iPad Size -- END*/

/* ******************************************************************************************************* */
/* < iPad Size -- start*/
@media (min-width: 0px) and (max-width: 499px) {
 
    :root {
      --mediaHeight: 25vh;
      --conHeight: 50vh;
      --varTop: 6vh;  
      --varBottom: 5vh;
      --varFontSizeH1: 1.5rem;   
      --varFontSizeH2: 1.1rem;
      --varFontSizeH3: 1.rem;
      --varFontSizeText: 0.9rem;
      --varFontSizeLogo: 6rem;
      --varFontSizeTitle: 2rem;
      --varFontSizeBottom: 15px;
      --varFontSizeLang: 12px;
      --varH1Padding: 9vh;
      --varMenuTopFontSize: 10px;
      --varMenuTopElementMargin: min(8vw,80px);
      --varFormFontSize:  15px;
      --varFormButtonPadding:  5px;
      /* var(--varFontSizeTitle)*/
  
      }

    #centerContainer{
      width: min(100vw,calc(var(--varMaxWidth)));
      margin-top: 0;
      padding-top: 0;

      }

    p{
      font-size: var(--varFontSizeText);
    }

      h1{
      vertical-align:middle;
      text-decoration: none;
      /*font-weight: bold;*/
      font-family: 'Syncopate', sans-serif;
      color: white;
      text-shadow:  4px 4px 8px black;
      font-size: min(var(--varFontSizeH1),50px);
      z-index: 2;
     }


     h2{
      margin:auto;
      margin-bottom: 10px;
      vertical-align:middle;
      text-decoration: none;
      font-weight: bold;
      font-family: 'Roboto', sans-serif;
      color: white;
      text-transform: uppercase;
      font-size: var(--varFontSizeH2);
      font-weight:  100;
      z-index: 3;
     }
 
.contentWrapper{
  height: auto;
}

.newRowElement{
  display: flex;
  flex-direction: column-reverse;
  
}
    

.flexRow{
  display: flex;
  flex-direction: column;
  /*margin-bottom: 2vh;*/

}

.flexColumn{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}



.text{
  display: flex;
  margin-left: 1vw;
    height: 60px;
  width: 200px;
  margin-top: auto;
  margin-bottom: auto;
}


.container{
  display: flex;
  flex-direction: row;
  align-items: top;
  justify-content: center;

}

.contentWrapper{
  margin-top: 0px;
}

.content1{
  display: none;
}


.content2{
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 500px; 
  background-color: #FFFFFF;
}

.section1{
  padding: 1vw;
  width: 90%;
  height: auto;
  margin-bottom: 20px;
  margin-top: 10px;

}

.section1 h1{
  -webkit-font-smoothing;
  -moz-osx-font-smoothing;
    font-family: "Roboto", sans-serif;
    font-size: var(--varFontSizeTitle);
    color: #2f4f4f ;
    text-shadow:  none;
    font-weight: 400;

}

.section1 h2{
   -webkit-font-smoothing;
   -moz-osx-font-smoothing;
    font-family: "Roboto", sans-serif;
    font-size: var(--varFontSizeH2);
    color: #2f4f4f ;
    text-shadow:  none;
    text-transform: none;

}

.section2{
  width: 100%;
  height: 210px;
  color: #FFFFFF;
  background: rgba(0,0,0,0.5);
  font-family: "Montserrat", sans-serif;
  line-height: 1.2rem;
  font-size: var(--varFontSizeText);
  font-weight: 200;

}

.section2 h3{
  position: absolute;
  top: 12vh;
  left: 15%;

  font-size: 5vh;
  letter-spacing: -0.1vw;
  font-family: 'Syncopate', sans-serif;
  /*font-family: sans-serif, "Roboto";*/
  font-weight: bold;
  color: #FFFFFF;
  z-index: 4;

  animation:  fadeIn1;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay:  0s;
  animation-fill-mode: forwards;
}

video{
  width: 100%;
  max-width: 300px;
  max-width: 700px;
  height: auto;

}

#video-box{
  
  width: 100%;
  height: 210px;
  overflow: hidden;
  background: #FFFFFF;
  z-index: 5;

}


#cetBigLogo{
  font-size: var(--varFontSizeLogo);
  font-family: 'Syncopate', sans-serif;
  color: #FFFFFF;
  text-shadow: 8px 8px 12px black;
  font-weight: 600;
}

.content3{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 7vh;
  background-color: #2f4f4f;
  padding: 1px;
}

#managementTeam{
  display: none;
}

.content4{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40vw;
  background-color: #FFFFFF;

}

.content4 h2{
  color: #2f4f4f;
  font-size: var(--varFontSizeH2);
  margin-left: 20px;
  margin-right: 20px;
  text-transform: none;
  word-break: normal;
}

.content4 p{
  color: #2f4f4f;
  font-size: var(--varFontSizeText);
  font-family: 'Roboto', sans-serif;
}

.content5{
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #FFFFFF;
  padding: 10px;
  height: 90vw;
}

.content5 h2{
  color: #2f4f4f;
  font-size: var(--varFontSizeH2);
}

.content5 p{
  color: #2f4f4f;
  font-size: var(--varFontSizeText);
  font-family: 'Roboto', sans-serif;
}

.valueElements{
  
  /*flex: 1 1 auto;*/
  width: 90vw;
  margin-top: auto;
  margin-bottom: auto;


}

#ourMissionTitle{
  font-family: "Roboto", sans-serif;
  color: #FFFFFF;
  font-size: var(--varFontSizeH1);

}


#ourValuesTitle{
  font-family: "Roboto", sans-serif;
  color: #FFFFFF;
  font-size: var(--varFontSizeH1);

}

#fristImageFont{
  font-family: "Roboto", sans-serif;
  color: #FFFFFF;
  font-size: 5vh; 

}

.titleContent{
  margin-top: 8vh;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;

 }

.innerContentWrapper{
  margin-top: 10vh;
  width: 100%;
}

.aboutContent1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--varFontSizeText);
  width: 100%;
  height: 25vh;
  color: white;
  background-color: darkgrey;
  border-radius: 2px;
  background: #2f4f4f;

  z-index: 4;
  font-family: 
  "Roboto",sans-serif;
}

.aboutContent1 h2{
  font-size: var(--varFontSizeH1);
  margin-left: 15px;
  margin-right: 15px;
  color: #FFFFFF;
}

.aboutContent1 h3{
  margin-top: 0;
  float: right;
  font-size: 0.9rem;
  font-weight: 400;
  color: #FFFFFF;
    margin-left: 15px;
  margin-right: 15px;
}

.innerContentWrapper{
  height: auto;
  margin-top: 4vh;

}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.contactContent2{
  position: relative;
  width: 100%;
  /*width: 90vw;*/
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  height: auto;
  /*background: #a7aaad;*/
  background: rgba(0,0,0,0.3);
  vertical-align:middle;
  color: #f0f0f1;
  cursor: pointer;
}


.contactContent2:hover .overlay {
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background: rgba(220,220,220,0.9);
  color: #2f4f4f;
  font-family: "Roboto", sans-serif;
  
  line-height: 1.2rem;
  font-size: 1rem;
  font-weight: 200;

}

.overlay h1{
  margin-top: 80px;
  font-size: 2rem;
  text-align: center;
}

.overlay h2{
  margin-top: 10px;
    text-align: center;
    vertical-align:middle;
    text-decoration: none;
    font-family: 'Syncopate', sans-serif;
    color: white;
    text-shadow:  4px 4px 8px black;
    font-size: 1.5rem;
    z-index: 2;
}

.overlay p{
  padding: 10px;
  text-align: left;
  vertical-align:middle;
  text-decoration: none;
  font-family: 'Syncopate', sans-serif;
  color: white;
  text-shadow:  4px 4px 8px black;
  font-size: 0.95rem;
  z-index: 2;
  margin-left: 15px;
  margin-right: 15px;

}


}

/* < iPad Size -- END*/
/* *********************************************************************************** */

