﻿.epresto.bartersite main
{
    background-color: transparent;     
    }

.epresto.bartersite div.list
{ 
    
    }
    
.epresto.bartersite div.list section
{
    padding: 0px;        
    border-bottom: 0px;
}


@media screen and (max-width: 585px) 
{
    .epresto.bartersite div.list section
    {   
    background-color: transparent;
    } 
}

.epresto.bartersite div.list section:last-child
{
    margin-top:8px;
    background-color: transparent;
    }
    
@media screen and (max-width: 585px) 
{
    .epresto.bartersite div.list section:last-child
    {   
    margin-top:0px;
    } 
}

.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 */
       
    background-color: transparent;
    margin-bottom: 0px;

}

@media screen and (max-width: 585px) 
{
    .epresto.bartersite div.list section#filterElements
    {   
    background-color: transparent;
    border-bottom:0px;
    } 
}


.epresto.bartersite div.list section#filterElements select {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    margin-right: 5px;
    margin-bottom: 8px;
    padding: 0.8em;
    border-radius: 3px;
    min-width: 200px;
    background-color: #ff6b00;
    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: 585px) 
{
    .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
{
    background-color: transparent;
    margin-bottom:8px;
    display: flex;
    align-items: center;
    }
    
@media screen and (max-width: 585px) 
{
    .epresto.bartersite div.list section#searchElements
    {   
    margin-bottom: 8px;
    border:0px;
    } 
}    
    
.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: 34px;
    margin-left: -44px;
    float: left;
    background-color: #ff6b00;
    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; 
    border-bottom: 2px solid #515151;
    }
    
    
.epresto.bartersite div.list article.listView
{

    border-bottom: 8px solid #515151;
    }    


@media screen and (max-width: 585px) 
{
    .epresto.bartersite div.list article.listView
    {
        width: 95%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 8px;
        border:0px;
        }    
}
   
.epresto.bartersite article.listView div.coverage
{   
    
    font-size:1em;
    padding: 25px;    
    background-color: transparent;
    text-align: left;                  
    width: 100%;
    min-height: 124px;
    display:block;                            
}

@media screen and (max-width: 585px){ 
    
    .epresto.bartersite article.listView div.coverage{ padding:15px; }    
}


.epresto.bartersite article.listView div.coverage:hover
{
   /* background-color: #f0f0f0; */
   
}
                           
.epresto.bartersite article.listView div.coverage > div
{
    display: flex;
    display: -webkit-flex;
    }

.epresto.bartersite article.listView button.imageContainer
{
           
    flex: 1 1 150px;
    -webkit-flex: 150px;
    
    max-width: 150px; 
    min-width: 90px;
    margin-right: 20px;           
    overflow: hidden;
    
    border: 1px solid #727271;
                  
    }

.epresto.bartersite article.listView button.imageContainer {
    outline: 0px;
}

@media screen and (max-width: 585px) {
    .epresto.bartersite article.listView button.imageContainer{ border-radius:45px; }    
}

.epresto.bartersite article.listView button.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;   
    }

 .epresto.bartersite article.listView div.textContainer div.alignBox
 {
    display: flex;
    display: -webkit-flex;
    flex-direction:row;
    -webkit-flex-direction:row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
 }   

.epresto.bartersite article.listView header
{            
    padding: 0px;
    margin: 0px;
    background-color: transparent;
    }

.epresto.bartersite article.listView header h2
{                      
    }
    
.epresto.bartersite article.listView h3
{                
    margin-top: 0em;
    }    
              
.epresto.bartersite article.listView p
{          
    } 

.epresto.bartersite article.listView small
{        
    font-family: PTsansBold;
    font-size: 0.75em;
    font-weight: normal;
    color: #ff6b00;
    text-transform: uppercase;
    display: block;
    line-height: 1.8em;
    }
    
.epresto.bartersite article.listView small.views, .epresto.bartersite article.listView small.dateUpdated
{
    color: #333333;    
    }    

@media screen and (max-width: 585px) 
{
    .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 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: #ff6b00;
    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 button, .epresto.bartersite div.list nav.paging .active a {
    background-color: #717171;
}    

.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-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;}
    
    }   
    