/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19.04.2015, 12:26:17
    Author     : Luggi*/   




.sortierbar table,tr,td {    
    width: auto; 
    /* margin-top: 2em;
    /* border-top: 1px solid;   */ 
    text-align: left;
    font-size: 100%;
    padding-top: 8px;
    padding-right: 15px;
    /*  border-top: 1px solid black;
        border-bottom: 1px solid black;*/
    text-align: left;
}
.sortierbar table,tr:nth-child(even) {     
    background: lightgray; }


.sortierbar table,th   {
    background-color:#e56038;    
    font-weight:  bold;
    border-bottom: 2px solid;     
    border-top: 2px solid;   
    padding: 5px;

}
tr:hover {
    background: #e56038;
    color: white;
}

table.midi{

    width: 400px;

}
table.cal    {   
    width: 220px;
    font-size: 87%;
    float:left;
    margin-right:5px;


}
table.cal caption {               
    background:#e56038;
    border-bottom: 5px solid;          
}   

.cal tr:hover{
    background: white; 
}  

.cal a{
    background:  #e56038;
    color:   #EBE8DE;
    #e56038;
}
#text_columns.cal{

    margin-left: 5vw;   
}    





@media (max-width: 500px)

{   .sortierbar table,tr,td 
    {       
        width: auto;
        text-align: left;
        font-size: 90%;
        padding-top: 8px;
        padding-right: 0; 
    }      
    #text_columns article.column1, #text_columns .column2
    {
        float:none;       
        margin:  0px 30px 0 3px;
    }
    .sortierbar td{
        width:50px;
    }
    #text_columns.cal{

        margin-left: 2vw;   
    }   
}
@media (max-width: 350px){
    #text_columns.cal{

        margin-left: 12vw;   
    }   

}