/*
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 : 21.10.2016, 13:38:17
    Author     : Simon
*/



@media (min-width: 820px) { 
    #aktuelles .content {
        padding: 0 125px 0 125px;
    }
    #aktuelles .date {
        margin: 0 0 0 50px; 
    }
}

@media (max-width: 820px) and (min-width: 640px)  { 
    #aktuelles .content {
         padding: 0 25px 0 100px;
    }
    #aktuelles .date {
        margin: 0 0 0 25px; 
    }
}

@media (max-width: 639px)  { 
    #aktuelles .content {
        padding: 0;
    }
    
    #aktuelles .content .inner {
        /*border-top: 81px solid #6c0a36;*/
        padding-top: 91px !important;
    }
    
    #aktuelles .date {
        margin: 0; 
    }
}