.tx-ehedgguidelines .main-nav-bar {
    display: flex;
    margin-bottom: 60px;
    flex-wrap: wrap;
}
.tx-ehedgguidelines .main-nav-bar .menu-btn {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 19px;
    margin-right: 1px;
    background-color: #164194;
    color: white;
    display: block;
}
.tx-ehedgguidelines .main-nav-bar a.menu-btn {
    background-color: #999999;
}

.tx_syworkinggroup--head {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 21px;
}

.tx_syworkinggroup--list .cluster {
    background-color: #164194;
    color: white;
    display: flex;
    width: 554px;
    flex-direction: row;
    margin-bottom: 30px;
}
.tx_syworkinggroup--list .cluster .cluster--image {
    width: 277px;
    height: 148px;
    background-size: cover;
}
.tx_syworkinggroup--list .cluster .cluster--name {
    font-size: 22px;
    line-height: 32px;
    color: white;
    text-align: center;
    width: 277px;
    align-self: center;
    padding: 0 30px;
}


.tx_syworkinggroup--filterarea {
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    width: 100%;
    padding: 34px 30px;
    margin-bottom: 30px;
}


.tx_syworkinggroup--filterarea #working_group_filter_form {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.tx_syworkinggroup--filterarea #working_group_filter_form div {
    width: 0;
    position: absolute;
}
.tx_syworkinggroup--filterarea--item {
    display: flex;
    width: auto!important;
    align-items: baseline;
    position: static!important;
}
.tx_syworkinggroup--filterarea--item label {
    font-size: 18px;
    line-height: 21px;
    color: #164194;
    margin-right: 10px;
}
.tx_syworkinggroup--filterarea--item select {
    width: 250px;
    height: 52px;
    margin: 0;
    font-size: 16px;
    background-color: white;
    color: #164194;
}

.tx_syworkinggroup--filterarea--item select.wg {
    width: 280px;
  
}
.tx_syworkinggroup--filterarea--reset {
    background-color: #999999;
    width: 130px;
    height: 32px;
    color: white;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
}

.tx_syworkinggroup--show--navbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.tx_syworkinggroup--show--navbar-title {
    font-size: 20px;
    line-height: 20px;
    color: #164194;
}
.tx_syworkinggroup--show--navbar-title-line1 {
    font-size: 20px;
    line-height: 24px;
    color: #164194;
}
.tx_syworkinggroup--show--navbar-title-line2 {
    font-size: 28px;
    line-height: 34px;
    color: #000000;
}
.tx_syworkinggroup--show--navbar-navigator {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.tx_syworkinggroup--show--navbar-navigator .prev, 
.tx_syworkinggroup--show--navbar-navigator .next {
    width: 50px;
    height: 50px;
    background-color: #164194;
    color: white;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 30px;
}

.tx_syworkinggroup--show--navbar-navigator #counter {
    font-size: 28px;
    line-height: 34px;
    color: #164194;
    margin: 0 28px;
}

.tx_syworkinggroup--show .group-wrapper {
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    width: 100%;
}
.tx_syworkinggroup--show .group-wrapper--group {
    display: flex;
    justify-content: space-between;
}
.group-info {
    width: 413px;
    height: 413px;
    background: #164194;
    padding: 36px;
    color: white;
    flex-shrink: 0;
    flex-grow: 0;
}
.group-info .group-info--name {
    font-size: 24px;
    line-height: 32px;
    color: white;
    margin-bottom: 20px;
}
.group-info .image-holder {
    width: 100px; 
    height: 100px; 
    background-size: auto;
    background-position: center; 
    margin-bottom: 20px;
    background-repeat: no-repeat;
}
.group-info img {
    margin: 70px 0 32px;
}
.group-info p {
    color: white;
    font-size: 18px;
    line-height: 24px;
    margin: 0!important;
}

.group-info p a {
    color: white;
    text-decoration: underline;
}

.video-container {
    width: calc(100% - 413px);
    height: 413px;
    position: relative;
    background-image: url('/typo3conf/ext/contentpackage/Resources/Public/img/EHEDG_logo_grey_background-1.jpg');
    background-position: center;
    background-size: cover;
}
.video-container video {
    width: 100%;
    height: 100%;
}
.video-container .play-button {
    position: absolute;
    z-index: 99;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
}
.tx_syworkinggroup--show--info {
    margin: 40px 50px 40px 35px;
}

