/*
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 : 02.01.2016, 01:02:13
    Author     : Rolf
*/

.top-image{
    height: 250px;
    background-size: cover;
    background-clip: content-box;
    background-repeat: no-repeat;
    background-position: center; 
}

.top-image .wrapper{
    width: 100%;
    height: 100%;
    opacity: 0.5;
    transition: opacity .2s;
}
.top-image .wrapper:hover{
    opacity: 1;
}
.top-image-description{
    position: relative;
    float: right;
    top: 214px;
    right: 19px;
    background-color: #181818;
    color: #FFF;
    padding: 2px 8px;
    border-radius: 4px;
    cursor: default;
}

.post-list{
    padding-left: 0;
}
.post-list img{
    max-width: 100%;
}

.post-list li{
    list-style: none;
    margin-bottom: 70px;
}


.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background-color: #0d3691;
    border-color: #0d3691;
}
.pagination>li>a, .pagination>li>span {
    color: #0d3691;
}
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
    color: #092664;
}

/*
.content{
    margin-top: 20px;
}

.post-list{
    padding-left: 0;
}

.post-list>li{
    list-style-type: square;
    margin: 40px 20px 0 20px;
}


.sidebar{    
    padding-top: 0;
}

.sidebar ul{
    padding-left: 0;
    list-style-position: inside;
}

.sidebar li>*{    
    margin-left: -12px;
}

.sidebar-content{
    padding-left: 5px;
}
*/