body {
    margin: 5px;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    line-height: 1;
    color: #333;
    text-align: justify;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}


li, button {
    font-family: "Tahoma" , sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #555555;
    text-decoration: none;
}
.navigation {
    display: flex;
    justify-content: flex-start;
    align-items: left;
    padding right: 1rem;
    padding left: 1rem;
    max-width:755px;
    margin: 0 auto;
    margin-top: 10px;
    box-shadow: 0 2px 5px rgba(224,43,224,0.1);
    border-radius: 300px 0 300px 0 / 20px;
    padding-bottom: 10px;
   
}
.nav_links {
    list-style: none;
    padding: 0;
}
.nav_links li {
    display: inline-block;
    padding: 0 5px;
}
.nav_links li a{
    transition: all 0.3s ease 0s;
}
.nav_links li a:hover{
    color: #e02bf4;
}

.button {
    padding: 5px 5px;
    background-color: #fff;
    border: 2px solid;
    border-color: #fff;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.button:hover {
     border-top: 2px solid;
    border-top-color: rgba(224,43,224, 1);
    border-bottom: 2px solid;
    border-bottom-color: rgba(224,43,224, 1);
    color: rgba(224,43,224,1)   
}
.navigation button.active {
    padding: 5px 5px;
    background-color: #fff;
    border: 2px solid;
    border-color: #fff;
    color: rgba(224,43,224,1);
    border-radius: 30px;
}


.menu-bar{
    padding right: 1rem;
    padding left: 1rem;
    max-width:755px;
    height: 30px;
    max-height: 30px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(224,43,224,0.1);
    border-radius: 0 0 300px 0 / 20px;
    
    
   
}

.dropdown-menu{
    display: none;
    box-shadow: 0 2px 5px rgba(224,43,224,0.5);
    border-radius: 10px;
    margin-top: 1px;
}



.menu-bar ul{
    list-style: none;
    display: flex;
    padding-left: 0;
}
.menu-bar ul li{
    padding: 5px 5px;
    position: relative; 
    margin-right: 10px;
    
}

.menu-bar ul i{    
    padding-right: 5px;
    padding-bottom: 10px;
    
}
.menu-bar ul li a{
    font-family: "Tahoma" , sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #555555;
    text-decoration: none;
    transition: all 0.3s;
    border-top: 2px solid;
    border-top-color: #fff;
    border-bottom: 2px solid;
    border-bottom-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    padding: 5px 0;
    
}
.menu-bar ul li a:hover{
    border-top: 2px solid;
    border-top-color: rgba(224,43,224, 1);
    border-bottom: 2px solid;
    border-bottom-color: rgba(224,43,224, 1);
    color: rgba(224,43,224,1)   
}

.menu-bar ul li:hover .dropdown-menu{
    position: absolute;
    display: block; 
    background-color: #fff;
    left: 0;
    top: 100%; 
    
}
.dropdown-menu ul {
    display: block;
    margin: 5px;
    padding: 5px 0;
}
.dropdown-menu ul li {
    padding: 5px 15px;
    width: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px rgba(224,43,224,0.1);
 }
.dropdown-menu ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
 }
.logo {
    width: 100%;
    padding right: 1rem;
    padding left: 1rem;
    max-width:755px;
    margin: 0 auto;
}
.grid_container1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width:755px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.grid_container2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width:755px;
    margin: 0 auto;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.grid_container3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    max-width: 755px;
    margin: 0 auto;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #5d7953;
}
.grid_container4 {
    display: block;
    margin: auto 0 0 0; 
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    max-width:755px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    text-decoration: none;
}
.grid_container5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width:755px;
    margin: 0 auto;
    margin-top: 15px;
    padding-top: 15px;
}
.grid_container_bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    max-width: 755px;
    margin: 0 auto;
}
.grid_container_ecosystem {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    max-width: 755px;
    margin: 0 auto;
    margin-top: 25px;
    padding-top: 35px;
    padding-bottom: 35px;
    border-top: 1px solid #5d7953;
}
.container {
    padding: 15px;
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid grid-template-rows: 1fr 1fr 1fr;
    grid-gap: 15px;
}
.cell {
    background-color: azure;
    border: 2px solid;
    border-color: #fff;
}
.cell:hover {
    border: 2px solid;
    border-color: rgba(224,43,224,1);
}


.team_pic{
    border-radius: 10px;
    border: solid 1px;
    border-color: #fff;
    
}

.container_item {
    margin-left: 15px;
    margin-right: 15px;
}
.image_main {
    margin-left: 20px;
    margin-right: 20px;
    width: 285px;
    height: 164px;
}
.floatright {
    float: left;
    margin-top: 3px;
}
.image_center {
    display: block;
    margin: auto;
}
.read_more {
    display: block;
    margin: 0 0 0 auto; 
}
.menu_pic1 {
    margin-right: 15px;
    transition: 0.5s;
    position: relative;
    display: inline-block;
}
.menu_pic1 .pic-top {
     display: none;
     position: absolute;
}
.menu_pic1:hover .pic-top{
    display: inline;
}
.picture_size {
    width: 198px;
    height: 215px;
    border-radius: 10px;
}