.tx_syworkinggroup--show--info ul li {
    font-size: 0.875rem;
    line-height: 1.05rem;
    color: #333;
}

.tx_syworkinggroup--show--guidelines {
    margin: 40px 50px 40px 35px;
}

.tx_syworkinggroup--show--guidelines-name {
    font-size: 20px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 15px;
}
.tx_syworkinggroup--show--guidelines-item {
    width: 100%;
    background-color: white;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    height: 46px;
    line-height: 46px;
    margin-bottom: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    color: #164194;
}
.tx_syworkinggroup--show--guidelines a:hover .tx_syworkinggroup--show--guidelines-item .tx_syworkinggroup--show--guidelines-item-number {
    background-color: #E73B2D;
    transition: all 0.2s ease-in-out;
}
.tx_syworkinggroup--show--guidelines-item-number {
    width: 58px;
    min-width: 58px;
    height: auto;
    min-height: inherit;
    color: white;
    text-align: center;
    background-color: #164194;
    font-size: 11px;
    margin: 0;
    margin-right: 20px;
    display: inline-block;
}
.tx_syworkinggroup--show--guidelines-item-number font {
    display: flex;
    flex-direction: column;
}

.tx_syworkinggroup--show--sponsors {
    margin: 40px 50px 40px 35px;
}
.tx_syworkinggroup--show--sponsors-name {
    font-size: 20px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 15px;
}
.tx_syworkinggroup--show--sponsors-logos {
    display: flex; 
    gap: 20px;
    flex-wrap: wrap;
}
.tx_syworkinggroup--show--sponsors-logos-item {
    width: 150px;
    height: 80px;
    background-color: white;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.tx_syworkinggroup--show--sponsors-logos-item img {
    max-height: 90%;
    max-width: 90%;
    width: auto;
}


.tx_syworkinggroup--showall {
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
}
.tx_syworkinggroup--showall-title {
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 48px;
}
.tx_syworkinggroup--showall-group {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px #0000001A;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    font-size: 24px;
    color: #164194;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.4;
    padding: 10px 20px;
}

.tx-ehedgguidelines .tx_syworkinggroup--showall .tx_syworkinggroup--showall-group i.fa.fa-angle-right {
    font-size: 28px;
}

.portfolio-info  {
    margin-top: 50px;
    margin-bottom: 50px;
    
}


.portfolio-info  p {
    color: #000;
    line-height: 20px;
    font-size: 16px;
}

.portfolio-info .headerbar-headline {
    padding: 13px 26px;
    color: white;
    background: #164194;
    font-size: 24px;
    line-height: 34px;
}

.portfolio-info .content-wrapper {
    display: flex;
    gap: 20px;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 26px;
    padding-right: 26px;
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    width: 100%;
}

.portfolio-info .content-wrapper .content-rightcol, .portfolio-info .content-wrapper .content-leftcol {
    width: 50%;
}

.portfolio-info .content-wrapper a {
    color: #164194;
}
.tx-ehedgguidelines .tx_syworkinggroup--show .group-wrapper--group .video-placeholder-img {
    background-image: url('/typo3conf/ext/contentpackage/Resources/Public/img/Default_Working_Group_Video_Thumb.png');
    background-position: center;
    background-size: cover;
}
@media screen and (max-width: 1024px) {
    .tx-ehedgguidelines .tx_syworkinggroup--list {
        width: 100%;
        justify-content: space-between;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--list .cluster {
        width: 48%;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--list .cluster .cluster--name {
        font-size: 18px;
        line-height: 24px;
        width: 100%;
        padding: 0 20px;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--filterarea {
        align-items: flex-end;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--filterarea #working_group_filter_form {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--filterarea .tx_syworkinggroup--filterarea--item {
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100% !important;
        margin-bottom: 10px;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--filterarea .tx_syworkinggroup--filterarea--item label {
        flex: 1;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--filterarea .tx_syworkinggroup--filterarea--item select {
        flex: 2;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--filterarea .tx_syworkinggroup--filterarea--reset {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 52px;
        cursor: pointer;
        width: 100%;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--filterarea .tx_syworkinggroup--filterarea--reset i.fa {
        margin-right: 6px;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--show--navbar .tx_syworkinggroup--show--navbar-title {
        flex: 2;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--show--navbar .tx_syworkinggroup--show--navbar-navigator{
        flex: 1;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--show--navbar .tx_syworkinggroup--show--navbar-navigator #counter{
        margin: 0 15px;
    }

    .tx-ehedgguidelines .tx_syworkinggroup--show .group-wrapper--group {
        flex-wrap: wrap;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--show .group-wrapper--group .group-info {
        width: 50%;
        height: auto;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--show .group-wrapper--group .video-container {
        width: 50%;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--show .group-wrapper--group .video-placeholder-img {
        width: 50%;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--show--guidelines .tx_syworkinggroup--show--guidelines-item {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        height: auto;
    }
     .tx-ehedgguidelines .tx_syworkinggroup--show--guidelines .tx_syworkinggroup--show--guidelines-item .tx_syworkinggroup--show--guidelines-item-number {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: inherit;
        height: unset;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--show--guidelines .tx_syworkinggroup--show--guidelines-item .tx_syworkinggroup--show--guidelines-item-text {
        padding: 10px 10px 10px 0;
        display: flex;
        align-items: center;
        line-height: normal;
    }
}

@media screen and (max-width: 768px) {
    .portfolio-info .content-wrapper {
        flex-wrap: wrap;
    }
    .portfolio-info .content-wrapper .content-rightcol, .portfolio-info .content-wrapper .content-leftcol {
        width: 100%;
    }

    .tx-ehedgguidelines .tx_syworkinggroup--filterarea {
        padding: 20px;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--filterarea .tx_syworkinggroup--filterarea--item {
        flex-direction: unset;
        margin: 10px 0;
        align-items: center;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--filterarea .tx_syworkinggroup--filterarea--item label {
        padding: 0;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--filterarea .tx_syworkinggroup--filterarea--reset {
        width: 100%;
        margin-top: 10px;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--show .tx_syworkinggroup--show--navbar {
        flex-direction: column;
        align-items: flex-start
    }
    .tx-ehedgguidelines .tx_syworkinggroup--show .tx_syworkinggroup--show--navbar .tx_syworkinggroup--show--navbar-title {
        margin-bottom: 20px;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--show .tx_syworkinggroup--show--navbar .tx_syworkinggroup--show--navbar-navigator {
        width: 100%;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--show .group-wrapper--group {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--show .group-wrapper--group .group-info {
        width: 100%;
        height: auto;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--show .group-wrapper--group .video-container {
        width: 100%;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--show .group-wrapper--group .video-placeholder-img {
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    .tx-ehedgguidelines .main-nav-bar {
        margin-bottom: 20px;
    }

    .tx-ehedgguidelines .main-nav-bar a.menu-btn, .tx-ehedgguidelines .main-nav-bar .menu-btn {
        width: 100%;
        text-align: center;
        margin: 5px 0;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--filterarea .tx_syworkinggroup--filterarea--item {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--filterarea .tx_syworkinggroup--filterarea--item label {
        flex: none;
        width: 100% !important;
        margin-bottom: 10px;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--filterarea .tx_syworkinggroup--filterarea--item select {
        flex: none;
        width: 100% !important;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--filterarea .tx_syworkinggroup--filterarea--reset {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 52px;
        cursor: pointer;
        width: 100%;
    }

    .tx-ehedgguidelines .tx_syworkinggroup--filterarea #working_group_filter_form {
        justify-content: flex-start;
        align-items: start;
        flex-direction: column;
    }   
    .tx-ehedgguidelines .tx_syworkinggroup--list {
        width: 100%;
        justify-content: space-between;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--list .cluster {
        width: 100%;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--list .cluster .cluster--image {
        width: 50%;
    }
    .tx-ehedgguidelines .tx_syworkinggroup--list .cluster .cluster--name {
        font-size: 16px;
        line-height: 22px;
        width: 50%;
        padding: 0 16px;
    }

    .tx_syworkinggroup--showall .tx_syworkinggroup--showall-group {
        line-height: 20px;
        font-size: 16px;
    }
}