.event-search .gw-inner > .hl_2{
    margin-top: 50px;
    padding-bottom: 10px;
}


@media (max-width: 850px) {
    .ergebnisliste .event-search-result.esr .evsr_holder .search-results td:nth-child(2){
        display: none;
    }

    .ergebnisliste .event-search-result.esr .evsr_holder .search-results td:nth-child(3){
        padding: 0;
        padding-left: 8px;
    }
    .ergebnisliste .event-search-result.esr .evsr_holder .search-results .dateCompound{
        position: initial;
        box-shadow: 0 0 0 0;
    }

    .ergebnisliste .event-search-result.esr .evsr_holder .search-results .marker-icon .marker{
        position: initial;
        height: unset;
        box-shadow: 0 0 0 0;
    }

}

/* needed because options-bar class not parent in exhibitor-search */
.event-search .shareholder a{
    font-family: noto_sansbold,Arial,Helvetica,sans-serif;
    padding-left: 27px;
    margin-right: 25px;
    margin-bottom: 10px;
    white-space: nowrap;
    display: inline-block;
    float: left;
    opacity: .6;
    min-height: 20px;
    background-repeat: no-repeat;
    background-position-x: left;
}

.evsr_holder .focusLink a{
    text-decoration: revert;
    box-shadow: none;
}
.evsr_holder .focusLink a:hover{
    box-shadow: none;
}

.marker a:focus{
    outline-style: none;
    outline-color: initial;
}

.event-search-result .evsr_holder .marker-icon .marker{
    /*border-width: 0px 0px;*/
    border: 0px solid;
    border-bottom-width: 0px;
    -webkit-box-shadow: -16px 0px 0px -14px rgb(230 230 230);
    -moz-box-shadow: -16px 0px 0px -14px rgb(230 230 230);
    box-shadow: -16px 0px 0px -14px rgb(230 230 230);
}

.event-search-result .evsr_holder .dateCompound{
    /*border-width: 0px 0px;*/
    border: 0px solid;
    border-bottom-width: 0px;
    -webkit-box-shadow: -16px 0px 0px -14px rgb(230 230 230);
    -moz-box-shadow: -16px 0px 0px -14px rgb(230 230 230);
    box-shadow: -16px 0px 0px -14px rgb(230 230 230);
    width: 120px;
    height: 80px;
    position: absolute;
    top: 0px;
}

.event-search-result .evsr_holder .marker-icon .marker i {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 16%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.event-search-result .evsr_holder .marker-icon .marker .text {
    display: block;
    width: 100%;
    height: 18px;
    position: absolute;
    left: 80%;
    top: 50%;
    transform: translate(-50%, -50%);
}


@media (max-width: 640px) {
    .esr .item .marker .text{
        display: none;
    }

    .esr .item .marker i {
        left: 50%;
    }
}

@media (min-width: 641px) {
    .event-search-result .evsr_holder .marker-icon .marker{
        width: 120px;
        height: 80px;
    }

    .event-search-result .evsr_holder .marker-icon{
        border-left: none;
    }

    .event-search-result .evsr_holder .marker-icon .marker .text{
        left: 90%;
    }
    .event-search-result .evsr_holder .marker-icon .marker i{
        left: 22%;
    }
}

.event-search-result .evsr_holder .marker-icon .marker .text{
    color: gray;
    font-size: 14px;
    line-height: 20px;
}

.evsr_holder table.search-results{
    border: none;
}

.evsr_holder table.search-results tr:first-child{

    border-style: solid;
    border-color: rgb(230, 230, 230);
    border-image: initial;
    border-width: 1px 0px 1px 0px;
}
.evsr_holder table.search-results tr{

    border-style: solid;
    border-color: rgb(230, 230, 230);
    border-image: initial;
    border-width: 0px 0px 1px 0px;
    border-bottom: 1px solid rgb(230, 230, 230)!important;
}

#erweitert_form .stichwortLabelStyling{
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 8px;
}

.search-results tr .focusLink{
    color: #333333;
}

/*.search-results tr .focusLink:last-child{*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    background-color: blue;*/
/*}*/

.search-results tr .focusLink div:first-child{
    margin-bottom: 5px;
}

.asdb54-speakerdetailseite .focusLink .date div i, .asdb54-event-detailseite-content .focusLink .date div i{
    position: unset;
    display: inline-block;
    margin-right: 0;
    width: 30px;
    background-repeat: no-repeat;
}


.asdb54-speakerdetailseite .focusLink .date div, .asdb54-event-detailseite-content .focusLink .date div{
    display: flex;
}

.focusLink .date div i{
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    background-image: url(https://media.koelnmesse.io/styleguide/assets/icons/ico_clock.svg);
    fill: #EB0000;
}

.focusLink .date{
    top: 18px;
    left: 10px;
}

.focusLink .date a{
    position: absolute;
    top: 50px;
    left: 30px;
}

@media screen and (max-width: 641px) {
    .asdb54-event-detailseite-content .termineUndInfosContainer{
        flex-direction: column;
    }
    .asdb54-event-detailseite-content .termineUndInfosContainer > div{
        box-shadow: unset;
        padding-left: 0;
    }

    .ergebnisliste .event-search-result table.search-results td:nth-child(1) {
        width: 74%;
    }

    .ergebnisliste .event-search-result table.search-results td:nth-child(3) {
        display: block;
    }

    .ergebnisliste .event-search-result table.search-results tr {
        flex-direction: column;
    }

    .ergebnisliste .event-search-result table.search-results .marker-icon {


        height: 100%!important;
        position: absolute;
        top: 0;
        right: 0;

/*        flex-direction: column;
        width: 120px;
        position: relative;
        right: revert;
        top: revert;
        bottom: revert;
        padding: revert;
        border-left: revert;*/
    }
}

@media screen and (min-width: 641px) {
    .ergebnisliste .event-search-result table.search-results tr {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .ergebnisliste .event-search-result table.search-results .marker-icon {
        width: 120px;
    }
}

.ergebnisliste .event-search-result table.search-results tbody{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.ergebnisliste .event-search-result table.search-results td:nth-child(1) {
    flex: 2;
}

.ergebnisliste .event-search-result table.search-results td:nth-child(2) {
    flex: 2;
}

.ergebnisliste .event-search-result table.search-results td:nth-child(3) {
    flex: 1.2;
}

.ergebnisliste .event-search-result table.search-results td:nth-child(4) {
    /*flex: 1;*/
}

.form-row.clfix .form-item.half .styled_select {
    float: right;
}

.event-search-result .form-row.clfix .form-item.half{

    float: right;
    padding: 0px 15px 0 0;
    margin: 0px 0px 0 0;
    width: 30%;
}

.date-filter .item label{
    color: rgb(51, 51, 51);
    font-family: unset;
    border: 1px solid rgb(51,51,51);
}

.event-search-result .cmodul .img-holder{
    margin-bottom: 0;
    padding-bottom: 0;
}

element.style {
    flex: 1;
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
@media (min-width: 641px) {
    table.search-results tbody td:nth-child(2) {
        white-space: unset;
        overflow-wrap: break-word;
        width: 150px;
    }
}

@media (max-width: 641px) {
    .event-search-result .evsr_holder table.search-results tbody tr{

        padding-right: 0;
        word-break: inherit;
        word-wrap: break-word;
    }
}


.linkellipsis{
    max-width: 380px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 1200px) {
    .linkellipsis {
        max-width: 320px;
    }
}

@media (max-width: 1100px) {
    .linkellipsis {
        max-width: 230px;
    }
}