*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
  list-style: none;
  text-decoration: none;
}
.shinybody{
  text-align: center;
  height: auto;
  width: 100%;
  background-color: #FFF;
}
.impressdesk{
  display: block;
}
.impressmob{
  display: none;
}
.shinyheader{
  width: 100%;
  height: 10vh;
  z-index: 9999;
  background: rgba(0,0,0,0.87);
  position: fixed;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}
.wrapperheader{
  width: 90%;
  margin-top: 0;
  margin-left: 5%;
  margin-right: 5%;
}
.navigationshiny{
  width: 100%;
}
.navbarshiny{
  width: 60vw;
  height: 8vh;
  margin-top: 1vh;
  position: absolute;
}
.regforwhitepapershiny{
  margin-left: 69vw;
  width: auto;
  height: 8vh;
  position: absolute;
  margin-top: 1vh;
}
.logofront{
  float: left;
  width: 9vw;
  height: 8vh;
}
.navishiny{
  float: right;
  display: flex;
  list-style: none;
}
.navilie{
  text-decoration: none;
  display: inline-block;
  font-size: 1.1vw;
  font-weight: 300;
  margin-right: 3vh;
  line-height: 8vh;
  color: rgba(255,255,255,0.7);
  cursor: pointer;
  transition: 0.5s;
}
.navilie:hover{
  color: #E0B300;
}
.navilioeko{
  color: #E0B300;
  opacity: 1.0;
}
.loginreg{
  display: flex;
  list-style: none;
}
.loginreg li a{
  font-size: 1.1vw;
  font-weight: 300;
  text-decoration: none;
  display: inline;
  margin-left: 1vw;
  line-height: 8vh;
  padding: 1.2vh;
  padding-left: 2vh;
  padding-right: 2vh;
  color: #E0B300;
  border-radius: 1vh;
  cursor: pointer;
  transition: 0.5s;
}
.languagefield{
  margin-right: 1.1vw;
}
.loginreg li a:hover{
  background-color: #E0B300;
  color: #000;
}
.headerandfirstcont{
  width: 100%;
  min-height: 57vh;
  background-image: url('../images/background/bgwhite.svg');
  background-size: auto 100%;
  background-position: center;
}
.frontpagefrontsideback{
  width: 100%;
  min-height: 140vh;
  background: rgba(224,179,0,0.3);
}
.frontside{
  width: 90%;
  margin-left: 5%;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 1vh;
  align-items: center;
  min-height: 140vh;
  padding-top: 10vh;
}
.frontsidesubdiv{
  width: 80%;
  margin-left: 10%;
  height: 190vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1vh;
  transition: 0.5s;
  margin-top: 5vh;
  margin-bottom: 5vh;
  overflow: hidden;
  cursor: pointer;
}
.contentinsubdiv, .shinyteam{
  width: 90%;
  margin-left: 5%;
  margin-bottom: 5vh;
}
.headerimp{
  margin-top: 4vh;
  margin-bottom: 1vh;
}
.mainheaderimp{
  margin-bottom: 5vh;
}
.contentinfrontsidesubdiv{
  display: grid;
  grid-template-columns: repeat(1,1fr);
}
.frontsidesubdiv h2{
  font-size: 2.3vh;
  font-weight: 500;
  margin-bottom: 2vh;
  margin-top: 2vh;
}
.shinygmbhtitel{
  text-align: center;
}
.frontsidesubdiv h3{
  font-size: 2vh;
  font-weight: 400;
}
.frontsidesubdiv h4{
  font-size: 1.8vh;
  font-weight: 300;
  margin-bottom: 1.2vh;
}
.boxsection10{
  width: 100%;
  background-color: #000;
}
.contentinbox10{
  width: 90%;
  margin-left: 5%;
}
.footsection{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  padding-bottom: 2vh;
  padding-top: 2vh;
  align-items: center;
}
.linkbox{
  width: 100%;
}
.sectionlinkbox{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin-top: 3vh;
}
.linksubbox{
  width: 80%;
  margin-left: 10%;
}
.linksubbox h3{
  color: #FFF;
  font-size: 1.3vw;
  font-weight: 500;
  border-bottom: solid;
  border-width: 1px;
  border-color: #EFEFEF;
  width: 50%;
  text-align: left;
}
.contentinsubbox{
  display: grid;
  margin-top: 3vh;
}
.contentinsubbox a{
  margin-bottom: 2vh;
  color: rgba(255,255,255,0.5);
  font-size: 0.9vw;
  transition: 0.5s;
  text-align: left;
}
.contentinsubbox a:hover{
  color: #E0B300;
}
.separationlinkbox{
  margin-top: 3vh;
  width: 90%;
  margin-left: 5%;
  height: 0.2vh;
  background: #EFEFEF;
}
.socialbox{
  margin-top: 3vh;
  display: grid;
  grid-template-columns: 80% 20%;
  width: 90%;
  margin-left: 5%;
  margin-bottom: 3vh;
}
.connexbox h3{
  color: #FFF;
  font-size: 1.3vw;
  font-weight: 500;
  width: 50%;
  text-align: left;
  margin-bottom: 2vh;
  margin-top: 2vh;
}
.sectionsocialbox{
  text-align: left;
  display: grid;
  grid-template-columns: repeat(9,1fr);
  width: 50%;
}
.sectionsocialbox a{
  font-size: 2vw;
  width: 2.4vw;
  height: 2.4vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  color: #FFF;
}
.sectionsocialbox a:hover{
  background: #E0B300;
  transform: rotate(20deg) scale(1.1);
  color: #000;
}
.shinycopyright{
  display: grid;
  grid-template-columns: 40% 60%;
  margin-top: 7vh;
  height: 5vh;
  float: right;
}
.shinycopyright img{
  height: 3vh;
  margin-top: 1vh;
}
.shinycopyright h3{
  color: #FFF;
  font-size: 0.7vw;
  line-height: 5vh;
  float: right;
}
.teammember{
  width: 90%;
  margin-left: 5%;
  overflow: hidden;
  border-radius: 1vh;
  margin-bottom: 5vh;
  transition: 0.5s;
  cursor: pointer;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}
