ul.aus_view {
    list-style-image: none;
    list-style-type: none;
    overflow: hidden;
    /* width: fit-content; */
    width: 9999px;
    height: 110px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items : flex-start;
    position: relative;
    top: 0;
    left: 0;
    transition-property: left;
    transition-duration: 0.5s;
}

li.aus_view {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    width: 220px;
    height: 110px;
    margin: 0 10px 25px 10px;
}

a.aus_view_link,
a.aus_view_link:link,
a.aus_view_link:active,
a.aus_view_link:focus,
a.aus_view_link:visited {
    position: absolute;
    top: 95px;
    left: 0;
    text-decoration: underline;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    line-height: 15.6px;
}

a.aus_view_link:hover {
    text-decoration: none;
}

div.aus_view_title {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    color: #000000;
    line-height: 18px;
}

div.aus_view_descr {
    position: absolute;
    top: 55px;
    left: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    line-height: 18px;
}

div#aus_left {
    display: inline-block;
    width: 22px;
    height: 110px;
    background-image: url(../ausstellungen/arrow-left.png);
    background-repeat: no-repeat;
    background-position: 0px 39px; 
    /* background-attachment: fixed; */
    cursor: pointer;
}

div#aus_right {
    display: inline-block;
    width: 22px;
    height: 110px;
    background-image: url(../ausstellungen/arrow-right.png);
    background-repeat: no-repeat;
    background-position: 0px 39px; 
    /* background-attachment: fixed; */
    cursor: pointer;
}

div#aus_content {
    display: inline-block;
    width: calc(100% - 54px);
    height: 110px;
    overflow: hidden;
}

div#aus_scroller_outer {
    display: flex;
    align-items : flex-start;
    height: 110px;
}

@media only screen and (max-width: 1023px) {
    li.aus_view:first-child {
        margin-left: 15px !important;
    }    

    li.aus_view:last-child {
        margin-right: 15px !important;
    }    
}    
