/*sm*/
@media (min-width: 768px)
{
    .representatives-list .accordion__letter .accordion__tile {
        height: 453px;
    }
}

/*md*/
@media (min-width: 992px)
{
    .representatives-list .accordion__letter .accordion__tile {
        height: 402px;
    }
}

/*lg*/
@media (min-width: 1200px){
    .representatives-list .accordion__letter .accordion__tile {
        height: 372px;
    }
}

a.withoutUnderline:hover {
    text-decoration: inherit;
}

a.withoutUnderline:hover {
    text-decoration: inherit;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}

.constituencies__profile-image {
    /*height: auto;*/
    width: auto;
}

.representatives .col-top-offset {
    margin-top: 0;
}

#jsLoadMoreButton, #loadMore {
    cursor: pointer;
}

.videos-overview__tnbtns{
    width: 106px;
    top: inherit;
    left: inherit;
    right: 8px;
    bottom: 8px;
    -webkit-transform: inherit;
    transform: inherit;
    white-space: inherit;
}

.livestream__info-date {
    display: block;
}

.videos-overview .filter__selection-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.videos-overview .filter__selection-list li{
    float: none;
}

#sitzplanImageDesktop {
    display: block;
    margin: 0 auto;
}

#mapster_wrap_0{
    margin: 0 auto;
}