.teammember:hover > .contentteam > div > a > i{
  color: #0072b1;
}
.headerteam{
  width: 100%;
  height: 5vh;
}
.headerteam h2{
  text-align: center;
  line-height: 5vh;
}
.contentteam{
  width: 100%;
  min-height: 30vh;
}
.contentteam h3{
  text-align: center;
  margin-top: 2vh;
  margin-bottom: 2vh;
}
.contentteam img{
  width: 50%;
  margin-left: 25%;
}
.contentteam div{
  width: 100%;
  height: 5vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contentteam div a i{
  text-align: center;
  line-height: 5vh;
  font-size: 2vw;
  color: #000;
  transition: 0.5s;
  margin-bottom: 2vh;
}
.gremiumbox{
  width: 80%;
  height: 35vh;
  margin-left: 10%;
  margin-top: 2vh;
  border-radius: 1vh;
  margin-bottom: 5vh;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}
.gremiumtitel{
  margin-top: 3vh;
  padding-top: 3vh;
}
.grembox{
  width: 100%;
  height: 25vh;
}
.grembox a img{
  width: 50%;
  margin-left: 25%;
}
.headergrembox{
  text-align: center;
  font-size: 1.5vh;
}
.contentgrembox{
  text-align: center;
  margin-top: 2vh;
  font-size: 1.3vh;
}
.gremboxpic{
  padding-top: 2vh;
}
.slideshow-container{
  max-width: 100%;
  position: relative;
  margin: auto;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  width: auto;
  padding-left: 1vw;
  padding-right: 1vw;
  padding-top: 8vh;
  padding-bottom: 8vh;
  color: #000;
  font-weight: bold;
  font-size: 5vh;
  transition: 0.5s ease;
  border-radius: 0.75vh;
  user-select: none;
  top: 0;
}
.prev{
  left: 0;
}
.next{
  right: 0;
}
.prev:hover, .next:hover{
  background-color: rgba(0,0,0,0.8);
  color: #E0B300;
}
.dot{
  cursor: pointer;
  height: 0.5vh;
  width: 15%;
  margin: 0 0.4vh;
  background-color: #000;
  display: inline-block;
  transition: background-color 0.5s ease;
  margin-top: -5vh;
}
.active{
  background-color: #E0B300;
}
.fade{
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {opacity: 0.4}
  to {opacity: 1}
}
@media only screen and (max-width: 1000px){
  .impressdesk{
    display: none;
  }
  .impressmob{
    display: block;
  }
  *{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .shinybody{
    display: none;
  }
  .bodymob{
    display: block;
  }
  .headerandfirstcontmob{
    width: 100%;
    min-height: 80vh;
    background-image: url("../images/background/bgyellow.svg");
    background-size: auto 100%;
    background-position: center;
  }
  .layerinheaderandfirstcontmob{
    width: 100%;
    min-height: 80vh;
    background: rgba(255,255,255,0.2);
  }
  .shinyheadermob{
    width: 100%;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 99999;
  }
  .shinyheadermob a img{
    height: 8vh;
    margin-top: 0.5vh;
  }
  .shinyheadermob i{
    font-size: 8vh;
    margin-left: 5vw;
    line-height: 10vh;
    color: #E0B300;
  }
  .firstpagemob{
    width: 95%;
    margin-left: 2.5%;
    padding-top: 10vh;
    padding-bottom: 5vh;
  }
  .menuboxpopup{
    position: fixed;
    display: none;
    top:10vh;
    width: 100%;
    min-height: 7vh;
    background: #E0B300;
    z-index: 9999;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  #closebtn{
    display: none;
  }
  .contentinmenuboxpup,
  .contentinmenuboxpup2{
    width: 90%;
    margin-left: 5%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
  }
  .contentinmenuboxpup{
    margin-bottom: 3vh;
  }
  .contentinmenuboxpup2{
    margin-top: 6vh;
  }
  .contentinmenuboxpup a,
  .contentinmenuboxpup2 a{
    text-align: center;
    margin-bottom: 3vh;
    font-size: 3vh;
    color: #000;
    font-weight: 500;
  }
  .separatorpopup{
    width: 70%;
    margin-left: 15%;
    height: 0.2vh;
    background: #000;
  }
  .contentinfirstpagemob{
    width: 90%;
    margin-left: 5%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    padding-top: 5vh;
  }
  .contactsubdivmob{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
  }
  .contactdivmob h2{
    font-size: 3.5vh;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1vh;
  }
  .contactdivmob h3{
    font-size: 2vh;
    color: #000;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0.5vh;
  }
  .teamdivmob{
    margin-top: 4vh;
  }
  .teamdivmob h2{
    font-size: 3.2vh;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1vh;
  }
  .teammembermob{
    margin-top: 2vh;
    border-radius: 0.5vh;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
    margin-bottom: 4vh;
  }
  .teammembermob h2{
    font-size: 2.6vh;
    color: #000;
    font-weight: 500;
    text-align: center;
    padding-top: 2vh;
    margin-bottom: 1vh;
  }
  .teammembermob h3{
    font-size: 2vh;
    color: #000;
    font-weight: 400;
    text-align: center;
  }
  .teammembermob img{
    width: 40%;
    margin-left: 30%;
    margin-bottom: 3vh;
  }
  .gremiumdivmob{
    width: 90%;
    margin-left: 5%;
    padding-top: 3vh;
    padding-bottom: 3vh;
  }
  .gremiumdivmob h2{
    font-size: 3.2vh;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1vh;
  }
  .contentingremiumdivbox::-webkit-scrollbar{
    display: none;
  }
  .contentingremiumdivbox{
    background: rgba(255,255,255,0.1);
    border-radius: 0.5vh;
    overflow-x: scroll;
    height: 30vh;
  }
  .headergrembox{
    font-size: 2.6vh;
    color: #000;
    font-weight: 500;
    text-align: center;
    padding-top: 2vh;
    margin-bottom: 1vh;
  }
  .contentgrembox{
    font-size: 2vh;
    color: #000;
    font-weight: 400;
    text-align: center;
  }
  .grembox{
    margin-bottom: 5vh;
    width: 90%;
    margin-left: 5%;
  }
  .separatordiv{
    width: 80%;
    margin-left: 10%;
    height: 0.2vh;
    background: #000;
    margin-top:4vh;
    margin-bottom: 4vh;
  }
  .impressumsubdivmob{
    width: 90%;
    margin-left: 5%;
    overflow: hidden;
  }
  .impressumsubdivmob h1{
    font-size: 3.5vh;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2vh;
  }
  .headerimpmob{
    font-size: 2vh;
    color: #000;
    font-weight: 500;
    text-align: left;
    margin-bottom: 1vh;
  }
  .impressumsubdivmob h4{
    font-size: 1.8vh;
    color: #000;
    font-weight: 400;
    text-align: left;
    margin-bottom: 4vh;
  }
  .ninethpagemob{
    width: 100%;
    min-height: 50vh;
    background: #000;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  .linkboxmob{
    width: 90%;
    margin-left: 5%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .linksubboxmob{
    width: 90%;
    margin-left: 5%;
    margin-bottom: 4vh;
  }
  .linksubboxmob h3{
    font-size: 2.6vh;
    color: #FFF;
    font-weight: 500;
    margin-bottom: 1vh;
    text-align: center;
  }
  .contentinsubboxmob{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    margin-bottom: 1vh;
  }
  .contentinsubboxmob a{
    font-size: 1.8vh;
    color: rgba(255,255,255,0.4);
    font-weight: 400;
    margin-bottom: 1.5vh;
    text-align: center;
  }
  .separationlinkboxmob{
    width: 80%;
    margin-left: 10%;
    height: 0.2vh;
    background: #FFF;
    margin-bottom: 4vh;
  }
  .socialboxmob{
    width: 90%;
    margin-left: 5%;
  }
  .socialboxmob h2{
    font-size: 2.6vh;
    color: #FFF;
    font-weight: 500;
    margin-bottom: 1vh;
    text-align: center;
  }
  .contentinsocialboxmob{
    display: grid;
    grid-template-columns: repeat(5,1fr);
  }
  .contentinsocialboxmob2{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin-top: 1vh;
  }
  .contentinsocialboxmob a{
    color: #FFF;
    width: 100%;
    text-align: center;
    margin-bottom: 2vh;
    margin-top: 2vh;
  }
  .contentinsocialboxmob2 a{
    color: #FFF;
    width: 100%;
    text-align: center;
    margin-bottom: 2vh;
  }
  .contentinsocialboxmob a i{
    font-size: 5vh;
  }
  .contentinsocialboxmob2 a i{
    font-size: 5vh;
  }
  .separationlinkboxmob2{
    width: 60%;
    margin-left: 20%;
    height: 0.2vh;
    background: #FFF;
    margin-bottom: 4vh;
    margin-top: 4vh;
  }
  .copyrightboxmob{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .shinycopyrightmob{
    display: grid;
    grid-template-columns: 35% 65%;
  }
  .shinycopyrightmob a{
    height: 5vh;
    text-align: left;
  }
  .shinycopyrightmob a img{
  }
  .shinycopyrightmob h3{
    color: #FFF;
    font-size: 1.6vh;
    font-weight: 400;
    height: 5vh;
    line-height: 5vh;
    margin-left: 10vw;
  }
  .shinycopyrightmob h3 i{
    color: #FFF;
  }
}
