* {
    margin: 0;
    padding: 0;
    font-family:"Folio-ExtraBold";
}
body {
    background: linear-gradient(180deg, #E6FFBE 6.25%, #918EFF 33.33%, #D27CF0 54.69%, #FFEF64 80.73%, #A5F98F 100%);
    height: 100vh;
    width: auto;
}


.r_horizontal{
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

}
.r_row_1{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:20px;
}
.r_img_1{
    width: 400px;
    height: 400px;
}
.r_row_2{
    display: flex;
    flex-direction: column;
    align-items: center;

}.r_img_2{
    width: 250px;
    height: 250px;
    align-self: flex-start;
    margin-left: 50px;
}
.r_img_3{
    width: 300px;
    height: 300px;
    align-self: flex-end;
    margin-right: 50px;
    margin-bottom: 70px;
}

.r_group_name_1{
    color: #FFF;
    font-size: 20px;
    margin: 30px;
   
}
.r_row_3{
    display: flex;
    justify-content: center;
    margin:30px;
}
.r_img_4{
    width: 400px;
    height: 400px;
    margin-left: 30px;
}
.r_row_4{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 90px;
}
.r_img_5{
    width: 250px;
    height: 250px;
    margin: 40px;
}
.r_img_6{
    width: 300px;
    height: 300px;
}
.r_row_5{
    display: flex;
    flex-direction: column; 
    align-items: center;
    margin: 30px;
}
.r_img_7{
    width: 400px;
    height: 400px;
}
.r_group_name_2{
    color: #FFF;
    font-size: 20px;
    margin-top: 30px;
    font-size: 20px;
    align-self: flex-start;
    margin-left: -30px;
   
}
.r_row_6{
    display: flex;
    flex-direction: column;
  margin: 30px;
  padding-bottom: 80px;
}
.r_img_8{
    width: 300px;
    height: 300px;
   
}
.r_img_9{
    width: 300px;
    height: 300px;
    margin-left: 90px;
    margin-top: 30px;
}
.r_row_7{
    display: flex;
    flex-direction: column;
}
.r_group_name_3{
    color: #FFF;
    font-size: 20px;
    margin: 30px;
}

.r_img_10{
    width: 400px;
    height: 400px;
    margin-right: 30px;
}
.r_row_8{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70%;
    margin-bottom: 80px;
}

.r_img_11{
    width: 400px;
    height: 400px;
    margin-bottom: 50px;
}
.r_vertical-text{
    writing-mode: vertical-lr;
    font-size: 40px;
    color: #FFB69F;
    
    margin-left: 20px;
    margin-top: 90px;
    margin-right: 40px;
}





/*Popup, scrollen und exit Icon */

.button_popup{
    position: fixed;
   bottom: 10px;
  }
  .buttons{
  width: 100vw;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 30px;
  padding-right: 30px;
  }
  .buttons a{
  
      width: 200px;
      height: 70px;
  }
 
  .button_text{
      padding: 0, 40px, 0, 40px;
      background: #FFA6AB;
      width:200px;
      height: 70px;
  
  }
  .button-arrow{
      background: #FFA6AB;
      width:200px;
      height: 70px;
      margin-left: 25px;
      margin-right: 25px;
  }
  .button-exit{
      padding: 0, 40px, 0, 40px;
      background: #FFA6AB;
      width:200px;
      height: 70px;
  }
  
  
  
  /*pop up*/
  .overlay {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.7);
      transition: opacity 500ms;
      visibility: hidden;
      opacity: 0;
    }
  
  .overlay:target {
      visibility: visible;
      opacity: 1;
    }
    
    .popup {
      margin: 80px auto;
      padding: 20px;
      background: #fff;
      
      width: 50%;
      height: 80%;
      position: relative;
      transition: all 5s ease-in-out;
    }
    .popup .close {
      display: flex;
    justify-content: flex-end;
      transition: all 200ms;
      font-size: 70px;
      font-weight: bold;
      text-decoration: none;
      color: #777777;
    }
    .popup_button-exit{
     
      background: #FFA6AB;
      width: 70px;
      height: 70px;
  
    }
    .popup .content {
      width: 90%;
      margin-left: 20px;
      margin-top: 20px;
      height: 75%;
      max-height: 100%;
      overflow: auto;
    }
    .content p{
      font-size: 19px;
      line-height: 1.5;
      color: #797979;
  
    }

    .description_container{
        position: fixed;
        top: 100px;
        left: 36%;

    }
    .button_description{
        background-color: #FFA6AB;
        width: 90px;
        height: 90px;
        border-color: #fff;
        border-style: solid;
        border-width: 3px;
        
    }
