
/*@media screen and (max-width: 1200px) {*/

/*    .g-title*/
/*    {*/
/*        padding-bottom: 20px !important;*/
/*    }*/
/*}*/

.g-accordion .g-acc-item.g-acc-active .g-acc-content {
    text-align: left;
}

@media only screen and (min-width: 760px) {
    .teamnamenszeile1
    {
        padding-top: 50%;
    }
    .teamnamenszeile2
    {
        padding-top: 60%;
    }
}

@media screen and (min-width: 900px)
{
    .dyn-menu li {
      padding: 0px 30px;
      line-height: 50px;
    }
}

.g-accordion .g-acc-item.g-acc-active .g-acc-content {
  max-height: 1480px;
}

.ecosystem img
{
    max-height:80px;
    padding-top:10px;
}

@media screen and (min-width: 900px)
{
    .dyn-menu li {
      width: 33%;
      text-align:center;
    }
}