.picture_size2 {
    width: 25px;
    height: 25px;
}
.page_layout {
    display: grid;
    margin: auto 0 0 0; 
    grid-template-columns: 1fr 1fr;
    max-width:755px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.text_main {
    padding-left: 15px;
    padding-top: 15px;
}
.text_main_2 {
    padding-left: 15px;
    padding-top: 15px;
    text-align: center;
    
}
.line_small {
    padding-top: 15px;
}
.ecosystem_picture {
    width: 755px;
    height: 410px;
}
.about_picture {
    width: 567;
    height: 306px;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
}
.ecosystem_picture_small_wasa {
    width: 755px;
    height: 333px;
}
.ecosystem_picture2 {
    width: 755px;
    height: 242px;
}
.ecosystem_picture_small {
    width: 250px;
    height: 215px;
}
h1 {
    font-weight: bold;
    font-size: 18px;
}
h2 {
    font-weight: bold;
    font-size: 15px;
}
h3 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 0;
    padding: 3px;
}
.image_main2 {
    margin-left: 20px;
    margin-right: 20px;
    width: 280px;
    height: 280px;
    transition: 0.5s;
}
.image_main3 {
    margin-left: 20px;
    margin-right: 20px;
    width: 180px;
    height: 180px;
    border-radius: 10px;
}
.image_main2:hover { 
    transform: matrix(3, 0, 0, 3, 0, 100);
}
.image_gdv {
    max-width: 265px;
    max-height: 100%;
    display: inline;
}
.image_gdv4 {
    max-width: 265px;
    max-height: 160px;
    display: inline;
    margin-left: 20px;
}
.image_gdv3 {
    max-width: 265px;
    height: 160px;
    display: inline;
}
.div_GDV {
    display: block;
    display: inline;
}
.div_GDV_tech {
    display: block;
    display: inline;
}
.image_gdv_tech {
    display: block;
    margin: auto;
    max-width: 70%;
    max-height: 70%;
    
}
.pic_conference {
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    width: 450px;
    height: 239px;
    transition: 0.5s;
}
.pic_conference:hover {
    transform: scale(1.7, 1.7) translateY(-50px);
}
.pic_conference2 {
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    width: 450px;
    height: 239px;
    transition: 0.5s;
}
.pic_conference2:hover {
    transform: scale(2, 2) translateY(-70px);
}
.grid_container_cert {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width:755px;
    margin: 15px 15px 15px 15px;
    }
.grid_container_cert2 {
    display: flex;
    grid-template-columns: 1fr 1fr 1fr;
    max-width:755px;
    margin: 15px 15px 15px 15px;
    justify-content: center;
    }
.biowell {
    width: 100px;
    height: 100px;
}
.pic_cert {
    transition: 0.5s;
    width: 150px;
    height: 218px;
}
.pic_cert2 {
    transition: 0.5s;
    width: 150px;
    height: 218px;
}
.pic_cert:hover {
    transform: scale(3, 3);
}
.pic_cert2:hover {
    transform: scale(4, 4);
    border: 1px solid #5d7953;
}
.img_health1 {
    width: 150px;
    height: 64px;
    transition: 0.5s;
    margin-top: 20px;
}
.img_health2 {
    width: 150px;
    height: 120px;
    transition: 0.5s;
    margin-top: 20px;
}
.img_health3 {
    width: 150px;
    height: 73px;
    transition: 0.5s;
    margin-top: 20px;
}
.img_health1:hover {
     transform: scale(8, 8);
     border: 0.7px solid #5d7953;
}
.img_health2:hover {
     transform: scale(6, 6);;
     border: 0.7px solid #5d7953;
}
.img_health3:hover {
     transform: scale(6, 6);
     border: 0.7px solid #5d7953;
}
.img_en_env1 {
    width: 250px;
    height: 75px;
    transition: 0.5s;
}
.img_en_env1:hover {
    transform: scale(6, 6);
    border: 0.7px solid #5d7953;
}
.pic_health {
    width: 198px;
    height: 215px;
}
.pic_about {
    max-width: 533px;
    border: 2px solid;
    border-color: #fff;   
}
.pic_about:hover {
    border: 2px solid;
    border-color: rgba(224,43,224,1);
    color: rgba(224,43,224,1);
}
.bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 1rem;
    padding-left: 15px;
    max-width: 755px;
    margin: 0 auto;
    margin-top: 10px;
    font-family: "Tahoma" , sans-serif;
    font-size: 12px;
    color: #858585;
    text-decoration: none;
    border-top: 1px solid #5d7953;
    padding-top: 15px;
}
.text{
    padding-left: 3px;
}
.div_central_pic_index {
    text-align: center;
    color: #983399;
    
}