.main-slider-main-wrapper{
  width: 100%;	
  height: 472px;
  position: relative;
}


.main-slider-iconlist-wrapper{
  width: 95%;	
  height: 472px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: absolute;
  opacity: 0;
}

.hint--top-left:before, .hint--top-right:before, .hint--top:before {
    border-top-color: white !important;
}

.main-slider-icons-wrapper{
  opacity: 0;
  z-index: 0;
  position: absolute;
  margin: 0 10vw 0 10vw;
  padding: 20px;
  max-width: 800px;
  display: grid;
  grid-template-columns: repeat(11, 7vw);
  grid-template-rows: repeat(3, 7vw);
}

.main-slider-iconlist{
  width: 100%;
  height: 420px;
  background-image: url(../img/All_SDGs.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.main-slider-border-buttons{
  display: flex;
  justify-content: space-between;
  padding: 23px 31px 0 33px;
}

.main-slider-middle-buttons{
  display: flex;
  justify-content: space-between;
  padding: 18px 128px 19px 128px;
}


.main-slider-bottom-buttons{
  display: flex;
  justify-content: space-between;
  padding: 0px 31px 101px 32px;
}

.main-slider-iconlist button{
  width: 55px;
  height: 55px;
  background-color: rgba(255,0,0,0);
  border: none;
  cursor: pointer;
}

.main-slider-wrapper{
  max-width: 100%;	
  height: 472px;
  display: flex;
  flex-direction: column;
  z-index: 0;
  opacity: 0;
  justify-content: center;
  align-items: center;
  
}

.main-slider-iterface{
  max-width: 1200px;
  width: 100%;	
  height: 422px;
  position: relative;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.main-slider-buttons{
  max-width: 1200px;
  height: 50px;
  width: 100%;
  display: flex;
  z-index: 3;
}

.main-slider-buttons button{
  color: white;
  font-size: 20px;
  cursor: pointer;
  margin: 0;
  border-radius: 0;
}

.main-slider-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  display: flex;
}


.main-buttons-showing {
    z-index: 1;
  	opacity: 1;
    animation-name: pullUp;
    -webkit-animation-name: pullUp; 

    animation-duration: 0.4s; 
    -webkit-animation-duration: 0.4s;
 
    animation-timing-function: ease-out;    
    -webkit-animation-timing-function: ease-out;    

    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;   
}
 
@keyframes pullUp {
    0%{
      transform: scaleY(0.01);
      opacity: 0;
    }  
    20%{
      opacity: 0;
    }  
    40%{
      opacity: 0;
    }  
    50%{
      opacity: 0.4;
    }
    60%{
      opacity: 0.6;
    }
    80%{
      opacity: 0.8;
    }            
    100%{
      opacity: 1;
    }             
}
 
@-webkit-keyframes pullUp {
    0%{
      transform: scaleY(0.01);
      opacity: 0;
    }  
    20%{
      opacity: 0;
    }  
    40%{
      opacity: 0;
    }  
    50%{
      opacity: 0.2;
    }
    60%{
      opacity: 0.4;
    }
    80%{
      opacity: 0.6;
    }            
    100%{
      opacity: 1;
    }  
}

.main-slider-showing {
    z-index: 2;
  	opacity: 1;
    animation-name: stretchRight;
    -webkit-animation-name: stretchRight;   
 
    animation-duration: 0.2s;   
    -webkit-animation-duration: 0.2s;
 
    animation-timing-function: ease-out;    
    -webkit-animation-timing-function: ease-out;    
 
    transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;        
}
 
@keyframes stretchRight {
    0% {
        transform: scale(0.1, 0.1);
    }                   
}
 
@-webkit-keyframes stretchRight {
    0% {
        transform: scale(0.1, 0.1);
    }     
}

.main-slider-button{
  height: 100%;
  border: none;
}

.main-slider-deactive{
  width: 61px;
}

.main-slider-active{
  width: 130px;
}

.main-slider-content-img{
    margin-left: 8%;
  	margin-top: auto;
  	margin-bottom: auto;
}

.main-slider-content-img img{
  max-width:100%;
}

.main-slider-back-button{
  width: 96px;
  height: 100%;
  background-color: black;
  border: none;
}

.main-slider-content-desc{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: 8%;
}


.main-slider-slide:nth-of-type(1), .main-slider-deactive:nth-of-type(1), .main-slider-active:nth-of-type(2){
  background-color: rgb(204, 47, 80);
}

.main-slider-slide:nth-of-type(2), .main-slider-deactive:nth-of-type(3), .main-slider-active:nth-of-type(4){
  background-color: rgb(198, 151, 48);
}

.main-slider-slide:nth-of-type(3), .main-slider-deactive:nth-of-type(5), .main-slider-active:nth-of-type(6){
  background-color: rgb(45, 144, 68);
}

.main-slider-slide:nth-of-type(4), .main-slider-deactive:nth-of-type(7), .main-slider-active:nth-of-type(8){
  background-color: rgb(135, 37, 53);
}

.main-slider-slide:nth-of-type(5), .main-slider-deactive:nth-of-type(9), .main-slider-active:nth-of-type(10){
  background-color: rgb(218, 63, 49);
}

.main-slider-slide:nth-of-type(6), .main-slider-deactive:nth-of-type(11), .main-slider-active:nth-of-type(12){
  background-color: rgb(32, 159, 195);
}

.main-slider-slide:nth-of-type(7), .main-slider-deactive:nth-of-type(13), .main-slider-active:nth-of-type(14){
  background-color: rgb(242, 176, 55);
}

.main-slider-slide:nth-of-type(8), .main-slider-deactive:nth-of-type(15), .main-slider-active:nth-of-type(16){
  background-color: rgb(122, 28, 50);
}

.main-slider-slide:nth-of-type(9), .main-slider-deactive:nth-of-type(17), .main-slider-active:nth-of-type(18){
  background-color: rgb(225, 101, 44);
}

.main-slider-slide:nth-of-type(10), .main-slider-deactive:nth-of-type(19), .main-slider-active:nth-of-type(20){
  background-color: rgb(206, 31, 117);
}

.main-slider-slide:nth-of-type(11), .main-slider-deactive:nth-of-type(21), .main-slider-active:nth-of-type(22){
  background-color: rgb(236, 149, 54);
}

.main-slider-slide:nth-of-type(12), .main-slider-deactive:nth-of-type(23), .main-slider-active:nth-of-type(24){
  background-color: rgb(193, 132, 49);
}

.main-slider-slide:nth-of-type(13), .main-slider-deactive:nth-of-type(25), .main-slider-active:nth-of-type(26){
  background-color: rgb(70, 111, 59);
}

.main-slider-slide:nth-of-type(14), .main-slider-deactive:nth-of-type(27), .main-slider-active:nth-of-type(28){
  background-color: rgb(29, 112, 165);
}

.main-slider-slide:nth-of-type(15), .main-slider-deactive:nth-of-type(29), .main-slider-active:nth-of-type(30){
  background-color: rgb(60, 164, 71);
}

.main-slider-slide:nth-of-type(16), .main-slider-deactive:nth-of-type(31), .main-slider-active:nth-of-type(32){
  background-color: rgb(23, 76, 120);
}

.main-slider-slide:nth-of-type(17), .main-slider-deactive:nth-of-type(33), .main-slider-active:nth-of-type(34){
  background-color: rgb(32, 47, 82);
}

.main-slider-content-target-text{
    font-family: Oswald;
    color: white;
    max-width: 540px;
    font-size: 32px;
    margin-right: 100px;
    line-height: 32px;
}

.main-slider-content-target-button{
  background-color: transparent;
  border-radius: 30px;
  color: white;
  font-size: 15px; padding: 10px 30px 10px 30px;
  border: 2px solid white;
  cursor: pointer;
  font-family: PT Sans;
}

.main-slider-content-target-button-min{
  display: none;
  background-color: transparent;
  border-radius: 30px;
  color: white;
  font-size: 15px; padding: 10px 30px 10px 30px;
  border: 2px solid white;
  cursor: pointer;
  font-family: PT Sans;
  margin-bottom: 15px;
}

.hint--large:after, .hint--medium:after, .hint--small:after {
    color: black !important;
    background-color: white !important;
    text-align: left !important;
    border-radius: 5px !important;
    box-shadow: 7px 7px 5px rgba(0,0,0,0.6) !important;
}

.main-slider-rotat{
  width: 10vw;
  height: 10vw;
  transform: rotate(-45deg);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-slider-rotat:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  transform: rotate(45deg);
}


.main-slider-nullDiv{
  display: none;
}

.main-slider-rotat:nth-of-type(2):after{
  background-image: url(./../img/iconColor_1.png);
}

.main-slider-rotat:nth-of-type(4):after{
  background-image: url(./../img/iconColor_2.png);
}

.main-slider-rotat:nth-of-type(6):after{
  background-image: url(./../img/iconColor_3.png);
}

.main-slider-rotat:nth-of-type(8):after{
  background-image: url(./../img/iconColor_4.png);
}

.main-slider-rotat:nth-of-type(10):after{
  background-image: url(./../img/iconColor_5.png);
}

.main-slider-rotat:nth-of-type(12):after{
  background-image: url(./../img/iconColor_6.png);
}

.main-slider-rotat:nth-of-type(14):after{
  background-image: url(./../img/iconColor_7.png);
}

.main-slider-rotat:nth-of-type(16):after{
  background-image: url(./../img/iconColor_8.png);
}

.main-slider-rotat:nth-of-type(18):after{
  background-image: url(./../img/iconColor_9.png);
}

.main-slider-rotat:nth-of-type(20):after{
  background-image: url(./../img/iconColor_10.png);
}

.main-slider-rotat:nth-of-type(22):after{
  background-image: url(./../img/iconColor_11.png);
}

.main-slider-rotat:nth-of-type(24):after{
  background-image: url(./../img/iconColor_12.png);
}

.main-slider-rotat:nth-of-type(26):after{
  background-image: url(./../img/iconColor_13.png);
}

.main-slider-rotat:nth-of-type(28):after{
  background-image: url(./../img/iconColor_14.png);
}

.main-slider-rotat:nth-of-type(30):after{
  background-image: url(./../img/iconColor_15.png);
}

.main-slider-rotat:nth-of-type(32):after{
  background-image: url(./../img/iconColor_16.png);
}

.main-slider-rotat:nth-of-type(34):after{
  background-image: url(./../img/iconColor_17.png);
}

@media screen and (max-width:800px){
  .main-slider-icons-wrapper{
    margin: 0 0 0 -2vw;
    display: grid;
    grid-template-columns: repeat(7, 10vw);
    grid-template-rows: repeat(5, 10vw);
  }
  .main-slider-nullDiv{
    display: block;
  }
  .main-slider-rotat{
    width: 14vw;
    height: 14vw;
  }
  .main-slider-wrapper{
    width: 100%;	
    height: 560px;
    flex-direction: row; 
  }
  .main-slider-buttons {
    height: 100%;
    flex-direction: column;
    width:100px
  }
  .main-slider-buttons button {
    width: 100%;
  }
  .main-slider-iterface {
    height: 560px;
  }
  .main-slider-slide {
    flex-direction: column;
  }
  .main-slider-content-img {
    max-width: 190px;
    margin: 30px auto 0 auto;
  }
  .main-slider-content-target-text {
    font-size: 30px;
    line-height: 30px;
  	margin-right: 0px
  }
  .main-slider-content-target-button {
    margin-right: 20px;
  }
}

@media screen and (max-width: 690px) {
   .main-slider-content-desc{
      margin-right: 8%;
   }

   .main-slider-content-target-text {
      font-size: 28px;
      line-height: 28px;
   }
}

@media screen and (max-width: 550px) {
 	.main-slider-content-target-button-min {
    	display: block;
  	}
  	.main-slider-content-target-button {
    	display: none;
  	} 
}

@media screen and (min-width:800px){
  .main-slider-icons-wrapper{
    margin: 0 0 0 -3vw;
    display: grid;
    grid-template-columns: repeat(11,7vw);
    grid-template-rows: repeat(3,7vw);
  }
  .main-slider-nullDiv{
    display: none;
  }
  .main-slider-rotat{
    width: 11vw;
    height: 11vw;
  }

  .main-slider-content-desc {
  	
  }
}

@media screen and (min-width:1050px){
  .main-slider-icons-wrapper{
    margin: 0 0 0 -6vw;
  }
}

@media screen and (min-width:1200px){
  .main-slider-icons-wrapper{
    margin: 0 0 0 -160px;
    display: grid;
    grid-template-columns: repeat(11,95px);
    grid-template-rows: repeat(3,95px);
  }
  .main-slider-nullDiv{
    display: none;
  }
  .main-slider-rotat{
    width: 150px;
    height: 150px ;
  }
  @-moz-document url-prefix(){
    .main-slider-icons-wrapper {
      margin: 0px 0 0 -300px;
    }
  }
  @supports (-ms-ime-align:auto) { 
    .main-slider-icons-wrapper {
      margin: 0px 0 0 -300px;
    }
  }
}

@media screen and (max-width:480px){
  .main-slider-icons-wrapper{
    display: none;
  }
  .main-slider-wrapper{
    opacity: 1;
    z-index: 2;
    width: 100%;	
    height: 560px;
    flex-direction: row; 
  }
  .main-slider-buttons {
    width: 120px;
  }
  .main-slider-back-button{
    display: none;
  }
  .main-slider-content-img {
    margin: 10px auto 0 auto;
  }
  .main-slider-content-img img {
    max-width: 170px;
  }
  .main-slider-content-target-text {
  	margin-top: 10px;
    margin-right: 0;
    font-size: 16px;
    line-height: 24px;
  	height: auto;
  }
  .main-slider-icons-wrapper{
    opacity: 0;
    z-index: 0;
  }
  .main-slider-content-desc {
    align-items: center;
  	justify-content: space-between;
  }
}

.hint {
  z-index: 1;
  position: absolute;
  width: 45%;
  height: 45%;
  transform: rotate(45deg) !important;
  cursor: pointer;
}