.suchergebnis .section-form-filter .search-dropdown-w200 .dropdown-menu.show{
    top: 100% !important;
    transform: none !important;
    margin-top: 8px;
    z-index: 10;
    width: 515px;
}
.suchergebnis .section-form-filter .search-dropdown-w200 .press-releases-option.dropdown-menu .dropdown-item {
    height: auto;
    width: 435px;
    white-space: normal;
    word-break: break-word;
    min-height: 67px;
	    padding: 17px 48px 16px 14px;

}
@media (max-width: 1340px) {
    .suchergebnis .section-form-filter .search-dropdown-w200 .dropdown-menu.show
    {
        width: 422px;
    }
    .suchergebnis .section-form-filter .search-dropdown-w200 .press-releases-option.dropdown-menu .dropdown-item {
        width: 345px;
    }
}
@media (max-width: 1024px) {
    .suchergebnis .section-form-filter .search-dropdown-w200 .dropdown-menu.show
    {
        width: 400px;
    }
    .suchergebnis .section-form-filter .search-dropdown-w200 .press-releases-option.dropdown-menu .dropdown-item {
        width: 325px;
    }
}
@media (max-width: 768px) {
    .suchergebnis .section-form-filter .search-dropdown-w200 .dropdown-menu.show
    {
        width: 345px;
    }
    .suchergebnis .section-form-filter .search-dropdown-w200 .press-releases-option.dropdown-menu .dropdown-item {
        width: 270px;
    }
}
@media (max-width: 600px) {
    .suchergebnis .section-form-filter .search-dropdown-w200 .dropdown-menu.show
    {
        width: 100%;
    }
    .suchergebnis .section-form-filter .search-dropdown-w200 .press-releases-option.dropdown-menu .dropdown-item {
        width: 100%;
    }
}