﻿.epresto.bartersite div.list
{ 
    
    }
    
.epresto.bartersite div.list section
{
    padding: 0px;
    background-color: transparent;             
}

.epresto.bartersite div.list section#filterElements
{
    display: flex;        
    flex-wrap: wrap;
    
    display: -webkit-flex;        
    -webkit-flex-wrap: wrap;   
    
    width: calc(100% + 5px); /* gleicht margin-right aus */
    
    margin-bottom: 0px;
    
}

@media screen and (max-width: 510px) {

    .epresto.bartersite div.list section#filterElements {
        width: calc(95.0% + 5px);
 
    }
}

    .epresto.bartersite div.list section#filterElements select {
        flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 0.8em;
        border-radius: 3px;
        min-width: 200px;
        background-color: #595959;
        color: #ffffff;
        background-image: url(../Pix/SelectBoxIcon.png);
        background-repeat: no-repeat;
        background-position: calc(100% - 10px) center;
        background-size: 31px 17px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

.epresto.bartersite div.list section#filterElements select::-ms-expand {
    display: none;
}

@media screen and (max-width: 470px) {
    .epresto.bartersite div.list section#filterElements {
        display: block;
        width: 95%;
    }

        .epresto.bartersite div.list section#filterElements select {
            display: block;
            width: 100%;
        }
}

.epresto.bartersite div.list section#searchElements {
    margin-bottom: 8px;
}

.epresto.bartersite div.list section#searchElements input {
    display: block;
    border-radius: 3px;
    width: 100%;
    background-color: #ffffff;
    background-image: url(../Pix/SearchElementIcon.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 22px 22px;
    height: 2.8em;
    padding: 0.8em;
    padding-left: 40px;
    float: left;
}

.epresto.bartersite div.list section#searchElements button[type='submit'] {
    width: 0px;
    height: 0px;
    float: left;
}

.epresto.bartersite div.list section#searchElements button#searchKeyButReset {
    width: 38px;
    height: 2.8em;
    margin-left: -44px;
    float: left;
    background-color: #ea5802;
    background-image: url(../Pix/Icons.png);
    background-repeat: no-repeat;
    background-position: -257px center;
    background-size: 1000px 50px;
    background-clip: content-box;
    border: 1px solid #ffffff;
    cursor: pointer;
}

.epresto.bartersite div.list section#searchElements > p {
    clear: both;
}

.epresto.bartersite div.list section#searchElements input.error {
    border: 2px solid #e50041;
}

.epresto.bartersite div.list section#searchElements input:focus, .epresto.bartersite div.list section#searchElements button:focus {
    outline: 0px;
}

.epresto.bartersite article.listView {
    background-color: #ffffff;
    margin-bottom: 2px;
}

.epresto.bartersite div.list article.listView {
    margin-bottom: 8px;
}

@media screen and (max-width: 470px) {
    .epresto.bartersite article.listView {
        width: 95%;
        margin-right: auto;
        margin-left: auto;
    }
}

.epresto.bartersite article.listView button.coverage {
    font-size: 1em;
    padding: 25px;
    background-color: transparent;
    text-align: left;
    width: 100%;
    min-height: 124px;
    display: block;
}

@media screen and (max-width: 470px) {

    .epresto.bartersite article.listView button.coverage {
        padding: 15px;
    }
}

.epresto.bartersite article.listView button[type='submit'].coverage {
    cursor: pointer;
}

.epresto.bartersite article.listView button[type='submit'].coverage:hover {
    background-color: #f0f0f0;
}


.epresto.bartersite article.listView button.coverage:focus {
    outline: 0px;
}




.epresto.bartersite article.listView button.coverage > div {
    display: flex;
    display: -webkit-flex;
}

.epresto.bartersite article.listView div.imageContainer {
    flex: 1 1 150px;
    -webkit-flex: 150px;
    max-width: 150px;
    min-width: 90px;
    margin-right: 20px;
    overflow: hidden;
}

@media screen and (max-width: 470px) {
    .epresto.bartersite article.listView div.imageContainer {
        border-radius: 45px;
    }
}

.epresto.bartersite article.listView div.imageContainer img {
    height: 100%;
    margin-left: -16.67%;
}

.epresto.bartersite article.listView div.textContainer {
    flex: 1 1 600px;
    -webkit-flex: 1 1 600px;
    overflow: hidden;
    padding-top: 1px;
}


.epresto.bartersite article.listView header {
    padding: 0px;
    margin: 0px;
    background-color: transparent;
}

.epresto.bartersite article.listView button header h2 {
}

.epresto.bartersite article.listView h3 {
    margin-top: 0em;
}

.epresto.bartersite article.listView p {
}

.epresto.bartersite article.listView small {
    font-family: quicksand-v36-latin-700;
    font-size: 0.75em;
    font-weight: normal;
    color: #ea5802;
    text-transform: uppercase;
    display: block;
}

@media screen and (max-width: 470px) {
    .epresto.bartersite article.listView header h2 {
        font-size: 0.9em;
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .epresto.bartersite article.listView h3 {
        font-size: 0.75em;
        line-height: 0.75em;
    }

        .epresto.bartersite article.listView h3 .rubric {
            display: none;
        }

    .epresto.bartersite article.listView p {
        display: none;
    }
}

.epresto.bartersite article.galleryView {
}

.epresto.bartersite div.list nav.paging {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
}


.epresto.bartersite div.list nav.paging button, .epresto.bartersite div.list nav.paging a {
    width: 40px;
    height: 40px;
    background-color: #ea5802;
    border-radius: 3px;
    color: #ffffff;
    font-size: 1em;
    margin-right: 4px;
    cursor: pointer;
}

.epresto.bartersite div.list nav.paging a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
}         

.epresto.bartersite div.list nav.paging button:focus
{
    outline: 0px;
    }

.epresto.bartersite div.list nav.paging .active
{
    margin:0px;
    padding:0px;
    }
    
.epresto.bartersite div.list nav.paging .active button, .epresto.bartersite div.list nav.paging .active a
{
    background-color: #595959;
    }    

.epresto.bartersite div.list nav.paging div.positionInfo
{
    display: none;
    } 
    
.epresto.bartersite div.list nav.paging button.leafButton:first-child
{    
    background-image:url(../Pix/Icons.png);
    background-repeat: no-repeat;
    background-position: -706px center;
    background-size:1000px 50px;  
    }

.epresto.bartersite div.list nav.paging button.leafButton:last-child
{           
    margin-right: 0px;
    background-image:url(../Pix/Icons.png);
    background-repeat: no-repeat;
    background-position: -754px center;
    background-size:1000px 50px;  
    }
    
.epresto.bartersite div.list nav.paging button[disabled]:first-child, .epresto.bartersite div.list nav.paging button[disabled]:last-child 
{
    /*   background-color: #c5c5c5; */
    background-image: none;
    cursor: default;
    }    

    
@media screen and (max-width: 620px) 
{
    .epresto.bartersite div.list nav.paging div.chooser{ display: none; }
    .epresto.bartersite div.list nav.paging div.positionInfo{ display: block;color:#ffffff; }
    
    }

@media screen and (max-width: 585px) {

    .epresto.bartersite div.list nav.paging div.positionInfo {
        color: #666666;
    }
}