

/*--------------------------------------------------------------*/
/*----------------------------EXPORT-IN-------------------------*/
/*--------------------------------------------------------------*/




.titleholder{
  padding: 4% 5%;
  background-color: black;
  margin-top: 5%;
  display: inline-block;
}

.titleholder > h1{
color:white;
}


.container{
width:100%;
}


.welcometext{
  padding: 9% 13% 5%;
}
.welcometext > p{
  font-style: italic;
}


.wwtainer{
  padding: 5% 13%;
}

.texttainer{
  display:flex;
  flex-direction: column;
}
.wwwelcome{

}
.wwwelcome > p{
  width: 20rem;
  margin-bottom: 12%;
}


.maptainer{

display:flex;

}

.sidetext{
  margin-left: 3%;
}
.sidetext > p{
  
}


.map{
  width: 100%;
  padding: 0px 3%;
}

.map > svg{
object-fit:contain;
width:100%;
}


.icontainer{
  width: 100%;
  padding: 5% 13% 7%;
  background-color: #efefef;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.iconwelcome{
  align-self: flex-start;
}

.iconwelcome > p{
  margin-bottom: 2%;
}


.icons{
display:flex;
justify-content: space-around;
align-items: flex-end;
width: 83%;
}
.icons > span{
  display:flex;
  flex-direction:column;
  align-items: center;
  width:20vw;
}


.icons > span > img{
  padding: 5% 17% 0 17%;
}
.icons > span:nth-child(1) > img{
width:100%;

}
.icons > span:nth-child(2) > img{
width:100%;

}
.icons > span:nth-child(3) > img{
width:100%;

}

.icons > span > p{

}


.contact{
  padding: 6% 13% 7%;
}

.contact > p{
  margin-bottom: 4%;
  font-style: italic;
}





.partners{
  background-color: white;
  padding: 2%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.partnerlist{
display:flex;
}

.pimg{
  object-fit: contain;
  padding:1%;

}
.partnerlist > img:nth-child(1){
  width:calc(100%/15);
}
.partnerlist > img:nth-child(2){
  width:calc(100%/15);
}
.partnerlist > img:nth-child(3){
  width:calc(100%/15);
}
.partnerlist > img:nth-child(4){
  width:calc(100%/15);
}
.partnerlist > img:nth-child(5){
  width:calc(100%/15);
}
.partnerlist > img:nth-child(6){
  width:calc(100%/15);
}
.partnerlist > img:nth-child(7){
  width:calc(100%/15);
}
.partnerlist > img:nth-child(8){
  width:calc(100%/15);
}
.partnerlist > img:nth-child(9){
  width:calc(100%/15);
}
.partnerlist > img:nth-child(10){
  width:calc(100%/15);
}
.partnerlist > img:nth-child(11){
  width:calc(100%/15);
}
.partnerlist > img:nth-child(12){
  width:calc(100%/15);
}
.partnerlist > img:nth-child(13){
  width:calc(100%/15);
}
.partnerlist > img:nth-child(14){
  width:calc(100%/15);
}
.partnerlist > img:nth-child(15){
  width:calc(100%/15);
}



.partnertext{
  align-self: flex-end;
  padding: 2.5% 6% 0.5% 6%;
  border-top: 1px solid gray;
  margin-top: 2%;
}

.partnertext > p{
  color:rgb(26, 26, 26);

}






.backtomainbutton{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: black;
  background-image: url("../.././img/icons/slide_balra.svg");
  background-position: center center;
  position: absolute;
  top: -3%;
  margin-top: 1rem;
  margin-left: 1rem;
  transform-origin: center;
}

.backtomainbutton:hover{
opacity:0.9;
transform: scale(1.05);
}

.backtomainbutton:active{
  transform: scale(1.02);
}

























